From 6d6e485ffb6aabac01fc0b363a4fc3fc97d97de6 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Apr 01 2017 22:09:23 +0000 Subject: spec cleanup Spell checking is now always enabled, so qwebengine_convert_dict is now always installed, so remove the conditional around the binary handling. --- diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index e57cce7..3fd4ea0 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -421,7 +421,6 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} %endif -if [ -d "%{buildroot}%{_qt5_bindir}" ]; then # hardlink files to {_bindir} mkdir -p %{buildroot}%{_bindir} pushd %{buildroot}%{_qt5_bindir} @@ -429,7 +428,6 @@ for i in * ; do ln -v ${i} %{buildroot}%{_bindir}/${i} done popd -fi ## .prl/.la file love # nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs