Missing BR findlib.
This commit is contained in:
parent
2ac4a90e97
commit
9d99589fec
@ -3,7 +3,7 @@
|
||||
|
||||
Name: ocaml-cryptokit
|
||||
Version: 1.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: OCaml library of cryptographic and hash functions
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -15,6 +15,7 @@ ExcludeArch: sparc64 s390 s390x
|
||||
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-ocamldoc
|
||||
BuildRequires: ocaml-findlib-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: chrpath
|
||||
|
||||
@ -114,7 +115,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 5 2011 Richard W.M. Jones <rjones@redhat.com> - 1.4-2
|
||||
* Wed Jan 5 2011 Richard W.M. Jones <rjones@redhat.com> - 1.4-3
|
||||
- New upstream version 1.4.
|
||||
- Project has moved to a new location.
|
||||
- META file is included in the project.
|
||||
@ -122,6 +123,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Build system changed.
|
||||
- *.cmx files are no longer installed during build.
|
||||
- Missing BR ocamldoc.
|
||||
- Missing BR findlib.
|
||||
|
||||
* Wed Dec 30 2009 Richard W.M. Jones <rjones@redhat.com> - 1.3-11
|
||||
- Rebuild for OCaml 3.11.2.
|
||||
|
Loading…
Reference in New Issue
Block a user