ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-formencode.spec
Revision: 1.4
Committed: Wed Apr 18 23:46:02 2007 UTC (18 years ago) by ratnik
Branch: MAIN
Changes since 1.3: +2 -0 lines
Log Message:
Changes for building  externals in 64/32 mode: added gcc-wrapper .

File Contents

# Content
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 -n %{distname}
11 %patch0
12 %build
13 ## IMPORT gcc-wrapper
14 %install
15 python ./setup.py install --prefix=%i