rpms/childsplay/devel childsplay.spec,1.9,1.10

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Aug 6 08:09:48 UTC 2007


Author: jwrdegoede

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

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



Index: childsplay.spec
===================================================================
RCS file: /cvs/extras/rpms/childsplay/devel/childsplay.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- childsplay.spec	7 Jun 2007 15:12:50 -0000	1.9
+++ childsplay.spec	6 Aug 2007 08:09:15 -0000	1.10
@@ -1,9 +1,10 @@
 Name:           childsplay
 Version:        0.85.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Suite of educational games for young children
 Group:          Amusements/Games
-License:        GPL
+# Note: upstream says the next version will be GPLv3
+License:        GPLv2
 URL:            http://childsplay.sourceforge.net/
 Source0:        http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tgz
 Source1:        childsplay.desktop
@@ -93,11 +94,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 -f %{name}.lang
@@ -112,6 +117,9 @@
 
 
 %changelog
+* Mon Aug  6 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.85.1-3 
+- Update License tag for new Licensing Guidelines compliance
+
 * Thu Jun  7 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.85.1-2
 - Add pyfribidi Requires for Hebrew support
 




More information about the scm-commits mailing list