# Generated by go2rpm 1.5.0 %bcond_without check # https://github.com/coreos/go-oidc %global goipath github.com/coreos/go-oidc Version: 3.1.0 %gometa %global common_description %{expand: A Go OpenID Connect client.} %global golicenses LICENSE NOTICE %global godocs example CONTRIBUTING.md README.md code-of-conduct.md Name: %{goname} Release: 1%{?dist} Summary: A Go OpenID Connect client # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/net/context) BuildRequires: golang(golang.org/x/oauth2) BuildRequires: golang(gopkg.in/square/go-jose.v2) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Sep 29 2021 Paul Wouters - 3.1.0-1%{?dist} - Initial package