- Remove OCaml dependency generator for EL-*.

This commit is contained in:
Richard W.M. Jones 2008-04-25 19:06:27 +00:00
parent 206b2e3649
commit 928e2ba5dd

View File

@ -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 <rjones@redhat.com> - 0.6.0-4
- Remove OCaml dependency generator for EL-*.
* Fri Apr 25 2008 Richard W.M. Jones <rjones@redhat.com> - 0.6.0-3
- Fixed typo in description.
- Mixed use of buildroot macro / RPM_BUILD_ROOT variable fixed.