rebuilt with ocaml 4.14.1 [release 0.1.6-2mamba;Fri Jul 07 2023]
This commit is contained in:
parent
acc38e418d
commit
44c1c4de8e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ocaml-samplerate
|
Name: ocaml-samplerate
|
||||||
Version: 0.1.6
|
Version: 0.1.6
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: OCaml bindings for libsamplerate
|
Summary: OCaml bindings for libsamplerate
|
||||||
Group: Development/Bindings
|
Group: Development/Bindings
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,8 +14,9 @@ License: LGPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libsamplerate-devel
|
BuildRequires: libsamplerate-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -39,7 +40,7 @@ dune build
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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
|
rm -rf %{buildroot}/usr/doc
|
||||||
|
|
||||||
@ -67,6 +68,9 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc examples
|
%doc examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 07 2023 Sdk Build System <sdk@mambasoft.it> 0.1.6-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.6-1mamba
|
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.6-1mamba
|
||||||
- update to 0.1.6
|
- update to 0.1.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user