rpms/openarena/FC-6 openarena.spec,1.1,1.2

Michał Bentkowski (ecik) fedora-extras-commits at redhat.com
Fri Jan 12 18:22:02 UTC 2007


Author: ecik

Update of /cvs/extras/rpms/openarena/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18864

Modified Files:
	openarena.spec 
Log Message:
* Fri Jan 12 2007 Michał Bentkowski <mr.ecik at gmail.com> - 0.6.0-4
- Get rid of -maltivec flag



Index: openarena.spec
===================================================================
RCS file: /cvs/extras/rpms/openarena/FC-6/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	12 Jan 2007 18:21:32 -0000	1.2
@@ -1,7 +1,7 @@
 %define         ver %(echo %version | tr -d .)
 Name:           openarena
 Version:        0.6.0
-Release:        2%{?dist}
+Release:        4%{?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 -DNO_VM_COMPILED"
+%endif
+make distclean -C source/ioq3-*
 make build_debug DEBUG_CFLAGS="%{optflags} $FLAGS" -C source/ioq3-*
 
 %install
@@ -130,7 +133,13 @@
 %{_datadir}/%{name}
 
 %changelog
-* Wed Jan 03 2007 Michał Bentkowski <mr.ecik at gmail.com> - 0.6.0-1
+* Fri Jan 12 2007 Michał Bentkowski <mr.ecik at gmail.com> - 0.6.0-4
+- Get rid of -maltivec flag
+
+* 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 fedora-extras-commits mailing list