rebuilt with ocaml 4.11.1 [release 1.8.1-4mamba;Thu Jan 21 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 07:53:25 +01:00
parent d97497a257
commit 0eb301aa17

View File

@ -2,7 +2,7 @@
Name: ocaml-findlib Name: ocaml-findlib
Version: 1.8.1 Version: 1.8.1
Release: 3mamba Release: 4mamba
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.09.0-4mamba BuildRequires: ocaml >= 4.11.1
BuildRequires: ocaml-labltk >= 8.06.5 BuildRequires: ocaml-labltk >= 8.06.9
%if "%{stage1}" != "1" %if "%{stage1}" != "1"
BuildRequires: ocaml-pcre BuildRequires: ocaml-pcre
%endif %endif
@ -44,6 +44,9 @@ Requires: ocaml-labltk >= 4.00.1
%description devel %description devel
This package contains libraries and header files for developing applications that use %{name}. This package contains libraries and header files for developing applications that use %{name}.
# debug package disabled because ocamlfind must not be stripped
#% debug_package
%prep %prep
%setup -q -n findlib-%{version} %setup -q -n findlib-%{version}
@ -107,13 +110,14 @@ 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 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
#%doc LICENSE doc/README doc/guide-html #%doc LICENSE doc/README doc/guide-html
%changelog %changelog
* Thu Jan 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-4mamba
- rebuilt with ocaml 4.11.1
* Mon Dec 30 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-3mamba * Mon Dec 30 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-3mamba
- rebuilt with ocaml 4.09.0-4mamba - rebuilt with ocaml 4.09.0-4mamba