File openarena-data.spec of Package openarena-data
#
# spec file for package openarena-data (Version 0.7.0)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: openarena-data
License: GNU General Public License (GPL) - all versions
Group: Amusements/Games/Action/Shoot
Autoreqprov: on
Version: 0.8.0
Release: 1
Summary: Open Arena Shootout data files
URL: http://openarena.ws/
Source: oa080.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1000
Recommends: openarena
%endif
BuildArchitectures: noarch
NoSource: 0
%description
OpenArena is an open-source content package for Quake III Arena
licensed under the GPL, effectively creating a free stand-alone game.
Authors:
--------
Aardappel - Maps (Converted with permission)
leileilol - Leads, gfx, models, anim, sound
and textures
Multiplex - Models, textures
crayon - Skins, models
JK Makowka - Models, skins
Democritus - Textures
jzero - Models, textures, 2D
Mancubus - The Announcer
mewse - Engine compiling, tools, textures
and testing
div0 - Engine compiling, fixing
dmn_clown - Botfiles code
MilesTeg - 2D art and textures
evillair - Textures (nicked from Nexuiz)
Shadowdragon - Models
mightypea - Models
Morphed - Skins
toddd - Sound
DarkThief - Skins
slyus - Skins
SavageX - Maps
Kaz - Skins
pixie - Voices (Kyonshi, Major)
Vondur - Map (kaos)
Tyrann - Map (Aggressor)
Ed - Map (Conversion of ce1m7)
%prep
%build
%install
mkdir -p $RPM_BUILD_ROOT/usr/share/games/openarena
pushd $RPM_BUILD_ROOT/usr/share/games/openarena
tar xjvf %{S:0}
# removing files which are installed in arch dependent RPM
#rm *dll
#rm *exe
#rm ioq*
rm LINUX*
rm C*
rm README
#find baseoa -type f -perm /111 | xargs chmod -x
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (644, games, games, 755)
/usr/share/games/openarena
%changelog -n openarena-data
* Tue Jul 10 2007 - lmichnovic@suse.cz
- update to version 0.7.0
- no subpackage with source code
* Wed May 30 2007 - lmichnovic@suse.cz
- initial version 0.6.0