Revision: | 1.28 |
Committed: | Wed Mar 21 15:40:15 2012 UTC (13 years, 1 month ago) by eulisse |
Branch: | MAIN |
CVS Tags: | CMS_CONDWEB_DEV, CMS_CONDWEB_0_2, eulisse_20130128_1043-62X, eulisse_20120321_1634-52X, HEAD |
Changes since 1.27: | +1 -1 lines |
Log Message: | Move to latest greatest py2-sqlalchemy to build non CMSSW externals required by Andreas. |
# | Content |
---|---|
1 | ### RPM external py2-sqlalchemy 0.7.0 |
2 | ## INITENV +PATH PYTHONPATH %i/$PYTHON_LIB_SITE_PACKAGES |
3 | |
4 | Source: http://downloads.sourceforge.net/sqlalchemy/SQLAlchemy-%realversion.tar.gz |
5 | Requires: python |
6 | # Apply patch to make ORACLE works correctly while specifying owner, see |
7 | # http://groups.google.com/group/sqlalchemy/browse_thread/thread/902d39df9bc8cf21 |
8 | #Patch: py2-sqlalchemy_patch_0.4.4_0.4.5 |
9 | |
10 | %prep |
11 | %setup -n SQLAlchemy-%realversion |
12 | |
13 | %build |
14 | python setup.py build |
15 | |
16 | %install |
17 | python setup.py install --prefix=%i |
18 | find %i -name '*.egg-info' -exec rm {} \; |