# Generated by go2rpm %bcond_without check # https://github.com/alecthomas/kong %global goipath github.com/alecthomas/kong Version: 0.1.16 %gometa %global common_description %{expand: Package Kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.} %global golicenses COPYING %global godocs _examples README.md Name: %{goname} Release: 2%{?dist} Summary: Command-line parser for Go License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Jun 04 15:06:52 CEST 2019 Robert-André Mauchin - 0.1.16-2 - Update to new macros * Mon Apr 01 2019 Elliott Sales de Andrade - 0.1.16-1 - Update to latest version * Thu Feb 28 2019 Elliott Sales de Andrade - 0.1.15-1 - First package for Fedora