rpms/ballbuster/devel ballbuster.desktop, 1.2, 1.3 ballbuster.spec, 1.2, 1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue Sep 25 07:21:12 UTC 2007


Author: jwrdegoede

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

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



Index: ballbuster.desktop
===================================================================
RCS file: /cvs/extras/rpms/ballbuster/devel/ballbuster.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ballbuster.desktop	5 Aug 2007 18:39:36 -0000	1.2
+++ ballbuster.desktop	25 Sep 2007 07:20:40 -0000	1.3
@@ -2,7 +2,7 @@
 Encoding=UTF-8
 Name=Ball: Buster
 Comment=Move the paddle to bounce the ball and break all the bricks
-Exec=ballbuster
+Exec=ballbuster-wrapper
 Icon=ballbuster.png
 Terminal=false
 StartupNotify=false


Index: ballbuster.spec
===================================================================
RCS file: /cvs/extras/rpms/ballbuster/devel/ballbuster.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ballbuster.spec	5 Aug 2007 18:39:36 -0000	1.2
+++ ballbuster.spec	25 Sep 2007 07:20:40 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           ballbuster
 Version:        1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Move the paddle to bounce the ball and break all the bricks
 Group:          Amusements/Games
 License:        GPLv2+
@@ -10,7 +10,7 @@
 Patch0:         ballbuster-unix.patch.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  ClanLib-devel desktop-file-utils ImageMagick
-Requires:       hicolor-icon-theme
+Requires:       hicolor-icon-theme opengl-games-utils
 
 %description
 Game inspired by one of the great classics. The purpose of the game is to
@@ -35,6 +35,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install PREFIX=$RPM_BUILD_ROOT%{_prefix}
+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
@@ -66,13 +67,16 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING credits.txt ExtremeUpdates.txt manual.html html
-%{_bindir}/%{name}
+%{_bindir}/%{name}*
 %{_datadir}/%{name}
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 
 
 %changelog
+* Tue Sep 25 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-3
+- Use opengl-games-utils wrapper to show error dialog when DRI is missing
+
 * Sun Aug  5 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-2
 - Update License tag for new Licensing Guidelines compliance
 




More information about the fedora-extras-commits mailing list