rebuilt with ocaml 4.14.1 [release 0.3.7-2mamba;Thu Jul 06 2023]
This commit is contained in:
parent
43b13ecf19
commit
b697f33cc3
@ -1,8 +1,8 @@
|
||||
%define ocamlpck lame
|
||||
|
||||
Name: ocaml-lame
|
||||
Version: 0.3.6
|
||||
Release: 1mamba
|
||||
Version: 0.3.7
|
||||
Release: 2mamba
|
||||
Summary: OCaml bindings to the LAME mp3 encoder
|
||||
Group: System/Libraries/OCaml
|
||||
Vendor: openmamba
|
||||
@ -15,9 +15,10 @@ License: GPL
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: liblame-devel
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-runtime
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: ocaml >= 4.14.1
|
||||
BuildRequires: dune
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-findlib
|
||||
BuildRequires: camlidl
|
||||
|
||||
@ -42,7 +43,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
|
||||
|
||||
@ -69,6 +70,12 @@ rm -rf %{buildroot}/usr/doc
|
||||
%doc CHANGES README.md
|
||||
|
||||
%changelog
|
||||
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.3.7-2mamba
|
||||
- rebuilt with ocaml 4.14.1
|
||||
|
||||
* Sun Jul 02 2023 Automatic Build System <autodist@mambasoft.it> 0.3.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 23 2022 Automatic Build System <autodist@mambasoft.it> 0.3.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user