## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-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*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.8.2 %bcond_without check %global debug_package %{nil} # https://github.com/cli/go-gh %global goipath github.com/cli/go-gh Version: 1.0.0 %gometa -f %global common_description %{expand: A Go module for interacting with gh and the GitHub API from the command line.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: %autorelease Summary: A Go module for interacting with gh and the GitHub API from the command line License: MIT URL: %{gourl} Source: %{gosource} # Downstream only patch to fix test failures with Go 1.16. Patch0: 0001-Remove-t.Setenv-to-restore-compat-with-Go-1.16.patch BuildRequires: git-core %description %{common_description} %gopkg %prep %goprep # Only Fedora 35 still uses Go 1.16 %if 0%{?fedora} && 0%{?fedora} <= 35 %patch0 -p1 %endif %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check for test in "TestGQLClientDoWithContext" "TestRESTClientDoWithContext" "TestRESTClientRequestWithContext"\ ; do awk -i inplace '/^func.*'"$test"'\(/ { print; print "\tt.Skip(\"disabled failing test\")"; next}1' $(grep -rl $test) done %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Nov 22 2022 Mikel Olasagasti Uranga 1.0.0-1 - Update to 1.0.0 - Closes rhbz#2143474 * Sat Oct 22 2022 Mikel Olasagasti Uranga 0.1.2-1 - Update to 0.1.2 * Fri Sep 23 2022 Mikel Olasagasti Uranga 0.1.0-4 - Update to latest commit * Mon Sep 05 2022 Maxwell G 0.1.0-3 - Add patch to fix test failures with Go 1.16 * Wed Aug 24 2022 Mikel Olasagasti Uranga 0.1.0-2 - Update to latest commit * Thu Aug 11 2022 Mikel Olasagasti Uranga 0.1.0-1 - Update to 0.1.0 * Sat Jul 30 2022 Mikel Olasagasti Uranga 0.0.3-4 - Update to latest commit * Thu Jul 21 2022 Fedora Release Engineering 0.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jul 14 2022 Mikel Olasagasti Uranga 0.0.3-2 - Update to latest commit * Tue Jun 14 2022 Mikel Olasagasti Uranga 0.0.3-1 - Initial package - Closes rhbz#2095581