Revision: | 1.2 |
Committed: | Tue Mar 27 08:20:46 2007 UTC (18 years, 1 month ago) by eulisse |
Branch: | MAIN |
CVS Tags: | WEBTOOLS_CONFIG_1_pre2, WEBTOOLS_CONFIG_1_pre1, PR_0_5_4, PR_0_5_0 |
Changes since 1.1: | +2 -3 lines |
Log Message: | Build correctly. |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.1 | ### RPM external py2-python-dateutil 1.1 |
2 | %define pythonv %(echo $PYTHON_VERSION | cut -f1,2 -d.) | ||
3 | ## INITENV +PATH PYTHONPATH %i/lib/python`echo $PYTHON_VERSION | cut -f1,2 -d.`/site-packages | ||
4 | |||
5 | eulisse | 1.2 | Source: http://labix.org/download/python-dateutil/python-dateutil-%{v}.tar.bz2 |
6 | eulisse | 1.1 | Requires: python |
7 | |||
8 | %prep | ||
9 | eulisse | 1.2 | %setup -n python-dateutil-%{v} |
10 | eulisse | 1.1 | %build |
11 | %install | ||
12 | python setup.py install --prefix=%i |