rebuilt with ocaml 4.14.1 [release 0.12.4-2mamba;Thu Jul 06 2023]
This commit is contained in:
parent
a063a02e88
commit
7500a7afd3
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ocaml-compiler-libs-repackaged
|
Name: ocaml-compiler-libs-repackaged
|
||||||
Version: 0.12.4
|
Version: 0.12.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: OCaml compiler libraries repackaged
|
Summary: OCaml compiler libraries repackaged
|
||||||
Group: System/Libraries/OCaml
|
Group: System/Libraries/OCaml
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -13,9 +13,9 @@ Source: https://github.com/janestreet/ocaml-compiler-libs.git/v%{version}
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: ocaml-camlp4-devel
|
BuildRequires: ocaml-camlp4-devel
|
||||||
BuildRequires: ocaml-findlib
|
BuildRequires: ocaml-findlib
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
@ -42,7 +42,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
|
||||||
|
|
||||||
@ -65,5 +65,8 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
#%doc CHANGES.md README.org
|
#%doc CHANGES.md README.org
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.12.4-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.4-1mamba
|
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.4-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user