Exclude ppc64 for EPEL, as ocaml-findlib is not available on it
This commit is contained in:
parent
2981401864
commit
1084b089e6
@ -5,7 +5,7 @@
|
||||
|
||||
Name: ocaml-xmlm
|
||||
Version: 1.2.0
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
Summary: A streaming XML codec
|
||||
|
||||
License: BSD
|
||||
@ -20,6 +20,10 @@ Source2: test-invalid.xml
|
||||
BuildRequires: ocaml >= 3.10.0
|
||||
BuildRequires: ocaml-findlib
|
||||
|
||||
%if 0%{?epel}
|
||||
ExcludeArch: ppc64
|
||||
%endif
|
||||
|
||||
%global libname %(sed -e 's/^ocaml-//' <<< %{name})
|
||||
|
||||
%description
|
||||
@ -103,6 +107,9 @@ grep expected invalid-err.log >/dev/null
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 29 2015 Ding-Yi Chen <dchen@redhat.com> - 1.2.0-16
|
||||
- Exclude ppc64 for EPEL, as ocaml-findlib is not available on it.
|
||||
|
||||
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 1.2.0-15
|
||||
- OCaml 4.02.3 rebuild.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user