Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85b2b71252 | ||
|
|
ced40f807d | ||
|
|
906ad098f4 | ||
|
|
46051c338b | ||
|
|
e7b4e808fe |
4 changed files with 20 additions and 32 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: alienarena-data
|
||||
# $Id$
|
||||
NAME := alienarena-data
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
|
|
@ -1,25 +1,25 @@
|
|||
Name: alienarena-data
|
||||
Summary: Data files for Alien Arena 2008
|
||||
Version: 20090115
|
||||
Release: 2%{?dist}
|
||||
Summary: Data files for Alien Arena 2009
|
||||
Version: 20091102
|
||||
Release: 1%{?dist}
|
||||
License: Redistributable, no modification permitted
|
||||
Group: Amusements/Games
|
||||
URL: http://icculus.org/alienarena/
|
||||
# We need to get this from SVN
|
||||
# mkdir alienarena-data-20090115 && cd alienarena-data-20090115
|
||||
# svn co svn://svn.icculus.org/alienarena/tags/7.21/arena
|
||||
# svn co svn://svn.icculus.org/alienarena/tags/7.21/botinfo
|
||||
# svn co svn://svn.icculus.org/alienarena/tags/7.21/data1
|
||||
# mkdir alienarena-data-20091102 && cd alienarena-data-20091102
|
||||
# svn co svn://svn.icculus.org/alienarena/tags/7.32/arena
|
||||
# svn co svn://svn.icculus.org/alienarena/tags/7.32/botinfo
|
||||
# svn co svn://svn.icculus.org/alienarena/tags/7.32/data1
|
||||
# cd ../
|
||||
# find alienarena-20090115 -depth -name .svn -type d -exec rm -rf {} \;
|
||||
# tar -cvjf alienarena-data-20090115.tar.bz2 alienarena-data-20090115
|
||||
# find alienarena-data-20091102 -depth -name .svn -type d -exec rm -rf {} \;
|
||||
# tar -cvjf alienarena-data-20091102.tar.bz2 alienarena-data-20091102
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
%description
|
||||
Data files (audio, maps, etc) for Alien Arena 2008.
|
||||
Data files (audio, maps, etc) for Alien Arena 2009.
|
||||
|
||||
|
||||
%prep
|
||||
|
|
@ -45,6 +45,15 @@ rm -rf %{buildroot}
|
|||
%{_datadir}/alienarena/
|
||||
|
||||
%changelog
|
||||
* Mon Nov 2 2009 Tom "spot" Callaway <tcallawa@redhat.com> 20091102-1
|
||||
- update to 20091102 (7.32)
|
||||
|
||||
* Thu Jul 30 2009 Tom "spot" Callaway <tcallawa@redhat.com> 20090730-1
|
||||
- update to 20090730 (7.30)
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090115-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090115-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
85fcf79affa2ac14a7d1983cf02990fd alienarena-data-20090115.tar.bz2
|
||||
979225387d1dce5cd900e21b402dc88c alienarena-data-20091102.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue