# Generated by go2rpm 1 %bcond_without check # https://github.com/Netflix/go-expect %global goipath github.com/Netflix/go-expect %global commit da48e75238e2d0bd8dd0fc70046a73c7d773e0ff %gometa %global common_description %{expand: An expect-like golang library to automate control of terminal or console based programs.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: An expect-like golang library to automate control of console based programs # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/kr/pty) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 14 12:23:44 EDT 2020 Jared K. Smith - 0-0.1.20200414gitda48e75 - Initial package