# Generated by go2rpm %bcond_without check # https://github.com/sean-/conswriter %global goipath github.com/sean-/conswriter %global commit f5ae3917a627f1aab86eedaac41b153e4097e4e8 %gometa %global common_description %{expand: Console Writer for Go applications that supports a pager.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Console Writer for Go applications that supports a pager # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/rs/zerolog) BuildRequires: golang(github.com/sean-/pager) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Feb 14 2020 Xavier Bachelot - 0-0.1.20200214gitf5ae391 - Initial package