# Generated by go2rpm %bcond_without check # https://github.com/coreos/ioprogress %global goipath github.com/coreos/ioprogress %global commit 4637e494fd9b23c5565ee193e89f91fdc1639bc0 %gometa %global common_description %{expand: Ioprogress is a Go library with implementations of io.Reader and io.Writer that draws progress bars. The primary use case for these are for CLI applications but alternate progress bar writers can be supplied for alternate environments.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Go package for progress bars around io.Reader/Writers License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/crypto/ssh/terminal) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 12 14:10:41 CEST 2019 Robert-André Mauchin - 0-0.1.20190512git4637e49 - Initial package