X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2Fmingw32-ocaml.spec;fp=ocaml%2Fmingw32-ocaml.spec;h=10d47c19cf9b97ed3d05988c16aa5bc55b44b299;hb=af49c8b9b5da16b36df91b6c00729d9ea2e9c729;hp=5df8d0c7304254b1b9b54bafef8dcfb46292a809;hpb=022c5a8fbb914166fcaeeb775f73cfa504a57e88;p=fedora-mingw.git 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.