# Generated by go2rpm 1.3 %bcond_without check # https://github.com/yuin/goldmark-emoji %global goipath github.com/yuin/goldmark-emoji Version: 1.0.1 %gometa %global common_description %{expand: goldmark-emoji is an extension for the goldmark that parses :joy: style emojis.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Emoji extension for the goldmark markdown parser License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/yuin/goldmark) BuildRequires: golang(github.com/yuin/goldmark/ast) BuildRequires: golang(github.com/yuin/goldmark/parser) BuildRequires: golang(github.com/yuin/goldmark/renderer) BuildRequires: golang(github.com/yuin/goldmark/renderer/html) BuildRequires: golang(github.com/yuin/goldmark/text) BuildRequires: golang(github.com/yuin/goldmark/util) %if %{with check} BuildRequires: golang(github.com/yuin/goldmark/testutil) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 14 2021 Carl George - 1.0.1-1 - Initial package