remove maruku gem integration

This commit is contained in:
lyn1001 2023-08-14 16:57:20 +08:00
parent d45be9cdc2
commit 63660d73ae

View File

@ -1,8 +1,8 @@
%global gem_name tilt %global gem_name tilt
%{?_with_bootstrap: %global bootstrap 1} %global bootstrap 0
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 2.0.8 Version: 2.0.8
Release: 5 Release: 6
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
@ -11,7 +11,7 @@ Patch0: tilt-2.0.10-Fix-Ruby-3.0-compatibility.patch
Patch1: Fix-warning-when-using-yield-in-templates-on-ruby-2.7.patch Patch1: Fix-warning-when-using-yield-in-templates-on-ruby-2.7.patch
BuildRequires: ruby(release) rubygems-devel ruby nodejs-devel rubygem(creole) BuildRequires: ruby(release) rubygems-devel ruby nodejs-devel rubygem(creole)
BuildRequires: rubygem(minitest) rubygem(nokogiri) rubygem(erubi) rubygem(builder) BuildRequires: rubygem(minitest) rubygem(nokogiri) rubygem(erubi) rubygem(builder)
BuildRequires: rubygem(maruku) rubygem(RedCloth) rubygem(redcarpet) rubygem(coffee-script) BuildRequires: rubygem(RedCloth) rubygem(redcarpet) rubygem(coffee-script)
BuildRequires: rubygem(wikicloth) rubygem(kramdown) rubygem(rdiscount) rubygem(liquid) BuildRequires: rubygem(wikicloth) rubygem(kramdown) rubygem(rdiscount) rubygem(liquid)
BuildRequires: rubygem(sass) rubygem(asciidoctor) rubygem(prawn) rubygem(pdf-reader) BuildRequires: rubygem(sass) rubygem(asciidoctor) rubygem(prawn) rubygem(pdf-reader)
%if ! 0%{?bootstrap} %if ! 0%{?bootstrap}
@ -91,6 +91,9 @@ popd
%{gem_instdir}/test %{gem_instdir}/test
%changelog %changelog
* Mon Aug 14 2023 liyanan <thistleslyn@163.com> - 2.0.8-6
- Remove maruku gem integration
* Tue Jan 10 liyanan <liyanan32@h-partners.com> - 2.0.8-5 * Tue Jan 10 liyanan <liyanan32@h-partners.com> - 2.0.8-5
- Use Erubi instead of Erubis - Use Erubi instead of Erubis