From 4aed43a8c124fe12b02f3b4ff9a500872ecfedcd81e0265424f8139cdd6d8786 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 2 Jan 2013 16:49:41 +0000 Subject: [PATCH] revert last change: - Enable build also on s390x OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=11 --- ocaml-findlib.changes | 5 ----- ocaml-findlib.spec | 6 +++++- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ocaml-findlib.changes b/ocaml-findlib.changes index 08c6f7d..e3221f9 100644 --- a/ocaml-findlib.changes +++ b/ocaml-findlib.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue Dec 18 23:53:56 CET 2012 - ohering@suse.de - -- Enable build also on s390x - ------------------------------------------------------------------- Fri Nov 23 18:05:49 CET 2012 - ohering@suse.de diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index c905a47..a02f92b 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -50,7 +50,10 @@ Url: http://projects.camlcity.org/projects/findlib.html Source0: http://download.camlcity.org/download/findlib-%{version}.tar.gz Patch0: findlib-1.3.3.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %ix86 x86_64 s390x +%if "%{_ignore_exclusive_arch}" != "" +%else +ExclusiveArch: %ix86 x86_64 +%endif Provides: ocamlfind = %{version} @@ -81,6 +84,7 @@ developing applications that use %{name}. %prep +: _ignore_exclusive_arch '%{_ignore_exclusive_arch}' %setup -q -n findlib-%{version} %patch0 -p1