5eea9b6
# Generated by go2rpm
5eea9b6
%bcond_without check
5eea9b6
5eea9b6
# https://github.com/sanity-io/litter
5eea9b6
%global goipath         github.com/sanity-io/litter
fde12e5
Version:                1.5.5
3f2aeb9
3f2aeb9
%gometa
3f2aeb9
5eea9b6
%global common_description %{expand:
5eea9b6
Litter is a pretty printer library for Go data structures to aid in debugging
5eea9b6
and testing.}
5eea9b6
5eea9b6
%global golicenses      LICENSE
5eea9b6
%global godocs          CHANGELOG.md README.md
5eea9b6
3f2aeb9
Name:           %{goname}
390481d
Release:        %autorelease
afbb298
Summary:        Pretty printer for Go data structures for debugging and testing
5eea9b6
3f2aeb9
License:        MIT
3f2aeb9
URL:            %{gourl}
3f2aeb9
Source0:        %{gosource}
3f2aeb9
e9d04ec
BuildRequires:  golang(github.com/stretchr/testify/assert)
e9d04ec
BuildRequires:  golang(github.com/stretchr/testify/require)
e9d04ec
3f2aeb9
%description
5eea9b6
%{common_description}
3f2aeb9
5eea9b6
%gopkg
3f2aeb9
3f2aeb9
%prep
5eea9b6
%goprep
3f2aeb9
3f2aeb9
%install
5eea9b6
%gopkginstall
3f2aeb9
5eea9b6
%if %{with check}
3f2aeb9
%check
5eea9b6
%gocheck
5eea9b6
%endif
3f2aeb9
5eea9b6
%gopkgfiles
3f2aeb9
3f2aeb9
%changelog
390481d
%autochangelog