ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-cheetah.spec
Revision: 1.1
Committed: Wed Nov 1 23:42:58 2006 UTC (18 years, 5 months ago) by eulisse
Branch: MAIN
Log Message:
First added to repository.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external py2-cheetah 2.0rc7
2     %define pythonv %(echo $PYTHON_VERSION |cut -d. -f1,2)
3     ## INITENV +PATH PYTHONPATH %i/lib/python%{pythonv}/site-packages
4     Source: http://switch.dl.sourceforge.net/sourceforge/cheetahtemplate/Cheetah-%v.tar.gz
5     Requires: python
6    
7     %prep
8     %setup -n Cheetah-%v
9     %build
10     %install
11     python setup.py install --prefix=%i