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

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Sat Sep 3 14:13:06 UTC 2005


Author: adrian

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

Modified Files:
	.cvsignore nexuiz-data.spec sources 
Log Message:
* Fri Sep 02 2005 Adrian Reber <adrian at lisas.de> - 1.2-1
- updated to 1.2
- included serverfix12.zip



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nexuiz-data/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Jul 2005 21:57:05 -0000	1.2
+++ .cvsignore	3 Sep 2005 14:13:03 -0000	1.3
@@ -1 +1,2 @@
-nexuiz-data-1.1.tar
+nexuiz-data-1.2.tar
+serverfix12.zip


Index: nexuiz-data.spec
===================================================================
RCS file: /cvs/extras/rpms/nexuiz-data/devel/nexuiz-data.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nexuiz-data.spec	8 Jul 2005 21:57:05 -0000	1.1
+++ nexuiz-data.spec	3 Sep 2005 14:13:03 -0000	1.2
@@ -1,20 +1,21 @@
-%define datadate 20050703
+%define datadate 20050818
 
 Summary: Game data for the Nexuiz first person shooter
 Name: nexuiz-data
-Version: 1.1
+Version: 1.2
 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
+# unzip nexuiz12.zip
+# mkdir nexuiz-data-1.2/
+# mv Nexuiz/data/ Nexuiz/Readme.htm Nexuiz/gpl.txt \
+#    nexuiz-data-1.2/
+# tar cvf nexuiz-data-1.2.tar nexuiz-data-1.2/
+Source0: nexuiz-data-%{version}.tar
+Source1: http://dl.sf.net/sourceforge/nexuiz/serverfix12.zip
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 
@@ -23,28 +24,34 @@
 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
+%{__unzip} %{SOURCE1} data/data20050830.pk3
 
 %build
 
 %install
 %{__rm} -rf %{buildroot}
-%{__install} -D -p data/data%{datadate}.pk3 \
-        %{buildroot}%{_datadir}/nexuiz/data/data%{datadate}.pk3
+%{__mkdir_p} %{buildroot}%{_datadir}/nexuiz/data/
+%{__install} -p data/data%{datadate}-full.pk3 \
+	data/data20050830.pk3 \
+        %{buildroot}%{_datadir}/nexuiz/data/
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(0644, root, root, 0755)
-%doc Readme.htm COPYING
+%doc Readme.htm gpl.txt cvars.txt mapping.txt
 %{_datadir}/nexuiz/
 
 %changelog
+* Fri Sep 02 2005 Adrian Reber <adrian at lisas.de> - 1.2-1
+- updated to 1.2
+- included serverfix12.zip
+
 * 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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nexuiz-data/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Jul 2005 21:57:05 -0000	1.2
+++ sources	3 Sep 2005 14:13:03 -0000	1.3
@@ -1 +1,2 @@
-c177cce8cf6ac9134d1d9b8a08dc3272  nexuiz-data-1.1.tar
+d6cc369900e6356a21daf4b95297c7f3  nexuiz-data-1.2.tar
+6e5f8fe6b9933f628779121eb31c9550  serverfix12.zip




More information about the fedora-extras-commits mailing list