1 |
|
### RPM external python 2.6.4 |
2 |
|
## INITENV +PATH PATH %i/bin |
3 |
|
## INITENV +PATH LD_LIBRARY_PATH %i/lib |
4 |
+ |
## INITENV SETV PYTHON_LIB_SITE_PACKAGES lib/python%{python_major_version}/site-packages |
5 |
|
# OS X patches and build fudging stolen from fink |
6 |
< |
%define closingbrace ) |
7 |
< |
%define online %(case %cmsplatf in *onl_*_*%closingbrace echo true;; *%closingbrace echo false;; esac) |
6 |
> |
%{expand:%%define python_major_version %(echo %realversion | cut -d. -f1,2)} |
7 |
> |
%define online %(case %cmsplatf in (*onl_*_*) echo true;; (*) echo false;; esac) |
8 |
|
|
9 |
|
Requires: expat bz2lib db4 gdbm |
10 |
|
|