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