diff --git a/psi-plus.spec b/psi-plus.spec index b22792e..5300423 100644 --- a/psi-plus.spec +++ b/psi-plus.spec @@ -331,9 +331,9 @@ for dir in ${allplugins} do pushd $dir %if %{qtmajor} == 5 - %{_qt5_qmake} + %{qmake_qt5} %else - %{_qt4_qmake} + %{qmake_qt4} %endif make %{?_smp_mflags} popd @@ -421,6 +421,9 @@ fi %exclude %{_datadir}/psi-plus/*.qm %changelog +* Mon Feb 01 2016 Rex Dieter 1:0.16-0.24.20151216git476 +- use %%qmake_qt5/%%qmake_qt4 macros to ensure proper build flags + * Tue Dec 15 2015 Ivan Romanov - 1:0.16-0.23.20151216git476 - Bump to r476 - Add Qt5 support