rpms/FlightGear/devel FlightGear.desktop, 1.1, 1.2 FlightGear.spec, 1.4, 1.5

Fabrice Bellet (bellet) fedora-extras-commits at redhat.com
Tue Oct 2 16:36:43 UTC 2007


Author: bellet

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

Modified Files:
	FlightGear.desktop FlightGear.spec 
Log Message:
* Tue Oct  2 2007 Fabrice Bellet <fabrice at bellet.info> 0.9.11-0.4.pre1
- use opengl-games-utils wrapper to show error dialog when DRI is missing



Index: FlightGear.desktop
===================================================================
RCS file: /cvs/extras/rpms/FlightGear/devel/FlightGear.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FlightGear.desktop	9 May 2007 17:53:54 -0000	1.1
+++ FlightGear.desktop	2 Oct 2007 16:36:09 -0000	1.2
@@ -3,7 +3,7 @@
 Name=FlightGear
 GenericName=Flight Simulator
 Comment=Open source and multi-platform flight simulator
-Exec=fgfs
+Exec=fgfs-wrapper
 Icon=FlightGear.png
 Terminal=false
 Type=Application


Index: FlightGear.spec
===================================================================
RCS file: /cvs/extras/rpms/FlightGear/devel/FlightGear.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- FlightGear.spec	23 Sep 2007 09:27:03 -0000	1.4
+++ FlightGear.spec	2 Oct 2007 16:36:09 -0000	1.5
@@ -1,7 +1,7 @@
 Name:		FlightGear
 Summary:	The FlightGear Flight Simulator
 Version:	0.9.11
-Release:	0.3.pre1%{?dist}
+Release:	0.4.pre1%{?dist}
 
 License:	GPLv2+
 Group:		Amusements/Games
@@ -18,7 +18,7 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	openal-devel, SimGear-devel >= 0.3.11, freeglut-devel
 BuildRequires:	desktop-file-utils
-Requires:	fgfs-base = %{version}
+Requires:	fgfs-base = %{version}, opengl-games-utils
 
 %description
 The Flight Gear project is working to create a sophisticated flight
@@ -52,6 +52,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+ln -s opengl-game-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/fgfs-wrapper
 
 desktop-file-install --vendor="fedora"			\
 	--dir=$RPM_BUILD_ROOT%{_datadir}/applications	\
@@ -101,6 +102,9 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Tue Oct  2 2007 Fabrice Bellet <fabrice at bellet.info> 0.9.11-0.4.pre1
+- use opengl-games-utils wrapper to show error dialog when DRI is missing
+
 * 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




More information about the fedora-extras-commits mailing list