# Generated by go2rpm 1.6.0 %bcond_with check # https://github.com/apex/logs %global goipath github.com/apex/logs Version: 1.1.0 %gometa %global common_description %{expand: Apex Logs client for Go.} %global golicenses LICENSE %global godocs History.md Readme.md Name: %{goname} Release: %mkrel 3 Summary: Apex Logs client for Go Group: Development/Golang BuildArch: noarch License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/tj/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles