rpms/BlockOutII/devel BlockOutII.desktop, 1.1, 1.2 BlockOutII.spec, 1.1, 1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sat Dec 1 22:45:21 UTC 2007


Author: jwrdegoede

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

Modified Files:
	BlockOutII.desktop BlockOutII.spec 
Log Message:
* Sat Dec  1 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3-4
- Use opengl-games-utils wrapper to show error dialog when DRI is missing



Index: BlockOutII.desktop
===================================================================
RCS file: /cvs/extras/rpms/BlockOutII/devel/BlockOutII.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- BlockOutII.desktop	30 Nov 2007 20:24:41 -0000	1.1
+++ BlockOutII.desktop	1 Dec 2007 22:44:43 -0000	1.2
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=BlockOut II
 Comment=BlockOut II is a free adaptation of the original BlockOut DOS game
-Exec=BlockOutII
+Exec=BlockOutII-wrapper
 Icon=BlockOutII
 Terminal=false
 Type=Application


Index: BlockOutII.spec
===================================================================
RCS file: /cvs/extras/rpms/BlockOutII/devel/BlockOutII.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- BlockOutII.spec	30 Nov 2007 20:24:41 -0000	1.1
+++ BlockOutII.spec	1 Dec 2007 22:44:43 -0000	1.2
@@ -5,7 +5,7 @@
 
 Name:           BlockOutII
 Version:        2.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A free adaptation of the original BlockOut DOS game
 Group:          Amusements/Games
 License:        GPLv2+
@@ -29,7 +29,7 @@
 Patch4:         BlockOutII-2.3-restore-resolution.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  SDL_mixer-devel libpng-devel desktop-file-utils
-Requires:       hicolor-icon-theme
+Requires:       hicolor-icon-theme opengl-games-utils
 
 %description
 BlockOut II is a free adaptation of the original BlockOut
@@ -77,6 +77,7 @@
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/sounds
 
 install -m 755 BlockOut_GL/blockout $RPM_BUILD_ROOT%{_bindir}/%{name}
+ln -s opengl-game-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/%{name}-wrapper
 install -p -m 644 BlockOut/images/* $RPM_BUILD_ROOT%{_datadir}/%{name}/images
 install -p -m 644 BlockOut/sounds/* $RPM_BUILD_ROOT%{_datadir}/%{name}/sounds
 
@@ -110,13 +111,16 @@
 %files
 %defattr(-,root,root,-)
 %doc BlockOut/README.txt
-%{_bindir}/%{name}
+%{_bindir}/%{name}*
 %{_datadir}/%{name}
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 
 
 %changelog
+* Sat Dec  1 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3-4
+- Use opengl-games-utils wrapper to show error dialog when DRI is missing
+
 * Thu Nov 29 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3-3
 - Fix restoration of resolution when leaving fullscreen
 - Don't use macros in cvs co instructions




More information about the fedora-extras-commits mailing list