rpms/scribes/devel scribes.spec,1.25,1.26

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Apr 1 20:17:15 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/scribes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15733/devel

Modified Files:
	scribes.spec 
Log Message:
Update to new upstream release (0.3.2) and rework the icon-cache scriplets


Index: scribes.spec
===================================================================
RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- scribes.spec	1 Apr 2007 17:33:02 -0000	1.25
+++ scribes.spec	1 Apr 2007 20:16:42 -0000	1.26
@@ -122,9 +122,7 @@
 scrollkeeper-update -q -o %{_datadir}/omf/%{name} ||:
 update-desktop-database &> /dev/null ||:
 touch --no-create %{_datadir}/icons/hicolor ||:
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
-fi
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
 
 
 %clean
@@ -142,9 +140,7 @@
 %postun
 update-desktop-database &> /dev/null ||:
 touch --no-create %{_datadir}/icons/hicolor ||:
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
-fi
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
 scrollkeeper-update -q ||:
 
 
@@ -163,8 +159,9 @@
 
 
 %changelog
-* Sat Apr 01 2007 Peter Gordon <peter at thecodergeek.com> - 0.3.2-1
+* Sun Apr 01 2007 Peter Gordon <peter at thecodergeek.com> - 0.3.2-1
 - Update to new upstream release (0.3.2).
+- Update %%post and %%postun scriplets for new icon-cache guidelines. 
 
 * Sat Mar 17 2007 Peter Gordon <peter at thecodergeek.com> - 0.3.1-1
 - Update to new upstream release (0.3.1).




More information about the scm-commits mailing list