# Generated by go2rpm 1 %bcond_without check # https://github.com/alecthomas/kong-hcl %global goipath github.com/alecthomas/kong-hcl Version: 0.2.0 %gometa %global common_description %{expand: A Kong configuration loader for HCL.} %global golicenses COPYING %global godocs README.md Name: %{goname} Release: 2%{?dist} Summary: Kong configuration loader for HCL License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/alecthomas/kong) BuildRequires: golang(github.com/hashicorp/hcl) %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 Jan 28 2020 Fedora Release Engineering - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Aug 04 16:51:23 CEST 2019 Robert-André Mauchin - 0.2.0-1 - Initial package