From 28376e34745d3984b5e8ecdb000c12c4d41da603 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Oct 18 2006 02:35:54 +0000 Subject: fix up reqs --- diff --git a/notification-daemon.spec b/notification-daemon.spec index ac7abc1..a574f5b 100644 --- a/notification-daemon.spec +++ b/notification-daemon.spec @@ -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: libwnck-devel BuildRequires: libtool BuildRequires: intltool -Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 @@ -56,8 +56,8 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/notification-daemon-1.0/engines/*.*a %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 @@ gconftool-2 --makefile-install-rule \ %config %{_sysconfdir}/gconf/schemas/notification-daemon.schemas %changelog +* Tue Oct 17 2006 Matthias Clasen - 0.3.5-7 +- Tighten up Requires (#203813) + * Thu Jul 20 2006 Jesse Keating - 0.3.5-6 - Remove gconf kills, no longer necessary