# Generated by go2rpm 1.3 %bcond_without check # https://github.com/google/goterm %global goipath github.com/google/goterm %global commit 555d40f16ae2fad8b4429d18d5cb777e75e5a9dc %gometa %global common_description %{expand: Go Terminal library with PTY support and colors.} %global golicenses LICENSE %global godocs example AUTHORS README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Go Terminal library with PTY support and colors # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} # OpenPTY does not work properly on these architectures # https://github.com/google/goterm/issues/10 ExcludeArch: ppc64le s390x %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Jun 19 2021 Davide Cavalca - 0-0.1.20210619git555d40f - Initial package