[vegastrike-data] Add most of what is needed for the new vegastrike-extra subpackage.

Bruno Wolff III bruno at fedoraproject.org
Sat Jul 9 18:49:19 UTC 2011


commit 5be5d2ed3a525865e52b7baa5d5c50627468e562
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Jun 28 23:01:20 2011 -0500

    Add most of what is needed for the new vegastrike-extra subpackage.

 vegastrike-data.spec |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/vegastrike-data.spec b/vegastrike-data.spec
index d3ad41b..1dbf5b7 100644
--- a/vegastrike-data.spec
+++ b/vegastrike-data.spec
@@ -18,8 +18,18 @@ Requires:       vegastrike >= %{version}
 Data files for Vega Strike, a GPL 3D OpenGL Action RPG space sim that allows
 a player to trade and bounty hunt.
 
+%package -n vegastrike-extra
+Summary:        Extra texturs for Vega Strike
+Group:          Amusements/Games
+Requires:       vegastrike-data >= %{version}
+
+%description -n vegastrike-extra
+Extra texture files for Vega Strike. These files are *not* essential to
+play Vega Strike.
 
 %prep
+%setup -q -b1 -n vegastrike-extra-%{version}.beta1
+cd ..
 %setup -q -n %{name}-%{version}.beta1
 # some cleanup
 rm -r cockpits/bomber-cockpit.cpt/#cockpit.xmesh# \
@@ -69,6 +79,9 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
 fi
 
 
+%files -n vegastrike-extra
+%defattr(-,root,root,-)
+
 %files
 %defattr(-,root,root,-)
 %doc vega-license.txt documentation/*
@@ -79,6 +92,7 @@ fi
 %changelog
 * Tue Jun 28 2011 Bruno Wolff III <bruno at wolff.to> 0.5.1-0.1.beta.2
 - Update to upstream 0.5.1beta1-2
+- Add optional vegastrike-extra subpackage for extra textures.
 
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list