rpms/gnome-utils/devel gnome-utils.spec,1.94,1.95

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Feb 15 13:41:43 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/gnome-utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv30979

Modified Files:
	gnome-utils.spec 
Log Message:
Fix %%post



Index: gnome-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-utils/devel/gnome-utils.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- gnome-utils.spec	15 Feb 2006 05:58:57 -0000	1.94
+++ gnome-utils.spec	15 Feb 2006 13:41:41 -0000	1.95
@@ -20,7 +20,7 @@
 Summary: GNOME utility programs.
 Name: gnome-utils
 Version: 2.13.92
-Release: 2
+Release: 3
 Epoch: 1
 License: GPL
 Group: Applications/System
@@ -178,14 +178,18 @@
   gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
 done
 touch --no-create %{_datadir}/icons/hicolor
-if [ -x /usr/bin/gtk-update-icon-cache ]; then   gtk-update-icon-cache -q %{_datadir}/icons/hicolor fi
+if [ -x /usr/bin/gtk-update-icon-cache ]; then 
+  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
+fi
 
 
 %postun
 /sbin/ldconfig
 update-desktop-database %{_datadir}/applications
 touch --no-create %{_datadir}/icons/hicolor
-if [ -x /usr/bin/gtk-update-icon-cache ]; then   gtk-update-icon-cache -q %{_datadir}/icons/hicolor fi
+if [ -x /usr/bin/gtk-update-icon-cache ]; then 
+  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
+fi
 
 
 %files -f all.lang
@@ -218,6 +222,9 @@
 %{_sysconfdir}/pam.d/gnome-system-log
 
 %changelog
+* Wed Feb 15 2006 Matthias Clasen <mclasen at redhat.com> - 2.13.92-3
+- Fix %%post 
+
 * Wed Feb 15 2006 Matthias Clasen <mclasen at redhat.com> - 2.13.92-2
 - Update to gucharmap 1.5.2
 - Update to gcalctool 5.7.29




More information about the fedora-cvs-commits mailing list