automatic version update by autodist [release 2.0-1mamba;Thu Jun 23 2022]
This commit is contained in:
parent
9562cb1c0f
commit
af6bebf151
10
sbc.spec
10
sbc.spec
@ -1,12 +1,12 @@
|
|||||||
Name: sbc
|
Name: sbc
|
||||||
Version: 1.5
|
Version: 2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Bluetooth low-complexity, subband codec (SBC) library
|
Summary: Bluetooth low-complexity, subband codec (SBC) library
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://www.kernel.org/pub/linux/bluetooth/sbc-%{version}.tar.gz
|
||||||
Patch0: sbc-1.5-not_x86_buildfix_patch.patch
|
Patch0: sbc-1.5-not_x86_buildfix_patch.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -15,7 +15,6 @@ BuildRequires: glibc-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bluetooth low-complexity, subband codec (SBC) library.
|
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)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/sbc
|
%dir %{_includedir}/sbc
|
||||||
%{_includedir}/sbc/sbc.h
|
%{_includedir}/sbc/sbc.h
|
||||||
%{_libdir}/libsbc.a
|
|
||||||
%{_libdir}/libsbc.la
|
%{_libdir}/libsbc.la
|
||||||
%{_libdir}/libsbc.so
|
%{_libdir}/libsbc.so
|
||||||
%{_libdir}/pkgconfig/sbc.pc
|
%{_libdir}/pkgconfig/sbc.pc
|
||||||
#%{_datadir}/aclocal/sbc.m4
|
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 09 2020 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user