rpms/maniadrive/devel maniadrive-track-editor.desktop, 1.1, 1.2 maniadrive.desktop, 1.1, 1.2 maniadrive.spec, 1.2, 1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Sep 24 20:24:15 UTC 2007


Author: jwrdegoede

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

Modified Files:
	maniadrive-track-editor.desktop maniadrive.desktop 
	maniadrive.spec 
Log Message:
* Mon Sep 24 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.2-4
- Use opengl-games-utils wrapper to show error dialog when DRI is missing



Index: maniadrive-track-editor.desktop
===================================================================
RCS file: /cvs/extras/rpms/maniadrive/devel/maniadrive-track-editor.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maniadrive-track-editor.desktop	3 Sep 2007 19:18:20 -0000	1.1
+++ maniadrive-track-editor.desktop	24 Sep 2007 20:23:42 -0000	1.2
@@ -2,7 +2,7 @@
 Encoding=UTF-8
 Name=ManiaDrive Track Editor
 Comment=Create new tracks for ManiaDrive
-Exec=maniadrive-track-editor
+Exec=maniadrive-track-editor-wrapper
 Icon=maniadrive.png
 Terminal=false
 StartupNotify=false


Index: maniadrive.desktop
===================================================================
RCS file: /cvs/extras/rpms/maniadrive/devel/maniadrive.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maniadrive.desktop	3 Sep 2007 19:18:20 -0000	1.1
+++ maniadrive.desktop	24 Sep 2007 20:23:42 -0000	1.2
@@ -2,7 +2,7 @@
 Encoding=UTF-8
 Name=ManiaDrive
 Comment=Drive a car on acrobatic tracks
-Exec=maniadrive
+Exec=maniadrive-wrapper
 Icon=maniadrive.png
 Terminal=false
 StartupNotify=false


Index: maniadrive.spec
===================================================================
RCS file: /cvs/extras/rpms/maniadrive/devel/maniadrive.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maniadrive.spec	20 Sep 2007 18:09:29 -0000	1.2
+++ maniadrive.spec	24 Sep 2007 20:23:42 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           maniadrive
 Version:        1.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        3D stunt driving game
 Group:          Amusements/Games
 License:        GPLv2+
@@ -15,6 +15,7 @@
 BuildRequires:  freealut-devel libjpeg-devel libXinerama-devel
 BuildRequires:  libvorbis-devel desktop-file-utils
 Requires:       %{name}-data = %{version}, php-soap, hicolor-icon-theme
+Requires:       opengl-games-utils
 # for people who try to install this using upstream capitalization
 Provides:       ManiaDrive = %{version}-%{release}
 
@@ -89,7 +90,10 @@
 mkdir -p $RPM_BUILD_ROOT%{_includedir}/raydium/headers
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/raydium
 install -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}
+ln -s opengl-game-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/%{name}-wrapper
 install -m 755 %{name}-track-editor $RPM_BUILD_ROOT%{_bindir}
+ln -s opengl-game-wrapper.sh \
+  $RPM_BUILD_ROOT%{_bindir}/%{name}-track-editor-wrapper
 install -m 755 libraydium.so.0.0 \
   $RPM_BUILD_ROOT%{_libdir}/libraydium-%{version}.so
 ln -s libraydium-%{version}.so $RPM_BUILD_ROOT%{_libdir}/libraydium.so
@@ -136,12 +140,13 @@
 %defattr(-,root,root,-)
 # no docs these are all in the -data package
 %{_bindir}/%{name}
+%{_bindir}/%{name}-wrapper
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/64x64/apps/%{name}.png
 
 %files track-editor
 %defattr(-,root,root,-)
-%{_bindir}/%{name}-track-editor
+%{_bindir}/%{name}-track-editor*
 %{_datadir}/applications/fedora-%{name}-track-editor.desktop
 
 %files -n raydium
@@ -156,6 +161,9 @@
 
 
 %changelog
+* Mon Sep 24 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.2-4
+- Use opengl-games-utils wrapper to show error dialog when DRI is missing
+
 * Thu Sep 20 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.2-3
 - Rebuild for new php version
 




More information about the scm-commits mailing list