# Generated by go2rpm %bcond_without check # https://github.com/go-logr/logr %global goipath github.com/go-logr/logr Version: 0.1.0 %gometa %global common_description %{expand: A more minimal logging API for Go.} %global golicenses LICENSE %global godocs examples README.md Name: %{goname} Release: 1%{?dist} Summary: Simple logging interface for Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 09 20:28:49 CEST 2019 Robert-André Mauchin - 0.1.0-1 - Initial package