rpms/alienarena/F-8 alienarena.spec,1.5,1.6

Tom Callaway spot at fedoraproject.org
Wed Oct 29 15:21:49 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/alienarena/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25629/F-8

Modified Files:
	alienarena.spec 
Log Message:
F-8 too


Index: alienarena.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alienarena/F-8/alienarena.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- alienarena.spec	26 Oct 2008 20:53:52 -0000	1.5
+++ alienarena.spec	29 Oct 2008 15:21:19 -0000	1.6
@@ -1,7 +1,7 @@
 Name:		alienarena
 Summary: 	Multiplayer retro sci-fi deathmatch game
 Version:	7.20
-Release:	3%{?dist}
+Release:	5%{?dist}
 License:	GPLv2+
 Group:		Amusements/Games
 # Subversion:  https://svn.icculus.org/alienarena/trunk/?sortby=date
@@ -17,6 +17,7 @@
 Source2:	GPL.acebot.txt
 Source3:	alienarena.png
 Patch0:		alienarena-7.20-currentdir-option.patch
+Patch1:		alienarena-7.10-dont-search-dll-in-data-path.patch
 Patch2:		alienarena-7.10-genericoptflagsonly.patch
 URL:		http://red.planetarena.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -52,6 +53,7 @@
 
 # WITH_CURRENTDIR helps a little bit, but is not a proper fix
 %patch0 -p0
+%patch1 -p1
 %patch2 -p1
 
 # Copy license clarification for acebot
@@ -89,7 +91,7 @@
 # Changes dir first, due to use of relative dir searches:
 # http://corent.proboards42.com/index.cgi?board=bugreport&action=display&thread=3124
 %{__cat} > %{name}.sh << EOF
-#!/bin/sh
+#!/bin/bash
 export LD_LIBRARY_PATH="%{_libdir}/alienarena/arena"
 cd %{_datadir}/%{name} && exec %{_libexecdir}/%{name} "\$@"
 EOF
@@ -97,7 +99,7 @@
 
 # Create the alienarena-server startup script.
 %{__cat} > %{name}-server.sh << EOF
-#!/bin/sh
+#!/bin/bash
 export LD_LIBRARY_PATH="%{_libdir}/alienarena/arena"
 cd %{_datadir}/%{name} && exec %{_libexecdir}/%{name}-server "\$@"
 EOF
@@ -149,6 +151,12 @@
 
 
 %changelog
+* Wed Oct 29 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 7.20-5
+- use /bin/bash for the scripts due to the export LD_LIBRARY_PATH
+
+* Sun Oct 26 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 7.20-4
+- re-enable "don't search data path" patch
+
 * Sun Oct 26 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 7.20-3
 - use LD_LIBRARY_PATH in scripts
 




More information about the scm-commits mailing list