[nexuiz/el5/master] Building without opengl-games-utils.

Jon Ciesla limb at fedoraproject.org
Mon Oct 25 21:25:38 UTC 2010


commit de6884656f778772d08de4e5afd21f51d6c2fd05
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Mon Oct 25 16:25:22 2010 -0500

    Building without opengl-games-utils.

 nexuiz.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/nexuiz.spec b/nexuiz.spec
index 55c09f8..5091189 100644
--- a/nexuiz.spec
+++ b/nexuiz.spec
@@ -24,7 +24,7 @@ BuildRequires: mesa-libGL-devel libXext-devel libXxf86dga-devel
 BuildRequires: libXxf86vm-devel SDL-devel libXpm-devel
 Requires: nexuiz-data = %{version}
 Requires: darkplaces = %{dpver}-%{release}
-Requires: opengl-games-utils
+#Requires: opengl-games-utils
 
 %description
 Nexuiz is a fast-paced, chaotic, and intense multiplayer first person shooter, 
@@ -139,9 +139,9 @@ for s in 16 24 32 48 64 72 ; do
         %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/darkplaces.png
 done
 
-ln -s opengl-game-wrapper.sh %{buildroot}%{_bindir}/%{name}-sdl-wrapper
-ln -s opengl-game-wrapper.sh \
-    %{buildroot}%{_bindir}/darkplaces-quake-sdl-wrapper
+#ln -s opengl-game-wrapper.sh %{buildroot}%{_bindir}/%{name}-sdl-wrapper
+#ln -s opengl-game-wrapper.sh \
+#    %{buildroot}%{_bindir}/darkplaces-quake-sdl-wrapper
 
 for i in glx sdl dedicated ; do
     %{__install} -Dpm 755 %{SOURCE10} %{buildroot}%{_bindir}/darkplaces-quake-$i
@@ -182,7 +182,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/nexuiz-sdl-wrapper
+#%{_bindir}/nexuiz-sdl-wrapper
 %{_datadir}/icons/hicolor/*/apps/nexuiz.png
 %{_datadir}/applications/*%{name}.desktop
 
@@ -208,7 +208,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 %{_bindir}/darkplaces-quake-glx
 %{_bindir}/darkplaces-quake-sdl
-%{_bindir}/darkplaces-quake-sdl-wrapper
+#%{_bindir}/darkplaces-quake-sdl-wrapper
 %{_datadir}/darkplaces/
 %{_datadir}/applications/*darkplaces-quake.desktop
 


More information about the scm-commits mailing list