rpms/gcube/devel gcube.spec,1.3,1.4

David Timms dtimms at rpmfusion.org
Sun Sep 28 04:07:57 CEST 2008


Author: dtimms

Update of /cvs/free/rpms/gcube/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19640

Modified Files:
	gcube.spec 
Log Message:
mod asm compile logic to retry build on ppc64 builder



Index: gcube.spec
===================================================================
RCS file: /cvs/free/rpms/gcube/devel/gcube.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gcube.spec	21 Sep 2008 22:34:21 -0000	1.3
+++ gcube.spec	28 Sep 2008 02:07:57 -0000	1.4
@@ -1,6 +1,6 @@
 Name:          gcube
 Version:       0.4
-Release:       5%{?dist}
+Release:       6%{?dist}
 Summary:       Nintendo Gamecube emulator
 
 Group:         Applications/Emulators
@@ -16,8 +16,6 @@
 BuildRequires: libjpeg-devel
 BuildRequires: SDL-devel >= 1.2.7
 BuildRequires: zlib-devel
-# ppc64 build does not seem to support asm opcode bswap, so exclude arch
-ExcludeArch:   ppc64
 
 
 %description
@@ -31,10 +29,10 @@
 
 %build
 make release %{?_smp_mflags} CPU="" ENABLE_SOUND=1 OPTFLAGS="%{optflags} -fno-strict-aliasing" \
-%ifarch ppc x86_64
-ASM_X86=0
-%else
+%ifarch %{ix86}
 ASM_X86=1
+%else
+ASM_X86=0
 %endif
 
 
@@ -60,6 +58,10 @@
 
 
 %changelog
+* Sun Sep 28 2008 David Timms <iinet.net.au at dtimms> 0.4-6
+- mod asm compile logic to retry build on ppc64 builder {adrian, rathann}
+- remove excludearch ppc64
+
 * Mon Sep 22 2008 David Timms <iinet.net.au at dtimms> 0.4-5
 - add ExcludeArch: ppc64 since lack of asm bswap stops build
 



More information about the rpmfusion-commits mailing list