# Generated by go2rpm %bcond_without check # https://github.com/jawher/mow.cli %global goipath github.com/jawher/mow.cli Version: 1.1.0 %gometa %global common_description %{expand: Package Cli provides a framework to build command line applications in Go with most of the burden of arguments parsing and validation placed on the framework instead of the user.} %global golicenses LICENSE %global godocs README.md README.md.template Name: %{goname} Release: 1%{?dist} Summary: Versatile library for building CLI applications in Go License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 02 21:37:45 CEST 2019 Robert-André Mauchin - 1.1.0-1 - Release 1.1.0 * Fri Feb 01 2019 Fedora Release Engineering - 1.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Jan 06 2019 Carl George - 1.0.4-1 - Initial package