Revision: | 1.2 |
Committed: | Mon Nov 13 13:39:23 2006 UTC (18 years, 5 months ago) by eulisse |
Branch: | MAIN |
Changes since 1.1: | +6 -3 lines |
Log Message: | Patches setup.py to build using distutils. Now builds correctly. |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.2 | ### RPM external formencode 0.5.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 |