# Generated by go2rpm %bcond_without check # https://github.com/ThomsonReutersEikon/go-ntlm %global goipath github.com/ThomsonReutersEikon/go-ntlm %global commit cf23bd1ecf18cfa7ec79c56184341ddff21a8ff1 %gometa %global common_description %{expand: This is a native implementation of NTLM for Go that was implemented using the Microsoft MS-NLMP documentation available at http://msdn.microsoft.com/en-us/library/cc236621.aspx. The library is currently in use and has been tested with connectionless NTLMv1 and v2 with and without extended session security.} %global golicenses License %global godocs README.md Name: %{goname} Version: 0 Release: 0.11%{?dist} Summary: NTLM Implementation for Go # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Jun 01 00:10:46 CEST 2019 Robert-André Mauchin - 0-0.11.20190114gitcf23bd1 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0-0.10.gitcf23bd1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 14 2019 Elliott Sales de Andrade - 0-0.9.20190114gitcf23bd1 - Update to latest commit. * Tue Oct 23 2018 Nicolas Mailhot - 0-0.8 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 0-0.7.20180610git51f51a3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jun 10 2018 Elliott Sales de Andrade - 0-0.6.20180610git51f51a3 - Update to latest commit. - Rename to match More Go Packaging rules. - Refresh spec against More Go Packaging template. * Thu Feb 08 2018 Elliott Sales de Andrade - 0-0.5.20171030git2a7c173 - Update to latest commit. - Add patch to build against latest Go compiler. * Wed Feb 07 2018 Fedora Release Engineering - 0-0.4.20151029gitb00ec39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 30 2017 Elliott Sales de Andrade - 0-0.3.20151029gitb00ec39 - Add commit date to release. * Fri Aug 18 2017 Elliott Sales de Andrade - 0-0.2.gitb00ec39 - Add documentation to subpackage. * Sun May 15 2016 Igor Gnatenko - 0-0.1.gitb00ec39 - Initial package