Add explicit dependency on ocamlbuild.

This commit is contained in:
Richard W.M. Jones 2016-11-07 21:51:43 +00:00
parent d148257dab
commit afa6c2d8d4
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,10 @@ License: BSD
URL: https://github.com/cil-project/cil
Source0: https://github.com/cil-project/cil/archive/cil-%{version}.tar.gz
BuildRequires: ocaml, ocaml-findlib-devel, ocaml-ocamldoc
BuildRequires: ocaml
BuildRequires: ocaml-ocamlbuild
BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-ocamldoc
Patch0: 0001-Fix-testsuite-on-32-bit-machines.patch
Patch1: 0002-Do-not-fail-testsuite-on-new-gcc-behaviour.patch
@ -194,6 +197,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Nov 07 2016 Richard W.M. Jones <rjones@redhat.com> - 1.7.3-27
- Rebuild for OCaml 4.04.0.
- Add explicit dependency on ocamlbuild.
* Wed Oct 19 2016 Dan Horák <dan[at]danny.cz> - 1.7.3-26
- disable debuginfo subpackage on interpreted builds