Author: pluto Date: Tue Aug 19 13:03:39 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - s/sed/tr/, cleanup.
---- Files affected: SPECS: OpenArena.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/OpenArena.spec diff -u SPECS/OpenArena.spec:1.3 SPECS/OpenArena.spec:1.4 --- SPECS/OpenArena.spec:1.3 Tue Aug 19 14:49:14 2008 +++ SPECS/OpenArena.spec Tue Aug 19 15:03:34 2008 @@ -7,11 +7,8 @@ Release: 0.1 License: GPL v2 Group: Applications/Games -# precompiled archives can be downloaded from website. -Source0: http://download.tuxfamily.org/openarena/rel/%(echo %{_base_ver} | sed -e 's:\.::g')/oa%(echo %{_base_ver} | sed -e 's:\.::g').zip -# Source0-md5: 61aaba81973900d5116a6842079c9c49 -#Source1: oa%(echo %{_patch_ver} | sed -e 's:\.::g')-patch.zip -# Source1-md5: 5fa31998009f8241ad3ded93eb81e701 +Source0: http://download.tuxfamily.org/openarena/rel/%(echo %{_base_ver} | tr -d .)/oa%(echo %{_base_ver} | tr -d .).zip +# Source0-md5: d41d8cd98f00b204e9800998ecf8427e URL: http://openarena.ws/ BuildRequires: unzip Requires: OpenGL @@ -30,7 +27,6 @@ %prep %define __unzip %{_bindir}/unzip -o %setup -q -n openarena-%{_base_ver} -# -b1 cat << 'EOF' > openarena #/bin/sh @@ -64,6 +60,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2008/08/19 13:03:34 pluto +- s/sed/tr/, cleanup. + Revision 1.3 2008/08/19 12:49:14 pluto - updated to 0.8.0. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/OpenArena.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
