# Generated by go2rpm 1.6.0
%bcond_without check
%global debug_package %{nil}

# https://github.com/go-logr/stdr
%global goipath         github.com/go-logr/stdr
Version:                1.2.2

%gometa

%global common_description %{expand:
Logr implementation against the stdlib log package.}

%global golicenses      LICENSE
%global godocs          example README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Logr implementation against the stdlib log package

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Thu Jan 27 2022 Maxwell G <gotmax@e.email> - 1.2.2-1
- Initial package