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
|
%define ocamlpck luv
|
||||||
|
|
||||||
Name: ocaml-luv
|
Name: ocaml-luv
|
||||||
Version: 0.5.11
|
Version: 0.5.12
|
||||||
Release: 3mamba
|
Release: 2mamba
|
||||||
Summary: Cross-platform asynchronous I/O and system calls
|
Summary: Cross-platform asynchronous I/O and system calls
|
||||||
Group: System/Libraries/OCaml
|
Group: System/Libraries/OCaml
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -18,10 +18,10 @@ BuildRequires: ocaml
|
|||||||
BuildRequires: ocaml-bigarray-compat-devel
|
BuildRequires: ocaml-bigarray-compat-devel
|
||||||
BuildRequires: ocaml-ctypes-devel
|
BuildRequires: ocaml-ctypes-devel
|
||||||
BuildRequires: ocaml-integers
|
BuildRequires: ocaml-integers
|
||||||
BuildRequires: ocaml-result
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
BuildRequires: ocaml
|
|
||||||
BuildRequires: ocaml-findlib
|
BuildRequires: ocaml-findlib
|
||||||
BuildRequires: ocaml-ctypes-devel >= 0.20.1
|
BuildRequires: ocaml-ctypes-devel >= 0.20.1
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ LUV_USE_SYSTEM_LIBUV='yes' dune build --release --verbose
|
|||||||
|
|
||||||
%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
|
||||||
|
|
||||||
@ -84,6 +84,12 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat May 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.11-3mamba
|
||||||
- rebuild with ocaml-ctypes 0.20.1
|
- rebuild with ocaml-ctypes 0.20.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user