ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-sqlalchemy.spec
Revision: 1.10
Committed: Thu Nov 15 20:55:10 2007 UTC (17 years, 5 months ago) by valya
Branch: MAIN
Changes since 1.9: +1 -1 lines
Log Message:
New version

File Contents

# User Rev Content
1 valya 1.10 ### RPM external py2-sqlalchemy 0.3.11
2 eulisse 1.1 %define pythonv %(echo $PYTHON_VERSION | cut -f1,2 -d.)
3 eulisse 1.9 ## INITENV +PATH PYTHONPATH %i/lib/python`echo $PYTHON_VERSION | cut -f1,2 -d.`/site-packages
4 eulisse 1.1
5 eulisse 1.9 Source: http://superb-east.dl.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-%realversion.tar.gz
6 valya 1.4 Requires: python py2-pysqlite py2-mysqldb py2-cx-oracle
7 eulisse 1.1
8     %prep
9 eulisse 1.9 %setup -n SQLAlchemy-%realversion
10 eulisse 1.1 %build
11     %install
12 eulisse 1.9 mkdir -p %i/lib/python`echo $PYTHON_VERSION | cut -f1,2 -d.`/site-packages
13 eulisse 1.1 python setup.py build
14 eulisse 1.9 mv build/lib/* %i/lib/python`echo $PYTHON_VERSION | cut -f1,2 -d.`/site-packages
15 eulisse 1.1