1 |
< |
### RPM external python 2.4.2-CMS18 |
1 |
> |
### RPM external python 2.4.2-CMS19 |
2 |
|
## INITENV +PATH PATH %i/bin |
3 |
|
## INITENV +PATH LD_LIBRARY_PATH %i/lib |
4 |
|
# OS X patches and build fudging stolen from fink |
5 |
|
|
6 |
|
Requires: expat bz2lib db4 gdbm |
7 |
|
|
8 |
< |
%if "%{?online_release:set}" != "set" |
8 |
> |
%if "%cmsplatf" != "slc4onl_ia32_gcc346" |
9 |
|
Requires: zlib openssl |
10 |
|
%endif |
11 |
|
|
51 |
|
# whether we like to pick up system libraries or want total control. |
52 |
|
mkdir -p %i/include %i/lib |
53 |
|
|
54 |
< |
%if "%{?online_release:set}" != "set" |
54 |
> |
%if "%cmsplatf" != "slc4onl_ia32_gcc346" |
55 |
|
%define extradirs $ZLIB_ROOT $OPENSSL_ROOT |
56 |
|
%else |
57 |
|
%define extradirs %{nil} |