rebuilt with ocaml 4.14.1 [release 0.2.4-2mamba;Thu Jul 06 2023]
This commit is contained in:
parent
096e685fb4
commit
d575fc4afb
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ocaml-ao
|
Name: ocaml-ao
|
||||||
Version: 0.2.4
|
Version: 0.2.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: OCaml bindings to the ao library
|
Summary: OCaml bindings to the ao library
|
||||||
Group: Development/Bindings
|
Group: Development/Bindings
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -15,8 +15,9 @@ License: LGPL
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libao-devel
|
BuildRequires: libao-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: ocaml-findlib
|
BuildRequires: ocaml-findlib
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,7 +41,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
|
||||||
|
|
||||||
@ -72,6 +73,9 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc CHANGES README.md
|
%doc CHANGES README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.2.4-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.4-1mamba
|
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.4-1mamba
|
||||||
- update to 0.2.4
|
- update to 0.2.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user