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

This commit is contained in:
Sdk Build System 2024-01-06 07:54:57 +01:00
parent bd2136e80d
commit 6350a9ab72

View File

@ -2,7 +2,7 @@
Name: ocaml-ladspa
Version: 0.2.2
Release: 1mamba
Release: 2mamba
Summary: OCaml bindings for LADSPA plugins
Group: System/Libraries/OCaml
Vendor: openmamba
@ -14,9 +14,10 @@ License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ocaml
BuildRequires: ocaml-runtime
## AUTOBUILDREQ-END
BuildRequires: ocaml >= 4.14.1
BuildRequires: dune
BuildRequires: ocaml
BuildRequires: ocaml-findlib
%description
@ -40,7 +41,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
@ -67,5 +68,8 @@ rm -rf %{buildroot}/usr/doc
%doc CHANGES* README.md
%changelog
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.2.2-2mamba
- rebuilt with ocaml 4.14.1
* Fri Feb 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-1mamba
- package created using the webbuild interface