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.29 by eulisse, Wed Sep 19 21:13:25 2007 UTC vs.
Revision 1.33 by dlange, Tue Oct 9 04:46:40 2007 UTC

# Line 1 | Line 1
1 < ### RPM external python 2.4.2-CMS8
1 > ### RPM external python 2.4.2-CMS10
2   ## INITENV +PATH PATH %i/bin
3   ## INITENV +PATH LD_LIBRARY_PATH %i/lib
4   # OS X patches and build fudging stolen from fink
# Line 59 | Line 59 | for d in $dirs; do
59    done
60   done
61  
62 < ./configure --prefix=%i --enable-shared --without-tkinter --disable-tkinter --without-readline
62 > ./configure --prefix=%i --enable-shared --without-tkinter --disable-tkinter
63 >
64 > # Link 32-bit readline library missing in the system area on 64-bit
65 > # machines:
66 >
67 > mkdir -p %{i}/lib
68 > ln -s /usr/lib/libreadline.so.4.3 %{i}/lib/libreadline.so
69 >
70   make %makeprocesses
71  
72   %install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines