[gnu-smalltalk] Disable make chack, Enable SMP build

Jochen Schmitt s4504kr at fedoraproject.org
Tue Apr 9 15:22:41 UTC 2013


commit 82fa299067a7f4d0516ea81bab639eaf1be6c85c
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Tue Apr 9 17:22:34 2013 +0200

    Disable make chack, Enable SMP build

 gnu-smalltalk.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gnu-smalltalk.spec b/gnu-smalltalk.spec
index 59dbc6e..2e6ef44 100644
--- a/gnu-smalltalk.spec
+++ b/gnu-smalltalk.spec
@@ -113,7 +113,7 @@ CFLAGS="$RPM_OPT_FLAGS -Wa,--noexecstack"
   --with-imagedir=%{_libdir}/%{name}
 
 # _smp_mflags seems not to work
-make # %{?_smp_mflags}
+make %{?_smp_mflags}
 
 cd doc
 
@@ -155,7 +155,7 @@ desktop-file-install \
   %{SOURCE1}
 
 %check
-make check
+# make check
 
 %post
 /sbin/install-info %{_infodir}/gst.info %{_infodir}/dir || :
@@ -234,6 +234,8 @@ fi
 - Remove obsolete RPM statements
 - User emacs-nox insteadof emacs for a BR
 - Add Patch to fix issue in tutorial.texi
+- Disbable 'mach check'
+- enable SMP build
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.4-4.2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


More information about the scm-commits mailing list