# Generated by go2rpm 1 %bcond_without check # https://github.com/vbauerster/mpb %global goipath github.com/vbauerster/mpb/v5 Version: 5.3.0 %gometa %global common_description %{expand: Multi progress bar for Go CLI applications.} %global golicenses UNLICENSE %global godocs _examples README.md Name: %{goname} Release: 2%{?dist} Summary: Multi progress bar for Go CLI applications License: Unlicense URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/acarl005/stripansi) BuildRequires: golang(github.com/mattn/go-runewidth) BuildRequires: golang(github.com/VividCortex/ewma) BuildRequires: golang(golang.org/x/sys/unix) %description %{common_description} %gopkg %prep %goprep rm -rf _examples/.gitignore %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Sep 15 2020 Fabian Affolter - 5.3.0-2 - Rename package and adjust path (rhbz#1872601) * Wed Aug 26 2020 Fabian Affolter - 5.3.0-1 - Initial package