# | Line 1 | Line 1 | |
---|---|---|
1 | < | ### RPM external curl 7.10.8 |
2 | < | Source: http://curl.haxx.se/download/archeology/%n-%v.tar.gz |
1 | > | ### RPM external curl 7.15.3-CMS3 |
2 | > | Source: http://curl.haxx.se/download/%n-%realversion.tar.gz |
3 | > | |
4 | > | %prep |
5 | > | %setup -n %n-%{realversion} |
6 | ||
7 | %build | |
8 | < | ./configure --prefix=%i |
8 | > | ./configure --prefix=%i --without-libidn |
9 | make %makeprocesses | |
10 | %post | |
11 | %{relocateConfig}bin/curl-config |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |