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}
|
%global __os_install_post %{nil}
|
||||||
|
|
||||||
Name: ocaml-findlib
|
Name: ocaml-findlib
|
||||||
Version: 1.8.0
|
Version: 1.8.1
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A library manager for OCaml
|
Summary: A library manager for OCaml
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,8 +14,8 @@ License: MIT
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: ocaml >= 4.00.1
|
BuildRequires: ocaml >= 4.09.0-4mamba
|
||||||
BuildRequires: ocaml-labltk >= 4.00.1
|
BuildRequires: ocaml-labltk >= 8.06.5
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
BuildRequires: ocaml-pcre
|
BuildRequires: ocaml-pcre
|
||||||
%endif
|
%endif
|
||||||
@ -81,7 +81,7 @@ rm -f %{buildroot}%{_libdir}/ocaml/ocamlbuild/META
|
|||||||
%attr(0555,root,root) %{_bindir}/ocamlfind
|
%attr(0555,root,root) %{_bindir}/ocamlfind
|
||||||
%{_libdir}/ocaml/*/META
|
%{_libdir}/ocaml/*/META
|
||||||
%dir %{_libdir}/ocaml/findlib
|
%dir %{_libdir}/ocaml/findlib
|
||||||
%dir %{_libdir}/ocaml/topfind
|
%{_libdir}/ocaml/topfind
|
||||||
%{_libdir}/ocaml/findlib/*.cma
|
%{_libdir}/ocaml/findlib/*.cma
|
||||||
%{_libdir}/ocaml/findlib/*.cmi
|
%{_libdir}/ocaml/findlib/*.cmi
|
||||||
%{_libdir}/ocaml/findlib/*.cmxs
|
%{_libdir}/ocaml/findlib/*.cmxs
|
||||||
@ -107,13 +107,22 @@ rm -f %{buildroot}%{_libdir}/ocaml/ocamlbuild/META
|
|||||||
#%{_libdir}/ocaml/bytes/*.a
|
#%{_libdir}/ocaml/bytes/*.a
|
||||||
#%{_libdir}/ocaml/bytes/*.cmxa
|
#%{_libdir}/ocaml/bytes/*.cmxa
|
||||||
%{_libdir}/ocaml/findlib/Makefile.config
|
%{_libdir}/ocaml/findlib/Makefile.config
|
||||||
%ifnarch x8_64
|
%ifnarch x86_64
|
||||||
%{_libdir}/ocaml/findlib/make_wizard
|
%{_libdir}/ocaml/findlib/make_wizard
|
||||||
%{_libdir}/ocaml/findlib/make_wizard.pattern
|
%{_libdir}/ocaml/findlib/make_wizard.pattern
|
||||||
%endif
|
%endif
|
||||||
#%doc LICENSE doc/README doc/guide-html
|
#%doc LICENSE doc/README doc/guide-html
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- added option -no-camlp4 to fix META file conflict with camlp4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user