# Generated by go2rpm %bcond_without check # https://github.com/naoina/toml %global goipath github.com/naoina/toml Version: 0.1.1 %gometa %global common_description %{expand: TOML parser and encoder library for Golang Build Status.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: TOML parser and encoder library for Golang License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/naoina/go-stringutil) %if %{with check} # Tests BuildRequires: golang(github.com/kylelemons/godebug/diff) BuildRequires: golang(github.com/kylelemons/godebug/pretty) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat May 18 20:08:03 CEST 2019 Robert-André Mauchin - 0.1.1-1 - Initial package