Blob Blame History Raw
# Generated by go2rpm 1
%bcond_without check

# https://github.com/gobuffalo/logger
%global goipath         github.com/gobuffalo/logger
Version:                1.0.3

%gometa

%global common_description %{expand:
The logger.Logger interface is used throughout Buffalo apps, and other systems,
to log a whole manner of things.}

%global golicenses      LICENSE
%global godocs          README.md SHOULDERS.md

Name:           %{goname}
Release:        %autorelease
Summary:        Common logging interface for the Buffalo ecosystem

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/sirupsen/logrus)
BuildRequires:  golang(golang.org/x/crypto/ssh/terminal)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
%autochangelog