From 43a9e2fab856f8287505fbd8d00f464edb928b60 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 24 Apr 2008 16:15:30 +0000 Subject: [PATCH] - Removed dependency generation for EL-4. --- ocaml-findlib.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index 7790854..2fa1d67 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -3,7 +3,7 @@ Name: ocaml-findlib Version: 1.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Objective CAML package manager and build helper Group: Development/Libraries @@ -12,17 +12,13 @@ URL: http://projects.camlcity.org/projects/findlib.html Source0: http://download.camlcity.org/download/findlib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ocaml >= 3.10.2 +BuildRequires: ocaml >= 3.09.2 BuildRequires: ocaml-camlp4-devel BuildRequires: ocaml-labltk-devel 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 - %description Objective CAML package manager and build helper. @@ -106,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Apr 24 2008 Richard W.M. Jones - 1.2.1-4 +- Removed dependency generation for EL-4. + * Mon Apr 21 2008 Richard W.M. Jones - 1.2.1-3 - New upstream URLs.