## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 4; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.6.0 %bcond_without check # https://github.com/hashicorp/go-envparse %global goipath github.com/hashicorp/go-envparse %global commit d9cfd743a15e3ab6eb52918f9b23bb27042ac8fd %gometa %global common_description %{expand: Minimal environment variable parser for Go.} %global golicenses LICENSE NOTICES.txt %global godocs README.md Name: %{goname} Version: 0 Release: %autorelease -p Summary: Minimal environment variable parser for Go # Upstream license specification: MPL-2.0 License: MPLv2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 13 2022 Robert-André Mauchin 0-0.1 - Initial release