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
Version: 1.8.1
Release: 3mamba
Release: 4mamba
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.09.0-4mamba
BuildRequires: ocaml-labltk >= 8.06.5
BuildRequires: ocaml >= 4.11.1
BuildRequires: ocaml-labltk >= 8.06.9
%if "%{stage1}" != "1"
BuildRequires: ocaml-pcre
%endif
@ -44,6 +44,9 @@ Requires: ocaml-labltk >= 4.00.1
%description devel
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
%setup -q -n findlib-%{version}
@ -107,13 +110,14 @@ rm -f %{buildroot}%{_libdir}/ocaml/ocamlbuild/META
#%{_libdir}/ocaml/bytes/*.a
#%{_libdir}/ocaml/bytes/*.cmxa
%{_libdir}/ocaml/findlib/Makefile.config
%ifnarch x86_64
%{_libdir}/ocaml/findlib/make_wizard
%{_libdir}/ocaml/findlib/make_wizard.pattern
%endif
#%doc LICENSE doc/README doc/guide-html
%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
- rebuilt with ocaml 4.09.0-4mamba