rpms/blobby/devel blobby.desktop,1.1,1.2 blobby.spec,1.3,1.4

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sun Oct 7 13:06:55 UTC 2007


Author: abompard

Update of /cvs/pkgs/rpms/blobby/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17946

Modified Files:
	blobby.desktop blobby.spec 
Log Message:
* Sun Oct 07 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.6-0.7.a
- detect OpenGL using opengl-games-utils



Index: blobby.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/blobby/devel/blobby.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- blobby.desktop	14 Jan 2007 21:07:17 -0000	1.1
+++ blobby.desktop	7 Oct 2007 13:06:22 -0000	1.2
@@ -11,6 +11,6 @@
 GenericName[fr]=Jeu de Volley-Ball
 GenericName[de]=Volley-Ball Spiel
 Icon=blobby.png
-Exec=blobby
+Exec=blobby-wrapper
 Terminal=false
 Categories=Game;ArcadeGame;


Index: blobby.spec
===================================================================
RCS file: /cvs/pkgs/rpms/blobby/devel/blobby.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- blobby.spec	26 Aug 2007 09:19:01 -0000	1.3
+++ blobby.spec	7 Oct 2007 13:06:22 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           blobby
 Version:        0.6
-Release:        0.6.a%{?dist}
+Release:        0.7.a%{?dist}
 Summary:        Blobby Volley 2, a volley-ball game
 
 Group:          Amusements/Games
@@ -14,6 +14,9 @@
 BuildRequires:  SDL-devel, physfs-devel, zlib-devel
 BuildRequires:  ImageMagick, desktop-file-utils, hicolor-icon-theme
 
+# Wrapper
+Requires:       opengl-games-utils
+
 %description
 Blobby Volley is one of the most popular freeware games.
 Blobby Volley 2 is the continuation of this lovely game.
@@ -44,6 +47,9 @@
         --dir $RPM_BUILD_ROOT%{_datadir}/applications \
         %{SOURCE1}
 
+# Wrapper
+ln -s opengl-game-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/%{name}-wrapper
+
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
@@ -68,6 +74,9 @@
 
 
 %changelog
+* Sun Oct 07 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.6-0.7.a
+- detect OpenGL using opengl-games-utils
+
 * Sun Aug 26 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.6-0.6.a
 - fix license tag again: if no version is specified, any version can be
   chosen (see http://fedoraproject.org/wiki/Licensing)




More information about the fedora-extras-commits mailing list