rebuilt with ocaml 4.14.1 [release 0.2.3-2mamba;Fri Jul 07 2023]
This commit is contained in:
parent
d7c9ee581d
commit
01aa0d5be8
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ocaml-shine
|
Name: ocaml-shine
|
||||||
Version: 0.2.3
|
Version: 0.2.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: OCaml binding to the fixed-point mp3 encoding library shine
|
Summary: OCaml binding to the fixed-point mp3 encoding library shine
|
||||||
Group: Development/Bindings
|
Group: Development/Bindings
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -15,8 +15,9 @@ License: LGPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libshine-devel
|
BuildRequires: libshine-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
BuildRequires: ocaml-ocamldoc
|
BuildRequires: ocaml-ocamldoc
|
||||||
BuildRequires: libshine-devel >= 3.0.0-1mamba
|
BuildRequires: libshine-devel >= 3.0.0-1mamba
|
||||||
@ -43,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
|
||||||
|
|
||||||
@ -71,6 +72,9 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc examples/
|
%doc examples/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 07 2023 Sdk Build System <sdk@mambasoft.it> 0.2.3-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 0.2.3-1mamba
|
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 0.2.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user