# Generated by go2rpm 1.3 %bcond_without check # https://github.com/schollz/cli %global goipath github.com/schollz/cli Version: 2.2.1 %gometa %global common_description %{expand: A simple, fast, and fun package for building command line apps in Go.} %global golicenses LICENSE %global godocs docs CODE_OF_CONDUCT.md README.md Name: %{goname} Release: 1%{?dist} Summary: A simple, fast, and fun package for building command line apps in Go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/BurntSushi/toml) BuildRequires: golang(github.com/cpuguy83/go-md2man/v2/md2man) BuildRequires: golang(gopkg.in/yaml.v2) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Jul 06 2021 Davide Cavalca - 2.2.1-1 - Initial package