update to 0.6.2 [release 0.6.2-1mamba;Fri Jul 21 2023]
This commit is contained in:
parent
1660669385
commit
d5fcdb6820
@ -1,7 +1,7 @@
|
|||||||
%define ocamlpck unix-errno
|
%define ocamlpck unix-errno
|
||||||
Name: ocaml-unix-errno
|
Name: ocaml-unix-errno
|
||||||
Version: 0.6.1
|
Version: 0.6.2
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: Unix errno types, maps, and support for OCaml
|
Summary: Unix errno types, maps, and support for OCaml
|
||||||
Group: System/Libraries/OCaml
|
Group: System/Libraries/OCaml
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -17,7 +17,9 @@ BuildRequires: ocaml-bigarray-compat-devel
|
|||||||
BuildRequires: ocaml-ctypes-devel
|
BuildRequires: ocaml-ctypes-devel
|
||||||
BuildRequires: ocaml-integers
|
BuildRequires: ocaml-integers
|
||||||
BuildRequires: ocaml-result
|
BuildRequires: ocaml-result
|
||||||
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: ocaml-ctypes-devel >= 0.20.1
|
BuildRequires: ocaml-ctypes-devel >= 0.20.1
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
|
|
||||||
@ -44,7 +46,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 +74,12 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.2-1mamba
|
||||||
|
- update to 0.6.2
|
||||||
|
|
||||||
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.6.1-4mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Sat May 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.1-3mamba
|
* Sat May 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.1-3mamba
|
||||||
- rebuilt with ocaml-ctypes 0.20.1
|
- rebuilt with ocaml-ctypes 0.20.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user