automatic version update by autodist [release 2.0-1mamba;Thu Jun 23 2022]

This commit is contained in:
Automatic Build System 2024-01-05 17:39:12 +01:00
parent 9562cb1c0f
commit af6bebf151

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 2.0-1mamba
- automatic version update by autodist
* Wed Dec 09 2020 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
- automatic version update by autodist