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.35 by ratnik, Tue Oct 16 08:38:00 2007 UTC vs.
Revision 1.37 by ratnik, Mon Nov 5 20:09:34 2007 UTC

# Line 1 | Line 1
1 < ### RPM external python 2.4.2-CMS9
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 73 | Line 73 | for d in $dirs; do
73    done
74   done
75  
76 < ./configure --prefix=%i --enable-shared --without-tkinter --disable-tkinter --without-readline
76 > ./configure --prefix=%i --enable-shared --without-tkinter --disable-tkinter
77 >
78 > # Link 32-bit readline library missing in the system area on 64-bit
79 > # machines:
80 >
81 > mkdir -p %{i}/lib
82 > ln -s /usr/lib/libreadline.so.4.3 %{i}/lib/libreadline.so
83 >
84   make %makeprocesses
85  
86   %install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines