Remove ocaml_arches macro (RHBZ#1087794).

This commit is contained in:
Richard W.M. Jones 2014-04-15 13:41:23 +01:00
parent 9f346d1442
commit efb30521f9
1 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@
Name: ocaml-ocamlgraph
Version: 1.8.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: OCaml library for arc and node graphs
License: LGPLv2 with exceptions
@ -24,8 +24,6 @@ BuildRequires: ocaml-findlib
BuildRequires: ocaml-lablgtk-devel
BuildRequires: ocaml-ocamldoc
ExclusiveArch: %{ocaml_arches}
%global __requires_exclude ocaml\\\(Sig\\\)
%global libname %(sed -e 's/^ocaml-//' <<< %{name})
@ -153,6 +151,9 @@ install -m 0755 -p view_graph/viewgraph.byte \
%changelog
* Tue Apr 15 2014 Richard W.M. Jones <rjones@redhat.com> - 1.8.4-2
- Remove ocaml_arches macro (RHBZ#1087794).
* Wed Feb 26 2014 Jerry James <loganjerry@gmail.com> - 1.8.4-1
- New upstream release, 1.8.4+dev, where the "+dev" refers to a bug fix
that was applied immediately after the 1.8.4 release