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
This commit is contained in:
Olaf Hering 2013-01-02 16:49:41 +00:00 committed by Git OBS Bridge
parent a34ba2063b
commit 4aed43a8c1
2 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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