rebuilt with ocaml 4.14.1 [release 0.1.5-3mamba;Thu Jul 06 2023]
This commit is contained in:
parent
adb9a01c0c
commit
53397e4de6
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ocaml-xmlplaylist
|
Name: ocaml-xmlplaylist
|
||||||
Version: 0.1.5
|
Version: 0.1.5
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: OCaml module to parse various RSS playlist formats
|
Summary: OCaml module to parse various RSS playlist formats
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,8 +14,10 @@ License: LGPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
|
BuildRequires: ocaml-runtime
|
||||||
BuildRequires: ocaml-xmlm-devel
|
BuildRequires: ocaml-xmlm-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
BuildRequires: ocaml-xmlm-devel >= 1.4.0
|
BuildRequires: ocaml-xmlm-devel >= 1.4.0
|
||||||
|
|
||||||
@ -40,7 +42,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
|
||||||
|
|
||||||
@ -66,6 +68,9 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc CHANGES README
|
%doc CHANGES README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.1.5-3mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Sat Feb 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.5-2mamba
|
* Sat Feb 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.5-2mamba
|
||||||
- rebuilt with ocaml-xmlm 1.4.0
|
- rebuilt with ocaml-xmlm 1.4.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user