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

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri Aug 3 18:57:51 UTC 2007


Author: jwrdegoede

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

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



Index: alex4.spec
===================================================================
RCS file: /cvs/extras/rpms/alex4/devel/alex4.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- alex4.spec	10 Mar 2007 09:58:58 -0000	1.3
+++ alex4.spec	3 Aug 2007 18:57:19 -0000	1.4
@@ -1,9 +1,9 @@
 Name:           alex4
 Version:        1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Alex the Allegator 4 - Platform game
 Group:          Amusements/Games
-License:        GPL
+License:        GPL+
 URL:            http://allegator.sourceforge.net/
 Source0:        http://dl.sf.net/sourceforge/allegator/alex4src_data.zip
 Source1:        alex4.desktop
@@ -54,11 +54,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
@@ -71,6 +75,9 @@
 
 
 %changelog
+* Thu Aug  2 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-4
+- Update License tag for new Licensing Guidelines compliance
+
 * Sat Mar 10 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-3
 - Fixup .desktop file categories for games-menus usage
 




More information about the fedora-extras-commits mailing list