## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.9.0 %bcond_without check # https://github.com/cpuguy83/go-md2man %global goipath github.com/cpuguy83/go-md2man Version: 2.0.2 %gometa -f %global goaltipaths github.com/cpuguy83/go-md2man/v2 %global common_description %{expand: Converts markdown into roff (man pages).} %global golicenses LICENSE.md %global godocs README.md go-md2man.1.md Name: %{goname}-epel Release: %autorelease Summary: Converts markdown into roff (man pages) License: MIT URL: %{gourl} Source: %{gosource} BuildArch: noarch %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog ## START: Generated by rpmautospec * Wed Oct 04 2023 Davide Cavalca - 2.0.2-1 - Initial import; Fixes: RHBZ#2241427 ## END: Generated by rpmautospec