rebuilt with ocaml 4.14.1 [release 0.1.9-2mamba;Fri Jul 07 2023]

This commit is contained in:
Sdk Build System 2024-01-06 08:02:29 +01:00
parent 3b30f8c509
commit 5b69df07b4

View File

@ -2,7 +2,7 @@
Name: ocaml-soundtouch
Version: 0.1.9
Release: 1mamba
Release: 2mamba
Summary: OCaml bindings for the soundtouch audio library
Group: System/Libraries/OCaml
Vendor: openmamba
@ -16,10 +16,10 @@ BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libsoundtouch-devel
BuildRequires: libstdc++6-devel
BuildRequires: ocaml
BuildRequires: ocaml-runtime
## AUTOBUILDREQ-END
BuildRequires: ocaml >= 4.14.1
BuildRequires: dune
BuildRequires: ocaml
BuildRequires: ocaml-findlib
%description
@ -43,7 +43,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
@ -70,5 +70,8 @@ rm -rf %{buildroot}/usr/doc
%doc CHANGES* README.md
%changelog
* Fri Jul 07 2023 Sdk Build System <sdk@mambasoft.it> 0.1.9-2mamba
- rebuilt with ocaml 4.14.1
* Fri Feb 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.9-1mamba
- package created using the webbuild interface