From dd2c48e59fd42179a13e48f8376fc2ea4901dd83 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 26 Nov 2024 17:06:30 +0300 Subject: [PATCH] import liblc3-1.0.4-5.el10 --- .gitignore | 1 + .liblc3.metadata | 1 + SPECS/liblc3.spec | 82 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 84 insertions(+) create mode 100644 .gitignore create mode 100644 .liblc3.metadata create mode 100644 SPECS/liblc3.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..405eb17 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/liblc3-1.0.4.tar.gz diff --git a/.liblc3.metadata b/.liblc3.metadata new file mode 100644 index 0000000..d2506e9 --- /dev/null +++ b/.liblc3.metadata @@ -0,0 +1 @@ +674c83a330dab7718f9bfa81e526ef9806fd2af9 SOURCES/liblc3-1.0.4.tar.gz diff --git a/SPECS/liblc3.spec b/SPECS/liblc3.spec new file mode 100644 index 0000000..53ef323 --- /dev/null +++ b/SPECS/liblc3.spec @@ -0,0 +1,82 @@ +Name: liblc3 +Version: 1.0.4 +Release: 5%{?dist} +Summary: Low Complexity Communication Codec (LC3) + +License: Apache-2.0 +URL: https://github.com/google/liblc3 +Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz + +BuildRequires: gcc +BuildRequires: meson + +%description +The Low Complexity Communication Codec (LC3) is used by +Bluetooth as the codec for LE Audio. It enables high +quality audio over the low bandwidth connections provided +by Bluetooth LE. + +%package devel +Summary: Development package for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +Files for development with %{name}. + +%package utils +Summary: Utility package for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description utils +Uitlities for command line use of and testing +the %{name} library. + +%prep +%autosetup -p1 + +%build +%meson -Dtools=true +%meson_build + +%install +%meson_install + +%check +%meson_test + +%files +%license LICENSE +%{_libdir}/liblc3.so.1{,.*} + +%files devel +%{_includedir}/lc3* +%{_libdir}/pkgconfig/lc3.pc +%{_libdir}/liblc3.so + +%files utils +%{_bindir}/dlc3 +%{_bindir}/elc3 + +%changelog +* Tue Nov 26 2024 MSVSphere Packaging Team - 1.0.4-5 +- Rebuilt for MSVSphere 10 + +* Mon Jun 24 2024 Troy Dawson - 1.0.4-5 +- Bump release for June 2024 mass rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 1.0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 1.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Nov 13 2023 Peter Robinson - 1.0.4-2 +- Review fixes + +* Fri Aug 04 2023 Peter Robinson - 1.0.4-1 +- Update to 1.0.4 +- Review updates +- Split utils out to subpackage + +* Thu Jun 22 2023 Peter Robinson 1.0.3-1 +- Initial package