rpms/nexuiz/F-7 nexuiz.spec,1.20,1.21

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Mon Nov 12 14:16:08 UTC 2007


Author: limb

Update of /cvs/pkgs/rpms/nexuiz/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7808

Modified Files:
	nexuiz.spec 
Log Message:
opengl-games-utils support.



Index: nexuiz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nexuiz/F-7/nexuiz.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- nexuiz.spec	21 Jun 2007 15:22:19 -0000	1.20
+++ nexuiz.spec	12 Nov 2007 14:15:34 -0000	1.21
@@ -1,8 +1,8 @@
 Summary: Multiplayer, deathmatch oriented first person shooter
 Name: nexuiz
 Version: 2.3
-Release: 1%{?dist}
-License: GPL
+Release: 3%{?dist}
+License: GPLv2+
 Group: Amusements/Games
 URL: http://www.nexuiz.com/
 # Source is custom, obtained with :
@@ -21,6 +21,7 @@
 Requires: zlib libvorbis libjpeg curl
 Requires: desktop-file-utils >= 0.9
 Requires: nexuiz-data = %{version}
+Requires: opengl-games-utils
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
 
@@ -76,7 +77,7 @@
 Comment=Multiplayer, deathmatch oriented first person shooter
 Encoding=UTF-8
 Icon=nexuiz
-Exec=nexuiz-sdl
+Exec=nexuiz-sdl-wrapper
 Terminal=false
 Type=Application
 EOF
@@ -86,7 +87,6 @@
 desktop-file-install \
     --vendor=fedora \
     --dir %{buildroot}%{_datadir}/applications \
-    --add-category X-Fedora \
     --add-category Application \
     --add-category Game \
     %{name}.desktop
@@ -98,6 +98,7 @@
         %{buildroot}%{_datadir}/icons/hicolor/${res}/apps/nexuiz.png
 done
 
+ln -s opengl-game-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/%{name}-sdl-wrapper
 
 %post
 update-desktop-database %{_datadir}/applications 2>/dev/null || :
@@ -117,6 +118,7 @@
 %doc COPYING darkplaces.txt
 %{_bindir}/nexuiz-glx
 %{_bindir}/nexuiz-sdl
+%{_bindir}/%{name}-sdl-wrapper
 %{_datadir}/icons/hicolor/*/apps/nexuiz.png
 %{_datadir}/applications/*%{name}.desktop
 
@@ -127,6 +129,14 @@
 
 
 %changelog
+* Wed Oct 24 2007 Jon Ciesla <limb at jcomserv.net> - 2.3-3
+- Add support for opengl-games-utils.
+- Dropped X-Fedora from .desktop install.
+
+* Tue Aug 21 2007 Jon Ciesla <limb at jcomserv.net> - 2.3-2
+- License tag correction.
+- Rebuild for f8.
+
 * Tue Jun 19 2007 Jon Ciesla <limb at jcomserv.net> - 2.3-1
 - Updated to 2.3
 




More information about the fedora-extras-commits mailing list