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

Karel Volný kvolny at rpmfusion.org
Thu Sep 16 10:23:11 CEST 2010


Author: kvolny

Update of /cvs/nonfree/rpms/ufoai-data/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17410

Modified Files:
	.cvsignore sources ufoai-data.spec 
Log Message:
* Tue Aug 17 2010 Karel Volny <kvolny at redhat.com> 2.3-1
- Version bump
- Split server subpackage



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/ufoai-data/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	3 Aug 2008 16:15:55 -0000	1.2
+++ .cvsignore	16 Sep 2010 08:23:11 -0000	1.3
@@ -1 +1 @@
-ufoai-2.2.1-data.tar
+ufoai-2.3-data.tar


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/ufoai-data/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	3 Aug 2008 16:15:55 -0000	1.2
+++ sources	16 Sep 2010 08:23:11 -0000	1.3
@@ -1 +1 @@
-02a582c9e845f264e8fd21a623651ce7  ufoai-2.2.1-data.tar
+08fa6d5c80231468c4d5e886600c8dcf  ufoai-2.3-data.tar


Index: ufoai-data.spec
===================================================================
RCS file: /cvs/nonfree/rpms/ufoai-data/devel/ufoai-data.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ufoai-data.spec	29 Mar 2009 15:20:21 -0000	1.2
+++ ufoai-data.spec	16 Sep 2010 08:23:11 -0000	1.3
@@ -1,8 +1,8 @@
 %define game_name ufoai
 
 Name:		ufoai-data
-Version:	2.2.1
-Release:	3
+Version:	2.3
+Release:	1
 Summary:	UFO: Alien Invasion data files
 
 Group:		Amusements/Games
@@ -13,13 +13,23 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 
+%package server
+Summary:	UFO: Alien Invasion data files needed to run the server
+
 
 %description
 UFO: ALIEN INVASION is a strategy game featuring tactical combat
 against hostile alien forces which are about to infiltrate earth at
 this very moment.
 
-This package contains the data files needed to run the game.
+This package contains the data files needed to run the game client.
+
+%description server
+UFO: ALIEN INVASION is a strategy game featuring tactical combat
+against hostile alien forces which are about to infiltrate earth at
+this very moment.
+
+This package contains the data files needed to run the game server.
 
 
 %prep
@@ -42,10 +52,29 @@
 
 %files
 %defattr(-,root,root,-)
-%{_datadir}/%{game_name}/
+%{_datadir}/%{game_name}/base/0media.pk3
+%{_datadir}/%{game_name}/base/0materials.pk3
+%{_datadir}/%{game_name}/base/0models.pk3
+%{_datadir}/%{game_name}/base/0music.pk3
+%{_datadir}/%{game_name}/base/0pics.pk3
+%{_datadir}/%{game_name}/base/0snd.pk3
+%{_datadir}/%{game_name}/base/0shaders.pk3
+
+
+%files server
+%defattr(-,root,root,-)
+%dir %{_datadir}/%{game_name}
+%dir %{_datadir}/%{game_name}/base
+%{_datadir}/%{game_name}/base/0base.pk3
+%{_datadir}/%{game_name}/base/0maps.pk3
+%{_datadir}/%{game_name}/base/0ufos.pk3
 
 
 %changelog
+* Tue Aug 17 2010 Karel Volny <kvolny at redhat.com> 2.3-1
+- Version bump
+- Split server subpackage
+
 * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.2.1-3
 - rebuild for new F11 features
 



More information about the rpmfusion-commits mailing list