ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-pytz.spec
Revision: 1.4
Committed: Wed Apr 18 23:46:02 2007 UTC (18 years ago) by ratnik
Branch: MAIN
Changes since 1.3: +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-pytz 2007d
2 ratnik 1.4 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://cheeseshop.python.org/packages/source/p/pytz/pytz-%{v}.tar.bz2
7 eulisse 1.1 Requires: python
8    
9     %prep
10 eulisse 1.3 %setup -n pytz-%{v}
11 eulisse 1.1 %build
12 ratnik 1.4 ## IMPORT gcc-wrapper
13 eulisse 1.1 %install
14     python setup.py install --prefix=%i