Changes of Revision 5
[-] | Changed | stunnel.spec |
x 1
2 Source8: stunnel.init 3 Patch0: stunnel-4-authpriv.patch 4 Patch1: stunnel-4-sample.patch 5 -Patch2: stunnel-4.53-xforwarded-for.diff 6 +#Patch2: stunnel-4.53-xforwarded-for.diff 7 8 Buildroot: %{_tmppath}/stunnel-root 9 # util-linux is needed for rename 10
11 %setup -q 12 %patch0 -p1 -b .authpriv 13 %patch1 -p1 -b .sample 14 -%patch2 -p1 -b .xforwarded 15 +#%patch2 -p1 -b .xforwarded 16 17 iconv -f iso-8859-1 -t utf-8 < doc/stunnel.fr.8 > doc/stunnel.fr.8_ 18 mv doc/stunnel.fr.8_ doc/stunnel.fr.8 19 |