rebuilt with ocaml 4.14.1 [release 5.1.2-2mamba;Thu Jul 06 2023]
This commit is contained in:
parent
816d1c9e65
commit
96e240bcde
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ocaml-graphics
|
Name: ocaml-graphics
|
||||||
Version: 5.1.2
|
Version: 5.1.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The Graphics library from OCaml, in a standalone repository
|
Summary: The Graphics library from OCaml, in a standalone repository
|
||||||
Group: System/Libraries/OCaml
|
Group: System/Libraries/OCaml
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -15,8 +15,9 @@ License: LGPL
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: ocaml
|
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
|
||||||
@ -43,7 +44,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
|
||||||
|
|
||||||
@ -70,5 +71,8 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc CHANGES.md README.md
|
%doc CHANGES.md README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 5.1.2-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.2-1mamba
|
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.2-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user