[ocaml-cryptokit] Missing BR ocamldoc.

Richard W.M. Jones rjones at fedoraproject.org
Wed Jan 5 19:35:19 UTC 2011


commit 2ac4a90e978377a40271df40ab794c095569c512
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Jan 5 19:35:06 2011 +0000

    Missing BR ocamldoc.

 ocaml-cryptokit.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/ocaml-cryptokit.spec b/ocaml-cryptokit.spec
index 5d977f9..37e8dc4 100644
--- a/ocaml-cryptokit.spec
+++ b/ocaml-cryptokit.spec
@@ -3,7 +3,7 @@
 
 Name:           ocaml-cryptokit
 Version:        1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        OCaml library of cryptographic and hash functions
 
 Group:          Development/Libraries
@@ -13,7 +13,10 @@ Source0:        https://forge.ocamlcore.org/frs/download.php/460/cryptokit-%{ver
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    sparc64 s390 s390x
 
-BuildRequires:  ocaml, zlib-devel, chrpath
+BuildRequires:  ocaml
+BuildRequires:  ocaml-ocamldoc
+BuildRequires:  zlib-devel
+BuildRequires:  chrpath
 
 %define _use_internal_dependency_generator 0
 %define __find_requires /usr/lib/rpm/ocaml-find-requires.sh
@@ -111,13 +114,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Wed Jan  5 2011 Richard W.M. Jones <rjones at redhat.com> - 1.4-1
+* Wed Jan  5 2011 Richard W.M. Jones <rjones at redhat.com> - 1.4-2
 - New upstream version 1.4.
 - Project has moved to a new location.
 - META file is included in the project.
 - Rebuild for OCaml 3.12.0.
 - Build system changed.
 - *.cmx files are no longer installed during build.
+- Missing BR ocamldoc.
 
 * Wed Dec 30 2009 Richard W.M. Jones <rjones at redhat.com> - 1.3-11
 - Rebuild for OCaml 3.11.2.


More information about the scm-commits mailing list