Compare commits

..

No commits in common. "62744ffb8dd8f47f6842934670bdb6ffc71ebd81" and "49243eb687b0473dbcce8ae21111948702253054" have entirely different histories.

4 changed files with 10 additions and 23 deletions

Binary file not shown.

BIN
celt-0.5.1.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: celt051
Version: 0.11.3
Release: 1
Version: 0.5.1.3
Release: 18
Summary: An audio codec for use in low-delay speech and audio communication
License: BSD-3-Clause
License: BSD
URL: http://www.celt-codec.org
Source0: http://downloads.us.xiph.org/releases/celt/celt-%{version}.tar.gz
BuildRequires: libogg-devel, gcc
BuildRequires: libogg-devel
%description
The CELT codec is an experimental audio codec for use in low-delay speech
@ -16,7 +16,7 @@ domain, which removes some of the limitations of CELP.
%package devel
Summary: Development package for celt051
Requires: libogg-devel pkgconfig celt051
Requires: libogg-devel pkgconfig celt051 = 0.5.1.3-18
%description devel
libraries and header files for developing applications that use celt051.
@ -42,24 +42,15 @@ libraries and header files for developing applications that use celt051.
%files
%doc COPYING README TODO
%{_bindir}/{celtenc,celtdec}
%{_libdir}/{libcelt0.so.2,libcelt0.so.2.0.0}
%{_bindir}/{celtenc051,celtdec051}
%{_libdir}/{libcelt051.so.0,libcelt051.so.0.0.0}
%files devel
%doc COPYING README
%{_includedir}/celt
%{_libdir}/pkgconfig/celt.pc
%{_libdir}/{libcelt0.so,*.a}
%{_includedir}/celt051
%{_libdir}/pkgconfig/celt051.pc
%{_libdir}/{libcelt051.so,*.a}
%changelog
* Fri Oct 13 2023 wulei <wu_lei@hoperun.com> - 0.11.3-1
- Update to 0.11.3
* Tue May 10 2022 Ge Wang <wangge20@h-partner.com> - 0.5.1.3-20
- license compliance rectification
* Tue Jun 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 0.5.1.3-19
- add buildrequire gcc
* Sat Nov 23 2019 wutao <wutao61@huawei.com> - 0.5.1.3-18
- Package init

View File

@ -1,4 +0,0 @@
version_control: git
src_repo: https://git.centos.org/rpms/celt051.git
tag_prefix: "^celt051-"
seperator: "."