!8 修复因缺少依赖导致编译失败问题

From: @wu-leilei
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-06-03 15:31:13 +08:00 committed by Gitee
commit bf4308801f

View File

@ -1,6 +1,6 @@
Name: lame
Version: 3.100
Release: 8
Release: 9
Summary: Free MP3 audio compressor
License: GPL-2.0+ and GPL-2.0 and LGPL-2.0
URL: http://lame.sourceforge.net/
@ -9,7 +9,7 @@ Patch0001: lame-noexecstack.patch
Patch0002: libmp3lame-symbols.patch
Patch0003: 0001-fix-fuzz-undefined-behavior-error.patch
BuildRequires: ncurses-devel gtk+-devel
BuildRequires: ncurses-devel gtk+-devel gcc
Provides: %{name}-libs = %{version}-%{release}
Obsoletes: %{name}-libs < %{version}-%{release}
@ -84,6 +84,9 @@ make test
%{_bindir}/mp3x
%changelog
* Thu Jun 03 2021 wulei <wulei80@huawei.com> - 3.100-9
- fixes failed: no acceptable C compiler found in $PATH
* Sat Dec 05 2020 Ge Wang<wangge20@huawei.com> - 3.100-8
- fix fuzz undefined bebavior error