Blob Blame History Raw
# Generated by go2rpm
%bcond_without check
%bcond_with bootstrap

# https://github.com/golangplus/testing
%global goipath         github.com/golangplus/testing
%global commit          af21d9c3145e9c670ea7eb7fc85456c1449edf1c

%gometa

%global common_description %{expand:
Package Testingp is a plus to standard "testing" package..}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        Plus to the standard testing package

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/golangplus/fmt)

%if %{without bootstrap}
%if %{with check}
# Tests
BuildRequires:  golang(github.com/golangplus/bytes)
%endif
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Fri May 10 22:18:24 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190629gitaf21d9c
- Initial package