# Generated by go2rpm # Needs network %bcond_with check # https://github.com/go-ldap/ldap %global goipath gopkg.in/ldap.v2 %global forgeurl https://github.com/go-ldap/ldap Version: 2.5.1 %gometa %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: %autorelease Summary: Basic ldap v3 functionality for the Go programming language License: MIT URL: %{gourl} Source0: %{gosource} # Remove in F43 Provides: golang-gopkg-ldap-2 = %{version}-%{release} Obsoletes: golang-gopkg-ldap-2 < 2.5.1-14 %global godevelheader %{expand: Provides: golang-gopkg-ldap-2-devel = %{version}-%{release} Obsoletes: golang-gopkg-ldap-2-devel < 2.5.1-14} BuildRequires: golang(gopkg.in/asn1-ber.v1) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog