rpms/control-center/devel control-center.spec,1.62,1.63

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 25 14:33:24 UTC 2005


Update of /cvs/dist/rpms/control-center/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5000

Modified Files:
	control-center.spec 
Log Message:
* Fri Mar 25 2005 Christopher Aillon <caillon at redhat.com> 2.10.0-2
- Update the GTK+ theme icon cache on (un)install



Index: control-center.spec
===================================================================
RCS file: /cvs/dist/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- control-center.spec	17 Mar 2005 19:50:31 -0000	1.62
+++ control-center.spec	25 Mar 2005 14:33:21 -0000	1.63
@@ -20,7 +20,7 @@
 Summary: GNOME Control Center.
 Name: control-center
 Version: 2.10.0
-Release: 1
+Release: 2
 Epoch: 1
 License: GPL/LGPL
 Group: User Interface/Desktops
@@ -44,6 +44,7 @@
 Requires: libgail-gnome
 Requires: alsa-lib
 Requires: gnome-menus >= %{gnome_menus_version}
+PreReq:   gtk2
 
 BuildRequires: esound
 BuildRequires: pango-devel >= %{pango_version}
@@ -148,9 +149,17 @@
   gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
 done
 update-desktop-database --quiet %{_datadir}/applications
+touch --no-create %{_datadir}/icons/hicolor
+if [-x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache %{_datadir}/icons/hicolor
+fi
 
 %postun -p /sbin/ldconfig
 update-desktop-database --quiet %{_datadir}/applications
+touch --no-create %{_datadir}/icons/hicolor
+if [-x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache %{_datadir}/icons/hicolor
+fi
 
 %files -f %{gettext_package}.lang
 %defattr(-, root, root)
@@ -177,6 +186,9 @@
 # (also its headers)
 
 %changelog
+* Fri Mar 25 2005 Christopher Aillon <caillon at redhat.com> 2.10.0-2
+- Update the GTK+ theme icon cache on (un)install
+
 * Thu Mar 17 2005 Ray Strode <rstrode at redhat.com> - 2.10.0-1
 - Update to upstream version 2.10.0
 - Add some -Wno-error foo to calm gswitchit




More information about the fedora-cvs-commits mailing list