SPECS: quake3.spec - updated to yesterdays snapshot (almost nothin...

sparky sparky at pld-linux.org
Sun Nov 13 19:52:39 CET 2005


Author: sparky                       Date: Sun Nov 13 18:52:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to yesterdays snapshot (almost nothing has changed)
- added altivec bcond (with -O3 -fsigned-char -mcpu=7400 -mtune=7400
  -Wa,-m7450 runs like a rocket on my iBook :] )

---- Files affected:
SPECS:
   quake3.spec (1.54 -> 1.55) 

---- Diffs:

================================================================
Index: SPECS/quake3.spec
diff -u SPECS/quake3.spec:1.54 SPECS/quake3.spec:1.55
--- SPECS/quake3.spec:1.54	Sun Nov  6 20:46:55 2005
+++ SPECS/quake3.spec	Sun Nov 13 19:52:34 2005
@@ -1,15 +1,19 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	altivec		# use altivec, no runtime detection
+
 %define	_dataver	1.32b3
 Summary:	Quake3 for Linux
 Summary(pl):	Quake3 dla Linuksa
 Name:		quake3
 Version:	1.33
-%define	_snap	20051105
+%define	_snap	20051112
 Release:	0.%{_snap}.1
 License:	GPL
 Group:		Applications/Games
 Source0:	http://sparky.homelinux.org/snaps/icculus/%{name}-%{_snap}.tar.bz2
-# Source0-md5:	915ba37078aa102908617db577b79599
+# Source0-md5:	8ed82ca4cf0aed0d9e7ce22f19d4ec01
 Source2:	q3ded.init
 Source3:	q3ded.sysconfig
 Source4:	%{name}.png
@@ -27,6 +31,9 @@
 
 %define		specflags	-ffast-math -funroll-loops -fomit-frame-pointer -fno-strict-aliasing
 %define		specflags_ia32	-falign-loops=2 -falign-jumps=2 -falign-functions=2
+%if %{with altivec}
+%define		specflags_ppc	-maltivec -mabi=altivec
+%endif
 %define		_noautoreqdep	libGL.so.1 libGLU.so.1
 
 %description
@@ -225,6 +232,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.55  2005/11/13 18:52:34  sparky
+- updated to yesterdays snapshot (almost nothing has changed)
+- added altivec bcond (with -O3 -fsigned-char -mcpu=7400 -mtune=7400
+  -Wa,-m7450 runs like a rocket on my iBook :] )
+
 Revision 1.54  2005/11/06 19:46:55  sparky
 - up to yesterdays snapshot
 - build and install shared libraries
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/quake3.spec?r1=1.54&r2=1.55&f=u




More information about the pld-cvs-commit mailing list