Compare commits

..

6 commits

Author SHA1 Message Date
Fedora Release Engineering
14f51a370d dist-git conversion 2010-07-28 09:42:17 +00:00
Bill Nottingham
f8d99745b1 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:26:11 +00:00
Tom Callaway
a1c39aa260 update to 7.32 2009-11-03 03:08:47 +00:00
Tom Callaway
30ed60ce90 update data to 7.30 2009-07-31 16:26:14 +00:00
Tom Callaway
93e069ca75 update to 20090115 for 7.21 2009-01-31 01:43:13 +00:00
Jesse Keating
eaa5eda0b7 Initialize branch F-10 for alienarena-data 2008-11-07 04:37:22 +00:00
4 changed files with 79 additions and 1 deletions

1
.gitignore vendored Normal file
View file

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

77
alienarena-data.spec Normal file
View file

@ -0,0 +1,77 @@
Name: alienarena-data
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-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-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 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
* 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
* 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 @@
979225387d1dce5cd900e21b402dc88c alienarena-data-20091102.tar.bz2