From 3efa012106692bd9d72a6dd88dc96609192c10bb Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 03:58:56 +0100 Subject: [PATCH] rebuilt [release 0.11.3-2mamba;Mon Apr 27 2020] --- README.md | 5 +---- libcelt.spec | 33 ++++++++++++++++++++++++--------- 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7ea962b..0a80c8c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ # libcelt -The CELT codec is a compression algorithm for audio. Like MP3, Vorbis, and -AAC it is suitable for transmitting music with high quality. Unlike these -formats CELT imposes very little delay on the signal, even less than -is typical for speech centric formats like Speex, GSM, or G.729. +The CELT codec is a compression algorithm for audio. Like MP3, Vorbis, and AAC it is suitable for transmitting music with high quality. Unlike these formats CELT imposes very little delay on the signal, even less than is typical for speech centric formats like Speex, GSM, or G.729. diff --git a/libcelt.spec b/libcelt.spec index 4a2b904..d9fda6e 100644 --- a/libcelt.spec +++ b/libcelt.spec @@ -1,11 +1,11 @@ Name: libcelt Version: 0.11.3 -Release: 1mamba +Release: 2mamba Summary: The CELT (Constrained Energy Lapped Transform) ultra-low delay audio codec Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: gil +Packager: Silvan Calarco URL: http://www.celt-codec.org/ Source: http://downloads.xiph.org/releases/celt/celt-%{version}.tar.gz License: BSD @@ -16,10 +16,7 @@ BuildRequires: libogg-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -The CELT codec is a compression algorithm for audio. Like MP3, Vorbis, and -AAC it is suitable for transmitting music with high quality. Unlike these -formats CELT imposes very little delay on the signal, even less than -is typical for speech centric formats like Speex, GSM, or G.729. +The CELT codec is a compression algorithm for audio. Like MP3, Vorbis, and AAC it is suitable for transmitting music with high quality. Unlike these formats CELT imposes very little delay on the signal, even less than is typical for speech centric formats like Speex, GSM, or G.729. %package devel Group: Development/Libraries @@ -41,9 +38,21 @@ The CELT (Constrained Energy Lapped Transform) ultra-low delay audio codec. This package contains static libraries need for development. -%prep +%package tools +Group: Applications/Multimedia +Summary: Tools provided by %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +%description tools +The CELT (Constrained Energy Lapped Transform) ultra-low delay audio codec. + +This package contains static libraries need for development. + +%debug_package + +%prep %setup -q -n celt-%{version} +sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub %build %configure @@ -61,10 +70,13 @@ This package contains static libraries need for development. %files %defattr(-,root,root) +%{_libdir}/libcelt*.so.* +%doc COPYING TODO + +%files tools +%defattr(-,root,root) %{_bindir}/celtdec %{_bindir}/celtenc -%{_libdir}/libcelt*.so.* -%doc COPYING README TODO %files devel %defattr(-,root,root) @@ -78,6 +90,9 @@ This package contains static libraries need for development. %{_libdir}/libcelt*.*a %changelog +* Mon Apr 27 2020 Silvan Calarco 0.11.3-2mamba +- rebuilt + * Sat Jul 02 2011 Silvan Calarco 0.11.3-1mamba - update to 0.11.3