Update to use RPM dependency generator.
This commit is contained in:
parent
81b35100e9
commit
b5f5626894
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: ocaml-findlib
|
Name: ocaml-findlib
|
||||||
Version: 1.2.5
|
Version: 1.2.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Objective CAML package manager and build helper
|
Summary: Objective CAML package manager and build helper
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -20,9 +20,7 @@ BuildRequires: ocaml-ocamldoc
|
|||||||
BuildRequires: m4, ncurses-devel
|
BuildRequires: m4, ncurses-devel
|
||||||
BuildRequires: gawk
|
BuildRequires: gawk
|
||||||
|
|
||||||
%define _use_internal_dependency_generator 0
|
%global __ocaml_requires %{_rpmconfigdir}/ocaml-find-requires.sh -i Asttypes -i Parsetree
|
||||||
%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
|
%description
|
||||||
Objective CAML package manager and build helper.
|
Objective CAML package manager and build helper.
|
||||||
@ -110,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 16 2009 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-2
|
||||||
|
- Update to use RPM dependency generator.
|
||||||
|
|
||||||
* Sun Oct 4 2009 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-1
|
* Sun Oct 4 2009 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-1
|
||||||
- New upstream version 1.2.5.
|
- New upstream version 1.2.5.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user