Add BR camlp4.

This commit is contained in:
Richard W.M. Jones 2011-01-05 16:16:23 +00:00
parent 2c2ff82d5a
commit 44841ac9f1
1 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Name: ocaml-ounit
Version: 1.1.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Unit test framework for OCaml
Group: Development/Libraries
@ -16,6 +16,7 @@ ExcludeArch: sparc64 s390 s390x
BuildRequires: ocaml >= 3.10.0
BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-ocamldoc
BuildRequires: ocaml-camlp4-devel
%define _use_internal_dependency_generator 0
%define __find_requires /usr/lib/rpm/ocaml-find-requires.sh
@ -91,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Jan 5 2011 Richard W.M. Jones <rjones@redhat.com> - 1.1.0-1
* Wed Jan 5 2011 Richard W.M. Jones <rjones@redhat.com> - 1.1.0-2
- New upstream version 1.1.0.
- Project has moved to new upstream URL and Source0.
- Rebuild for OCaml 3.12.0.
@ -99,7 +100,8 @@ rm -rf $RPM_BUILD_ROOT
+ doesn't need 'make allopt'
+ DESTDIR logic changed (see OASIS bug 852)
+ docdir moved
- LICENSE and README files renamed
- LICENSE and README files renamed.
- BR camlp4.
* Wed Dec 30 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-7
- Rebuild for OCaml 3.11.2.