add buildrequires gcc

This commit is contained in:
wu-leilei 2021-06-28 17:35:48 +08:00
parent 0631ab3d89
commit bd72fc982e

View File

@ -1,14 +1,14 @@
%global gem_name rdiscount
Name: rubygem-rdiscount
Version: 2.2.0.1
Release: 4
Release: 5
Summary: Converts documents in Markdown syntax to HTML
License: ASL 1.1
URL: http://github.com/rtomayko/rdiscount
Source0: http://rubygems.org/gems/rdiscount-%{version}.gem
# The patch used to modify test failed
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
The package converts documents in Markdown syntax to HTML.
@ -90,5 +90,8 @@ cd -
%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
- Package init