# Generated by go2rpm %bcond_without check # https://github.com/google/subcommands %global goipath github.com/google/subcommands Version: 1.0.1 %gometa %global common_description %{expand: Subcommands is a Go package that implements a simple way for a single command to have many subcommands, each of which takes arguments and so forth.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Go subcommand library # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 24 18:50:00 CEST 2019 Robert-André Mauchin - 1.0.1-1 - Initial package