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

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Thu Aug 16 09:14:46 UTC 2007


Author: jwrdegoede

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

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



Index: xu4.spec
===================================================================
RCS file: /cvs/extras/rpms/xu4/devel/xu4.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xu4.spec	12 May 2007 08:22:58 -0000	1.1
+++ xu4.spec	16 Aug 2007 09:13:54 -0000	1.2
@@ -2,10 +2,10 @@
 
 Name:           xu4
 Version:        1.1
-Release:        0.1.%{cvsdate}%{?dist}
+Release:        0.2.cvs%{cvsdate}%{?dist}
 Summary:        Ultima IV recreated
 Group:          Amusements/Games
-License:        GPL
+License:        GPLv2+
 URL:            http://xu4.sourceforge.net/
 # This was generated as follows:
 # cvs -d:pserver:anonymous at xu4.cvs.sourceforge.net:/cvsroot/xu4 login
@@ -84,11 +84,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
@@ -103,6 +107,9 @@
 
 
 %changelog
+* Wed Aug 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.1-0.2.cvs20070510
+- Update License tag for new Licensing Guidelines compliance
+
 * Fri May 11 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.1-0.1.20070510
 - Update to latest CVS, as this actually makes the game finishable
 - Add missing BuildRequires: desktop-file-utils




More information about the fedora-extras-commits mailing list