automatic version update by autodist [release 1.5.2-1mamba;Fri Jul 07 2023]
This commit is contained in:
parent
f97ad14f9c
commit
6a836b418e
@ -1,5 +1,5 @@
|
|||||||
Name: ocaml-csexp
|
Name: ocaml-csexp
|
||||||
Version: 1.5.1
|
Version: 1.5.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Csexp - Canonical S-expressions
|
Summary: Csexp - Canonical S-expressions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -14,6 +14,7 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-runtime
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -29,7 +30,7 @@ dune build -p csexp
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
DESTDIR="%{buildroot}" dune install --prefix "%{_prefix}" --libdir "%{_lib}/ocaml"
|
DESTDIR="%{buildroot}" dune install --prefix "%{_prefix}" --libdir "%{_libdir}/ocaml"
|
||||||
|
|
||||||
rm -r %{buildroot}/usr/doc
|
rm -r %{buildroot}/usr/doc
|
||||||
|
|
||||||
@ -42,5 +43,11 @@ rm -r %{buildroot}/usr/doc
|
|||||||
%{_libdir}/ocaml/csexp/*
|
%{_libdir}/ocaml/csexp/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 07 2023 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 1.5.1-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Tue May 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.1-1mamba
|
* Tue May 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.1-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user