rpms/fceux/F-19 fceux.spec,1.4,1.5

Andrea Musuruane musuruan at rpmfusion.org
Wed Oct 23 10:15:59 CEST 2013


Author: musuruan

Update of /cvs/free/rpms/fceux/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28076

Modified Files:
	fceux.spec 
Log Message:
* Wed Oct 23 2013 Andrea Musuruane <musuruan at gmail.com> - 2.2.2-2
- Added missing update of desktop database



Index: fceux.spec
===================================================================
RCS file: /cvs/free/rpms/fceux/F-19/fceux.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fceux.spec	20 Oct 2013 12:36:09 -0000	1.4
+++ fceux.spec	23 Oct 2013 08:15:59 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           fceux
 Version:        2.2.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A cross platform, NTSC and PAL Famicom/NES emulator
 
 Group:          Applications/Emulators
@@ -125,6 +125,7 @@
 
 %post
 /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
 
 
 %postun
@@ -132,6 +133,7 @@
     /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
     /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
+/usr/bin/update-desktop-database &> /dev/null || :
 
 
 %posttrans
@@ -155,6 +157,9 @@
 
 
 %changelog
+* Wed Oct 23 2013 Andrea Musuruane <musuruan at gmail.com> - 2.2.2-2
+- Added missing update of desktop database
+
 * Sat Oct 19 2013 Andrea Musuruane <musuruan at gmail.com> - 2.2.2-1
 - Updated to new upstream realease
 - Removed non longer needed patches


More information about the rpmfusion-commits mailing list