ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/python-ldap.spec
(Generate patch)

Comparing COMP/CMSDIST/python-ldap.spec (file contents):
Revision 1.7 by muzaffar, Tue Apr 20 08:32:32 2010 UTC vs.
Revision 1.9 by elmer, Sun Aug 29 09:56:10 2010 UTC

# Line 10 | Line 10 | Requires: python openssl openldap
10   %patch0 -p1
11  
12   %build
13 mkdir -p sasl2lib
14 ln -s /usr/lib/libsasl2.so.2.0.19 sasl2lib/libsasl2.so
13  
14 < perl -p -i -e 's|/usr/local/openldap-2.3/|$ENV{OPENLDAP_ROOT}/|; s|(library_dirs = .*)|$1 /usr/lib/sasl2 %{_builddir}/%n-%{realversion}/sasl2lib $ENV{OPENSSL_ROOT}/lib|;' setup.cfg
14 > perl -p -i -e 's|/usr/local/openldap-2.3/|$ENV{OPENLDAP_ROOT}/|; s|(library_dirs = .*)|$1 /usr/lib/sasl2 $ENV{OPENSSL_ROOT}/lib|;' setup.cfg
15   python setup.py build
16   %install
17   python setup.py install --prefix=%i
18  
21 # SCRAM ToolBox toolfile
22 mkdir -p %i/etc/scram.d
23 cat << \EOF_TOOLFILE >%i/etc/scram.d/%n.xml
24  <tool name="%n" version="%v">
25    <info url="http://python-ldap.sourceforge.net/"/>
26    <client>
27      <environment name="PYTHON_LDAP_BASE" default="%i"/>
28      <environment name="PYTHON_LDAP_PYPATH" default="$PYTHON_LDAP_BASE/lib/python@PYTHONV@/site-packages"/>
29    </client>
30    <runtime name="PYTHONPATH" value="$PYTHON_LDAP_PYPATH" type="path"/>
31    <use name="openssl"/>
32    <use name="openldap"/>
33    <use name="python"/>
34  </tool>
35 EOF_TOOLFILE
36
37 export PYTHONV=$(echo $PYTHON_VERSION | cut -f1,2 -d.)
38 perl -p -i -e 's|\@([^@]*)\@|$ENV{$1}|g' %i/etc/scram.d/*
39
19   # Dependencies environment
20   rm -rf %i/etc/profile.d
21   mkdir -p %i/etc/profile.d
# Line 49 | Line 28 | done
28  
29  
30   %post
52 %{relocateConfig}etc/scram.d/%n.xml
53 # The relocation below is also needed for dependencies
31   %{relocateConfig}etc/profile.d/dependencies-setup.sh
32   %{relocateConfig}etc/profile.d/dependencies-setup.csh
33  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines