Check in python-ldap version 2.4.6
This commit is contained in:
parent
bf4ab6489f
commit
384f0091f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
python-ldap-2.3.10.tar.gz
|
||||
/python-ldap-2.3.12.tar.gz
|
||||
/python-ldap-2.4.6.tar.gz
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff -up python-ldap-2.3.5/setup.cfg.dirs python-ldap-2.3.5/setup.cfg
|
||||
--- python-ldap-2.3.5/setup.cfg.dirs 2008-07-06 11:04:13.000000000 -0400
|
||||
+++ python-ldap-2.3.5/setup.cfg 2008-09-03 13:45:20.000000000 -0400
|
||||
@@ -2,8 +2,7 @@
|
||||
extra_objects =
|
||||
extra_compile_args =
|
||||
libs = ldap_r lber sasl2 ssl crypto
|
||||
-library_dirs = /usr/local/openldap-2.3/lib
|
||||
-include_dirs = /usr/local/openldap-2.3/include /usr/include/sasl
|
||||
+include_dirs = /usr/include/sasl
|
||||
|
||||
[egg_info]
|
||||
tag_build =
|
11
python-ldap-2.4.6-dirs.patch
Normal file
11
python-ldap-2.4.6-dirs.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -ur python-ldap-2.4.6.orig/setup.cfg python-ldap-2.4.6/setup.cfg
|
||||
--- python-ldap-2.4.6.orig/setup.cfg 2011-11-27 16:28:04.000000000 +0100
|
||||
+++ python-ldap-2.4.6/setup.cfg 2012-01-02 16:20:13.840989359 +0100
|
||||
@@ -1,6 +1,5 @@
|
||||
[_ldap]
|
||||
-library_dirs = /opt/openldap-RE24/lib
|
||||
-include_dirs = /opt/openldap-RE24/include /usr/include/sasl
|
||||
+include_dirs = /usr/include/sasl
|
||||
defines = HAVE_SASL HAVE_TLS
|
||||
extra_compile_args = -g
|
||||
extra_objects =
|
@ -1,8 +1,8 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: python-ldap
|
||||
Version: 2.3.12
|
||||
Release: 2%{?dist}
|
||||
Version: 2.4.6
|
||||
Release: 1%{?dist}
|
||||
Epoch: 0
|
||||
License: Python
|
||||
Group: System Environment/Libraries
|
||||
@ -12,7 +12,7 @@ Source0: http://pypi.python.org/packages/source/p/python-ldap/python-ldap-%{vers
|
||||
|
||||
### Patches ###
|
||||
# Fedora specific patch
|
||||
Patch0: python-ldap-2.2.0-dirs.patch
|
||||
Patch0: python-ldap-2.4.6-dirs.patch
|
||||
|
||||
### Dependencies ###
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user