sbc/sbc.spec

69 lines
1.2 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:16:42 -04:00
Name: sbc
2022-07-29 01:49:58 +08:00
Version: 2.0
2023-03-16 03:03:16 +00:00
Release: 2
2019-09-30 11:16:42 -04:00
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
2021-01-28 18:45:48 +08:00
2019-09-30 11:16:42 -04:00
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
2023-03-16 03:03:16 +00:00
%check
make check
2019-09-30 11:16:42 -04:00
%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
2023-03-16 03:03:16 +00:00
* Thu Mar 16 2023 zhangpan <zhangpan103@h-partners.con> - 2.0-2
- enable test
2022-07-29 01:49:58 +08:00
* Sun Jul 31 2022 tianlijing <tianlijing@kylinos.cn> - 2.0-1
- upgrade to 2.0
2021-01-28 18:45:48 +08:00
* Thu Jan 28 2021 jinzhimin<jinzhimin2@huawei.com> - 1.5-1
- Upgrade to 1.5
2019-09-30 11:16:42 -04:00
* Fri Sep 6 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.4-1
- Package init