BR >= OCaml 4.00.1 so we can't be built against the wrong OCaml.

This commit is contained in:
Richard W.M. Jones 2012-11-27 19:34:16 +00:00
parent 5fb324e06d
commit eb59b766fa
1 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Name: ocaml-fileutils
Version: 0.4.4
Release: 3%{?dist}
Release: 4%{?dist}
Summary: OCaml library for common file and filename operations
License: LGPLv2 with exceptions
@ -11,8 +11,8 @@ URL: https://forge.ocamlcore.org/projects/ocaml-fileutils/
Source0: https://forge.ocamlcore.org/frs/download.php/892/ocaml-fileutils-0.4.4.tar.gz
ExcludeArch: sparc64 s390 s390x
BuildRequires: ocaml
BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml >= 4.00.1
BuildRequires: ocaml-findlib-devel >= 1.3.3-3
BuildRequires: ocaml-ocamldoc
BuildRequires: ocaml-camlp4-devel
%if 0%{?fedora} || 0%{?rhel} <= 6
@ -97,6 +97,9 @@ make test
%changelog
* Tue Nov 27 2012 Richard W.M. Jones <rjones@redhat.com> - 0.4.4-4
- BR >= OCaml 4.00.1 so we can't be built against the wrong OCaml.
* Tue Nov 27 2012 Richard W.M. Jones <rjones@redhat.com> - 0.4.4-3
- Disable the tests on RHEL 7, since they require ocaml-ounit.