File python-pyldap.spec of Package python-pyldap

#
# spec file for package python-pyldap
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-pyldap
Version:        2.4.37
Release:        0
Summary:        Python LDAP interface
License:        Python-2.0
Group:          Development/Libraries/Python
URL:            http://pyldap.readthedocs.io/en/latest/
Source:         https://files.pythonhosted.org/packages/source/p/pyldap/pyldap-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  python-rpm-macros

BuildRequires:  cyrus-sasl-devel >= 2.1
BuildRequires:  fdupes
BuildRequires:  krb5-devel
BuildRequires:  libopenssl-devel >= 0.9.7
BuildRequires:  openldap2-devel >= 2.4.11
Requires:       libldap-2_4-2 >= 2.4.11
Requires:       python-pyasn1
Requires:       python-pyasn1-modules
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%python_subpackages

%description
python-pyldap provides an object-oriented API to access LDAP directory
servers from Python programs.  Mainly it wraps the OpenLDAP 2.x libs
for that purpose.  Additionally the package contains modules for other
LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.).

%prep
%setup -q -n pyldap-%{version}
cp Build/setup.cfg.suse-linux setup.cfg

%build
export CFLAGS="%{optflags}"
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%defattr(-,root,root)
%doc README Demo CHANGES TODO
%{python_sitearch}/*

%changelog
openSUSE Build Service is sponsored by