1 |
< |
### RPM external formencode 0.4 |
1 |
> |
### RPM external 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 %{distname} |
9 |
> |
%setup -n %{distname} |
10 |
> |
%patch0 |
11 |
|
%build |
12 |
|
%install |
13 |
< |
python ./setup.py --prefix=%i |
13 |
> |
python ./setup.py install --prefix=%i |