From 2545f35d82ce91289a8c35e9cc76b8a0668fed69 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 25 Apr 2014 20:55:17 +0100 Subject: [PATCH] No golang or R on aarch64 (currently) --- swig.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/swig.spec b/swig.spec index e1c20eb..1435922 100644 --- a/swig.spec +++ b/swig.spec @@ -7,7 +7,7 @@ %{!?rubylang:%global rubylang 1} %{!?javalang:%global javalang 1} -%ifarch %{arm} ppc64le ppc %{power64} s390 s390x +%ifarch aarch64 %{arm} ppc64le ppc %{power64} s390 s390x %{!?golang:%global golang 0} %else %{!?golang:%global golang 1} @@ -18,13 +18,18 @@ %{!?Rlang:%global Rlang 0} %else %{!?octave:%global octave 1} +%ifnarch aarch64 %{!?Rlang:%global Rlang 1} +%else +%{!?Rlang:%global Rlang 0} %endif +%endif + Summary: Connects C/C++/Objective C to some high-level programming languages Name: swig Version: 3.0.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ and BSD URL: http://swig.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz @@ -173,6 +178,9 @@ install -p -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/ %doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT %changelog +* Fri Apr 25 2014 Peter Robinson 3.0.0-4 +- No golang or R on aarch64 (currently) + * Tue Apr 22 2014 Karsten Hopp 3.0.0-3 - golang is exclusivearch %{ix86} x86_64 %{arm}, don't BR it on ppc*, s390* - unit tests fail on other ppc archs, too. disable for now