Remove ocaml_arches macro (bz 1087794).

Drop unnecessary gmp-devel BR.
This commit is contained in:
Jerry James 2014-04-18 14:12:49 -06:00
parent b26641681b
commit 1a936a09d1

View File

@ -2,7 +2,7 @@
Name: ocaml-tplib
Version: 1.3
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Tropical Polyhedra Library
License: LGPLv2+
@ -18,15 +18,12 @@ Source4: compute_minimal_external_representations.1
Source5: compute_tangent_hypergraph.1
Source6: compute_tropical_complex.1
BuildRequires: gmp-devel
BuildRequires: ocaml
BuildRequires: ocaml-camlidl-devel
BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-ocamldoc
BuildRequires: ocaml-zarith-devel
ExclusiveArch: %{ocaml_arches}
# This is an internal symbol that winds up in Requires, but not Provides
%global __requires_exclude ocaml\\\(Numeric_plugin\\\)
@ -101,6 +98,10 @@ _build/tests/test_tplib_rational
%doc %{_mandir}/man1/*
%changelog
* Fri Apr 18 2014 Jerry James <loganjerry@gmail.com> - 1.3-6
- Remove ocaml_arches macro (bz 1087794)
- Drop unnecessary gmp-devel BR
* Mon Sep 16 2013 Jerry James <loganjerry@gmail.com> - 1.3-5
- Rebuild for OCaml 4.01.0
- Enable debuginfo