BR >= OCaml 4.00.1 so we can't be built against the wrong OCaml.
This commit is contained in:
parent
633d624129
commit
b4121db05e
@ -3,7 +3,7 @@
|
||||
|
||||
Name: ocaml-curses
|
||||
Version: 1.0.3
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
Summary: OCaml bindings for ncurses
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -13,8 +13,9 @@ Source0: http://download.savannah.gnu.org/releases/ocaml-tmk/%{name}-%{ve
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
ExcludeArch: sparc64 s390 s390x
|
||||
|
||||
BuildRequires: ocaml >= 3.10.2
|
||||
BuildRequires: ocaml-findlib-devel, ncurses-devel
|
||||
BuildRequires: ocaml >= 4.00.1
|
||||
BuildRequires: ocaml-findlib-devel >= 1.3.3-3
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: gawk
|
||||
|
||||
# Doesn't include a configure script, so we have to make one.
|
||||
@ -92,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 27 2012 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-15
|
||||
- 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> - 1.0.3-14
|
||||
- Rebuild for OCaml 4.00.1.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user