File python-ldap0.spec of Package python-ldap0
#
# spec file for package python-ldap
#
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
%global modname ldap0
Name: python-%{modname}
Version: 0.0.40.3
Release: 0
Summary: LDAP0 module for Python 2.x
License: Python-2.0
Group: Development/Libraries/Python
Url: https://pypi.python.org/pypi/ldap0
Source0: https://pypi.io/packages/source/l/%{modname}/%{modname}-%{version}.tar.gz
Source1: https://pypi.io/packages/source/l/%{modname}/%{modname}-%{version}.tar.gz.asc
Source2: %{name}.keyring
BuildRequires: cyrus-sasl-devel >= 2.1
BuildRequires: fdupes
BuildRequires: krb5-devel
BuildRequires: libopenssl-devel >= 0.9.7
BuildRequires: openldap2
BuildRequires: openldap2-client
BuildRequires: openldap2-devel >= 2.4.11
BuildRequires: python-devel >= 2.7
BuildRequires: python-setuptools
Requires: libldap-2_4-2 >= 2.4.11
Requires: python-pyasn1 >= 0.3.7
Requires: python-pyasn1-modules >= 0.1.5
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif
# for singlespec
Provides: python2-%{modname}
%description
Non-compatible fork of python-ldap with separate module namespace
used by AE-DIR, OATH-LDAP and web2ldap
%prep
%setup -q -n %{modname}-%{version}
%build
CFLAGS="%{optflags}" python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%fdupes %{buildroot}/%{_libdir}
%files
%defattr(-,root,root,-)
%{python_sitearch}/*
%changelog