rpms/gobby/devel gobby.spec,1.36,1.37

Luke Macken lmacken at fedoraproject.org
Thu Jan 14 21:41:57 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/gobby/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1098

Modified Files:
	gobby.spec 
Log Message:
Update the gtk icon cache.  Patch from Colin Walters (#555565)


Index: gobby.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gobby/devel/gobby.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- gobby.spec	25 Jul 2009 01:01:10 -0000	1.36
+++ gobby.spec	14 Jan 2010 21:41:57 -0000	1.37
@@ -1,6 +1,6 @@
 Name:           gobby
 Version:        0.4.10
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Free collaborative editor
 
 Group:          Applications/Internet
@@ -51,10 +51,17 @@ desktop-file-install --vendor fedora    
 
 %post
 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
 
 %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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -74,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 14 2010 Luke Macken <lmacken at redhat.com> - 0.4.10-5
+- Update the gtk icon cache.  Patch from Colin Walters (#555565)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.10-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list