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

# https://github.com/anacrolix/log
%global goipath         github.com/anacrolix/log
Version:                0.13.1

%gometa -f

%global common_description %{expand:
Context-style logging for Go. similar to zerolog but with lots of allocations.}

%global golicenses      LICENSE
Name:           %{goname}
Release:        %autorelease
Summary:        Context-style logging for Go. similar to zerolog but with lots of allocations

License:        MPL-2.0
URL:            %{gourl}
Source:         %{gosource}

%description %{common_description}

%gopkg

%prep
%goprep

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

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

%gopkgfiles

%changelog
%autochangelog