rpms/gnome-applets/devel gnome-applets.spec,1.361,1.362

Matthias Clasen mclasen at fedoraproject.org
Thu Jun 17 03:03:58 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-applets/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13791

Modified Files:
	gnome-applets.spec 
Log Message:
Kill the scrollkeeper dep



Index: gnome-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applets/devel/gnome-applets.spec,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -p -r1.361 -r1.362
--- gnome-applets.spec	4 Jun 2010 00:01:07 -0000	1.361
+++ gnome-applets.spec	17 Jun 2010 03:03:57 -0000	1.362
@@ -33,7 +33,7 @@
 Summary:        Small applications for the GNOME panel
 Name:		gnome-applets
 Version:	2.30.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Epoch:          1
 License:	GPLv2+ and GFDL
 Group:          User Interface/Desktops
@@ -117,9 +117,6 @@ Requires(pre): GConf2 >= %{gconf_version
 Requires(preun): GConf2 >= %{gconf_version}
 Requires(post): GConf2 >= %{gconf_version}
 
-Requires(post): scrollkeeper
-Requires(postun): scrollkeeper
-
 # For invest-applet
 Requires:	gnome-python2-applet
 Requires:	gnome-python2-libegg
@@ -230,7 +227,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/ldconfig
-scrollkeeper-update -q
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor
@@ -300,7 +296,6 @@ fi
 
 %postun
 /sbin/ldconfig
-scrollkeeper-update -q
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor
@@ -346,6 +341,9 @@ fi
 
 
 %changelog
+* Wed Jun 16 2010 Matthias Clasen <mclasen at redhat.com> - 1:2.30.0-3
+- Kill the scrollkeeper runtime dep
+
 * Thu Jun  3 2010 Matthias Clasen <mclasen at redhat.com> - 1:2.30.0-2
 - Fix BRs
 



More information about the scm-commits mailing list