rpms/xine-ui/F-9 xine-ui.spec,1.1,1.2

Jussi Lehtola jussilehtola at fedoraproject.org
Mon May 18 18:10:34 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/xine-ui/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21162/F-9

Modified Files:
	xine-ui.spec 
Log Message:
Add missing icon cache update to %post.



Index: xine-ui.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xine-ui/F-9/xine-ui.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xine-ui.spec	18 May 2009 05:59:06 -0000	1.1
+++ xine-ui.spec	18 May 2009 18:10:03 -0000	1.2
@@ -3,7 +3,7 @@
 Summary:        A skinned xlib-based gui for xine-lib
 Name:           xine-ui
 Version:        0.99.5
-Release:        10%{?dist}
+Release:        11%{?dist}
 License:        GPLv2+
 Group:          Applications/Multimedia
 URL:            http://www.xine-project.org/
@@ -107,10 +107,13 @@ rm -rf %{buildroot}
 %post
 # Mime type
 update-desktop-database &> /dev/null || :
+# Icon cache
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 %postun
 # Mime type
 update-desktop-database &> /dev/null || :
+# Icon cache
 if [ $1 -eq 0 ] ; then
     touch --no-create %{_datadir}/icons/hicolor &>/dev/null
     gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
@@ -142,6 +145,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Sun May 17 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 0.99.6-11
+- Added missing icon cache update to %%post section.
+
 * Sun May 17 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 0.99.6-10
 - Use desktop-install --remove-category instead of sed.
 




More information about the fedora-extras-commits mailing list