Add gcc-c++ to build dependency

This commit is contained in:
wang_yue111 2021-07-09 11:55:12 +08:00
parent 5217254caa
commit 5edc40dc1e

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