rpms/pinball/devel pinball.desktop,1.2,1.3 pinball.spec,1.4,1.5

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


Author: jwrdegoede

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

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



Index: pinball.desktop
===================================================================
RCS file: /cvs/extras/rpms/pinball/devel/pinball.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pinball.desktop	10 Mar 2007 10:49:28 -0000	1.2
+++ pinball.desktop	24 Sep 2007 19:57:25 -0000	1.3
@@ -2,7 +2,7 @@
 Encoding=UTF-8
 Name=Pinball
 Comment=Emilia Pinball game
-Exec=pinball
+Exec=pinball-wrapper
 Icon=pinball.png
 Terminal=false
 Type=Application


Index: pinball.spec
===================================================================
RCS file: /cvs/extras/rpms/pinball/devel/pinball.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pinball.spec	15 Aug 2007 08:49:51 -0000	1.4
+++ pinball.spec	24 Sep 2007 19:57:25 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           pinball
 Version:        0.3.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Emilia Pinball game
 Group:          Amusements/Games
 License:        GPL+
@@ -14,7 +14,7 @@
 BuildRequires:  libXt-devel freeglut-devel SDL_image-devel SDL_mixer-devel
 BuildRequires:  libpng-devel libvorbis-devel libtool-ltdl-devel
 BuildRequires:  desktop-file-utils
-Requires:       hicolor-icon-theme
+Requires:       hicolor-icon-theme opengl-games-utils
 
 %description
 The Emilia Pinball project is an open source pinball simulator for linux
@@ -53,6 +53,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
+ln -s opengl-game-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/%{name}-wrapper
 # remove unused global higescorefiles:
 rm -fr $RPM_BUILD_ROOT%{_localstatedir}
 # remove unused test module
@@ -90,7 +91,7 @@
 %files
 %defattr(-,root,root,-)
 %doc README ChangeLog
-%{_bindir}/%{name}
+%{_bindir}/%{name}*
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/lib*.so.*
 %{_libdir}/%{name}/lib*.la
@@ -105,6 +106,9 @@
 
 
 %changelog
+* Mon Sep 24 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3.1-9
+- 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> 0.3.1-8
 - Update License tag for new Licensing Guidelines compliance
 




More information about the fedora-extras-commits mailing list