Remove tools subpackage

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-10-28 18:15:15 +02:00
parent 8b294b0bc9
commit 4c712ccb26
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -66,23 +66,6 @@ applications which will use %{name}.
The library exposes a simple C API. The documentation for the C API can be
found in the main header file.
%if %{with ffmpeg}
%package tools
Summary: Chromaprint audio fingerprinting tools
#BuildRequires: ffmpeg-free-devel
Requires: libchromaprint%{?_isa} = %{version}-%{release}
%description tools
Chromaprint library is the core component of the AcoustID project. It's a
client-side library that implements a custom algorithm for extracting
fingerprints from raw audio sources.
This is a set of Chromaprint tools related to acoustic fingerprinting
featuring fpcalc an standalone AcoustID tool used by Picard.
License for binaries is GPLv2+ but source code is MIT + LGPLv2+
%endif
%prep
%autosetup -p1
@ -111,10 +94,6 @@ rm -f %{buildroot}%{_libdir}/lib*.la
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%if %{with ffmpeg}
%files tools
%{_bindir}/fpcalc
%endif
%changelog
* Mon Oct 28 2024 David Abdurachmanov <davidlt@rivosinc.com> - 1.5.1-22.2.riscv64