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)
# 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
%changelog
+* Sat Nov 15 2008 Richard W.M. Jones <rjones@redhat.com> - 3.11.0+beta1-5
+- +Requires mingw32-flexdll and the cross-compiler.
+
* Sat Nov 15 2008 Richard W.M. Jones <rjones@redhat.com> - 3.11.0+beta1-4
- Initial RPM release.