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

Comparing COMP/CMSDIST/py2-sqlalchemy.spec (file contents):
Revision 1.1 by eulisse, Wed Dec 6 22:07:24 2006 UTC vs.
Revision 1.2 by eulisse, Wed Dec 6 22:15:07 2006 UTC

# Line 9 | Line 9 | Requires: python
9   %setup -n SQLAlchemy-%v
10   %build
11   %install
12 < mkdir -p %i/lib/python%{pythonv}/site-packages
12 > mkdir -p %i/lib/python$(echo $PYTHON_VERSION | cut -f1,2 -d.)/site-packages
13   python setup.py build
14 < mv build/lib/* %i/lib/python%{pythonv}/site-packages
14 > mv build/lib/* %i/lib/python$(echo $PYTHON_VERSION | cut -f1,2 -d.)/site-packages
15  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines