# Generated by go2rpm %bcond_without check # https://gitlab.com/ianbruene/kommandant %global goipath gitlab.com/ianbruene/kommandant %global forgeurl https://gitlab.com/ianbruene/kommandant Version: 0.6.0 %global tag v%{version} %gometa %global common_description %{expand: Kommandant exists to ease the creation of command line interfaces for Go programs. It is a near-port of Python’s cmd module, with the caveat that Go is a compiled language and cannot do introspection as easily. Despite this mismatch the useful concepts are still useful after translation, and the user-visible behavior will be the same.} %global golicenses LICENSE %global godocs README.adoc kommandant-HOWTO.adoc Name: %{goname} Release: 1%{?dist} Summary: Command line meta-interpreter for Go License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/chzyer/readline) %description %{common_description} %gopkg %prep %goprep rm -rf demos %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jun 18 2020 Denis Fateyev - 0.6.0-1 - Initial Fedora RPM package