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.

12 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
4 changed files with 1 additions and 85 deletions

1
.gitignore vendored
View file

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

View file

@ -1,83 +0,0 @@
Name: alienarena-data
Summary: Data files for Alien Arena 2010
Version: 20100715
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-20100715 && cd alienarena-data-20100715
# svn co svn://svn.icculus.org/alienarena/tags/7.40/arena
# svn co svn://svn.icculus.org/alienarena/tags/7.40/botinfo
# svn co svn://svn.icculus.org/alienarena/tags/7.40/data1
# cd ../
# find alienarena-data-20100715 -depth -name .svn -type d -exec rm -rf {} \;
# tar -cvjf alienarena-data-20100715.tar.bz2 alienarena-data-20100715
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 2010.
%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 15 2010 Tom "spot" Callaway <tcallawa@redhat.com> 20100715-1
- update to 20100715 (7.40)
* Fri Jan 15 2010 Tom "spot" Callaway <tcallawa@redhat.com> 20100115-1
- update to 20100115 (7.33)
* 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 @@
c578204123b6a5f7ea718936a3bf0625 alienarena-data-20100715.tar.bz2