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

David Timms dtimms at rpmfusion.org
Mon Sep 22 00:34:21 CEST 2008


Author: dtimms

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

Modified Files:
	gcube.spec 
Log Message:
mod to not build on ppc64



Index: gcube.spec
===================================================================
RCS file: /cvs/free/rpms/gcube/devel/gcube.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gcube.spec	21 Sep 2008 14:08:49 -0000	1.2
+++ gcube.spec	21 Sep 2008 22:34:21 -0000	1.3
@@ -1,6 +1,6 @@
 Name:          gcube
 Version:       0.4
-Release:       4%{?dist}
+Release:       5%{?dist}
 Summary:       Nintendo Gamecube emulator
 
 Group:         Applications/Emulators
@@ -16,6 +16,8 @@
 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
@@ -58,6 +60,9 @@
 
 
 %changelog
+* Mon Sep 22 2008 David Timms <iinet.net.au at dtimms> 0.4-5
+- add ExcludeArch: ppc64 since lack of asm bswap stops build
+
 * Sun Sep 21 2008 David Timms <iinet.net.au at dtimms> 0.4-4
 - initial import into rpmfusion and release bump
 - set license tag to match updated fedora guideline



More information about the rpmfusion-commits mailing list