# Generated by go2rpm 1 %bcond_without check # https://github.com/dpotapov/go-spnego %global goipath github.com/dpotapov/go-spnego %global commit 298b63a544303a239753d04314aada5bdbad7e4a %gometa %global common_description %{expand: Wraps gokrb5 and sspi libraries to provide cross-platform way to make HTTP calls with Kerberos authentication.} %global golicenses LICENSE %global godocs examples README.md Name: %{goname} Version: 0 Release: %mkrel 3 Group: Development/Other Summary: Cross-platform HTTP calls with Kerberos authentication License: MIT URL: %{gourl} Source0: %{gosource} BuildArch: noarch BuildRequires: golang(github.com/jcmturner/gokrb5/v8/client) BuildRequires: golang(github.com/jcmturner/gokrb5/v8/config) BuildRequires: golang(github.com/jcmturner/gokrb5/v8/credentials) BuildRequires: golang(github.com/jcmturner/gokrb5/v8/spnego) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles