# 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.2 %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: 5%{?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 Jan 19 2023 Fedora Release Engineering - 0.6.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 0.6.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0.6.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jun 22 2021 Denis Fateyev - 0.6.2-1 - Update to 0.6.2 * Tue Jan 26 2021 Fedora Release Engineering - 0.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 22 17:35:43 CET 2021 Robert-André Mauchin - 0.6.1-1 - Update to 0.6.1 * Mon Jul 27 2020 Fedora Release Engineering - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jun 18 2020 Denis Fateyev - 0.6.0-1 - Initial Fedora RPM package