Blob Blame History Raw
# Generated by go2rpm 1.8.2
%bcond_without check
%global debug_package %{nil}

# https://github.com/coreos/go-oidc
%global goipath         github.com/coreos/go-oidc
Version:                3.4.0

%gometa

%global goaltipaths     github.com/coreos/go-oidc/v3

%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:        %autorelease
Summary:        Go OpenID Connect client

License:        Apache-2.0
URL:            %{gourl}
Source:         %{gosource}

%description %{common_description}

%gopkg

%prep
%goprep

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
%autochangelog