# Generated from jekyll-webmention_io-3.3.5.gem by gem2rpm -*- rpm-spec -*- %global gem_name jekyll-webmention_io Name: rubygem-%{gem_name} Version: 3.3.5 Release: 1%{?dist} Summary: A Jekyll plugin for sending & receiving webmentions via Webmention.io License: MIT URL: https://github.com/aarongustafson/jekyll-webmention_io Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby >= 2.3.0 # BuildRequires: rubygem(cucumber) >= 3.1 # BuildRequires: rubygem(cucumber) < 4 # BuildRequires: rubygem(rspec) >= 3.5 # BuildRequires: rubygem(rspec) < 4 # BuildRequires: rubygem(html-proofer) >= 3.6 # BuildRequires: rubygem(html-proofer) < 4 # BuildRequires: rubygem(rubocop) >= 0.48 # BuildRequires: rubygem(rubocop) < 1 BuildArch: noarch %description This Gem includes a suite of tools for managing webmentions in Jekyll: * Tags * Count of webmentions (filterable) * All webmentions (filterable) * Bookmarks * Likes * Links * Posts * Replies * Reposts * RSVPs * Contents for the `head` of your pages * JavaScript enhancements * Commands - Send webmentions you’ve made * Generators - Collect webmentions from Webmention.io and gather sites you’ve mentioned. %package doc Summary: Documentation for %{name} Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name}. %prep %setup -q -n %{gem_name}-%{version} %build # Create the gem as gem install only works on a gem file gem build ../%{gem_name}-%{version}.gemspec # %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir # by default, so that we can move it into the buildroot in %%install %gem_install %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ %check pushd .%{gem_instdir} # cucumber # rspec spec popd %files %dir %{gem_instdir} %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %changelog * Tue Aug 24 2021 mockbuilder - 3.3.5-1 - Initial package