# Generated by go2rpm 1.2 %bcond_without check # https://github.com/akamensky/argparse %global goipath github.com/akamensky/argparse Version: 1.2.2 %gometa %global common_description %{expand: Argparse for Golang with more features as flag.} %global golicenses LICENSE %global godocs examples README.md Name: %{goname} Release: 1%{?dist} Summary: Argparse for Golang License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Oct 16 2020 Fabian Affolter - 1.2.2-1 - Initial package