diff --git a/sbc.spec b/sbc.spec index 96182d2..3e76cd5 100644 --- a/sbc.spec +++ b/sbc.spec @@ -1,12 +1,12 @@ Name: sbc -Version: 1.5 +Version: 2.0 Release: 1mamba Summary: Bluetooth low-complexity, subband codec (SBC) library Group: Applications/Networking Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://sourceforge.net/projects/sbc/ +URL: https://sourceforge.net/projects/sbc/ Source: http://www.kernel.org/pub/linux/bluetooth/sbc-%{version}.tar.gz Patch0: sbc-1.5-not_x86_buildfix_patch.patch License: GPL @@ -15,7 +15,6 @@ BuildRequires: glibc-devel ## AUTOBUILDREQ-END BuildRequires: libsndfile-devel Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Bluetooth low-complexity, subband codec (SBC) library. @@ -74,14 +73,15 @@ This package contains libraries and header files for developing applications tha %defattr(-,root,root) %dir %{_includedir}/sbc %{_includedir}/sbc/sbc.h -%{_libdir}/libsbc.a %{_libdir}/libsbc.la %{_libdir}/libsbc.so %{_libdir}/pkgconfig/sbc.pc -#%{_datadir}/aclocal/sbc.m4 %doc README %changelog +* Thu Jun 23 2022 Automatic Build System 2.0-1mamba +- automatic version update by autodist + * Wed Dec 09 2020 Automatic Build System 1.5-1mamba - automatic version update by autodist