- Ignore Parsetree module, it's a part of the toplevel.
This commit is contained in:
parent
b4bbf8d6c6
commit
26010428b3
@ -3,7 +3,7 @@
|
||||
|
||||
Name: ocaml-findlib
|
||||
Version: 1.1.2pl1
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
Summary: Objective CAML package manager and build helper
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -23,7 +23,7 @@ BuildRequires: m4, ncurses-devel
|
||||
BuildRequires: gawk
|
||||
|
||||
%define _use_internal_dependency_generator 0
|
||||
%define __find_requires /usr/lib/rpm/ocaml-find-requires.sh -i Asttypes
|
||||
%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
|
||||
@ -110,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 6 2007 Richard W.M. Jones <rjones@redhat.com> - 1.1.2pl1-14
|
||||
- Ignore Parsetree module, it's a part of the toplevel.
|
||||
|
||||
* Mon Sep 3 2007 Richard W.M. Jones <rjones@redhat.com> - 1.1.2pl1-13
|
||||
- Bump version to force rebuild against ocaml -6 release.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user