ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-sqlalchemy.spec
Revision: 1.7
Committed: Tue May 1 11:58:35 2007 UTC (18 years ago) by elmer
Branch: MAIN
CVS Tags: pe20070512a-ports, pe20070508a-ports, pe20070507a-ports, pe20070501c-ports, pe20070501b-ports
Changes since 1.6: +0 -2 lines
Log Message:
Remove more gcc-wrappers changes.

File Contents

# User Rev Content
1 valya 1.6 ### RPM external py2-sqlalchemy 0.3.6
2 eulisse 1.1 %define pythonv %(echo $PYTHON_VERSION | cut -f1,2 -d.)
3     ## INITENV +PATH PYTHONPATH %i/lib/python$(echo $PYTHON_VERSION | cut -f1,2 -d.)/site-packages
4    
5     Source: http://superb-east.dl.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-%v.tar.gz
6 valya 1.4 Requires: python py2-pysqlite py2-mysqldb py2-cx-oracle
7 eulisse 1.1
8     %prep
9     %setup -n SQLAlchemy-%v
10     %build
11     %install
12 eulisse 1.2 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.2 mv build/lib/* %i/lib/python$(echo $PYTHON_VERSION | cut -f1,2 -d.)/site-packages
15 eulisse 1.1