- Removed dependency generation for EL-4.

This commit is contained in:
Richard W.M. Jones 2008-04-24 16:15:30 +00:00
parent e50a069b04
commit 43a9e2fab8

View File

@ -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 <rjones@redhat.com> - 1.2.1-4
- Removed dependency generation for EL-4.
* Mon Apr 21 2008 Richard W.M. Jones <rjones@redhat.com> - 1.2.1-3
- New upstream URLs.