# Generated by go2rpm %bcond_without check # https://github.com/influxdata/toml %global goipath github.com/influxdata/toml %global commit 2a2e3012f7cfbef64091cc79776311e65dfa211b %gometa %global common_description %{expand: TOML parser and encoder library for Golang.} %global golicenses LICENSE %global godocs _example README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: TOML parser and encoder library for Golang License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/naoina/go-stringutil) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Feb 05 2020 Xavier Bachelot - 0-0.1.20200205git2a2e301 - Initial package