# Generated by go2rpm 1.3 %bcond_without check # https://github.com/golang/term %global goipath golang.org/x/term %global forgeurl https://github.com/golang/term %global commit 6886f2dfbf5b25f595b4fe4279c49956e867c59b %gometa %global common_description %{expand: Go terminal and console support.} %global golicenses LICENSE PATENTS %global godocs AUTHORS CONTRIBUTING.md CONTRIBUTORS README.md Name: %{goname} Version: 0 Release: 0.2%{?dist} Summary: Go terminal and console support # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/sys/unix) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Jun 15 20:02:36 CEST 2021 Robert-André Mauchin - 0-0.2.20210615git6886f2d - Bump to commit 6886f2dfbf5b25f595b4fe4279c49956e867c59b * Wed Dec 09 11:06:54 CET 2020 Robert-André Mauchin - 0-0.1.20201209gitee85cb9 - Initial package