Revision: | 1.3 |
Committed: | Wed Apr 18 23:46:02 2007 UTC (18 years ago) by ratnik |
Branch: | MAIN |
Changes since 1.2: | +2 -0 lines |
Log Message: | Changes for building externals in 64/32 mode: added gcc-wrapper . |
# | Content |
---|---|
1 | ### RPM external py2-python-dateutil 1.1 |
2 | Requires: gcc-wrapper |
3 | %define pythonv %(echo $PYTHON_VERSION | cut -f1,2 -d.) |
4 | ## INITENV +PATH PYTHONPATH %i/lib/python`echo $PYTHON_VERSION | cut -f1,2 -d.`/site-packages |
5 | |
6 | Source: http://labix.org/download/python-dateutil/python-dateutil-%{v}.tar.bz2 |
7 | Requires: python |
8 | |
9 | %prep |
10 | %setup -n python-dateutil-%{v} |
11 | %build |
12 | ## IMPORT gcc-wrapper |
13 | %install |
14 | python setup.py install --prefix=%i |