1 Star 0 Fork 8

src-oepkgs-oE-rv/sbc

forked from src-openEuler/sbc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sbc.spec 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
靳智敏 提交于 2021-01-28 18:45 . Upgrade to 1.5
Name: sbc
Version: 1.5
Release: 1
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
Patch1: backport-fix-build-on-non-x86.patch
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
%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}/*.a
%{_libdir}/libsbc.so
%{_libdir}/pkgconfig/sbc.pc
%files help
%defattr(-,root,root)
%doc ChangeLog
%changelog
* 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/src-oepkgs-oe-rv/sbc.git
git@gitee.com:src-oepkgs-oe-rv/sbc.git
src-oepkgs-oe-rv
sbc
sbc
master

搜索帮助