Compare commits

..

19 commits

Author SHA1 Message Date
Tom Callaway
5c298a2f65 merged into main alienarena package 2014-07-08 14:50:44 -04:00
Dennis Gilmore
6d770a4431 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 19:26:56 -05:00
Dennis Gilmore
fc896232ce - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 19:33:59 -05:00
Dennis Gilmore
5ec8f0ebc8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 10:26:40 -06:00
Dennis Gilmore
b2a5ef7a05 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 10:46:58 -05:00
Dennis Gilmore
ee03ee9b1e - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 15:09:19 -06:00
Tom Callaway
1473b08ca8 7.53 2012-01-09 10:03:34 -05:00
Tom "spot" Callaway
0bf11e89b9 7.52 2011-10-21 16:16:56 -04:00
Tom "spot" Callaway
4739d9d12f update to 7.51 2011-03-24 12:46:47 -04:00
Dennis Gilmore
94e02eeb0f - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 18:50:41 -06:00
Tom "spot" Callaway
869020de87 7.50 data 2010-12-17 11:48:58 -05:00
Tom "spot" Callaway
7b66cc2fe5 data for 7.45 2010-08-03 10:36:37 -04:00
Fedora Release Engineering
ce28f74d56 dist-git conversion 2010-07-28 09:42:18 +00:00
Tom Callaway
95b1c24d74 7.40 2010-07-15 15:56:05 +00:00
Tom Callaway
d100dc2358 7.33 2010-01-15 21:44:03 +00:00
Bill Nottingham
854b68a51d Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:39:07 +00:00
Tom Callaway
14f5bd67c6 update to 7.32 2009-11-03 03:08:48 +00:00
Tom Callaway
75c3619984 update data to 7.30 2009-07-31 16:26:14 +00:00
Jesse Keating
962b040eec - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 16:43:27 +00:00
4 changed files with 1 additions and 79 deletions

1
.gitignore vendored
View file

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

View file

@ -1,77 +0,0 @@
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

1
dead.package Normal file
View file

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

View file

@ -1 +0,0 @@
979225387d1dce5cd900e21b402dc88c alienarena-data-20091102.tar.bz2