From c8a02cd2940accd30ecea04e403641ff801d89ad Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 19 Jul 2006 17:45:03 +0000 Subject: [PATCH] - comment out desktop-notification dependency so we can build the notification daemon --- libnotify.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libnotify.spec b/libnotify.spec index 1472bd0..d16fb36 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -4,7 +4,7 @@ Summary: libnotify notification library Name: libnotify Version: 0.4.0 -Release: 3 +Release: 3.1 URL: http://www.galago-project.org/specs/notification/ Source0: %{name}-%{version}.tar.bz2 License: LGPL @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-root BuildPreReq: libtool BuildRequires: glib2-devel >= %{glib2_version} dbus-devel dbus-glib-devel gtk2-devel Requires: glib2 >= %{glib2_version} -Requires: desktop-notification-daemon +#Requires: desktop-notification-daemon %description @@ -70,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 19 2006 John (J5) Palmieri - 0.4.0-3.1 +- comment out desktop-notification dependency so we can build the + notification daemon + * Tue Jul 18 2006 John (J5) Palmieri - 0.4.0-3 - Add BR on dbus-glib-devel