Remove ocaml_arches macro (bz 1087794).

This commit is contained in:
Jerry James 2014-04-18 14:28:29 -06:00
parent 4e8d2c68b7
commit 6b37239584
1 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@
Name: ocaml-menhir
Version: 20130911
Release: 2%{?dist}
Release: 3%{?dist}
Summary: LR(1) parser generator for OCaml
# The library is LGPLv2+ with a linking exception.
@ -21,8 +21,6 @@ Patch0: 0001-Makfile-use-menhir-ocamldep-instead-of-ocamldep.wra.patch
BuildRequires: ocaml
BuildRequires: ocaml-findlib
ExclusiveArch: %{ocaml_arches}
%description
Menhir is a LR(1) parser generator for the Objective Caml programming
language. That is, Menhir compiles LR(1) grammar specifications down to
@ -84,6 +82,9 @@ mv demos/ocamldep.wrapper $RPM_BUILD_ROOT%{_bindir}/menhir-ocamldep
%{_libdir}/ocaml/menhirLib/
%changelog
* Fri Apr 18 2014 Jerry James <loganjerry@gmail.com> - 20130911-3
- Remove ocaml_arches macro (bz 1087794)
* Mon Sep 16 2013 Jerry James <loganjerry@gmail.com> - 20130911-2
- Rebuild for OCaml 4.01.0