## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 7; 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.8.2 %bcond_without check %global debug_package %{nil} # https://github.com/tonistiigi/go-actions-cache %global goipath github.com/tonistiigi/go-actions-cache %global commit 0bdeb6e1eac762aa4c57a3e8ccc2fdfb68a3f3c4 %gometa %global common_description %{expand: Github Actions Cache service API.} %global godocs api.md %global golicenses LICENSE Name: %{goname} Version: 0 Release: %autorelease -p Summary: Github Actions Cache service API License: MIT URL: %{gourl} Source: %{gosource} BuildRequires: openssl %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering 0-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Oct 15 2022 Robert-André Mauchin 0-0.6 - Add missing BR * Sat Oct 15 2022 Robert-André Mauchin 0-0.5 - Bump to commit 0bdeb6e1eac762aa4c57a3e8ccc2fdfb68a3f3c4 * Tue Aug 03 2021 Robert-André Mauchin 0-0.1 - Initial release