Swith rubygem-ronn-ng to drop rubygem-ronn

This commit is contained in:
wu-leilei 2023-10-12 11:38:29 +08:00
parent 83693c8e16
commit 2c69afb641

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