## 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 ## START: Set by rpmautospec %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.5.0 %bcond_without check # https://github.com/vinyldns/go-vinyldns %global goipath github.com/vinyldns/go-vinyldns Version: 0.9.13 %global tag 0.9.13 %gometa %global common_description %{expand: Go client package for VinylDNS.} %global golicenses LICENSE NOTICE %global godocs CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md\\\ PULL_REQUEST_TEMPLATE.md README.md Name: %{goname} Release: %autorelease Summary: Go client package for VinylDNS # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/smartystreets/go-aws-auth) %if %{with check} # Tests BuildRequires: golang(github.com/gobs/pretty) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Jul 31 2021 Robert-André Mauchin 0.9.13-1 - Initial release