[nqp] little space/tab fixes

Gerd Pokorra gerd at fedoraproject.org
Mon Jan 26 08:00:09 UTC 2015


commit f8f0bfbbd9c5bed5e4694d1f1d25aaec1aed1fb0
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Mon Jan 26 08:59:53 2015 +0100

    little space/tab fixes

 nqp.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/nqp.spec b/nqp.spec
index d653149..48bf9ff 100644
--- a/nqp.spec
+++ b/nqp.spec
@@ -9,9 +9,9 @@
 
 
 #
-# i686:    parrot,moar
-# x86_64:  parrot,moar,jvm
-# armv7hl: parrot,moar,jvm
+# i686:		parrot,moar
+# x86_64:	parrot,moar,jvm
+# armv7hl:	parrot,moar,jvm
 #
 
 %global year 2014
@@ -105,7 +105,7 @@ Not Quite Perl (6) build on MoarVM
 # origin libtommath source. The header files are needed to build.
 #rm `find 3rdparty/libtommath -type f ! -name '*long.c' -a ! -name '*.h' -a ! -name '*bncore.c' -a ! '*bn_error.c'`
 #
-#%patch0 -p0
+##%%patch0 -p0
 
 
 %build
@@ -157,8 +157,9 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC" %{__make} # %{?_smp_mflags}
 %{_includedir}/parrot/%{parrot_version}/dynpmc/pmc_*
 
 
-#%ifnarch i686          # %{ix86}
-%ifarch x86_64 %{arm}   # armv7hl
+##%%ifnarch i686		# %%{ix86}    seem not to work
+# ARM: armv7hl
+%ifarch x86_64 %{arm}
 %files jvm
 %{_bindir}/nqp-j
 %{_bindir}/eval-client.pl


More information about the scm-commits mailing list