automatic version update by autodist [release 1.2.2-1mamba;Fri Jul 07 2023]
This commit is contained in:
parent
69c0ba98fe
commit
09ddf6ba8f
@ -1,7 +1,7 @@
|
|||||||
%define ocamlpck biniou
|
%define ocamlpck biniou
|
||||||
|
|
||||||
Name: ocaml-biniou
|
Name: ocaml-biniou
|
||||||
Version: 1.2.1
|
Version: 1.2.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Extensible binary data format, like JSON but faster
|
Summary: Extensible binary data format, like JSON but faster
|
||||||
Group: System/Libraries/OCaml
|
Group: System/Libraries/OCaml
|
||||||
@ -14,8 +14,11 @@ License: BSD
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
|
BuildRequires: ocaml-camlp-streams-devel
|
||||||
BuildRequires: ocaml-easy-format-devel
|
BuildRequires: ocaml-easy-format-devel
|
||||||
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
BuildRequires: ocaml-findlib
|
BuildRequires: ocaml-findlib
|
||||||
|
|
||||||
@ -40,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
|
||||||
|
|
||||||
@ -67,5 +70,11 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc CHANGES* README.md
|
%doc CHANGES* README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 07 2023 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 1.2.1-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Sat Feb 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
|
* Sat Feb 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user