rebuilt with ocaml 4.09.0-4mamba [release 1.8.1-3mamba;Mon Dec 30 2019]
This commit is contained in:
parent
4622dd30af
commit
d97497a257
@ -1,8 +1,8 @@
|
||||
%global __os_install_post %{nil}
|
||||
|
||||
Name: ocaml-findlib
|
||||
Version: 1.8.0
|
||||
Release: 2mamba
|
||||
Version: 1.8.1
|
||||
Release: 3mamba
|
||||
Summary: A library manager for OCaml
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
@ -14,8 +14,8 @@ License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: ocaml >= 4.00.1
|
||||
BuildRequires: ocaml-labltk >= 4.00.1
|
||||
BuildRequires: ocaml >= 4.09.0-4mamba
|
||||
BuildRequires: ocaml-labltk >= 8.06.5
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: ocaml-pcre
|
||||
%endif
|
||||
@ -81,7 +81,7 @@ rm -f %{buildroot}%{_libdir}/ocaml/ocamlbuild/META
|
||||
%attr(0555,root,root) %{_bindir}/ocamlfind
|
||||
%{_libdir}/ocaml/*/META
|
||||
%dir %{_libdir}/ocaml/findlib
|
||||
%dir %{_libdir}/ocaml/topfind
|
||||
%{_libdir}/ocaml/topfind
|
||||
%{_libdir}/ocaml/findlib/*.cma
|
||||
%{_libdir}/ocaml/findlib/*.cmi
|
||||
%{_libdir}/ocaml/findlib/*.cmxs
|
||||
@ -107,13 +107,22 @@ rm -f %{buildroot}%{_libdir}/ocaml/ocamlbuild/META
|
||||
#%{_libdir}/ocaml/bytes/*.a
|
||||
#%{_libdir}/ocaml/bytes/*.cmxa
|
||||
%{_libdir}/ocaml/findlib/Makefile.config
|
||||
%ifnarch x8_64
|
||||
%ifnarch x86_64
|
||||
%{_libdir}/ocaml/findlib/make_wizard
|
||||
%{_libdir}/ocaml/findlib/make_wizard.pattern
|
||||
%endif
|
||||
#%doc LICENSE doc/README doc/guide-html
|
||||
|
||||
%changelog
|
||||
* Mon Dec 30 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-3mamba
|
||||
- rebuilt with ocaml 4.09.0-4mamba
|
||||
|
||||
* Mon Dec 30 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-2mamba
|
||||
- rebuilt with ocaml 4.09.0
|
||||
|
||||
* Wed Aug 14 2019 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 27 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.0-2mamba
|
||||
- added option -no-camlp4 to fix META file conflict with camlp4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user