[vegastrike-music] Actually make the vegastrike-speech subpackage.

Bruno Wolff III bruno at fedoraproject.org
Sat Jul 9 18:50:00 UTC 2011


commit d539bfc0083c0e25bfa24876bcc0887e7373c37a
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Jun 28 22:30:09 2011 -0500

    Actually make the vegastrike-speech subpackage.

 vegastrike-music.spec |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/vegastrike-music.spec b/vegastrike-music.spec
index 63caff0..28ef26d 100644
--- a/vegastrike-music.spec
+++ b/vegastrike-music.spec
@@ -20,6 +20,14 @@ a player to trade and bounty hunt. This archive contains the music files
 necessary to hear music in VegaStrike. These files are *not* essential to
 play the game.
 
+%package -n vegastrike-speech
+summary: Vocal sounds for Vega Strike
+Requires:       vegastrike-data >= %{version}
+
+%description
+Vocal sounds for Vega Strike, a GPL 3D OpenGL Action RPG space sim that allows
+a player to trade and bounty hunt. This archive contains vocal sounds and
+are *not* essential to play the game.
 
 %prep
 %setup -q -b1 -n vegastrike-speech-%{version}.beta1
@@ -27,6 +35,9 @@ cd ..
 %setup -q -n %{name}-%{version}.beta1
 cd ..
 mv vegastrike-speech-%{version}.beta1/* %{name}-%{version}.beta1
+mv music/AUTHORS music/COPYING .
+# The files are GPL2
+rm -f music/LICENSE.STANDALONE
 
 
 %build
@@ -42,9 +53,14 @@ cp -r * $RPM_BUILD_ROOT%{_datadir}/vegastrike
 rm -rf $RPM_BUILD_ROOT
 
 
+%files vegastrike-speech
+%defattr(-,root,root,-)
+%{_datadir}/vegastrike/communications
+%{_datadir}/vegastrike/sounds
+
 %files
 %defattr(-,root,root,-)
-%doc music/AUTHORS music/COPYING
+%doc AUTHORS COPYING
 %{_datadir}/vegastrike/music
 
 


More information about the scm-commits mailing list