rpms/nexuiz-data/devel nexuiz-data.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Fri Jul 8 21:57:07 UTC 2005


Author: adrian

Update of /cvs/extras/rpms/nexuiz-data/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10924/devel

Modified Files:
	.cvsignore sources 
Added Files:
	nexuiz-data.spec 
Log Message:
auto-import nexuiz-data-1.1-1 on branch devel from nexuiz-data-1.1-1.src.rpm


--- NEW FILE nexuiz-data.spec ---
%define datadate 20050703

Summary: Game data for the Nexuiz first person shooter
Name: nexuiz-data
Version: 1.1
Release: 1
License: GPL
Group: Amusements/Games
URL: http://www.nexuiz.com/
# Source is custom, obtained with :
# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz11.zip
# unzip nexuiz11.zip
# mkdir nexuiz-data-1.1/
# mv Nexuiz/data/ Nexuiz/Readme.htm Nexuiz/sources/darkplaces/COPYING \
#    nexuiz-data-1.1/
# tar cvf nexuiz-data-1.1.tar nexuiz-data-1.1/
Source: nexuiz-data-%{version}.tar
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch

%description
Nexuiz is a fast-paced, chaotic, and intense multiplayer first person shooter, 
focused on providing basic, old style deathmatches.

Data (textures, maps, sounds and models) required to play nexuiz.
This includes 17 maps, 28 playable characters and 10 music tracks.

%prep
%setup -q
%{__sed} -i 's/\r//' Readme.htm

%build

%install
%{__rm} -rf %{buildroot}
%{__install} -D -p data/data%{datadate}.pk3 \
        %{buildroot}%{_datadir}/nexuiz/data/data%{datadate}.pk3

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644, root, root, 0755)
%doc Readme.htm COPYING
%{_datadir}/nexuiz/

%changelog
* Fri Jul  8 2005 Matthias Saou <http://freshrpms.net/> 1.1-0
- Split off data from the main package, will make fixing the binaries much
  easier and allow sharing this noarch package between archs. It also avoids
  shipping the source full of the already provided binary builds.
- Don't gz/bzip2 the source as it saves 252kB of 152MB at best and wastes time
  (the data is already a huge compressed .pk3).


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nexuiz-data/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Jul 2005 21:27:06 -0000	1.1
+++ .cvsignore	8 Jul 2005 21:57:05 -0000	1.2
@@ -0,0 +1 @@
+nexuiz-data-1.1.tar


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nexuiz-data/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Jul 2005 21:27:06 -0000	1.1
+++ sources	8 Jul 2005 21:57:05 -0000	1.2
@@ -0,0 +1 @@
+c177cce8cf6ac9134d1d9b8a08dc3272  nexuiz-data-1.1.tar




More information about the fedora-extras-commits mailing list