update to 0.2.3 [release 0.2.3-1mamba;Fri Feb 19 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 07:49:27 +01:00
parent 049cfcb722
commit ec1dc7b4d7

View File

@ -1,23 +1,23 @@
%define ocamlpck ao %define ocamlpck ao
Name: ocaml-ao Name: ocaml-ao
Version: 0.2.0 Version: 0.2.3
Release: 2mamba Release: 1mamba
Summary: OCaml bindings to the ao library Summary: OCaml bindings to the ao library
Group: Development/Bindings Group: Development/Bindings
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: ttp://savonet.sourceforge.net/ URL: https://savonet.sourceforge.net/
Source: http://sourceforge.net/projects/savonet/files/ocaml-ao/%{version}/ocaml-ao-%{version}.tar.gz Source: https://github.com/savonet/ocaml-ao.git/v%{version}/ocaml-ao-%{version}.tar.bz2
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libao-devel BuildRequires: libao-devel
BuildRequires: ocaml
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: ocaml BuildRequires: ocaml
BuildRequires: ocaml-findlib BuildRequires: ocaml-findlib
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
OCaml bindings to the alsa library. OCaml bindings to the alsa library.
@ -30,27 +30,19 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
This package contains libraries and signature files for developing applications that use %{name}. This package contains libraries and signature files for developing applications that use %{name}.
%debug_package
%prep %prep
%setup -q %setup -q
%build %build
./configure \ dune build
--prefix=%{_prefix} \
--disable-ldconf
make
make doc
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
export DESTDIR=%{buildroot} DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_lib}/ocaml"
export OCAMLFIND_DESTDIR=%{buildroot}$(ocamlfind printconf destdir)
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
install -d $OCAMLFIND_DESTDIR/%{ocamlpck} rm -rf %{buildroot}/usr/doc
install -d $OCAMLFIND_DESTDIR/stublibs
make install
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -62,6 +54,13 @@ make install
%{_libdir}/ocaml/%{ocamlpck}/*.cma %{_libdir}/ocaml/%{ocamlpck}/*.cma
%{_libdir}/ocaml/%{ocamlpck}/*.cmi %{_libdir}/ocaml/%{ocamlpck}/*.cmi
%{_libdir}/ocaml/stublibs/*.so* %{_libdir}/ocaml/stublibs/*.so*
%dir %{_libdir}/ocaml/ao
%{_libdir}/ocaml/ao/ao.cmt
%{_libdir}/ocaml/ao/ao.cmti
%{_libdir}/ocaml/ao/ao.cmxs
%{_libdir}/ocaml/ao/ao.ml
%{_libdir}/ocaml/ao/dune-package
%{_libdir}/ocaml/ao/opam
%doc COPYING %doc COPYING
%files devel %files devel
@ -70,11 +69,12 @@ make install
%{_libdir}/ocaml/%{ocamlpck}/*.cmxa %{_libdir}/ocaml/%{ocamlpck}/*.cmxa
%{_libdir}/ocaml/%{ocamlpck}/*.cmx %{_libdir}/ocaml/%{ocamlpck}/*.cmx
%{_libdir}/ocaml/%{ocamlpck}/*.mli %{_libdir}/ocaml/%{ocamlpck}/*.mli
%doc CHANGES README %doc CHANGES README.md
%doc doc/html/
%doc examples/
%changelog %changelog
* Fri Feb 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.3-1mamba
- update to 0.2.3
* Sun Jun 23 2013 Davide Madrisan <davide.madrisan@gmail.com> 0.2.0-2mamba * Sun Jun 23 2013 Davide Madrisan <davide.madrisan@gmail.com> 0.2.0-2mamba
- install dll libs in stublibs because this directory is known by ocaml ans so we do not need to modify ld.conf - install dll libs in stublibs because this directory is known by ocaml ans so we do not need to modify ld.conf