# Generated by go2rpm 1 %bcond_without check # https://github.com/Azure/go-ntlmssp %global goipath github.com/Azure/go-ntlmssp %global commit 2b2be6cc8ed4447c970df46eed569febe2fce58f %gometa %global common_description %{expand: NTLM/Negotiate authentication over HTTP.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: NTLM/Negotiate authentication over HTTP License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/crypto/md4) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Apr 06 2020 Fabian Affolter - 0-0.1.20200406git2b2be6c - Initial package