update to 0.1.5 [release 0.1.5-1mamba;Sun Jan 30 2022]
This commit is contained in:
parent
24666df515
commit
9382cc1ff4
@ -1,19 +1,23 @@
|
||||
%define ocamlpck xmlplaylist
|
||||
|
||||
Name: ocaml-xmlplaylist
|
||||
Version: 0.1.3
|
||||
Version: 0.1.5
|
||||
Release: 1mamba
|
||||
Summary: OCaml module to parse various RSS playlist formats
|
||||
Group: Development/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://savonet.sourceforge.net/
|
||||
Source: http://sourceforge.net/projects/savonet/files/ocaml-xmlplaylist/%{version}/ocaml-xmlplaylist-%{version}.tar.gz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/savonet/ocaml-xmlplaylist
|
||||
Source: https://github.com/savonet/ocaml-xmlplaylist.git/v%{version}/ocaml-xmlplaylist-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
#ocamlx(Xmlm): unidentified build requirement
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-xmlm-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: dune
|
||||
|
||||
%description
|
||||
This package contains an OCaml module to parse various RSS playlist formats.
|
||||
@ -26,27 +30,19 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description devel
|
||||
This package contains libraries and signature files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./configure \
|
||||
--prefix=%{_prefix} \
|
||||
--disable-ldconf
|
||||
|
||||
make
|
||||
make doc
|
||||
dune build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
export DESTDIR=%{buildroot}
|
||||
export OCAMLFIND_DESTDIR=%{buildroot}$(ocamlfind printconf destdir)
|
||||
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
|
||||
DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_lib}/ocaml"
|
||||
|
||||
install -d $OCAMLFIND_DESTDIR/%{ocamlpck}
|
||||
install -d $OCAMLFIND_DESTDIR/stublibs
|
||||
|
||||
make install
|
||||
rm -rf %{buildroot}/usr/doc
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -54,9 +50,11 @@ make install
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/ocaml/%{ocamlpck}
|
||||
%{_libdir}/ocaml/%{ocamlpck}/META
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.cma
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.cmi
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*
|
||||
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.a
|
||||
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
||||
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
||||
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.mli
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
@ -66,8 +64,10 @@ make install
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.mli
|
||||
%doc CHANGES README
|
||||
%doc doc/html/
|
||||
|
||||
%changelog
|
||||
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.5-1mamba
|
||||
- update to 0.1.5
|
||||
|
||||
* Wed Jun 26 2013 Davide Madrisan <davide.madrisan@gmail.com> 0.1.3-1mamba
|
||||
- package created by autospec
|
||||
|
Loading…
Reference in New Issue
Block a user