rpms/fife/devel fife.spec,1.1,1.2

Thomas Kowaliczek linuxdonald at fedoraproject.org
Thu Oct 8 18:18:38 UTC 2009


Author: linuxdonald

Update of /cvs/pkgs/rpms/fife/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25034

Modified Files:
	fife.spec 
Log Message:

updatet to svn rev 3056



Index: fife.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fife/devel/fife.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- fife.spec	29 Sep 2009 21:26:46 -0000	1.1
+++ fife.spec	8 Oct 2009 18:18:38 -0000	1.2
@@ -1,4 +1,4 @@
-%global revision r3054
+%global revision r3056
 %global pyver %(python -c 'import sys ; print sys.version[:3]')
 
 Name:           fife
@@ -11,12 +11,12 @@ License:        LGPLv2+
 URL:            http://www.fifengine.de
 
 # svn co http://fife.svn.cvsdude.com/engine/trunk fife-2009.0
-# mv fife-2009.0 fife-2009.0_r3054
-# cd fife-2009_r3054 && find . -name '.s*' -exec rm -rf {} \;
+# mv fife-2009.0 fife-2009.0_r3056
+# cd fife-2009.0_r3056 && find . -name '.s*' -exec rm -rf {} \;
 # rm -rf tests/   -  removed for legal issues
 # rm -rf clients/   -  removed for legal issues
 # rm -rf ext/   -  removed for using system libs instead of shipped
-# tar -czvf fife-2009.0_r3054.tar.gz fife-2009.0_r3054
+# tar -czvf fife-2009.0_r3056.tar.gz fife-2009.0_r3056
 Source0:        %{name}-%{version}_%{revision}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -27,7 +27,7 @@ BuildRequires:  boost-devel
 BuildRequires:  SDL_ttf-devel
 BuildRequires:  SDL_image-devel
 BuildRequires:  libvorbis-devel
-BuildRequires:  openal-devel
+BuildRequires:  openal-soft-devel
 BuildRequires:  swig
 BuildRequires:  python-devel
 BuildRequires:  zlib-devel
@@ -50,9 +50,9 @@ Unknown horizons is one of the clients t
 mv build/linux2-config-dist.py \
    build/linux2-config.py
 
-# openal instead of openal_soft
-sed -i 's|openal_soft|openal|g' \
-       build/linux2-config.py
+# openal-soft instead of openal_soft
+sed -i 's|openal_soft|openal-soft|g' \
+	build/linux2-config.py
 
 # python version not hardcoded
 sed -i 's|python2.5|python%{pyver}|g' \
@@ -114,6 +114,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Oct 08 2009 Thomas Kowaliczek <linuxdonald at linuxdonald.de> - 2009.0-0.24.r3056svn
+- Update to r3056 and fixed some spec errors
+
 * Tue Sep 29 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 2009.0-0.24.r3054svn
 - Update to r3054
 




More information about the scm-commits mailing list