# Generated by go2rpm 1 %bcond_without check # https://github.com/istio/glog %global goipath github.com/istio/glog %global commit d7cfb6fa2ccda15565f68f204d68907c80a5c977 %gometa %global common_description %{expand: A replacement for the glog package that directs logging to zap.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: A replacement for the glog package that directs logging to zap # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} # Fix missing arguments in print-like function Patch0: 0001-Fix-missing-arguments-in-print-like-function.patch BuildRequires: golang(go.uber.org/zap) %description %{common_description} %gopkg %prep %goprep %patch0 -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Aug 11 22:13:50 CEST 2020 Robert-André Mauchin - 0-0.1.20200811gitd7cfb6f - Initial package