|
|
@ -57,7 +57,9 @@ documentation.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{upstreamversion}
|
|
|
|
%setup -q -n %{name}-%{upstreamversion}
|
|
|
|
%patch -P1 -p1 -b .py392
|
|
|
|
%patch -P1 -p1 -b .py392
|
|
|
|
|
|
|
|
%ifarch %{ix86}
|
|
|
|
%patch -P2 -p1 -b .py392-exeption
|
|
|
|
%patch -P2 -p1 -b .py392-exeption
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# Patch files to use python2 instead of (since lately) non existent python binary.
|
|
|
|
# Patch files to use python2 instead of (since lately) non existent python binary.
|
|
|
|
sed -i 's|python|python2|' %{_builddir}/%{name}-%{version}/Makefile %{_builddir}/%{name}-%{version}/doc/Makefile
|
|
|
|
sed -i 's|python|python2|' %{_builddir}/%{name}-%{version}/Makefile %{_builddir}/%{name}-%{version}/doc/Makefile
|
|
|
|