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

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue Aug 7 20:50:09 UTC 2007


Author: jwrdegoede

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

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



Index: gemdropx.spec
===================================================================
RCS file: /cvs/extras/rpms/gemdropx/devel/gemdropx.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gemdropx.spec	14 Feb 2007 08:11:01 -0000	1.1
+++ gemdropx.spec	7 Aug 2007 20:49:36 -0000	1.2
@@ -1,9 +1,9 @@
 Name:           gemdropx
 Version:        0.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Falling blocks puzzlegame
 Group:          Amusements/Games
-License:        GPL
+License:        GPL+
 URL:            http://www.newbreedsoftware.com/gemdropx
 Source0:        ftp://ftp.billsgames.com/unix/x/%{name}/src/%{name}-%{version}.tar.gz
 Source1:        %{name}.desktop
@@ -50,11 +50,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
@@ -67,6 +71,9 @@
 
 
 %changelog
+* Tue Aug  7 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.9-3
+- Update License tag for new Licensing Guidelines compliance
+
 * Fri Feb 9 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.9-2
 - Various specfile fixes from review (bz 226998)
 




More information about the fedora-extras-commits mailing list