!4 add gcc to BuildRequires

From: @panxh_purple
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2021-06-08 15:48:55 +08:00 committed by Gitee
commit 224bd92a52

View File

@ -1,6 +1,6 @@
Name: yajl Name: yajl
Version: 2.1.0 Version: 2.1.0
Release: 13 Release: 14
Summary: Yet Another JSON Library Summary: Yet Another JSON Library
License: ISC License: ISC
URL: http://lloyd.github.com/yajl/ URL: http://lloyd.github.com/yajl/
@ -12,7 +12,7 @@ Patch3: yajl-2.1.0-test-location.patch
Patch4: yajl-2.1.0-dynlink-binaries.patch Patch4: yajl-2.1.0-dynlink-binaries.patch
Patch5: yajl-2.1.0-fix-memory-leak.patch Patch5: yajl-2.1.0-fix-memory-leak.patch
BuildRequires: cmake BuildRequires: cmake gcc
%description %description
yajl is a small event-driven JSON parser written in ANSI C, and a small yajl is a small event-driven JSON parser written in ANSI C, and a small
@ -67,6 +67,9 @@ cd ../api
%{_libdir}/libyajl_s.a %{_libdir}/libyajl_s.a
%changelog %changelog
* Tue Jun 8 2021 panxiaohe<panxiaohe@huawei.com> - 2.1.0-14
- add gcc to BuildRequires
* Wed Sep 9 2020 wangchen<wangchen137@huawei.com> - 2.1.0-13 * Wed Sep 9 2020 wangchen<wangchen137@huawei.com> - 2.1.0-13
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA