!8 添加gcc依赖, 解决gcc command not found.

From: @shine_
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-06-07 20:28:18 +08:00 committed by Gitee
commit ecfdc7b0ec

View File

@ -1,13 +1,13 @@
Name: opusfile Name: opusfile
Version: 0.11 Version: 0.11
Release: 3 Release: 4
Summary: A high-level API provides seeking, decode, and playback of Opus streams Summary: A high-level API provides seeking, decode, and playback of Opus streams
License: BSD License: BSD
URL: http://www.opus-codec.org/ URL: http://www.opus-codec.org/
Source0: http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz Source0: http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz
Patch0000: 0001-fix-MemorySanitizer-use-of-uninitialized-value.patch Patch0000: 0001-fix-MemorySanitizer-use-of-uninitialized-value.patch
BuildRequires: libogg-devel openssl-devel opus-devel BuildRequires: gcc libogg-devel openssl-devel opus-devel
%description %description
The opusfile library provides seeking, decode, and playback of Opus streams in the Ogg The opusfile library provides seeking, decode, and playback of Opus streams in the Ogg
@ -50,6 +50,9 @@ Development package for opusfile package.
%{_libdir}/{libopusfile.so,libopusurl.so} %{_libdir}/{libopusfile.so,libopusurl.so}
%changelog %changelog
* Web 02 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 0.11-4
- fixs faileds: /bin/sh: gcc: command not found.
* Thu Dec 03 2020 maminjie <maminjie1@huawei.com> - 0.11-3 * Thu Dec 03 2020 maminjie <maminjie1@huawei.com> - 0.11-3
- fix MemorySanitizer: use-of-uninitialized-value - fix MemorySanitizer: use-of-uninitialized-value