ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-formencode.spec
Revision: 1.3
Committed: Mon Nov 13 13:42:26 2006 UTC (18 years, 5 months ago) by eulisse
Branch: MAIN
CVS Tags: WEBTOOLS_CONFIG_1_pre2, WEBTOOLS_CONFIG_1_pre1, PR_0_5_4, PR_0_5_0, PR_0_4_21, PRODREQUEST_0_4_0, PR0_3_13, PR0_3_12, PR0-3-11, forPR034, forPR033, forPIL116, forPR032, forPR030, forPR020, forPR010
Changes since 1.2: +1 -1 lines
Log Message:
typo: missing py2- in front of the package name.

File Contents

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