rebuilt with ocaml-ogg 0.7.4 [release 0.8.0-3mamba;Sun Jul 16 2023]
This commit is contained in:
parent
4e311062ff
commit
cdbaeb3110
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ocaml-vorbis
|
Name: ocaml-vorbis
|
||||||
Version: 0.8.0
|
Version: 0.8.0
|
||||||
Release: 1mamba
|
Release: 3mamba
|
||||||
Summary: OCaml bindings to the vorbis library
|
Summary: OCaml bindings to the vorbis library
|
||||||
Group: Development/Bindings
|
Group: Development/Bindings
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -16,7 +16,10 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libvorbis-devel
|
BuildRequires: libvorbis-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-ogg-devel
|
BuildRequires: ocaml-ogg-devel
|
||||||
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml-ogg-devel >= 0.7.4
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
BuildRequires: ocaml-findlib
|
BuildRequires: ocaml-findlib
|
||||||
|
|
||||||
@ -41,7 +44,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
|
||||||
|
|
||||||
@ -77,6 +80,12 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc examples/
|
%doc examples/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 16 2023 Sdk Build System <sdk@mambasoft.it> 0.8.0-3mamba
|
||||||
|
- rebuilt with ocaml-ogg 0.7.4
|
||||||
|
|
||||||
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.8.0-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Mon Feb 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0-1mamba
|
* Mon Feb 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0-1mamba
|
||||||
- update to 0.8.0
|
- update to 0.8.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user