]> git.pld-linux.org Git - packages/OpenArena.git/commitdiff
- preserve original _noautoreqdep list
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Feb 2008 09:22:25 +0000 (09:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    OpenArena.spec -> 1.2

OpenArena.spec

index fb88bd14620ccc3685d8e01951572aeda7ba945c..93a95123991d35df423e09966ad8b2f0b8d373e2 100644 (file)
@@ -19,8 +19,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _noautoreqdep   libGL.so.1 libGLU.so.1
 
 %ifarch %{x8664}
-# we provides *()(64bit) symbols, so skip harcoded reqs.
-%define                _noautoreqdep   libSDL-1.2.so.0 libogg.so.0 libopenal.so.0 libvorbis.so.0 libvorbisfile.so.3
+# we provide *()(64bit) symbols, so skip hardcoded reqs.
+%define                _noautoreqdep   libGL.so.1 libGLU.so.1 libSDL-1.2.so.0 libogg.so.0 libopenal.so.0 libvorbis.so.0 libvorbisfile.so.3
 %endif
 
 %description
@@ -30,11 +30,9 @@ OpenArena for Linux.
 %define __unzip %{_bindir}/unzip -o
 %setup -q -n openarena-%{_base_ver} -b1
 
-%build
-cat << EOF > ioquake3
+cat << 'EOF' > ioquake3
 #/bin/sh
-
-/opt/OpenArena/ioquake3
+exec /opt/OpenArena/ioquake3
 EOF
 
 %install
This page took 0.089369 seconds and 4 git commands to generate.