15
0
forked from pool/python-ldap
OBS User unknown
2009-05-06 16:51:13 +00:00
committed by Git OBS Bridge
parent 7c7a2d7287
commit 71f32f84dd
4 changed files with 25 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ldap (Version 2.3.5)
# spec file for package python-ldap (Version 2.3.8)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 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
@@ -21,13 +21,13 @@
Name: python-ldap
BuildRequires: fdupes krb5-devel openldap2-devel >= 2.3 python-devel
Requires: openldap2-client >= 2.3
License: Public Domain, Freeware
License: Public Domain
Group: Development/Libraries/Python
AutoReqProv: on
Version: 2.3.5
Version: 2.3.8
Release: 1
Summary: Python LDAP interface
Url: http://python-ldap.sourceforge.net/
Url: http://pypi.python.org/pypi/python-ldap/
Source: python-ldap-%{version}.tar.bz2
Patch0: python-ldap-sasl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -56,7 +56,6 @@ export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED"
python setup.py build
%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
%fdupes $RPM_BUILD_ROOT/%{_libdir}
@@ -68,6 +67,12 @@ rm -rf $RPM_BUILD_ROOT
%doc README Demo CHANGES TODO LICENCE
%changelog
* Wed May 06 2009 matejcik@suse.cz
- update to 2.3.8
* supposedly supports gcc4.4
* better handling of corner case errors
* minor fixes
- fixed rpmlint warnings
* Fri Sep 05 2008 matejcik@suse.cz
- update to 2.3.5
* minor fixes
@@ -83,7 +88,7 @@ rm -rf $RPM_BUILD_ROOT
- update to 2.3.1
* openLDAP 2.3+ is now required
* upstream fixed python2.5 problems
* support for Cancel operation
* support for Cancel operation
* DN related functions moved to submodule ldap.dn
* numerous bugfixes
* Mon Jan 22 2007 jmatejek@suse.cz