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

Comparing COMP/CMSDIST/cherrypy.spec (file contents):
Revision 1.3 by valya, Wed Feb 28 16:02:10 2007 UTC vs.
Revision 1.6 by ratnik, Wed Apr 18 23:46:01 2007 UTC

# Line 1 | Line 1
1   ### RPM external cherrypy 3.0.1
2 < %define pythonv %(echo $PYTHON_VERSION |cut -d. -f1,2)
3 < ## INITENV +PATH PYTHONPATH %i/lib/python$(echo $PYTHON_VERSION |cut -d. -f 1,2)/site-packages
2 > Requires: gcc-wrapper
3 > %define pythonv `echo $PYTHON_VERSION |cut -d. -f1,2`
4 > ## INITENV +PATH PYTHONPATH %i/lib/python%{pythonv}/site-packages
5  
6   # use line below for version 2.2.1
7   #Source: http://switch.dl.sourceforge.net/sourceforge/%n/CherryPy-%v.tar.gz
# Line 12 | Line 13 | Requires: python
13   %prep
14   %setup -n CherryPy-%v
15   %build
16 + ## IMPORT gcc-wrapper
17   %install
18   python setup.py install --prefix=%i

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines