0383b74
# Generated by go2rpm 1.6.0
7d7104b
%bcond_without check
0383b74
%global debug_package %{nil}
7d7104b
7d7104b
# https://github.com/frankban/quicktest
7d7104b
%global goipath         github.com/frankban/quicktest
0383b74
Version:                1.14.3
7d7104b
7d7104b
%gometa
7d7104b
7d7104b
%global common_description %{expand:
0383b74
Quick helpers for testing Go applications.}
7d7104b
7d7104b
%global golicenses      LICENSE
7d7104b
%global godocs          README.md
7d7104b
7d7104b
Name:           %{goname}
27ab36f
Release:        %autorelease
7d7104b
Summary:        Quick helpers for testing Go applications
7d7104b
7d7104b
License:        MIT
7d7104b
URL:            %{gourl}
7d7104b
Source0:        %{gosource}
7d7104b
7d7104b
%description
7d7104b
%{common_description}
7d7104b
7d7104b
%gopkg
7d7104b
7d7104b
%prep
7d7104b
%goprep
7d7104b
0383b74
%generate_buildrequires
0383b74
%go_generate_buildrequires
0383b74
7d7104b
%install
7d7104b
%gopkginstall
7d7104b
7d7104b
%if %{with check}
7d7104b
%check
7d7104b
%gocheck
7d7104b
%endif
7d7104b
7d7104b
%gopkgfiles
7d7104b
7d7104b
%changelog
27ab36f
%autochangelog