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