rpms/alienarena/devel alienarena.spec,1.8,1.9

Tom Callaway spot at fedoraproject.org
Wed Oct 29 14:26:45 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/alienarena/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18203/devel

Modified Files:
	alienarena.spec 
Log Message:
use /bin/bash for the scripts due to the export LD_LIBRARY_PATH


Index: alienarena.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alienarena/devel/alienarena.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- alienarena.spec	27 Oct 2008 03:23:45 -0000	1.8
+++ alienarena.spec	29 Oct 2008 14:26:14 -0000	1.9
@@ -1,7 +1,7 @@
 Name:		alienarena
 Summary: 	Multiplayer retro sci-fi deathmatch game
 Version:	7.20
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	GPLv2+
 Group:		Amusements/Games
 # Subversion:  https://svn.icculus.org/alienarena/trunk/?sortby=date
@@ -91,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
@@ -99,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
@@ -151,6 +151,9 @@
 
 
 %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
 




More information about the scm-commits mailing list