Blob Blame History Raw
# Generated by go2rpm 1
%bcond_without check

# https://github.com/frankban/quicktest
%global goipath         github.com/frankban/quicktest
Version:                1.5.0

%gometa

%global common_description %{expand:
A collection of Go helpers for writing tests.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Quick helpers for testing Go applications

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/google/go-cmp/cmp)
BuildRequires:  golang(github.com/google/go-cmp/cmp/cmpopts)
BuildRequires:  golang(github.com/kr/pretty)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Thu Oct 31 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.5.0-1
- Update to latest version

* Wed Aug 21 16:56:37 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.4.1-1
- Initial package