rpms/atomorun/devel atomorun.spec,1.2,1.3

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


Author: jwrdegoede

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

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



Index: atomorun.spec
===================================================================
RCS file: /cvs/extras/rpms/atomorun/devel/atomorun.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- atomorun.spec	10 Mar 2007 10:02:36 -0000	1.2
+++ atomorun.spec	5 Aug 2007 18:35:49 -0000	1.3
@@ -2,10 +2,10 @@
 
 Name:           atomorun
 Version:        1.1
-Release:        0.3.%{prever}%{?dist}
+Release:        0.4.%{prever}%{?dist}
 Summary:        Jump&Run game where you have to flee an exploding nuclear bomb
 Group:          Amusements/Games
-License:        GPL
+License:        GPL+
 URL:            http://atomorun.whosme.de/index.php
 Source0:        http://atomorun.whosme.de/downloads/%{name}-%{version}_%{prever}.tar.gz
 Source1:        atomorun.desktop
@@ -51,11 +51,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
@@ -68,6 +72,9 @@
 
 
 %changelog
+* Fri Aug  3 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.1-0.4.pre2
+- Update License tag for new Licensing Guidelines compliance
+
 * Sat Mar 10 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.1-0.3.pre2
 - Fixup .desktop file categories for games-menus usage
 




More information about the fedora-extras-commits mailing list