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

Michał Bentkowski (ecik) fedora-extras-commits at redhat.com
Thu Jan 11 22:45:13 UTC 2007


Author: ecik

Update of /cvs/extras/rpms/openarena/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10837

Modified Files:
	openarena.spec 
Log Message:
* Wed Jan 10 2007 Michał Bentkowski <mr.ecik at gmail.com> - 0.6.0-3
- Do some ppc fixes



Index: openarena.spec
===================================================================
RCS file: /cvs/extras/rpms/openarena/devel/openarena.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openarena.spec	3 Jan 2007 21:53:57 -0000	1.1
+++ openarena.spec	11 Jan 2007 22:44:43 -0000	1.2
@@ -1,7 +1,7 @@
 %define         ver %(echo %version | tr -d .)
 Name:           openarena
 Version:        0.6.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Open source first person shooter
 Group:          Amusements/Games
 License:        GPL
@@ -74,7 +74,10 @@
        -DUSE_OPENAL=1 -DUSE_CURL=1 -DUSE_CURL_DLOPEN=1 \
        -DUSE_SDL_VIDEO=1 -DUSE_SDL_SOUND=1 $(sdl-config --cflags) \
        -DUSE_LOCAL_HEADERS=1"
-
+%ifarch ppc
+FLAGS="$FLAGS -maltivec -DNO_VM_COMPILED"
+%endif
+make distclean -C source/ioq3-*
 make build_debug DEBUG_CFLAGS="%{optflags} $FLAGS" -C source/ioq3-*
 
 %install
@@ -130,7 +133,10 @@
 %{_datadir}/%{name}
 
 %changelog
-* Wed Jan 03 2007 Michał Bentkowski <mr.ecik at gmail.com> - 0.6.0-1
+* Wed Jan 10 2007 Michał Bentkowski <mr.ecik at gmail.com> - 0.6.0-3
+- Do some ppc fixes
+
+* Wed Jan 03 2007 Michał Bentkowski <mr.ecik at gmail.com> - 0.6.0-2
 - Add COPYING to data subpackage
 - Remove LINUXNOTES from %%doc
 




More information about the scm-commits mailing list