[vegastrike-data] techniques is a new directory to 0.5.1.

Bruno Wolff III bruno at fedoraproject.org
Sun Jul 10 00:49:45 UTC 2011


commit e241cb887f78ef71b4b8c42c262003662a43bd19
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jul 9 19:49:13 2011 -0500

    techniques is a new directory to 0.5.1.
    
    techniques needed to be added to the install list.

 vegastrike-data.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/vegastrike-data.spec b/vegastrike-data.spec
index 1527b88..ff35139 100644
--- a/vegastrike-data.spec
+++ b/vegastrike-data.spec
@@ -1,6 +1,6 @@
 Name:           vegastrike-data
 Version:        0.5.1
-Release:        0.1.beta1.2
+Release:        0.2.beta1.2
 Summary:        Data files for Vega Strike
 Group:          Amusements/Games
 License:        GPLv2+
@@ -41,12 +41,12 @@ sed -i 's/\r//g' documentation/mission_howto.txt
 rm documentation/*.1 documentation/*.xls
 find .vegastrike ai animations bases cockpits communications \
          history meshes mission modules movies programs sectors sounds \
-         sprites textures units universe \
+         sprites techniques textures units universe \
          *.xml *.csv *.config *.cur *.xpm New_Game Version.txt \
         -type d | sed -e 's;^;%dir "%{_datadir}/vegastrike/;;s;$;";' | sort -u > data.dirs
 find .vegastrike ai animations bases cockpits communications \
          history meshes mission modules movies programs sectors sounds \
-         sprites textures units universe \
+         sprites techniques textures units universe \
          *.xml *.csv *.config *.cur *.xpm New_Game Version.txt \
         -type f | sed -e 's;^;"%{_datadir}/vegastrike/;;s;$;";' | sort -u > data.files
 cd ..
@@ -54,7 +54,7 @@ cp -a vegastrike-extra-%{version}.beta1/* %{name}-%{version}.beta1
 cd %{name}-%{version}.beta1
 find .vegastrike ai animations bases cockpits communications \
          history meshes mission modules movies programs sectors sounds \
-         sprites textures units universe \
+         sprites techniques textures units universe \
          *.xml *.csv *.config *.cur *.xpm New_Game Version.txt \
         -type f | sed -e 's;^;"%{_datadir}/vegastrike/;;s;$;";' | sort -u | \
         comm -2 -3 - data.files > extra.files
@@ -79,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/vegastrike
 for i in .vegastrike ai animations bases cockpits communications \
          history meshes mission modules movies programs sectors sounds \
-         sprites textures units universe \
+         sprites techniques textures units universe \
          *.xml *.csv *.config *.cur *.xpm New_Game Version.txt; do
   cp -a $i $RPM_BUILD_ROOT%{_datadir}/vegastrike
 done
@@ -121,6 +121,9 @@ fi
 
 
 %changelog
+* Tue Jul 09 2011 Bruno Wolff III <bruno at wolff.to> 0.5.1-0.2.beta.2
+- techniques is a new directory that needs to be installed.
+
 * Tue Jul 09 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.


More information about the scm-commits mailing list