%arm is also 32-bit

This commit is contained in:
Ingvar Hagelund 2020-03-23 12:41:01 +01:00
parent 7c89415d95
commit 4f0634a317

View File

@ -66,7 +66,7 @@ find %{buildroot}/%{_libdir}/ -name '*.la' -exec rm -f {} ';'
rm %{buildroot}%{_pkgdocdir}/LICENSE # Rather use license macro rm %{buildroot}%{_pkgdocdir}/LICENSE # Rather use license macro
%check %check
%ifarch %ix86 ppc %ifarch %ix86 %arm ppc
# 64-bit specific test # 64-bit specific test
sed -i 's,tests/xkey/test12.vtc,,' src/Makefile sed -i 's,tests/xkey/test12.vtc,,' src/Makefile
%endif %endif