rpms/fceux/devel fceux.spec,1.5,1.6

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


Author: musuruan

Update of /cvs/free/rpms/fceux/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27929

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/devel/fceux.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fceux.spec	20 Oct 2013 12:35:21 -0000	1.5
+++ fceux.spec	23 Oct 2013 08:15:37 -0000	1.6
@@ -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