!2 Add gcc-c++ to build dependency

From: @wang_yue111
Reviewed-by: @chenyanpanHW,@xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2021-07-12 02:48:05 +00:00 committed by Gitee
commit b867472ef3

View File

@ -2,14 +2,14 @@
Name: yaml-cpp03
Version: 0.3.0
Release: 1
Release: 2
Summary: A YAML parser and emitter for C++
License: MIT
URL: https://github.com/jbeder/yaml-cpp
Source0: https://github.com/jbeder/yaml-cpp/archive/release-%{version}.tar.gz
Patch0: yaml-cpp03-pkgconf.patch
BuildRequires: cmake
BuildRequires: cmake gcc-c++
Provides: yaml-cpp = %{version}-%{release}
Obsoletes: yaml-cpp < 0.3.0-5
@ -63,5 +63,8 @@ done
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Fri Jul 09 2021 wangyue <wangyue92@huawei.com> - 0.3.0-2
- Add gcc-c++ to build dependency
* Mon Jul 27 2020 maminjie <maminjie1@huawei.com> - 0.3.0-1
- package init