2024-01-06 07:53:37 +01:00
|
|
|
%define ocamlpck flac
|
|
|
|
|
|
|
|
Name: ocaml-flac
|
2024-01-06 07:53:37 +01:00
|
|
|
Version: 0.3.0
|
2024-01-06 07:53:37 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: OCaml bindings to libFLAC
|
|
|
|
Group: Development/Bindings
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 07:53:37 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/savonet/ocaml-flac
|
|
|
|
Source: https://github.com/savonet/ocaml-flac.git/v%{version}/ocaml-flac-%{version}.tar.bz2
|
2024-01-06 07:53:37 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 07:53:37 +01:00
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libflac-devel
|
|
|
|
BuildRequires: libogg-devel
|
|
|
|
BuildRequires: ocaml
|
|
|
|
BuildRequires: ocaml-ogg-devel
|
2024-01-06 07:53:37 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 07:53:37 +01:00
|
|
|
BuildRequires: dune
|
2024-01-06 07:53:37 +01:00
|
|
|
BuildRequires: ocaml-ogg-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains an OCaml interface for the Free Lossless Audio Codec otherwise known as FLAC.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and signature files for developing applications that use %{name}.
|
|
|
|
|
2024-01-06 07:53:37 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 07:53:37 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 07:53:37 +01:00
|
|
|
dune build
|
2024-01-06 07:53:37 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 07:53:37 +01:00
|
|
|
DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_lib}/ocaml"
|
2024-01-06 07:53:37 +01:00
|
|
|
|
2024-01-06 07:53:37 +01:00
|
|
|
rm -rf %{buildroot}/usr/doc
|
2024-01-06 07:53:37 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/ocaml/%{ocamlpck}
|
2024-01-06 07:53:37 +01:00
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*
|
|
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.a
|
|
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
|
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
|
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.mli
|
2024-01-06 07:53:37 +01:00
|
|
|
%{_libdir}/ocaml/stublibs/*.so*
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.a
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.mli
|
2024-01-06 07:53:37 +01:00
|
|
|
%doc CHANGES README.md
|
2024-01-06 07:53:37 +01:00
|
|
|
%doc examples/
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:53:37 +01:00
|
|
|
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0-1mamba
|
|
|
|
- update to 0.3.0
|
|
|
|
|
|
|
|
* Fri Feb 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-1mamba
|
|
|
|
- update to 0.2.0
|
|
|
|
|
2024-01-06 07:53:37 +01:00
|
|
|
* Wed Jun 26 2013 openmamba WebBuild System <webbuild@openmamba.org> 0.1.1-1mamba
|
|
|
|
- package created by davide using the webbuild interface
|