automatic version update by autodist [release 2.1.0-1mamba;Wed Jul 26 2023]
This commit is contained in:
parent
9869bcaa8d
commit
40641b23b8
@ -1,8 +1,8 @@
|
||||
%define ocamlpck yojson
|
||||
|
||||
Name: ocaml-yojson
|
||||
Version: 1.7.0
|
||||
Release: 2mamba
|
||||
Version: 2.1.0
|
||||
Release: 1mamba
|
||||
Summary: Low-level JSON parsing and pretty-printing library for OCaml
|
||||
Group: System/Libraries/OCaml
|
||||
Vendor: openmamba
|
||||
@ -14,9 +14,8 @@ License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-biniou-devel
|
||||
BuildRequires: ocaml-easy-format-devel
|
||||
BuildRequires: ocaml-runtime
|
||||
BuildRequires: ocaml-seq-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: ocaml >= 4.14.1
|
||||
BuildRequires: dune
|
||||
@ -39,7 +38,7 @@ This package contains libraries and signature files for developing applications
|
||||
%setup -q -n yojson-%{version}
|
||||
|
||||
%build
|
||||
dune build
|
||||
dune build @install
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -53,8 +52,11 @@ rm -rf %{buildroot}/usr/doc
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/ydump
|
||||
%{_bindir}/yojson-bench
|
||||
%dir %{_libdir}/ocaml/%{ocamlpck}
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*
|
||||
%dir %{_libdir}/ocaml/yojson-bench
|
||||
%{_libdir}/ocaml/yojson-bench/*
|
||||
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.a
|
||||
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
||||
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
||||
@ -70,6 +72,9 @@ rm -rf %{buildroot}/usr/doc
|
||||
%doc CHANGES* README.md
|
||||
|
||||
%changelog
|
||||
* Wed Jul 26 2023 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 1.7.0-2mamba
|
||||
- rebuilt with ocaml 4.14.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user