From eded03c32f599ab62121116e04edb8d51232c2f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 4 Feb 2008 09:22:25 +0000 Subject: [PATCH] - preserve original _noautoreqdep list Changed files: OpenArena.spec -> 1.2 --- OpenArena.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/OpenArena.spec b/OpenArena.spec index fb88bd1..93a9512 100644 --- a/OpenArena.spec +++ b/OpenArena.spec @@ -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 -- 2.43.0