rpms/blobAndConquer/devel blobAndConquer.spec,1.3,1.4

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


Author: jwrdegoede

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

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



Index: blobAndConquer.spec
===================================================================
RCS file: /cvs/extras/rpms/blobAndConquer/devel/blobAndConquer.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- blobAndConquer.spec	3 Jun 2007 12:36:16 -0000	1.3
+++ blobAndConquer.spec	5 Aug 2007 18:41:30 -0000	1.4
@@ -7,10 +7,10 @@
 
 Name:           blobAndConquer
 Version:        0.91
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Blob Wars 2: Blob And Conquer
 Group:          Amusements/Games
-License:        GPL
+License:        GPLv2+
 URL:            http://www.parallelrealities.co.uk/blobAndConquer.php
 # Non rpm compatible URL: http://www.parallelrealities.co.uk/download.php?file=blobAndConquer-%{version}-%{upstream_release}.tar.gz&type=zip
 Source0:        %{name}-%{version}-%{upstream_release}.tar.gz
@@ -61,6 +61,8 @@
 
 desktop-file-install --vendor fedora --delete-original \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+  --add-category ActionGame \
+  --remove-key Version \
   $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
 
@@ -70,11 +72,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
@@ -88,6 +94,9 @@
 
 
 %changelog
+* Sun Aug  5 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.91-2
+- Update License tag for new Licensing Guidelines compliance
+
 * Sun Jun  3 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.91-1
 - New upstream release 0.91-1
 - Drop upstreamed patches




More information about the scm-commits mailing list