From 6f38e74da4c048f44b6eb9ea051df4f9910ea58f Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Apr 25 2008 19:06:30 +0000 Subject: - Remove OCaml dependency generator for EL-*. --- diff --git a/ocaml-gsl.spec b/ocaml-gsl.spec index 78bba06..2b94f0f 100644 --- a/ocaml-gsl.spec +++ b/ocaml-gsl.spec @@ -3,7 +3,7 @@ Name: ocaml-gsl Version: 0.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Interface to GSL (GNU scientific library) for OCaml Group: Development/Libraries @@ -17,10 +17,6 @@ BuildRequires: ocaml-findlib-devel BuildRequires: gsl-devel >= 1.9 BuildRequires: /usr/bin/awk -%define _use_internal_dependency_generator 0 -%define __find_requires /usr/lib/rpm/ocaml-find-requires.sh -%define __find_provides /usr/lib/rpm/ocaml-find-provides.sh - %description This is an interface to GSL (GNU scientific library), for the Objective Caml language. @@ -102,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Apr 25 2008 Richard W.M. Jones - 0.6.0-4 +- Remove OCaml dependency generator for EL-*. + * Fri Apr 25 2008 Richard W.M. Jones - 0.6.0-3 - Fixed typo in description. - Mixed use of buildroot macro / RPM_BUILD_ROOT variable fixed.