File golang-github-cheggaaa-pb.spec of Package golang-github-cheggaaa-pb

# Generated by go2rpm 1.6.0
%bcond_without check

# https://github.com/cheggaaa/pb
%global goipath         github.com/cheggaaa/pb
Version:                3.1.5

%gometa

%global common_description %{expand:
Console progress bar for Golang.}

%global golicenses      LICENSE v3/LICENSE
%global godocs          README_V1.md README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Console progress bar for Golang

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        https://%{goipath}/archive/v%{version}/pb-%{version}.tar.gz
BuildRequires:  go-rpm-macros

%description
%{common_description}

%gopkg

%prep
%goprep

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

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

%gopkgfiles