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.40 by elmer, Thu Dec 27 20:28:33 2007 UTC vs.
Revision 1.42 by ratnik, Fri Jun 6 23:25:42 2008 UTC

# Line 5 | Line 5
5  
6   Requires: expat bz2lib db4 gdbm
7  
8 < %if "%{?online_release:set}" != "set"
8 > %if "%cmsplatf" != "slc4onl_ia32_gcc346"
9   Requires: zlib openssl
10   %endif
11  
# Line 51 | Line 51 | perl -p -i -e "s|#!.*/usr/local/bin/pyth
51   # whether we like to pick up system libraries or want total control.
52   mkdir -p %i/include %i/lib
53  
54 < %if "%{?online_release:set}" != "set"
54 > %if "%cmsplatf" != "slc4onl_ia32_gcc346"
55   %define extradirs $ZLIB_ROOT $OPENSSL_ROOT
56   %else
57   %define extradirs %{nil}
# Line 130 | Line 130 | perl -p -i -e "s|^#!.*python|#!/usr/bin/
130   rm  `find %{i}/lib -maxdepth 1 -mindepth 1 ! -name '*python*'`
131   rm  `find %{i}/include -maxdepth 1 -mindepth 1 ! -name '*python*'`
132  
133 + # remove tkinter that brings dependency on libtk:
134 + #
135 +
136 + rm  `find %{i}/lib -type f -name "_tkinter.so"`
137 +
138   # SCRAM ToolBox toolfile
139   mkdir -p %i/etc/scram.d
140   cat << \EOF_TOOLFILE >%i/etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines