1 |
< |
### RPM cms dbs-web V03_06_02 |
1 |
> |
### RPM cms dbs-web V03_06_03 |
2 |
|
## INITENV +PATH PYTHONPATH %i/lib/python`echo $PYTHON_VERSION | cut -d. -f 1,2`/site-packages |
3 |
|
|
4 |
|
%define cvstag %v |
27 |
|
echo "source $PY2_CHEETAH_ROOT/etc/profile.d/init.sh"; \ |
28 |
|
echo "source $PY2_SQLALCHEMY_ROOT/etc/profile.d/init.sh"; \ |
29 |
|
echo "source $PY2_PYSQLITE_ROOT/etc/profile.d/init.sh"; \ |
30 |
+ |
echo "source $PY2_MYSQLDB_ROOT/etc/profile.d/init.sh"; \ |
31 |
|
echo "source $WEBTOOLS_ROOT/etc/profile.d/init.sh"; \ |
32 |
|
echo "source $YUI_ROOT/etc/profile.d/init.sh"; \ |
33 |
|
echo "source $ORACLE_ROOT/etc/profile.d/init.sh"; \ |
49 |
|
echo "source $PY2_CHEETAH_ROOT/etc/profile.d/init.csh"; \ |
50 |
|
echo "source $PY2_SQLALCHEMY_ROOT/etc/profile.d/init.csh"; \ |
51 |
|
echo "source $PY2_PYSQLITE_ROOT/etc/profile.d/init.csh"; \ |
52 |
+ |
echo "source $PY2_MYSQLDB_ROOT/etc/profile.d/init.csh"; \ |
53 |
|
echo "source $WEBTOOLS_ROOT/etc/profile.d/init.csh"; \ |
54 |
|
echo "source $YUI_ROOT/etc/profile.d/init.csh"; \ |
55 |
|
echo "source $ORACLE_ROOT/etc/profile.d/init.csh"; \ |