update to 2.0.2 [release 2.0.2-1mamba;Fri Jul 21 2023]
This commit is contained in:
parent
4188299c4f
commit
51f57dca7a
@ -1,8 +1,8 @@
|
|||||||
%define ocamlpck posix
|
%define ocamlpck posix
|
||||||
|
|
||||||
Name: ocaml-posix
|
Name: ocaml-posix
|
||||||
Version: 2.0.0
|
Version: 2.0.2
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: Bindings to the various POSIX APIs
|
Summary: Bindings to the various POSIX APIs
|
||||||
Group: System/Libraries/OCaml
|
Group: System/Libraries/OCaml
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -18,14 +18,19 @@ 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
|
||||||
BuildRequires: ocaml-unix-errno-devel
|
BuildRequires: ocaml-unix-errno-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
BuildRequires: ocaml
|
|
||||||
BuildRequires: ocaml-findlib
|
BuildRequires: ocaml-findlib
|
||||||
BuildRequires: ocaml-ounit-devel
|
BuildRequires: ocaml-bigarray-compat-devel >= 1.1.0-2mamba
|
||||||
BuildRequires: ocaml-ctypes-devel >= 0.20.1
|
BuildRequires: ocaml-ctypes-devel >= 0.20.2
|
||||||
BuildRequires: ocaml-unix-errno-devel >= 0.6.1-3mamba
|
BuildRequires: ocaml-integers >= 0.7.0-2mamba
|
||||||
|
BuildRequires: ocaml-ounit-devel >= 2.2.7-1mamba
|
||||||
|
BuildRequires: ocaml-result >= 1.5-3mamba
|
||||||
|
BuildRequires: ocaml-unix-errno-devel >= 0.6.1-4mamba
|
||||||
|
BuildRequires: ocaml-process
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -44,11 +49,11 @@ This package contains libraries and signature files for developing applications
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
dune build
|
dune build @install
|
||||||
|
|
||||||
%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
|
||||||
|
|
||||||
@ -75,6 +80,13 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-1mamba
|
||||||
|
- update to 2.0.2
|
||||||
|
|
||||||
|
* Thu Jul 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1-1mamba
|
||||||
|
- update to 2.0.1
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Sat May 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-3mamba
|
* Sat May 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-3mamba
|
||||||
- rebuilt with ocaml-ctypes 0.20.1
|
- rebuilt with ocaml-ctypes 0.20.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user