ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-pytz.spec
Revision: 1.3
Committed: Tue Mar 27 08:13:53 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.2: +1 -2 lines
Log Message:
More typos fixed.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external py2-pytz 2007d
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://cheeseshop.python.org/packages/source/p/pytz/pytz-%{v}.tar.bz2
6 eulisse 1.1 Requires: python
7    
8     %prep
9 eulisse 1.3 %setup -n pytz-%{v}
10 eulisse 1.1 %build
11     %install
12     python setup.py install --prefix=%i