BR >= OCaml 4.00.1 so we can't be built against the wrong OCaml.
This commit is contained in:
parent
9c2f99d887
commit
c83ed8b2d6
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: ocaml-calendar
|
Name: ocaml-calendar
|
||||||
Version: 2.03.2
|
Version: 2.03.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Objective Caml library for managing dates and times
|
Summary: Objective Caml library for managing dates and times
|
||||||
|
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -12,8 +12,9 @@ Source0: http://forge.ocamlcore.org/frs/download.php/915/calendar-2.03.2.
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
ExcludeArch: sparc64 s390 s390x
|
ExcludeArch: sparc64 s390 s390x
|
||||||
|
|
||||||
BuildRequires: ocaml >= 3.12.1-3
|
BuildRequires: ocaml >= 4.00.1
|
||||||
BuildRequires: ocaml-findlib-devel, ocaml-ocamldoc
|
BuildRequires: ocaml-findlib-devel >= 1.3.3-3
|
||||||
|
BuildRequires: ocaml-ocamldoc
|
||||||
BuildRequires: gawk
|
BuildRequires: gawk
|
||||||
|
|
||||||
# Ignore all generated modules *except* CalendarLib, since everything
|
# Ignore all generated modules *except* CalendarLib, since everything
|
||||||
@ -74,6 +75,9 @@ make install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 27 2012 Richard W.M. Jones <rjones@redhat.com> - 2.03.2-2
|
||||||
|
- BR >= OCaml 4.00.1 so we can't be built against the wrong OCaml.
|
||||||
|
|
||||||
* Mon Oct 29 2012 Richard W.M. Jones <rjones@redhat.com> - 2.03.2-1
|
* Mon Oct 29 2012 Richard W.M. Jones <rjones@redhat.com> - 2.03.2-1
|
||||||
- New upstream version 2.03.2.
|
- New upstream version 2.03.2.
|
||||||
- Rebuild for OCaml 4.00.1.
|
- Rebuild for OCaml 4.00.1.
|
||||||
|
Loading…
Reference in New Issue
Block a user