rpms/blobwars/devel blobwars-1.05-desktop.patch, 1.2, 1.3 blobwars.spec, 1.3, 1.4

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Aug 5 18:42:11 UTC 2007


Author: jwrdegoede

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

Modified Files:
	blobwars-1.05-desktop.patch blobwars.spec 
Log Message:
* Sun Aug  5 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.06-2
- Update License tag for new Licensing Guidelines compliance


blobwars-1.05-desktop.patch:

Index: blobwars-1.05-desktop.patch
===================================================================
RCS file: /cvs/extras/rpms/blobwars/devel/blobwars-1.05-desktop.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- blobwars-1.05-desktop.patch	10 Apr 2007 20:19:00 -0000	1.2
+++ blobwars-1.05-desktop.patch	5 Aug 2007 18:42:09 -0000	1.3
@@ -1,6 +1,6 @@
 --- blobwars-1.06/icons/blobwars.desktop.dsktop	2007-04-06 18:16:35.000000000 +0200
 +++ blobwars-1.06/icons/blobwars.desktop	2007-04-10 21:01:28.000000000 +0200
-@@ -1,9 +1,8 @@
+@@ -1,9 +1,9 @@
  [Desktop Entry]
  Encoding=UTF-8
 -Categories=Application;Game;
@@ -8,7 +8,8 @@
 -Name=Metal Blob Solid
 -Icon=blobwars
 +Categories=Game;ActionGame;
-+Name=Blob Wars: Metal Blob Solid
++Name=Blob Wars : Metal Blob Solid
++Comment=Mission and Objective based 2D Platform Game
 +Icon=blobwars.png
  Exec=blobwars
  Terminal=false


Index: blobwars.spec
===================================================================
RCS file: /cvs/extras/rpms/blobwars/devel/blobwars.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- blobwars.spec	10 Apr 2007 20:19:00 -0000	1.3
+++ blobwars.spec	5 Aug 2007 18:42:09 -0000	1.4
@@ -1,9 +1,9 @@
 Name:           blobwars
 Version:        1.06
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Mission and Objective based 2D Platform Game
 Group:          Amusements/Games
-License:        GPL
+License:        GPLv2+
 URL:            http://www.parallelrealities.co.uk/blobWars.php
 # no full URL as it gets downloaded through a php script, GRRR
 Source0:        %{name}-%{version}-2.tar.gz
@@ -47,11 +47,15 @@
 
 %post
 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
 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 -f %{name}.lang
@@ -64,6 +68,9 @@
 
 
 %changelog
+* Sun Aug  5 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.06-2
+- Update License tag for new Licensing Guidelines compliance
+
 * Tue Apr 10 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.06-1
 - New upstream release 1.06-2
 




More information about the fedora-extras-commits mailing list