## START: Set by rpmautospec
## (rpmautospec version 0.3.0)
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
    release_number = 1;
    base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
    print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec

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

# https://github.com/hokaccha/go-prettyjson
%global goipath         github.com/hokaccha/go-prettyjson
%global commit          0474bc63780f190edc23bb56214893dab107909c

%gometa -f

%global common_description %{expand:
JSON pretty print for Golang.}

%global golicenses      LICENSE
%global godocs          _example README.md

Name:           %{goname}
Version:        0
Release:        %autorelease -p
Summary:        JSON pretty print for Golang

License:        MIT
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
* Mon Nov 07 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> 0-0.1
- Initial package - Closes rhzb#2128596