83 |
|
;; |
84 |
|
esac |
85 |
|
|
86 |
< |
./configure --prefix=%i $additionalConfigureOptions --enable-shared \ |
86 |
> |
./configure --prefix=%{installroot}/%{pkgrel} $additionalConfigureOptions --enable-shared \ |
87 |
|
--without-tkinter --disable-tkinter |
88 |
|
|
89 |
|
# The following is a kludge around the fact that the /usr/lib/libreadline.so |
100 |
|
# We need to export it because setup.py now uses it to determine the actual |
101 |
|
# location of DB4, this was needed to avoid having it picked up from the system. |
102 |
|
export DB4_ROOT |
103 |
< |
make install |
103 |
> |
make install prefix=%i |
104 |
|
%define pythonv %(echo %realversion | cut -d. -f 1,2) |
105 |
|
|
106 |
|
case %cmsplatf in |