ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-cheetah.spec
(Generate patch)

Comparing COMP/CMSDIST/py2-cheetah.spec (file contents):
Revision 1.2 by eulisse, Mon Nov 13 15:37:36 2006 UTC vs.
Revision 1.4 by ratnik, Wed Apr 18 23:46:02 2007 UTC

# Line 1 | Line 1
1   ### RPM external py2-cheetah 2.0rc7
2 + Requires: gcc-wrapper
3   Requires: python
4   ## INITENV +PATH PYTHONPATH %i/lib/python%{pythonv}$(echo $PYTHON_VERSION | cut -d. -f 1,2)/site-packages
5   %define pythonv %(echo $PYTHON_VERSION | cut -d. -f 1,2)
# Line 7 | Line 8 | Source: http://switch.dl.sourceforge.net
8   %prep
9   %setup -n Cheetah-%v
10   %build
11 + ## IMPORT gcc-wrapper
12   %install
13   python setup.py install --prefix=%i
14 + perl -p -i -e "s|#\!.*python|#!/usr/bin/env python|" %i/bin/cheetah
15 + perl -p -i -e "s|#\!.*python|#!/usr/bin/env python|" %i/bin/cheetah-compile

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines