rebuilt with ocaml 4.14.1 [release 0.5.12-2mamba;Thu Jul 06 2023]
This commit is contained in:
parent
207b3cb3fa
commit
8123abaad8
@ -1,8 +1,8 @@
|
||||
%define ocamlpck luv
|
||||
|
||||
Name: ocaml-luv
|
||||
Version: 0.5.11
|
||||
Release: 3mamba
|
||||
Version: 0.5.12
|
||||
Release: 2mamba
|
||||
Summary: Cross-platform asynchronous I/O and system calls
|
||||
Group: System/Libraries/OCaml
|
||||
Vendor: openmamba
|
||||
@ -18,10 +18,10 @@ BuildRequires: ocaml
|
||||
BuildRequires: ocaml-bigarray-compat-devel
|
||||
BuildRequires: ocaml-ctypes-devel
|
||||
BuildRequires: ocaml-integers
|
||||
BuildRequires: ocaml-result
|
||||
BuildRequires: ocaml-runtime
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: ocaml >= 4.14.1
|
||||
BuildRequires: dune
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-findlib
|
||||
BuildRequires: ocaml-ctypes-devel >= 0.20.1
|
||||
|
||||
@ -48,7 +48,7 @@ LUV_USE_SYSTEM_LIBUV='yes' dune build --release --verbose
|
||||
|
||||
%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
|
||||
|
||||
@ -84,6 +84,12 @@ rm -rf %{buildroot}/usr/doc
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.5.12-2mamba
|
||||
- rebuilt with ocaml 4.14.1
|
||||
|
||||
* Sat Apr 08 2023 Automatic Build System <autodist@mambasoft.it> 0.5.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.11-3mamba
|
||||
- rebuild with ocaml-ctypes 0.20.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user