rpms/nexuiz/devel nexuiz.spec,1.21,1.22

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Thu Oct 25 11:40:45 UTC 2007


Author: limb

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

Modified Files:
	nexuiz.spec 
Log Message:
Added opengl-games-utils support, BZ 304821.



Index: nexuiz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nexuiz/devel/nexuiz.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- nexuiz.spec	21 Aug 2007 15:21:23 -0000	1.21
+++ nexuiz.spec	25 Oct 2007 11:40:12 -0000	1.22
@@ -1,7 +1,7 @@
 Summary: Multiplayer, deathmatch oriented first person shooter
 Name: nexuiz
 Version: 2.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Amusements/Games
 URL: http://www.nexuiz.com/
@@ -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,10 @@
 
 
 %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.




More information about the fedora-extras-commits mailing list