## 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.5.0 %bcond_without check # https://github.com/powerman/check %global goipath github.com/powerman/check Version: 1.6.0 %gometa %global common_description %{expand: Helpers to complement Go testing package.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: %autorelease Summary: Helpers to complement Go testing package License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/davecgh/go-spew/spew) BuildRequires: golang(github.com/pkg/errors) BuildRequires: golang(github.com/pmezard/go-difflib/difflib) BuildRequires: golang(github.com/powerman/deepequal) BuildRequires: golang(github.com/smartystreets/goconvey/convey/reporting) BuildRequires: golang(golang.org/x/sys/unix) BuildRequires: golang(google.golang.org/grpc/status) BuildRequires: golang(google.golang.org/protobuf/proto) BuildRequires: golang(google.golang.org/protobuf/reflect/protoreflect) %if %{with check} # Tests BuildRequires: golang(github.com/smartystreets/goconvey/convey) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * dim. oct. 03 2021 Robert-André Mauchin 1.6.0-1 - Initial release