# Generated by go2rpm 1.3 %bcond_without check # https://github.com/sgreben/flagvar %global goipath github.com/sgreben/flagvar Version: 1.10.1 %gometa %global common_description %{expand: A collection of CLI argument types for the Go `flag` package.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: A collection of CLI argument types for the Go `flag` package License: Unlicense URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/gobwas/glob) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Jun 29 13:39:42 UTC 2021 COPR - 1.10.1-1 - Initial package