## START: Set by rpmautospec %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 %bcond_with check # https://github.com/ssdb/gossdb %global goipath github.com/ssdb/gossdb %global commit 88f6b59b84ece096894b780e7c17b54e1301cd5b %gometa %global common_description %{expand: SSDB Golang client.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: %autorelease -p Summary: SSDB Golang client # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep rm test.go %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Aug 02 2021 Robert-André Mauchin 0-0.2 - Uncommitted changes * Mon Aug 02 2021 Robert-André Mauchin 0-0.1 - Initial release