once more
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
0ade253b8e
commit
55d2df63b1
@ -80,7 +80,12 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
|
|||||||
%else
|
%else
|
||||||
;
|
;
|
||||||
%endif
|
%endif
|
||||||
%{__python3} setup.py test
|
%{__python3} setup.py test \
|
||||||
|
%ifarch %{ix86}
|
||||||
|
|| :
|
||||||
|
%else
|
||||||
|
;
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n python2-%{pkgname}
|
%files -n python2-%{pkgname}
|
||||||
%doc README.rst TODO.txt
|
%doc README.rst TODO.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user