Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

8 commits

Author SHA1 Message Date
Fedora Release Engineering
c105aa7e82 dist-git conversion 2010-07-28 09:42:14 +00:00
Bill Nottingham
ba29d6ebde Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:26:12 +00:00
Tom Callaway
d4ef2d4a7d update for 7.20 2008-10-20 18:34:51 +00:00
Tom Callaway
98f598ac10 bump rel 2008-07-03 12:56:15 +00:00
Tom Callaway
821f93cd00 get rid of prebuilt binary file 2008-07-03 12:50:19 +00:00
Tom Callaway
ad84168747 update to 2008 data 2008-07-02 19:06:54 +00:00
Tom Callaway
c0d801d6f9 branching 2007-11-28 15:48:49 +00:00
Tom Callaway
fc96bf1282 Initialize branch F-8 for alienarena-data 2007-11-28 15:31:53 +00:00
4 changed files with 63 additions and 21 deletions

View file

View file

@ -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)

62
alienarena-data.spec Normal file
View file

@ -0,0 +1,62 @@
Name: alienarena-data
Summary: Data files for Alien Arena 2008
Version: 20081016
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-20081016 && cd alienarena-data-20081016
# svn co svn://svn.icculus.org/alienarena/tags/7.20/arena
# svn co svn://svn.icculus.org/alienarena/tags/7.20/botinfo
# svn co svn://svn.icculus.org/alienarena/tags/7.20/data1
# cd ../
# tar -cvjf alienarena-data-20081016.tar.bz2 alienarena-data-20081016
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.
%prep
%setup -q
find -name "\.svn" -type d -print0 | xargs -0 rm -rf
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
* 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

View file

@ -0,0 +1 @@
300e44b08a54f72587f4144008a61868 alienarena-data-20081016.tar.bz2