# Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://github.com/AlecAivazis/survey %global goipath github.com/AlecAivazis/survey/v2 Version: 2.3.7 %gometa -f %global common_description %{expand: A golang library for building interactive and accessible prompts with full support for windows and posix terminals.} %global golicenses LICENSE terminal/LICENSE.txt %global godocs CONTRIBUTING.md README.md terminal/README.md Name: %{goname} Release: %autorelease Summary: A golang library for building interactive and accessible prompts License: MIT URL: %{gourl} Source: %{gosource} # Remove in F43 Provides: golang-github-alecaivazis-survey-2 = %{version}-%{release} Obsoletes: golang-github-alecaivazis-survey-2 < 2.3.7-3 %global godevelheader %{expand: Provides: golang-github-alecaivazis-survey-2-devel = %{version}-%{release} Obsoletes: golang-github-alecaivazis-survey-2-devel < 2.3.7-3} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog