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

Comparing COMP/CMSDIST/py2-formencode.spec (file contents):
Revision 1.1 by eulisse, Mon Nov 13 12:47:49 2006 UTC vs.
Revision 1.4 by ratnik, Wed Apr 18 23:46:02 2007 UTC

# Line 1 | Line 1
1 < ### RPM external formencode 0.4
1 > ### RPM external py2-formencode 0.5.1
2 > Requires: gcc-wrapper
3 > ## INITENV +PATH PYTHONPATH %i/lib/python$(echo $PYTHON_VERSION | cut -f1,2 -d.)/site-packages
4   %define distname FormEncode-%v
5   Source: http://cheeseshop.python.org/packages/source/F/FormEncode/%{distname}.tar.gz
6   Requires: python
7 + Patch: formencode-patch-setup
8  
9   %prep
10 < %setup %{distname}
10 > %setup -n %{distname}
11 > %patch0
12   %build
13 + ## IMPORT gcc-wrapper
14   %install
15 < python ./setup.py --prefix=%i
15 > python ./setup.py install --prefix=%i

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines