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

Fabrice Bellet (bellet) fedora-extras-commits at redhat.com
Sun Sep 23 09:27:36 UTC 2007


Author: bellet

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

Modified Files:
	FlightGear.spec 
Log Message:
* Sun Sep 23 2007 Fabrice Bellet <fabrice at bellet.info> 0.9.11-0.3.pre1
- update icon cache handling to current guidelines/drafts
- update License tag



Index: FlightGear.spec
===================================================================
RCS file: /cvs/extras/rpms/FlightGear/devel/FlightGear.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- FlightGear.spec	29 Aug 2007 18:34:29 -0000	1.3
+++ FlightGear.spec	23 Sep 2007 09:27:03 -0000	1.4
@@ -1,9 +1,9 @@
 Name:		FlightGear
 Summary:	The FlightGear Flight Simulator
 Version:	0.9.11
-Release:	0.2.pre1%{?dist}
+Release:	0.3.pre1%{?dist}
 
-License:	GPL
+License:	GPLv2+
 Group:		Amusements/Games
 Source:		ftp://ftp.flightgear.org/pub/fgfs/Source/FlightGear-%{version}-pre1.tar.gz
 Source1:	%{name}.desktop
@@ -78,12 +78,16 @@
 %post
 update-desktop-database &> /dev/null ||:
 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
 update-desktop-database &> /dev/null ||:
 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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -97,6 +101,10 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sun Sep 23 2007 Fabrice Bellet <fabrice at bellet.info> 0.9.11-0.3.pre1
+- update icon cache handling to current guidelines/drafts
+- update License tag
+
 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.9.11-0.2.pre1
 - Rebuild for selinux ppc32 issue.
 




More information about the fedora-extras-commits mailing list