rpms/notification-daemon/devel notification-daemon.spec,1.8,1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Oct 18 02:35:56 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/notification-daemon/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19291

Modified Files:
	notification-daemon.spec 
Log Message:
fix up reqs



Index: notification-daemon.spec
===================================================================
RCS file: /cvs/dist/rpms/notification-daemon/devel/notification-daemon.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- notification-daemon.spec	20 Jul 2006 21:39:15 -0000	1.8
+++ notification-daemon.spec	18 Oct 2006 02:35:54 -0000	1.9
@@ -1,11 +1,12 @@
 %define gtk2_version		2.4.0
 %define dbus_version		0.90
-%define dbus_glib_version            0.70
+%define dbus_glib_version       0.70
+%define gconf_version           2.14
 
 Summary: Notification Daemon 
 Name: notification-daemon
 Version: 0.3.5
-Release: 6 
+Release: 7%{?dist}
 URL: http://www.galago-project.org/specs/notification/ 
 License: GPL
 Group: System Environment/Libraries
@@ -22,7 +23,6 @@
 BuildRequires: libtool
 BuildRequires: intltool
 
-Requires(pre): GConf2
 Requires(post): GConf2
 Requires(preun): GConf2
 
@@ -56,8 +56,8 @@
 %clean
 rm -rf %{buildroot}
 
-%pre
-if [ "$1" -gt 1 ]; then
+%preun
+if [ "$1" -gt 0 ]; then
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
     gconftool-2 --makefile-uninstall-rule \
       %{_sysconfdir}/gconf/schemas/notification-daemon.schemas >/dev/null || :
@@ -80,6 +80,9 @@
 %config %{_sysconfdir}/gconf/schemas/notification-daemon.schemas
 
 %changelog
+* Tue Oct 17 2006 Matthias Clasen <mclasen at redhat.com> - 0.3.5-7
+- Tighten up Requires (#203813)
+
 * Thu Jul 20 2006 Jesse Keating <jkeating at redhat.com> - 0.3.5-6
 - Remove gconf kills, no longer necessary
 




More information about the fedora-cvs-commits mailing list