From 61703fb4d80186d25e97c60bc0f560f3a26853f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 25 Mar 2018 10:00:00 +0200 Subject: [PATCH] - build only on x86 and x86_64 - rel 6 --- Yap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Yap.spec b/Yap.spec index f12420f..fe859e5 100644 --- a/Yap.spec +++ b/Yap.spec @@ -1,9 +1,11 @@ -# TODO: liblam (MPI) or MPE +# TODO: +# - liblam (MPI) or MPE +# - fix x32 build (infinite loop in compiler during bootstrap) Summary: Prolog Compiler Summary(pl.UTF-8): Kompilator Prologu Name: Yap Version: 6.2.2 -Release: 5 +Release: 6 License: Artistic Group: Development/Languages #Source0Download: http://www.dcc.fc.up.pt/~vsc/Yap/downloads.html @@ -26,6 +28,7 @@ BuildRequires: sed >= 4.0 BuildRequires: texinfo BuildRequires: unixODBC-devel BuildRequires: zlib-devel +ExclusiveArch: %{ix86} %{x8664} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- 2.44.0