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

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external py2-python-dateutil 1.1
2 ratnik 1.3 Requires: gcc-wrapper
3 eulisse 1.1 %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 eulisse 1.2 Source: http://labix.org/download/python-dateutil/python-dateutil-%{v}.tar.bz2
7 eulisse 1.1 Requires: python
8    
9     %prep
10 eulisse 1.2 %setup -n python-dateutil-%{v}
11 eulisse 1.1 %build
12 ratnik 1.3 ## IMPORT gcc-wrapper
13 eulisse 1.1 %install
14     python setup.py install --prefix=%i