Exclude ppc64 for epel
This commit is contained in:
parent
067a0bea96
commit
b827b22ddc
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: ocaml-cppo
|
Name: ocaml-cppo
|
||||||
Version: 1.1.2
|
Version: 1.1.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Equivalent of the C preprocessor for OCaml programs
|
Summary: Equivalent of the C preprocessor for OCaml programs
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -17,6 +17,9 @@ BuildRequires: ocaml-findlib
|
|||||||
%if !%{opt}
|
%if !%{opt}
|
||||||
Requires: ocaml >= 3.10.0
|
Requires: ocaml >= 3.10.0
|
||||||
%endif
|
%endif
|
||||||
|
%if 0?%{epel}
|
||||||
|
BuildExclude: ppc64
|
||||||
|
%endif
|
||||||
|
|
||||||
%define libname %(sed -e 's/^ocaml-//' <<< %{name})
|
%define libname %(sed -e 's/^ocaml-//' <<< %{name})
|
||||||
|
|
||||||
@ -65,6 +68,9 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 24 2015 Ding-Yi Chen <dchen@redhat.com> - 1.1.2-3
|
||||||
|
- Exclude ppc64 for EPEL, as ocaml-findlib is not available on it.
|
||||||
|
|
||||||
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-2
|
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-2
|
||||||
- OCaml 4.02.3 rebuild.
|
- OCaml 4.02.3 rebuild.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user