rpms/xmms/devel xmms.spec,1.8,1.9

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu May 5 10:55:07 UTC 2005


Author: thias

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

Modified Files:
	xmms.spec 
Log Message:
Don't have scriplets ever fail. The Requires(pre) should prevent that anyway, but I did manage to get xmms installed without desktop-file-utils in my build root... without knowing how that can have happened.



Index: xmms.spec
===================================================================
RCS file: /cvs/extras/rpms/xmms/devel/xmms.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xmms.spec	30 Apr 2005 16:40:24 -0000	1.8
+++ xmms.spec	5 May 2005 10:55:05 -0000	1.9
@@ -1,7 +1,7 @@
 Summary: The X MultiMedia System, a media player which resembles Winamp
 Name: xmms
 Version: 1.2.10
-Release: 16
+Release: 17
 Epoch: 1
 License: GPL
 Group: Applications/Multimedia
@@ -113,11 +113,11 @@
 
 %post
 /sbin/ldconfig  
-update-desktop-database %{_datadir}/desktop-menu-patches
+update-desktop-database %{_datadir}/desktop-menu-patches || :
 
 %postun
 /sbin/ldconfig 
-update-desktop-database %{_datadir}/desktop-menu-patches
+update-desktop-database %{_datadir}/desktop-menu-patches || :
 
 %clean
 rm -rf %{buildroot}
@@ -145,6 +145,9 @@
 %{_libdir}/lib*.so
 
 %changelog
+* Thu May  5 2005 Matthias Saou <http://freshrpms.net/> 1:1.2.10-17
+- Don't have scriplets fail if update-desktop-database returns an error.
+
 * Sat Apr 30 2005 Ville Skyttä <ville.skytta at iki.fi> - 1:1.2.10-16
 - Use /media/cdrecorder as the default CDROM mountpoint for the CD audio
   plugin, it's more likely to work nowadays than /mnt/cdrom.




More information about the fedora-extras-commits mailing list