# Generated by go2rpm 1.8.1 %bcond_without check # https://github.com/urfave/cli %global goipath github.com/urfave/cli/v2 Version: 2.14.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/v2 CODE_OF_CONDUCT.md README.md Name: %{goname} Release: %autorelease Summary: A simple, fast, and fun package for building command line apps in Go License: MIT URL: %{gourl} Source: %{gosource} Patch: 0001-tests-Fix-int-overflow-on-i686.patch # Remove in F43 Provides: golang-github-urfave-cli-2 = %{version}-%{release} Obsoletes: golang-github-urfave-cli-2 < 2.14.1-7 %global godevelheader %{expand: Provides: golang-github-urfave-cli-2-devel = %{version}-%{release} Obsoletes: golang-github-urfave-cli-2-devel < 2.14.1-7} BuildRequires: golang(github.com/BurntSushi/toml) BuildRequires: golang(github.com/cpuguy83/go-md2man/v2/md2man) BuildRequires: golang(github.com/xrash/smetrics) BuildRequires: golang(golang.org/x/text/cases) BuildRequires: golang(golang.org/x/text/language) BuildRequires: golang(gopkg.in/yaml.v3) %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog