From d4a9ec73372e44e8599cb8cf8fc536f70018cbf4 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Nov 13 2014 15:22:37 +0000 Subject: Do not drag gnome-shell into the buildroot on non-Fedora --- diff --git a/libnotify.spec b/libnotify.spec index 4eee422..c888f30 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -5,7 +5,7 @@ Summary: Desktop notification library Name: libnotify Version: 0.7.6 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://www.gnome.org Source0: http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.7/%{name}-%{version}.tar.xz License: LGPLv2+ @@ -19,7 +19,9 @@ BuildRequires: dbus-glib-devel >= %{dbus_glib_version} BuildRequires: gobject-introspection-devel BuildRequires: perl-Carp Requires: glib2 >= %{glib2_version} +%if 0%{?fedora} Requires: desktop-notification-daemon +%endif %description libnotify is a library for sending desktop notifications to a notification @@ -74,6 +76,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a %{_datadir}/gir-1.0/Notify-0.7.gir %changelog +* Fri Nov 07 2014 Richard Hughes - 0.7.6-5 +- Do not drag gnome-shell into the buildroot on non-Fedora + * Sun Aug 17 2014 Fedora Release Engineering - 0.7.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild