# Generated by go2rpm 1 # Needs network access %bcond_with check # https://github.com/go-ldap/ldap %global goipath github.com/go-ldap/ldap Version: 3.2.3 %gometa %global goaltipaths gopkg.in/ldap.v3 %global common_description %{expand: Basic LDAP v3 functionality for the GO programming language.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md Name: %{goname} Release: 1%{?dist} Summary: Basic LDAP v3 functionality for the GO programming language License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/Azure/go-ntlmssp) BuildRequires: golang(github.com/go-asn1-ber/asn1-ber) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Aug 05 17:50:28 CEST 2020 Robert-André Mauchin - 3.2.3-1 - Initial package