# Generated by go2rpm %bcond_without check # https://github.com/go-ldap/ldap %global goipath gopkg.in/ldap.v3 %global forgeurl https://github.com/go-ldap/ldap Version: 3.0.3 %gometa %global goaltipaths github.com/go-ldap/ldap %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(gopkg.in/asn1-ber.v1) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check # accesses network services on ldap.itd.umich.edu rm ldap_test.go %gocheck %endif %gopkgfiles %changelog * Tue Jun 04 15:54:37 CEST 2019 Robert-André Mauchin - 3.0.3-1 - Release 3.0.3 * Mon Apr 01 2019 Nathan Scott - 3.0.2-2 - Updated with alternate (gopkg.in/ldap.v3) sub-package * Fri Mar 29 2019 Nathan Scott - 3.0.2-1 - First package for Fedora