rebuilt with ocaml 4.14.1 [release 0.2.2-2mamba;Thu Jul 06 2023]
This commit is contained in:
parent
c325be923d
commit
39724a46e4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ocaml-seq
|
Name: ocaml-seq
|
||||||
Version: 0.2.2
|
Version: 0.2.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Compatibility package for the standard OCaml iterator type
|
Summary: Compatibility package for the standard OCaml iterator type
|
||||||
Group: System/Libraries/OCaml
|
Group: System/Libraries/OCaml
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,9 +14,10 @@ License: LGPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
BuildRequires: ocaml
|
|
||||||
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
|
||||||
|
|
||||||
@ -66,5 +67,8 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.2.2-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Fri Feb 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-1mamba
|
* Fri Feb 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user