# Generated by go2rpm %bcond_without check # https://github.com/gomarkdown/markdown %global goipath github.com/gomarkdown/markdown %global commit ee6a7931a1e4b802c9ff93e4dabcabacf4cb91db %gometa %global common_description %{expand: Package Markdown is a very fast Go library for parsing Markdown documents and rendering them to HTML. It's fast and supports common extensions.} %global golicenses LICENSE.txt %global godocs README.md changes-from-blackfriday.md todo.md\\\ tracking-perf.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Markdown parser and HTML renderer for Go # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Jun 03 16:13:58 CEST 2019 Robert-André Mauchin - 0-0.1.20190603gitee6a793 - Initial package