# Generated by go2rpm 1.2 %bcond_without check # https://github.com/fd0/termstatus %global goipath github.com/fd0/termstatus Version: 1.0.1 %gometa %global common_description %{expand: Feedback of the current status in the terminal.} %global golicenses LICENSE %global godocs examples Name: %{goname} Release: 1%{?dist} Summary: Show status in the terminal # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/mattn/go-isatty) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Oct 12 2020 Fabian Affolter - 1.0.1-1 - Initial package