ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-mysqldb.spec
(Generate patch)

Comparing COMP/CMSDIST/py2-mysqldb.spec (file contents):
Revision 1.2 by eulisse, Tue Apr 18 23:51:01 2006 UTC vs.
Revision 1.7 by eulisse, Wed Jun 27 16:00:57 2007 UTC

# Line 1 | Line 1
1 < ### RPM external py2-mysqldb 1.2.0
2 < %define pythonv $(echo $PYTHON_VERSION | cut -d. -f 1,2)
1 > ### RPM external py2-mysqldb 1.2.2-wt1
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
5 > Source: http://belnet.dl.sourceforge.net/sourceforge/mysql-python/%downloadn-%realversion.tar.gz
6   Requires: python mysql
7 + Patch0: py2-mysqldb-setup
8   %prep
9 < %setup -n %downloadn-%v
9 > %setup -n %downloadn-%realversion
10 > %patch0 -p0
11   %build
12   python setup.py build
13   %install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines