# Generated by go2rpm 1.3 %bcond_without check # https://github.com/google/goexpect %global goipath github.com/google/goexpect %global commit ab937bf7fd6f93d0b1adaef7bf038f31f61bc96c %gometa %global common_description %{expand: Expect for Go.} %global golicenses LICENSE %global godocs examples AUTHORS README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Expect for Go # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} # Because golang-github-google-goterm is excluded there ExcludeArch: ppc64le s390x BuildRequires: golang(github.com/golang/glog) BuildRequires: golang(github.com/google/goterm/term) BuildRequires: golang(github.com/ziutek/telnet) BuildRequires: golang(golang.org/x/crypto/ssh) BuildRequires: golang(google.golang.org/grpc/codes) BuildRequires: golang(google.golang.org/grpc/status) %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.20210619gitab937bf - Initial package