# Generated by go2rpm 1.3 %bcond_without check # https://github.com/schollz/logger %global goipath github.com/schollz/logger Version: 1.2.0 %gometa %global common_description %{expand: Simplistic, opinionated logging for Golang.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Simplistic, opinionated logging for Golang License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Jul 06 2021 Davide Cavalca - 1.2.0-1 - Initial package