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" |
95 |
|
%endif |
96 |
|
make %makeprocesses |
97 |
|
|
89 |
– |
|
98 |
|
%install |
99 |
|
make install |
100 |
|
%define pythonv %(echo %realversion | cut -d. -f 1,2) |