!2 依赖补齐-修复因缺少依赖导致编译失败问题

From: @wu-leilei
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-06-28 09:46:46 +00:00 committed by Gitee
commit 66c3652490

View File

@ -1,14 +1,14 @@
%global gem_name rdiscount %global gem_name rdiscount
Name: rubygem-rdiscount Name: rubygem-rdiscount
Version: 2.2.0.1 Version: 2.2.0.1
Release: 4 Release: 5
Summary: Converts documents in Markdown syntax to HTML Summary: Converts documents in Markdown syntax to HTML
License: ASL 1.1 License: ASL 1.1
URL: http://github.com/rtomayko/rdiscount URL: http://github.com/rtomayko/rdiscount
Source0: http://rubygems.org/gems/rdiscount-%{version}.gem Source0: http://rubygems.org/gems/rdiscount-%{version}.gem
# The patch used to modify test failed # The patch used to modify test failed
Patch0: rdiscount_test.rb.patch Patch0: rdiscount_test.rb.patch
BuildRequires: rubygems-devel ruby-devel libmarkdown-devel rubygem(test-unit) BuildRequires: rubygems-devel ruby-devel libmarkdown-devel rubygem(test-unit) gcc
%description %description
The package converts documents in Markdown syntax to HTML. The package converts documents in Markdown syntax to HTML.
@ -90,5 +90,8 @@ cd -
%changelog %changelog
* Mon Jun 28 2021 wulei <wulei80@huawei.com> - 2.2.0.1-5
- fix missing gcc
* Sat Mar 14 2020 zhujunhao <zhujunhao5@huawei.com> - 2.2.0.1-4 * Sat Mar 14 2020 zhujunhao <zhujunhao5@huawei.com> - 2.2.0.1-4
- Package init - Package init