rpms/scorchwentbonkers/devel scorchwentbonkers.spec,1.1,1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Aug 15 09:37:40 UTC 2007


Author: jwrdegoede

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

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



Index: scorchwentbonkers.spec
===================================================================
RCS file: /cvs/extras/rpms/scorchwentbonkers/devel/scorchwentbonkers.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scorchwentbonkers.spec	15 Mar 2007 11:26:52 -0000	1.1
+++ scorchwentbonkers.spec	15 Aug 2007 09:37:08 -0000	1.2
@@ -1,9 +1,9 @@
 Name:           scorchwentbonkers
 Version:        1.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Realtime remake of Scorched Earth
 Group:          Amusements/Games
-License:        zlib/libpng License
+License:        zlib
 URL:            http://www.allegro.cc/depot/ScorchWentBonkers
 Source0:        http://www.allegro.cc/files/depot/537/%{name}-src-%{version}.tar.gz
 Source1:        %{name}.desktop
@@ -61,11 +61,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
@@ -78,6 +82,9 @@
 
 
 %changelog
+* Wed Aug 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.1-3
+- Update License tag for new Licensing Guidelines compliance
+
 * Tue Mar 13 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.1-2
 - Fix a divide by zero crash when playing against the computer
 - Add missing BuildRequires: jpgalleg-devel, libGLU-devel




More information about the fedora-extras-commits mailing list