Compare commits

..

8 commits

Author SHA1 Message Date
Fedora Release Engineering
9a9fc82a44 dist-git conversion 2010-07-28 09:42:18 +00:00
Bill Nottingham
a714ab1e55 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:26:12 +00:00
Tom Callaway
d20ee6f0ea update to 20090115 for 7.21 2009-01-31 01:43:13 +00:00
Tom Callaway
f073a35aa8 update for 7.20 2008-10-20 18:34:51 +00:00
Tom Callaway
7aed06a159 bump rel 2008-07-03 12:56:32 +00:00
Tom Callaway
22c494cd7f get rid of prebuilt binary file 2008-07-03 12:50:32 +00:00
Tom Callaway
57e892156e update to 2008 data 2008-07-02 19:07:09 +00:00
Jesse Keating
cc157f6624 Initialize branch F-9 for alienarena-data 2008-04-20 12:03:20 +00:00
4 changed files with 67 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
alienarena2007-20071011-data.tar.bz2

65
alienarena-data.spec Normal file
View file

@ -0,0 +1,65 @@
Name: alienarena-data
Summary: Data files for Alien Arena 2008
Version: 20090115
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
# cd ../
# find alienarena-20090115 -depth -name .svn -type d -exec rm -rf {} \;
# tar -cvjf alienarena-data-20090115.tar.bz2 alienarena-data-20090115
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
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
* 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

View file

@ -1 +0,0 @@
merged into main alienarena package

1
sources Normal file
View file

@ -0,0 +1 @@
85fcf79affa2ac14a7d1983cf02990fd alienarena-data-20090115.tar.bz2