# Generated by go2rpm 1.2 %bcond_without check # https://github.com/muesli/termenv %global goipath github.com/muesli/termenv Version: 0.9.0 %gometa %global common_description %{expand: Advanced ANSI style & color support for your terminal applications.} %global golicenses LICENSE %global godocs examples README.md Name: %{goname} Release: 1%{?dist} Summary: Advanced ANSI style & color support for your terminal applications License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/lucasb-eyer/go-colorful) BuildRequires: golang(github.com/mattn/go-isatty) BuildRequires: golang(github.com/mattn/go-runewidth) BuildRequires: golang(golang.org/x/sys/unix) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Oct 15 2021 Bruno Meneguele - 0.9.0-1 - Rebase to upstream release 0.9.0 * Thu Jan 14 2021 Bruno Meneguele - 0.7.4-1 - Rebase to upstream release 0.7.4 * Wed Oct 07 13:53:56 CEST 2020 Patrick Talbert - 0.7.2-1 - Initial package