rpms/openarena/F-7 openarena.spec,1.4,1.5 sources,1.3,1.4

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Mon Aug 13 17:18:09 UTC 2007


Author: limb

Update of /cvs/pkgs/rpms/openarena/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22244

Modified Files:
	openarena.spec sources 
Log Message:
Bump to 0.7.1.



Index: openarena.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openarena/F-7/openarena.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openarena.spec	13 Jul 2007 12:21:45 -0000	1.4
+++ openarena.spec	13 Aug 2007 17:17:37 -0000	1.5
@@ -1,15 +1,16 @@
 %define         ver %(echo %version | tr -d .)
 Name:           openarena
-Version:        0.7.0
-Release:        3%{?dist}
+Version:        0.7.1
+Release:        1%{?dist}
 Summary:        Open source first person shooter
 Group:          Amusements/Games
 License:        GPL
 URL:            http://openarena.ws/
-Source0:        http://download.tuxfamily.net/cooker/openarena/rel%{ver}/oa%{ver}.zip
+Source0:        http://download.tuxfamily.net/cooker/openarena/rel070/oa070.zip
 Source1:        http://cheapy.deathmask.net/logo.gif
 Source2:        http://www.openarena.ws/svn/source/ui/menudef.h
 Source3:        openarena.desktop
+Source4:	oa071-patch.zip
 Source99:       http://openarena.ws/rel/%{ver}/ioq3-src-oa.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       %{name}-data = %{version}
@@ -30,7 +31,7 @@
 This package contains data files essential to play OpenArena.
 
 %prep
-%setup -q
+%setup -qn openarena-0.7.0
 #1. let us create wrapper for openarena and for openarena_ded
 #   we can use one wrapper to that task
 cat > %{name} << EOF
@@ -51,7 +52,8 @@
 chmod +x %{name}
 ln -s %{name} %{name}_ded
 #2. set the sources
-%setup -q -c -T -D -b 99 #unpack sources in the same directory where data
+%setup -q -c -T -D -b 99 -n openarena-0.7.0 #unpack sources in the same directory where data
+%setup -q -c -T -D -b 4 -n openarena-0.7.0 #unpack patch in the same directory where data
 
 #3. copy all documentation to one directory and get rid of unexpected
 #   permissions to make a %files section easier ;-)
@@ -99,7 +101,12 @@
 
 # the things we have done above make it easier to install the application
 
+
 cp -rp $IOQ3/* $RPM_BUILD_ROOT%{_libexecdir}/%{name}
+#ugly hack for 0.7.1 patch, sorry, please clean.
+mv openarena-0.7.0/baseoa/* baseoa
+rmdir openarena-0.7.0/baseoa
+mv openarena-0.7.0/* .
 cp -p baseoa/* $RPM_BUILD_ROOT%{_datadir}/%{name}
 cp -p %{name} %{name}_ded $RPM_BUILD_ROOT%{_bindir}
 cp -p %{name}.png $RPM_BUILD_ROOT%{_datadir}/pixmaps
@@ -126,6 +133,10 @@
 %{_datadir}/%{name}
 
 %changelog
+* Mon Aug 13 2007 Jon Ciesla <limb at jcomserv.net> - 0.7.1-1
+- Added 0.7.1 patch. 
+- Uses 0.7.0 .zip, took version macro out of URL and setup to accommodate.
+
 * Fri Jul 13 2007 Michał Bentkowski <mr.ecik at gmail.com> - 0.7.0-3
 - NO_VM_COMPILED flag on ppc64
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openarena/F-7/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 Jul 2007 12:21:45 -0000	1.3
+++ sources	13 Aug 2007 17:17:37 -0000	1.4
@@ -1,2 +1,3 @@
 a43cd6044de919dd2af94fb4159ddb47  ioq3-src-oa.tar.bz2
 739548bfc5dc1d129d20c0f67d54df48  oa070.zip
+5fa31998009f8241ad3ded93eb81e701  oa071-patch.zip




More information about the fedora-extras-commits mailing list