15
0
forked from pool/python-ldap
OBS User unknown
2008-09-06 01:15:19 +00:00
committed by Git OBS Bridge
parent 2511712ec5
commit 7c7a2d7287
4 changed files with 26 additions and 7 deletions

View File

@@ -1,10 +1,17 @@
#
# spec file for package python-ldap (Version 2.3.4)
# spec file for package python-ldap (Version 2.3.5)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# 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/
#
@@ -17,7 +24,7 @@ Requires: openldap2-client >= 2.3
License: Public Domain, Freeware
Group: Development/Libraries/Python
AutoReqProv: on
Version: 2.3.4
Version: 2.3.5
Release: 1
Summary: Python LDAP interface
Url: http://python-ldap.sourceforge.net/
@@ -42,6 +49,7 @@ Authors:
%setup
%patch0
cp Build/setup.cfg.suse-linux setup.cfg
find -name ".CVS" -o -name ".cvsignore" -exec rm -rf {} ";"
%build
export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED"
@@ -60,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
%doc README Demo CHANGES TODO LICENCE
%changelog
* Fri Sep 05 2008 matejcik@suse.cz
- update to 2.3.5
* minor fixes
- removed cvs-related files from the package
* Thu Apr 03 2008 matejcik@suse.cz
- update to 2.3.4
* better RFC 4514 compatibility