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

Comparing COMP/CMSDIST/python.spec (file contents):
Revision 1.51 by muzaffar, Fri Jun 19 12:59:52 2009 UTC vs.
Revision 1.56 by andreasp, Sat Nov 7 07:56:36 2009 UTC

# Line 134 | Line 134 | rm  `find %{i}/include -maxdepth 1 -mind
134  
135   %if "%online" == "true"
136   # remove tkinter that brings dependency on libtk:
137 < rm  `find %{i}/lib -type f -name "_tkinter.so"`
137 > find %{i}/lib -type f -name "_tkinter.so" -exec rm {} \;
138   %endif
139  
140   # SCRAM ToolBox toolfile
# Line 150 | Line 150 | cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
150   <Environment name=PYTHON_COMPILE default="$PYTHON_BASE/lib/python2.4/compileall.py"></Environment>
151   </Client>
152   <use name=sockets>
153 + <Runtime name=PYTHONHOME value="$PYTHON_BASE">
154   <Runtime name=PATH value="$PYTHON_BASE/bin" type=path>
155   </Tool>
156   EOF_TOOLFILE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines