diff --git a/libsamplerate.spec b/libsamplerate.spec index 92a4605..baf43e7 100644 --- a/libsamplerate.spec +++ b/libsamplerate.spec @@ -1,6 +1,6 @@ Name: libsamplerate Version: 0.1.9 -Release: 1mamba +Release: 2mamba Summary: Library for performing sample rate conversion on audio Group: System/Libraries Vendor: openmamba @@ -31,11 +31,22 @@ Requires: %{name} = %{version}-%{release} %description devel This package contains the header files, static libraries and development documentation for %{name}. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%package tools +Summary: Tools provided with %{name} +Group: Applications/Multimedia +Requires: %{name} = %{version}-%{release} + +%description tools +This package contains the header files, static libraries and development documentation for %{name}. +This package contains the tools provided with %{name}. + +%debug_package %prep %setup -q +sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," Cfg/config.sub %build %configure @@ -53,7 +64,6 @@ This package contains static libraries and header files need for development. %files %defattr(-, root, root) -%{_bindir}/* %{_libdir}/libsamplerate.so.* %doc AUTHORS COPYING @@ -69,7 +79,14 @@ This package contains static libraries and header files need for development. %{_datadir}/doc/libsamplerate0-dev/html/* %doc ChangeLog NEWS README +%files tools +%defattr(-, root, root) +%{_bindir}/* + %changelog +* Wed Dec 09 2020 Silvan Calarco 0.1.9-2mamba +- rebuilt with debug package and aarch64 build fix + * Mon Oct 17 2016 Automatic Build System 0.1.9-1mamba - automatic version update by autodist