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
|
||||
|
||||
Name: ocaml-flac
|
||||
Version: 0.3.0
|
||||
Release: 1mamba
|
||||
Version: 0.4.0
|
||||
Release: 2mamba
|
||||
Summary: OCaml bindings to libFLAC
|
||||
Group: Development/Bindings
|
||||
Vendor: openmamba
|
||||
@ -17,9 +17,11 @@ BuildRequires: libflac-devel
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-ogg-devel
|
||||
BuildRequires: ocaml-runtime
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: ocaml-ogg-devel >= 0.7.4
|
||||
BuildRequires: ocaml >= 4.14.1
|
||||
BuildRequires: dune
|
||||
BuildRequires: ocaml-ogg-devel
|
||||
|
||||
%description
|
||||
This package contains an OCaml interface for the Free Lossless Audio Codec otherwise known as FLAC.
|
||||
@ -42,7 +44,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,6 +72,18 @@ rm -rf %{buildroot}/usr/doc
|
||||
%doc examples/
|
||||
|
||||
%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
|
||||
- update to 0.3.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user