# | Line 1 | Line 1 | |
---|---|---|
1 | ### RPM external py2-mysqldb 1.2.0 | |
2 | < | %define pythonv $(echo $PYTHON_VERSION | cut -d. -f 1,2) |
2 | > | %define pythonv `echo $PYTHON_VERSION | cut -d. -f 1,2` |
3 | ## INITENV +PATH PYTHONPATH %i/lib/python%{pythonv}/site-packages | |
4 | %define downloadn MySQL-python | |
5 | Source: http://belnet.dl.sourceforge.net/sourceforge/mysql-python/%downloadn-%v.tar.gz |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |