rebuilt with ocaml 4.14.1 [release 0.12.4-2mamba;Thu Jul 06 2023]

This commit is contained in:
Sdk Build System 2024-01-06 07:51:11 +01:00
parent a063a02e88
commit 7500a7afd3

View File

@ -2,7 +2,7 @@
Name: ocaml-compiler-libs-repackaged
Version: 0.12.4
Release: 1mamba
Release: 2mamba
Summary: OCaml compiler libraries repackaged
Group: System/Libraries/OCaml
Vendor: openmamba
@ -13,9 +13,9 @@ Source: https://github.com/janestreet/ocaml-compiler-libs.git/v%{version}
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ocaml
BuildRequires: ocaml-runtime
## AUTOBUILDREQ-END
BuildRequires: ocaml
BuildRequires: ocaml >= 4.14.1
BuildRequires: ocaml-camlp4-devel
BuildRequires: ocaml-findlib
BuildRequires: dune
@ -42,7 +42,7 @@ dune build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_lib}/ocaml"
DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_libdir}/ocaml"
rm -rf %{buildroot}/usr/doc
@ -65,5 +65,8 @@ rm -rf %{buildroot}/usr/doc
#%doc CHANGES.md README.org
%changelog
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.12.4-2mamba
- rebuilt with ocaml 4.14.1
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.4-1mamba
- package created using the webbuild interface