https://bugzilla.redhat.com/show_bug.cgi?id=1490054



--- Comment #8 from Alexander Ploumistos <alex.ploumis...@gmail.com> ---
Do you mean like this?


%build
%if 0%{?__isa_bits} == 64
%qmake_qt4 PRESET=linux_package libsuff="64" CONFIG+=liborigin CONFIG+=python
%else
%qmake_qt4 PRESET=linux_package CONFIG+=liborigin CONFIG+=python
%endif

%ifarch armv7hl
make -j1
%else
make %{?_smp_mflags}
%endif

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to