From b5f5626894521ddd10b0ab7bc9f91770e40b5b9c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 16 Dec 2009 15:37:05 +0000 Subject: [PATCH] Update to use RPM dependency generator. --- ocaml-findlib.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index 48d1cc3..a460df4 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -3,7 +3,7 @@ Name: ocaml-findlib Version: 1.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Objective CAML package manager and build helper Group: Development/Libraries @@ -20,9 +20,7 @@ BuildRequires: ocaml-ocamldoc BuildRequires: m4, ncurses-devel BuildRequires: gawk -%define _use_internal_dependency_generator 0 -%define __find_requires /usr/lib/rpm/ocaml-find-requires.sh -i Asttypes -i Parsetree -%define __find_provides /usr/lib/rpm/ocaml-find-provides.sh +%global __ocaml_requires %{_rpmconfigdir}/ocaml-find-requires.sh -i Asttypes -i Parsetree %description Objective CAML package manager and build helper. @@ -110,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Dec 16 2009 Richard W.M. Jones - 1.2.5-2 +- Update to use RPM dependency generator. + * Sun Oct 4 2009 Richard W.M. Jones - 1.2.5-1 - New upstream version 1.2.5.