## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; 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.14.0 # testing brittle on non x86 %ifarch x86_64 %bcond check 1 %else %bcond check 0 %endif %global debug_package %{nil} # https://github.com/xtgo/set %global goipath github.com/xtgo/set Version: 1.0.0 %gometa -L -f %global common_description %{expand: General, type-safe, non-allocating set-operations for any sort.Interface.} %global golicenses LICENSE %global godocs README.md Name: golang-github-xtgo-set Release: %autorelease Summary: General, type-safe, non-allocating set-operations License: BSD-2-Clause URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep -A %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog ## START: Generated by rpmautospec * Fri Jan 17 2025 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sat Nov 16 2024 Tom Rix - 1.0.0-2 - Only test on x86_64 * Fri Nov 01 2024 Tom Rix - 1.0.0-1 - Initial package ## END: Generated by rpmautospec