## START: Set by rpmautospec ## (rpmautospec version 0.2.5) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec # Generated by go2rpm 1.6.0 %bcond_without check # https://github.com/manifoldco/promptui %global goipath github.com/manifoldco/promptui Version: 0.9.0 %gometa %global common_description %{expand: Interactive prompt for command-line applications.} %global golicenses LICENSE.md %global godocs _examples CHANGELOG.md CODE_OF_CONDUCT.md README.md Name: %{goname} Release: %autorelease Summary: Interactive prompt for command-line applications # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/chzyer/readline) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Feb 06 2022 Robert-André Mauchin 0.9.0-1 - Initial release