1 Star 0 Fork 8

张攀/sbc

forked from src-openEuler/sbc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sbc.spec 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
张攀 提交于 2023-03-16 03:03 . enable test
Name: sbc
Version: 2.0
Release: 2
Summary: Bluetooth Low-Complexity, Sub-Band Codec Utilities
License: GPLv2 and LGPLv2+
URL: https://www.bluez.org
Source0: https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
BuildRequires: gcc libsndfile-devel
%description
The package contains utilities for using the SBC codec.
%package devel
Summary: Header files for SBC
Requires: %{name} = %{version}-%{release}
%description devel
Header files for SBC
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure
%make_build
%check
make check
%install
%make_install
%delete_la
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%license COPYING
%doc AUTHORS
%{_bindir}/sbc*
%{_libdir}/libsbc.so.1*
%files devel
%defattr(-,root,root)
%{_includedir}/sbc/
%{_libdir}/libsbc.so
%{_libdir}/pkgconfig/sbc.pc
%files help
%defattr(-,root,root)
%doc ChangeLog
%changelog
* Thu Mar 16 2023 zhangpan <zhangpan103@h-partners.con> - 2.0-2
- enable test
* Sun Jul 31 2022 tianlijing <tianlijing@kylinos.cn> - 2.0-1
- upgrade to 2.0
* Thu Jan 28 2021 jinzhimin<jinzhimin2@huawei.com> - 1.5-1
- Upgrade to 1.5
* Fri Sep 6 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.4-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zppzhangpan/sbc.git
git@gitee.com:zppzhangpan/sbc.git
zppzhangpan
sbc
sbc
master

搜索帮助