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

This commit is contained in:
Sdk Build System 2024-01-06 07:52:56 +01:00
parent c76016f300
commit fa7c633b13

View File

@ -2,7 +2,7 @@
Name: ocaml-fdkaac
Version: 0.3.2
Release: 1mamba
Release: 2mamba
Summary: OCaml binding for the fdk-aac library
Group: System/Libraries/OCaml
Vendor: openmamba
@ -15,7 +15,9 @@ License: GPL
BuildRequires: glibc-devel
BuildRequires: libfdk-aac-devel
BuildRequires: ocaml
BuildRequires: ocaml-runtime
## AUTOBUILDREQ-END
BuildRequires: ocaml >= 4.14.1
BuildRequires: dune
BuildRequires: ocaml-findlib
@ -40,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
@ -67,5 +69,8 @@ rm -rf %{buildroot}/usr/doc
%doc CHANGES* README.md
%changelog
* Fri Jul 07 2023 Sdk Build System <sdk@mambasoft.it> 0.3.2-2mamba
- rebuilt with ocaml 4.14.1
* Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.2-1mamba
- package created using the webbuild interface