Ignore ocaml(Pa_extend) bogus generated requires and provides.

This commit is contained in:
Richard W.M. Jones 2010-01-06 14:43:13 +00:00
parent 35db57463e
commit 51290466f9

View File

@ -3,7 +3,7 @@
Name: ocaml-camlp5
Version: 5.12
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Classical version of camlp4 OCaml preprocessor
Group: Development/Libraries
@ -23,7 +23,7 @@ Patch1: 0002-Fix-typos-in-manpage.patch
BuildRequires: ocaml >= 3.11.2
BuildRequires: ocaml-ocamldoc
%global __ocaml_requires_opts -i Asttypes -i Parsetree
%global __ocaml_requires_opts -i Asttypes -i Parsetree -i Pa_extend
%global __ocaml_provides_opts -i Pa_extend
%description
@ -115,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Jan 6 2010 Richard W.M. Jones <rjones@redhat.com> - 5.12-5
- Ignore ocaml(Pa_extend) bogus generated requires and provides.
* Tue Jan 5 2010 Richard W.M. Jones <rjones@redhat.com> - 5.12-4
- Include Debian patch to fix support for OCaml 3.11.2.
- Include Debian patch to fix typos in man page.