# Generated by go2rpm %bcond_without check # https://github.com/rs/zerolog %global goipath github.com/rs/zerolog Version: 1.14.3 %gometa %global common_description %{expand: The Zerolog package provides a fast and simple logger dedicated to JSON output. Zerolog's API is designed to provide both a great developer experience and stunning performance. Its unique chaining API allows zerolog to write JSON (or CBOR) log events by avoiding allocations and reflection. Uber's zap library pioneered this approach. Zerolog is taking this concept to the next level with a simpler to use API and even better performance.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Zero allocation JSON logger License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/coreos/go-systemd/journal) BuildRequires: golang(github.com/pkg/errors) BuildRequires: golang(github.com/rs/xid) BuildRequires: golang(github.com/zenazn/goji/web/mutil) BuildRequires: golang(golang.org/x/tools/go/loader) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Apr 29 21:59:04 CEST 2019 Robert-André Mauchin - 1.14.3-1 - Initial package