Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c298a2f65 | ||
|
|
6d770a4431 | ||
|
|
fc896232ce | ||
|
|
5ec8f0ebc8 | ||
|
|
b2a5ef7a05 | ||
|
|
ee03ee9b1e | ||
|
|
1473b08ca8 | ||
|
|
0bf11e89b9 | ||
|
|
4739d9d12f | ||
|
|
94e02eeb0f | ||
|
|
869020de87 | ||
|
|
7b66cc2fe5 | ||
|
|
ce28f74d56 | ||
|
|
95b1c24d74 | ||
|
|
d100dc2358 | ||
|
|
854b68a51d | ||
|
|
14f5bd67c6 |
5 changed files with 1 additions and 97 deletions
|
|
@ -1 +0,0 @@
|
|||
alienarena-data-20090730.tar.bz2
|
||||
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,74 +0,0 @@
|
|||
Name: alienarena-data
|
||||
Summary: Data files for Alien Arena 2009
|
||||
Version: 20090730
|
||||
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-20090730 && cd alienarena-data-20090730
|
||||
# svn co svn://svn.icculus.org/alienarena/tags/7.30/arena
|
||||
# svn co svn://svn.icculus.org/alienarena/tags/7.30/botinfo
|
||||
# svn co svn://svn.icculus.org/alienarena/tags/7.30/data1
|
||||
# cd ../
|
||||
# find alienarena-data-20090730 -depth -name .svn -type d -exec rm -rf {} \;
|
||||
# tar -cvjf alienarena-data-20090730.tar.bz2 alienarena-data-20090730
|
||||
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 2009.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
rm -f {arena,data1}/game.so
|
||||
|
||||
|
||||
%build
|
||||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%{__mkdir_p} %{buildroot}/%{_datadir}/alienarena/
|
||||
cp -ap arena botinfo data1 %{buildroot}/%{_datadir}/alienarena/
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/alienarena/
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Fri Jan 30 2009 Tom "spot" Callaway <tcallawa@redhat.com> 20090115-1
|
||||
- update to 20090115 (7.21)
|
||||
|
||||
* Mon Oct 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 20081016-1
|
||||
- update to 20081016
|
||||
- sync up with Paul Bredbury's spec
|
||||
|
||||
* Thu Jul 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 20080603-2
|
||||
- get rid of prebuilt so file
|
||||
|
||||
* Wed Jul 2 2008 Tom "spot" Callaway <tcallawa@redhat.com> 20080603-1
|
||||
- update to 2008 data
|
||||
|
||||
* Tue Nov 27 2007 Tom "spot" Callaway <tcallawa@redhat.com> 20071011-2
|
||||
- cleanups, move icon into hicolor tree
|
||||
|
||||
* Thu Nov 1 2007 Tom "spot" Callaway <tcallawa@redhat.com> 20071011-1
|
||||
- Initial package for Fedora
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
merged into main alienarena package
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
db441b9856f8fb51eac472232f54e0ad alienarena-data-20090730.tar.bz2
|
||||
Reference in a new issue