rebuilt with ocaml-ogg 0.7.4 [release 0.4.0-2mamba;Sun Jul 16 2023]
This commit is contained in:
parent
e6a8f7bd1b
commit
8e6912c8c8
@ -1,8 +1,8 @@
|
|||||||
%define ocamlpck flac
|
%define ocamlpck flac
|
||||||
|
|
||||||
Name: ocaml-flac
|
Name: ocaml-flac
|
||||||
Version: 0.3.0
|
Version: 0.4.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: OCaml bindings to libFLAC
|
Summary: OCaml bindings to libFLAC
|
||||||
Group: Development/Bindings
|
Group: Development/Bindings
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -17,9 +17,11 @@ BuildRequires: libflac-devel
|
|||||||
BuildRequires: libogg-devel
|
BuildRequires: libogg-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-ogg-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains an OCaml interface for the Free Lossless Audio Codec otherwise known as FLAC.
|
This package contains an OCaml interface for the Free Lossless Audio Codec otherwise known as FLAC.
|
||||||
@ -42,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
|
||||||
|
|
||||||
@ -70,6 +72,18 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc examples/
|
%doc examples/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 16 2023 Sdk Build System <sdk@mambasoft.it> 0.4.0-2mamba
|
||||||
|
- rebuilt with ocaml-ogg 0.7.4
|
||||||
|
|
||||||
|
* Thu Jul 06 2023 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.3.1-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
|
* Sat Oct 22 2022 Automatic Build System <autodist@mambasoft.it> 0.3.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0-1mamba
|
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0-1mamba
|
||||||
- update to 0.3.0
|
- update to 0.3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user