# Generated by go2rpm 1.2 %bcond_without check # https://github.com/xanzy/go-gitlab %global goipath github.com/xanzy/go-gitlab Version: 0.51.0 %gometa %global common_description %{expand: A GitLab API client enabling Go programs to interact with GitLab in a simple and uniform way.} %global golicenses license_templates.go license.go LICENSE %global godocs examples README.md CHANGELOG.md todos_test.go\\\ todos.go Name: %{goname} Release: 1%{?dist} Summary: A GitLab API client enabling Go programs to interact with GitLab in a simple and uniform way # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/google/go-querystring/query) BuildRequires: golang(github.com/hashicorp/go-cleanhttp) BuildRequires: golang(github.com/hashicorp/go-retryablehttp) BuildRequires: golang(golang.org/x/oauth2) BuildRequires: golang(golang.org/x/time/rate) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Oct 15 2021 Bruno Meneguele - 0.51.0-1 - Rebase to upstream release 0.51.0 * Tue Jun 01 2021 Bruno Meneguele - 0.49.0-1 - Rebase to upstream release 0.49.0 * Wed Feb 24 2021 Bruno Meneguele - 0.43.0-1 - Rebase to upstream release 0.43.0 * Thu Jan 14 2021 Bruno Meneguele - 0.39.0-1 - Rebase to upstream release 0.39.0 * Tue Oct 06 13:44:10 CEST 2020 Patrick Talbert - 0.34.0-1 - Initial package