Index: SPECS/mysql.spec =================================================================== --- SPECS.orig/mysql.spec +++ SPECS/mysql.spec @@ -1,13 +1,13 @@ Name: mysql Version: 5.0.45 -Release: 1%{?dist} +Release: 1%{?dist}.fa1 Summary: MySQL client programs and shared libraries License: GPL Group: Applications/Databases URL: http://www.mysql.com # Regression tests take a long time, you can skip 'em with this -%{!?runselftest:%define runselftest 1} +%{!?runselftest:%define runselftest 0} Source0: http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-%{version}.tar.gz Source1: mysql.init @@ -175,7 +175,9 @@ gcc $CFLAGS $LDFLAGS -o scriptstub "-DLI # Not enabling assembler make %{?_smp_mflags} +%ifnarch %{arm} make check +%endif %if %runselftest # hack to let 32- and 64-bit tests run concurrently on same build machine