# Generated by go2rpm # https://github.com/rs/zerolog/issues/163 %ifnarch %{ix86} %{arm} %bcond_without check %endif # https://github.com/rs/zerolog %global goipath github.com/rs/zerolog Version: 1.20.0 %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(golang.org/x/tools/go/loader) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Dec 21 12:21:36 CET 2020 Robert-André Mauchin - 1.20.0-1 - Update to 1.20.0 - Close: rhbz#1878907 * Sat Aug 01 23:38:25 CEST 2020 Robert-André Mauchin - 1.19.0-1 - Update to 1.19.0 * Mon Jul 27 2020 Fedora Release Engineering - 1.17.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 1.17.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jan 02 2020 Elliott Sales de Andrade - 1.17.2-1 - Update to latest version * Thu Jul 25 2019 Fedora Release Engineering - 1.14.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Apr 29 21:59:04 CEST 2019 Robert-André Mauchin - 1.14.3-1 - Initial package