From fc4ba7ecdcfc8a529655b0c2beac91aae6669d2b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 16 Dec 2009 17:05:57 +0000 Subject: [PATCH] Use __ocaml_requires_opts / __ocaml_provides_opts. --- ocaml-findlib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.