## START: Set by rpmautospec ## (rpmautospec version 0.2.5) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 2; 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.5.0 # Tests are broken due to fork changes %bcond_with check # https://github.com/docker-slim/uiprogress %global goipath github.com/docker-slim/uiprogress Version: 0.0.1 %global commit 9d4396e6d40b620e70fc49d3a6f5d595d9f872dc %gometa %global common_description %{expand: A go library to render progress bars in terminal applications.} %global golicenses LICENSE %global godocs doc example README.md Name: %{goname} Release: %autorelease Summary: A go library to render progress bars in terminal applications License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/docker-slim/uilive) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Sep 18 2021 Robert-André Mauchin 0.0.1-2 - Uncommitted changes * Sat Sep 18 2021 Robert-André Mauchin 0.0.1-1 - Initial release