rpms/mame/F-18 mame.spec,1.88,1.89

Julian Sikorski belegdol at rpmfusion.org
Sun Nov 10 11:47:31 CET 2013


Author: belegdol

Update of /cvs/nonfree/rpms/mame/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27190/F-18

Modified Files:
	mame.spec 
Log Message:
Only use assembly on supported architectures


Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-18/mame.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- mame.spec	10 Nov 2013 10:22:20 -0000	1.88
+++ mame.spec	10 Nov 2013 10:47:01 -0000	1.89
@@ -144,8 +144,8 @@
 BuildArch:      noarch
 
 %description data-software-lists
-%{summary}. These are split from the main -data subpackage due to relatively
-large size.
+%{summary}. These are split from the main -data
+subpackage due to relatively large size.
 
 
 %prep
@@ -222,6 +222,11 @@
 MAME_FLAGS="NOWERROR=1 SYMBOLS=1 OPTIMIZE=2 BUILD_EXPAT=0 BUILD_ZLIB=0 \
     BUILD_FLAC=0 BUILD_JPEGLIB=0 BUILD_MIDILIB=0 SUFFIX64="
 
+#only use assembly on supported architectures
+%ifnarch %{ix86} x86_64 ppc ppc64
+MAME_FLAGS="$MAME_FLAGS NOASM=1"
+%endif
+
 %if %{with ldplayer}
 make %{?_smp_mflags} $MAME_FLAGS TARGET=ldplayer \
     OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'"
@@ -395,6 +400,7 @@
 - Fedora 17 is long EOL, always use system-wide libjpeg
 - Added a conditional N64 SIMD
 - Added new man pages
+- Only use assembly on supported architectures
 
 * Mon Sep 30 2013 Nicolas Chauvet <kwizart at gmail.com> - 0.150-2
 - Rebuilt


More information about the rpmfusion-commits mailing list