# Generated by go2rpm %bcond_without check # https://github.com/go-logfmt/logfmt %global goipath github.com/go-logfmt/logfmt Version: 0.4.0 %gometa %global common_description %{expand: Package logfmt implements utilities to marshal and unmarshal data in the logfmt format. It provides an API similar to encoding/json and encoding/xml.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md Name: %{goname} Release: 1%{?dist} Summary: Marshals and unmarshals logfmt messages License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/kr/logfmt) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Apr 19 16:43:07 CEST 2019 Robert-André Mauchin - 0.4.0-1 - Initial package