ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-python-dateutil.spec
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.

File Contents

# Content
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 Source: http://labix.org/download/python-dateutil/python-dateutil-%{v}.tar.bz2
6 Requires: python
7
8 %prep
9 %setup -n python-dateutil-%{v}
10 %build
11 %install
12 python setup.py install --prefix=%i