rpms/xblast/devel xblast.desktop,1.1,1.2 xblast.spec,1.2,1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Aug 15 14:03:39 UTC 2007


Author: jwrdegoede

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

Modified Files:
	xblast.desktop xblast.spec 
Log Message:
* Wed Aug 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.10.4-4
- Update License tag for new Licensing Guidelines compliance



Index: xblast.desktop
===================================================================
RCS file: /cvs/extras/rpms/xblast/devel/xblast.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xblast.desktop	2 Mar 2007 20:43:08 -0000	1.1
+++ xblast.desktop	15 Aug 2007 14:03:06 -0000	1.2
@@ -7,4 +7,4 @@
 Terminal=false
 StartupNotify=false
 Type=Application
-Categories=Game;ArcadeGame;
+Categories=Game;ArcadeGame;ActionGame;


Index: xblast.spec
===================================================================
RCS file: /cvs/extras/rpms/xblast/devel/xblast.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xblast.spec	19 Jun 2007 15:11:48 -0000	1.2
+++ xblast.spec	15 Aug 2007 14:03:06 -0000	1.3
@@ -1,9 +1,9 @@
 Name:           xblast
 Version:        2.10.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Lay bombs and Blast the other players of the field (SDL version)
 Group:          Amusements/Games
-License:        GPL
+License:        GPLv2+
 URL:            http://xblast.sourceforge.net
 Source0:        http://downloads.sourceforge.net/xblast/xblast-%{version}.tar.gz
 Source1:        xblast.png
@@ -100,11 +100,15 @@
 
 %post common
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 %postun common
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 
 %files
@@ -126,6 +130,9 @@
 
 
 %changelog
+* Wed Aug 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.10.4-4
+- Update License tag for new Licensing Guidelines compliance
+
 * Tue Jun 19 2007 Matthias Saou <http://freshrpms.net/> 2.10.4-3
 - Rebuild against SDL_gfx 2.0.16.
 




More information about the fedora-extras-commits mailing list