!5 [sync] PR-3: 添加rubygem(rexml)修复cannot load such file -- rexml/document

From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-03-24 12:27:42 +00:00 committed by Gitee
commit f829852107
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,12 +1,13 @@
%define gem_name maruku
Name: rubygem-%{gem_name}
Version: 0.7.2
Release: 1
Release: 2
Summary: Maruku is a Markdown-superset interpreter written in Ruby
License: MIT and BSD
URL: http://github.com/bhollis/maruku
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
BuildRequires: ruby(release) rubygems-devel ruby rubygem(rspec)
BuildRequires: rubygem(rexml)
BuildArch: noarch
%description
Maruku is a Markdown interpreter in Ruby. It features native export to HTML
@ -58,5 +59,8 @@ popd
%{gem_instdir}/spec
%changelog
* Fri Feb 11 2022 xu_ping <xuping33@huawei.com> - 0.7.2-2
- Add buildrequires rubygem(rexml) to fix cannot load rexml
* Wed Aug 19 2020 geyanan <geyanan2@huawei.com> - 0.7.2-1
- package init