# | Line 3 | Line 3 | |
---|---|---|
3 | %define distname FormEncode-%realversion | |
4 | Source: http://cheeseshop.python.org/packages/source/F/FormEncode/%{distname}.tar.gz | |
5 | Requires: python | |
6 | < | Patch: formencode-patch-setup |
6 | > | Patch0: formencode-patch-setup |
7 | > | Patch1: formencode |
8 | ||
9 | %prep | |
10 | %setup -n %{distname} | |
11 | %patch0 | |
12 | + | %patch1 -p1 |
13 | %build | |
14 | %install | |
15 | python ./setup.py install --prefix=%i |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |