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.6 by diego, Fri Mar 5 13:37:28 2010 UTC vs.
Revision 1.8 by muzaffar, Tue Aug 10 15:25:07 2010 UTC

# Line 18 | Line 18 | python setup.py build
18   %install
19   python setup.py install --prefix=%i
20  
21 # SCRAM ToolBox toolfile
22 mkdir -p %i/etc/scram.d
23 cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
24 <doc type=BuildSystem::ToolDoc version=1.0>
25 <Tool name=%n version=%v>
26 <info url="http://python-ldap.sourceforge.net/"></info>
27 <Client>
28 <Environment name=PYTHON_LDAP_BASE default="%i"></Environment>
29 <Environment name=PYTHON_LDAP_PYPATH default="$PYTHON_LDAP_BASE/lib/python@PYTHONV@/site-packages"></Environment>
30 </Client>
31 <use name=openssl>
32 <use name=openldap>
33 <use name=python>
34 <Runtime name=PYTHONPATH value="$PYTHON_LDAP_PYPATH" type=path>
35 </Tool>
36 EOF_TOOLFILE
37
38 export PYTHONV=$(echo $PYTHON_VERSION | cut -f1,2 -d.)
39 perl -p -i -e 's|\@([^@]*)\@|$ENV{$1}|g' %i/etc/scram.d/*
40
21   # Dependencies environment
22   rm -rf %i/etc/profile.d
23   mkdir -p %i/etc/profile.d
# Line 50 | Line 30 | done
30  
31  
32   %post
53 %{relocateConfig}etc/scram.d/%n
54 # The relocation below is also needed for dependencies
33   %{relocateConfig}etc/profile.d/dependencies-setup.sh
34   %{relocateConfig}etc/profile.d/dependencies-setup.csh
35  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines