Blob Blame History Raw
# Generated by go2rpm 1.9.0
%bcond_without check
%global debug_package %{nil}

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

%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}
Source:         %{gosource}

%description %{common_description}

%gopkg

%prep
%goprep
%autopatch -p1

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

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

%gopkgfiles

%changelog
%autochangelog