!20 Switch ronn-ng to disable ronn

From: @wu-leilei 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2023-10-12 06:51:49 +00:00 committed by Gitee
commit 09bcdd7bd0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
%{?_with_bootstrap: %global bootstrap 1} %{?_with_bootstrap: %global bootstrap 1}
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 2.0.8 Version: 2.0.8
Release: 1 Release: 2
Summary: Generic interface to multiple Ruby template engines Summary: Generic interface to multiple Ruby template engines
License: MIT License: MIT
URL: http://github.com/rtomayko/tilt URL: http://github.com/rtomayko/tilt
@ -15,7 +15,7 @@ BuildRequires: rubygem(sass) rubygem(asciidoctor) rubygem(prawn) rubygem(p
%if ! 0%{?bootstrap} %if ! 0%{?bootstrap}
BuildRequires: rubygem(haml) BuildRequires: rubygem(haml)
%endif %endif
BuildRequires: rubygem-ronn BuildRequires: rubygem-ronn-ng
BuildArch: noarch BuildArch: noarch
%description %description
Generic interface to multiple Ruby template engines. Generic interface to multiple Ruby template engines.
@ -82,5 +82,8 @@ popd
%{gem_instdir}/test %{gem_instdir}/test
%changelog %changelog
* Thu Oct 12 2023 wulei <wu_lei@hoperun.com> - 2.0.8-2
- Swith rubygem-ronn-ng to drop rubygem-ronn
* Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 2.0.8-1 * Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 2.0.8-1
- package init - package init