rebuilt with ocaml 4.14.1 [release 1.2.1-2mamba;Thu Jul 06 2023]

This commit is contained in:
Sdk Build System 2024-01-06 07:58:12 +01:00
parent 97d5b1d4d1
commit 97e578a2f9

View File

@ -2,7 +2,7 @@
Name: ocaml-ppx_derivers Name: ocaml-ppx_derivers
Version: 1.2.1 Version: 1.2.1
Release: 1mamba Release: 2mamba
Summary: Deriving plugin registry Summary: Deriving plugin registry
Group: System/Libraries/OCaml Group: System/Libraries/OCaml
Vendor: openmamba Vendor: openmamba
@ -14,8 +14,9 @@ License: MMIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-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
@ -42,7 +43,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
@ -69,5 +70,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> 1.2.1-2mamba
- rebuilt with ocaml 4.14.1
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba * Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
- package created using the webbuild interface - package created using the webbuild interface