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

This commit is contained in:
Sdk Build System 2024-01-06 07:52:37 +01:00
parent 0bfd4de05e
commit 26c4f2d673

View File

@ -1,8 +1,8 @@
%define ocamlpck easy-format %define ocamlpck easy-format
Name: ocaml-easy-format Name: ocaml-easy-format
Version: 1.3.3 Version: 1.3.4
Release: 1mamba Release: 2mamba
Summary: Pretty-printing library for OCaml Summary: Pretty-printing library for OCaml
Group: System/Libraries/OCaml Group: System/Libraries/OCaml
Vendor: openmamba Vendor: openmamba
@ -15,9 +15,10 @@ License: BSD
## 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
@ -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
@ -68,6 +69,15 @@ rm -rf %{buildroot}/usr/doc
%doc CHANGES* README.md %doc CHANGES* README.md
%changelog %changelog
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 1.3.4-2mamba
- rebuilt with ocaml 4.14.1
* Sat Jul 01 2023 Automatic Build System <autodist@mambasoft.it> 1.3.4-1mamba
- automatic version update by autodist
* Fri Jun 30 2023 Sdk Build System <sdk@mambasoft.it> 1.3.3-2mamba
- rebuilt with ocaml 5.0.0
* Sun May 08 2022 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba * Sun May 08 2022 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
- automatic version update by autodist - automatic version update by autodist