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.5 by eulisse, Mon Apr 24 22:22:12 2006 UTC vs.
Revision 1.6 by eulisse, Mon Apr 24 22:58:37 2006 UTC

# Line 30 | Line 30 | perl -p -i -e "s|#!.*/usr/local/bin/pyth
30   # linked specifically, or could be built by ourselves, depending on
31   # whether we like to pick up system libraries or want total control.
32   mkdir -p %i/include %i/lib
33 < dirs="$ZLIB_ROOT $EXPAT_ROOT $OPENSSL_ROOT $BZ2LIB_ROOT"
33 > dirs="$ZLIB_ROOT $EXPAT_ROOT $OPENSSL_ROOT $BZ2LIB_ROOT $NCURSES_ROOT"
34   for d in $dirs; do
35    for f in $d/include/*; do
36      [ -f $f ] || continue
# Line 44 | Line 44 | for d in $dirs; do
44    done
45   done
46  
47 < ./configure --prefix=%i --enable-shared --without-tk --disable-tk --without-readline
47 > ./configure --prefix=%i --enable-shared --without-tkinter --disable-tkinter --without-readline
48   make %makeprocesses
49  
50   %install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines