rpms/machineball/devel machineball.desktop, 1.1, 1.2 machineball.spec, 1.2, 1.3

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


Author: jwrdegoede

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

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



Index: machineball.desktop
===================================================================
RCS file: /cvs/extras/rpms/machineball/devel/machineball.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- machineball.desktop	12 May 2007 08:27:14 -0000	1.1
+++ machineball.desktop	24 Sep 2007 20:45:01 -0000	1.2
@@ -3,7 +3,7 @@
 Encoding=UTF-8
 Name=machineball
 Comment=A futuristic ball game with simple rules
-Exec=machineball
+Exec=machineball-wrapper
 StartupNotify=false
 Terminal=false
 Type=Application


Index: machineball.spec
===================================================================
RCS file: /cvs/extras/rpms/machineball/devel/machineball.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- machineball.spec	15 Aug 2007 07:26:18 -0000	1.2
+++ machineball.spec	24 Sep 2007 20:45:01 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           machineball
 Version:        1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A futuristic ball game with simple rules
 Group:          Amusements/Games
 License:        GPL+
@@ -12,7 +12,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  alleggl-devel libGLU-devel ode-devel dumb-devel allegro-tools
 BuildRequires:  desktop-file-utils
-Requires:       hicolor-icon-theme
+Requires:       hicolor-icon-theme opengl-games-utils
 
 %description
 Machine Ball is a futuristic sport with amazing 3D graphics and realistic
@@ -35,6 +35,7 @@
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/usr/bin
 install -m 755 %{name} $RPM_BUILD_ROOT/usr/bin
+ln -s opengl-game-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/%{name}-wrapper
 
 # below is the desktop file and icon stuff.
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
@@ -69,12 +70,15 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING README
-%{_bindir}/%{name}
+%{_bindir}/%{name}*
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.xpm
 
 
 %changelog
+* Mon Sep 24 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-4
+- Use opengl-games-utils wrapper to show error dialog when DRI is missing
+
 * Wed Aug 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-3
 - Update License tag for new Licensing Guidelines compliance
 




More information about the fedora-extras-commits mailing list