File nexuiz-data.spec of Package nexuiz-data
#
# spec file for package nexuiz (Version 1.2.1)
#
# 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: nexuiz-data
URL: http://www.nexuiz.com/
License: GPL
Group: Amusements/Games/3D/Shoot
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Autoreqprov: on
Version: 2.2.3
Release: 14
Summary: Deathmatch First-Person Shooter
Source: nexuiz-223.zip
BuildRequires: unzip
%description
Data files for Nexuiz, a 3D deathmatch game made entirely over the Internet. The purpose of
the game is to bring deathmatch back to the basics, with perfect weapon
balancing and fast paced action, keeping itself away from the current
trend of realistic shooters. It uses HFX textures by Evil Lair, and
currently has 17 maps to frag in. With an advanced UI, the user can
select between 15 different player models to use, with an average of
two skins for each, and can connect to the master server to play with
people from all over the world.
The game's content and source are GPL, meaning it is entirely free and
all of it can be used in other free projects, even if modified. This is
a first for any large game project of its type.
Authors:
--------
Lee Vermeulen
Forest "LordHavoc" Hale
Kurt Dereli
Andreas "Black" Kirsch
Reaper
Rick "Rat" Kelley
Yves "EviLair" Allaire
Gottfried "Toddd" Hofmann
SavageX
Innovati
Jody Gallagher
Juergen "LowDragon" Timm
Attila "WW3" Houtkooper
Garth "Zombie" Hendy
Dan "Digger" Korostelev
Sajt
Strahlemann
%prep
%setup -cTn Nexuiz
cd ..
unzip %SOURCE0
%build
%install
install -d -m 755 $RPM_BUILD_ROOT/usr/share/nexuiz
install -d -m 755 $RPM_BUILD_ROOT/usr/share/nexuiz/data
install -m 644 data/* $RPM_BUILD_ROOT/usr/share/nexuiz/data
%clean
rm -fr $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/usr/share/nexuiz
%changelog -n nexuiz-data
* Wed Sep 20 2006 - uli@suse.de
- split into client/server/data package