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.36 by elmer, Sat Nov 3 00:57:16 2007 UTC vs.
Revision 1.39 by eulisse, Fri Nov 30 09:51:34 2007 UTC

# Line 73 | Line 73 | for d in $dirs; do
73    done
74   done
75  
76 < ./configure --prefix=%i --enable-shared --without-tkinter --disable-tkinter
76 > additionalConfigureOptions=""
77 > case %cmsplatf in
78 >    osx105* )
79 >    additionalConfigureOptions="--disable-readline"
80 >    ;;
81 > esac
82 >
83 > ./configure --prefix=%i $additionalConfigureOptions --enable-shared \
84 >            --without-tkinter --disable-tkinter
85 >
86   # The following is a kludge around the fact that the /usr/lib/libreadline.so
87   # symlink (for 32-bit lib) is missing on the 64bit machines
88   %if "%cmsplatf" == "slc4_ia32_gcc345"
# Line 86 | Line 95 | done
95   %endif
96   make %makeprocesses
97  
89
98   %install
99   make install
100   %define pythonv %(echo %realversion | cut -d. -f 1,2)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines