From af49c8b9b5da16b36df91b6c00729d9ea2e9c729 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] +Requires mingw32-flexdll and the cross-compiler. --- ocaml/mingw32-ocaml.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ocaml/mingw32-ocaml.spec b/ocaml/mingw32-ocaml.spec index 5df8d0c..10d47c1 100644 --- a/ocaml/mingw32-ocaml.spec +++ b/ocaml/mingw32-ocaml.spec @@ -10,7 +10,7 @@ Name: mingw32-ocaml Version: 3.11.0+beta1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Objective Caml MinGW cross-compiler and programming environment License: QPL and (LGPLv2+ with exceptions) @@ -48,6 +48,12 @@ BuildRequires: mingw32-flexdll # which is why this is commented out. #Requires: ocaml-runtime = %{version} +# The built program will try to run the cross-compiler and flexdll, so +# these must be runtime requires. +Requires: mingw32-gcc +Requires: mingw32-binutils +Requires: mingw32-flexdll + %description Objective Caml is a high-level, strongly-typed, functional and @@ -179,5 +185,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Nov 15 2008 Richard W.M. Jones - 3.11.0+beta1-5 +- +Requires mingw32-flexdll and the cross-compiler. + * Sat Nov 15 2008 Richard W.M. Jones - 3.11.0+beta1-4 - Initial RPM release. -- 1.8.3.1