From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Sat, 15 Nov 2008 23:49:58 +0000 (+0000) Subject: Requires ocaml X-Git-Url: http://git.annexia.org/?p=fedora-mingw.git;a=commitdiff_plain;h=879f74f5c909811e58a49c17db989ea0c65a7130 Requires ocaml --- diff --git a/ocaml/mingw32-ocaml.spec b/ocaml/mingw32-ocaml.spec index ed69370..4f4b42f 100644 --- a/ocaml/mingw32-ocaml.spec +++ b/ocaml/mingw32-ocaml.spec @@ -10,7 +10,7 @@ Name: mingw32-ocaml Version: 3.11.0+beta1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Objective Caml MinGW cross-compiler and programming environment License: QPL and (LGPLv2+ with exceptions) @@ -54,6 +54,10 @@ Requires: mingw32-gcc Requires: mingw32-binutils Requires: mingw32-flexdll +# i686-pc-mingw32-ocamlmklib tries to run ocamlopt which is probably a +# bug, but requires this (XXX). +Requires: ocaml + %description Objective Caml is a high-level, strongly-typed, functional and @@ -203,6 +207,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Nov 15 2008 Richard W.M. Jones - 3.11.0+beta1-7 +- Further requirements. + * Sat Nov 15 2008 Richard W.M. Jones - 3.11.0+beta1-6 - Install tools, particularly ocamlmklib.