From b08904da77eb43e28d51811cdc418e401d27cd76 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Aug 13 2007 16:14:20 +0000 Subject: Bump to 0.7.1. --- diff --git a/.cvsignore b/.cvsignore index e9ff3ef..eb9f6b8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,3 @@ -oa060.tar.gz ioq3-src-oa.tar.bz2 oa070.zip +oa071-patch.zip diff --git a/openarena.spec b/openarena.spec index f650679..4084640 100644 --- a/openarena.spec +++ b/openarena.spec @@ -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 @@ the GPL, effectively creating a free stand-alone game. 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 @@ EOF 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 @@ rm -f $IOQ3/*smp* # 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 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name} %changelog +* Mon Aug 13 2007 Jon Ciesla - 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 - 0.7.0-3 - NO_VM_COMPILED flag on ppc64 diff --git a/sources b/sources index 617a339..9097689 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ a43cd6044de919dd2af94fb4159ddb47 ioq3-src-oa.tar.bz2 739548bfc5dc1d129d20c0f67d54df48 oa070.zip +5fa31998009f8241ad3ded93eb81e701 oa071-patch.zip