# Generated by go2rpm # Test failure: https://github.com/op/go-logging/issues/138 %bcond_with check # https://github.com/op/go-logging %global goipath github.com/op/go-logging Version: 2.0.0 %global commit 970db520ece77730c7e4724c61121037378659d9 %gometa %global common_description %{expand: Package Logging implements a logging infrastructure for Go. Its output format is customizable and supports different logging backends like syslog, file and memory. Multiple backends can be utilized with different log levels per backend and logger.} %global golicenses LICENSE %global godocs examples CONTRIBUTORS README.md Name: %{goname} Release: 1%{?dist} Summary: Golang logging library # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 23 07:26:52 CEST 2019 Robert-André Mauchin - 1-1 - Initial package