# Generated by go2rpm %bcond_without check # https://github.com/fluent/fluent-logger-golang %global goipath github.com/fluent/fluent-logger-golang Version: 1.4.0 %gometa %global common_description %{expand: A structured logger for Fluentd.} %global golicenses LICENSE %global godocs _examples CHANGELOG.md README.md Name: %{goname} Release: 1%{?dist} Summary: Structured logger for Fluentd # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/tinylib/msgp/msgp) %if %{with check} # Tests BuildRequires: golang(github.com/bmizerany/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 05 17:33:07 CEST 2019 Robert-André Mauchin - 1.4.0-1 - Initial package