rpms/alienarena/devel alienarena.spec,1.3,1.4

Tom Callaway spot at fedoraproject.org
Fri Sep 26 19:36:12 UTC 2008


Author: spot

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

Modified Files:
	alienarena.spec 
Log Message:
dont apply fhs patch, use DATADIR


Index: alienarena.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alienarena/devel/alienarena.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- alienarena.spec	2 Jul 2008 19:10:05 -0000	1.3
+++ alienarena.spec	26 Sep 2008 19:35:42 -0000	1.4
@@ -1,7 +1,7 @@
 Name:		alienarena
 Summary: 	Multiplayer retro sci-fi deathmatch game
 Version:	7.10
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+
 Group:		Amusements/Games
 Source0:	http://cor.planetquake.gamespy.com/codered/files/alienarena710src.zip
@@ -9,7 +9,6 @@
 Source2:	alienarena.desktop
 Source3:	GPL.acebot.txt
 Patch0:		alienarena-7.10-noSGIglext.patch
-Patch1:		alienarena-7.10-fhs.patch
 Patch2:		alienarena-7.10-dont-search-dll-in-data-path.patch
 Patch3:		alienarena-7.10-genericoptflagsonly.patch
 URL:		http://red.planetarena.org/
@@ -27,7 +26,6 @@
 %prep
 %setup -q -c -n %{name}-%{version}
 %patch0 -p1
-%patch1 -p1 -b .fhs
 %patch2 -p1
 %patch3 -p1
 cp -p %{SOURCE3} .
@@ -35,7 +33,7 @@
 
 %build
 cd source/
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_DATADIR=yes DATADIR=%{_datadir}/%{name}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -72,6 +70,9 @@
 %{_libexecdir}/crx.sdl
 
 %changelog
+* Fri Sep 26 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 7.10-2
+- drop fhs patch, use Makefile DATADIR options instead
+
 * Wed Jul  2 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 7.10-1
 - update to 7.10 (2008)
 




More information about the fedora-extras-commits mailing list