2024-01-06 07:52:49 +01:00
|
|
|
%define ocamlpck faad
|
|
|
|
|
|
|
|
Name: ocaml-faad
|
2024-01-06 07:52:49 +01:00
|
|
|
Version: 0.5.0
|
2024-01-06 07:52:49 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: OCaml bindings for the libfaad AAC decoder library
|
|
|
|
Group: Development/Bindings
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 07:52:49 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/savonet/ocaml-faad
|
|
|
|
Source: https://github.com/savonet/ocaml-faad.git/v%{version}/ocaml-faad-%{version}.tar.bz2
|
2024-01-06 07:52:49 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 07:52:49 +01:00
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libfaad2-devel
|
2024-01-06 07:52:49 +01:00
|
|
|
BuildRequires: ocaml
|
2024-01-06 07:52:49 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 07:52:49 +01:00
|
|
|
BuildRequires: dune
|
2024-01-06 07:52:49 +01:00
|
|
|
BuildRequires: ocaml
|
|
|
|
BuildRequires: ocaml-findlib
|
|
|
|
BuildRequires: camlidl
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains an O'Caml interface for the AAC audio decoder, otherwise known as libfaad.
|
|
|
|
|
|
|
|
%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:52:49 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 07:52:49 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 07:52:49 +01:00
|
|
|
dune build
|
2024-01-06 07:52:49 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 07:52:49 +01:00
|
|
|
DESTDIR="%{buildroot}" dune install --prefix "/usr" --libdir "%{_lib}/ocaml"
|
2024-01-06 07:52:49 +01:00
|
|
|
|
2024-01-06 07:52:49 +01:00
|
|
|
rm -rf %{buildroot}/usr/doc
|
2024-01-06 07:52:49 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/ocaml/%{ocamlpck}
|
2024-01-06 07:52:49 +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:52:49 +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:52:49 +01:00
|
|
|
%doc CHANGES README.md
|
2024-01-06 07:52:49 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:52:49 +01:00
|
|
|
* Sat Jan 29 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.0-1mamba
|
|
|
|
- update to 0.5.0
|
|
|
|
|
2024-01-06 07:52:49 +01:00
|
|
|
* Fri Feb 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
|
|
|
|
- update to 0.5.0
|
|
|
|
|
2024-01-06 07:52:49 +01:00
|
|
|
* Wed Jun 26 2013 Davide Madrisan <davide.madrisan@gmail.com> 0.3.2-1mamba
|
|
|
|
- package created by autospec
|