diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index a460df4..316080c 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -3,7 +3,7 @@ Name: ocaml-findlib Version: 1.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Objective CAML package manager and build helper Group: Development/Libraries @@ -20,7 +20,7 @@ BuildRequires: ocaml-ocamldoc BuildRequires: m4, ncurses-devel BuildRequires: gawk -%global __ocaml_requires %{_rpmconfigdir}/ocaml-find-requires.sh -i Asttypes -i Parsetree +%global __ocaml_requires_opts -i Asttypes -i Parsetree %description Objective CAML package manager and build helper. @@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Dec 16 2009 Richard W.M. Jones - 1.2.5-3 +- Use __ocaml_requires_opts / __ocaml_provides_opts. + * Wed Dec 16 2009 Richard W.M. Jones - 1.2.5-2 - Update to use RPM dependency generator.