diff --git a/python-ldap.changes b/python-ldap.changes index 7aaa3a6..0b1f4b0 100644 --- a/python-ldap.changes +++ b/python-ldap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 10 15:23:31 UTC 2016 - michael@stroeder.com + +- Aligned desciption with project's web site +- Removed obsolete stuff: + * build flag -DLDAP_DEPRECATED + * outdated URL in package description + * removing of CVS files + ------------------------------------------------------------------- Mon Jan 18 15:20:02 UTC 2016 - michael@stroeder.com diff --git a/python-ldap.spec b/python-ldap.spec index a76a734..a20306c 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -39,18 +39,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif %description -python-ldap provides an LDAP client API for Python in the spirit of -RFC1823. It includes a Python module called _ldapmodule that wraps an -LDAP C library, an object-oriented API for X.500 directories. See -python-ldap pages on http://python-ldap.sourceforge.net/ +python-ldap 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 cp Build/setup.cfg.suse-linux setup.cfg -find -name ".CVS" -o -name ".cvsignore" -exec rm -rf {} ";" %build -CFLAGS="%{optflags} -DLDAP_DEPRECATED" python setup.py build +CFLAGS="%{optflags}" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot}