rebuilt with ocaml-pcre 0.3.3 [release 0.3.3-3mamba;Sun Jul 16 2023]
This commit is contained in:
parent
299dd8d25e
commit
b3023e01a1
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ocaml-lastfm
|
Name: ocaml-lastfm
|
||||||
Version: 0.3.3
|
Version: 0.3.3
|
||||||
Release: 1mamba
|
Release: 3mamba
|
||||||
Summary: OCaml API to lastfm radio and audioscrobbler
|
Summary: OCaml API to lastfm radio and audioscrobbler
|
||||||
Group: System/Libraries/OCaml
|
Group: System/Libraries/OCaml
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -15,11 +15,13 @@ License: LGPL
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-pcre-devel
|
BuildRequires: ocaml-pcre-devel
|
||||||
|
BuildRequires: ocaml-runtime
|
||||||
BuildRequires: ocaml-xmlplaylist-devel
|
BuildRequires: ocaml-xmlplaylist-devel
|
||||||
BuildRequires: ocamlnet-devel
|
BuildRequires: ocamlnet-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml-pcre-devel >= 0.3.3-2mamba
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
BuildRequires: ocaml
|
|
||||||
BuildRequires: ocaml-findlib
|
BuildRequires: ocaml-findlib
|
||||||
BuildRequires: ocamlnet
|
BuildRequires: ocamlnet
|
||||||
Requires: ocamlnet
|
Requires: ocamlnet
|
||||||
@ -45,7 +47,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
|
||||||
|
|
||||||
@ -72,5 +74,11 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc CHANGES* README.md
|
%doc CHANGES* README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 16 2023 Sdk Build System <sdk@mambasoft.it> 0.3.3-3mamba
|
||||||
|
- rebuilt with ocaml-pcre 0.3.3
|
||||||
|
|
||||||
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.3.3-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Sun Feb 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.3-1mamba
|
* Sun Feb 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.3-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user