From 115d3508871e093af5b26f7664c38105d067d522 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Apr 2015 08:12:52 -0500 Subject: [PATCH] use %%{_qt5_archdatadir} macro too --- pyotherside.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyotherside.spec b/pyotherside.spec index be2d150..f02f6d1 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -32,15 +32,15 @@ make INSTALL_ROOT=%{buildroot} install %files %doc README LICENSE -%dir %{_libdir}/qt5/qml/io/ -%dir %{_libdir}/qt5/qml/io/thp/ -%{_libdir}/qt5/qml/io/thp/pyotherside +%dir %{_qt5_archdatadir}/qml/io/ +%dir %{_qt5_archdatadir}/qml/io/thp/ +%{_qt5_archdatadir}/qml/io/thp/pyotherside %changelog * Fri Apr 10 2015 Rex Dieter 1.4.0-4 - drop needless ldconfig scriptlets - drop deprecated .spec tags -- use %%qmake_qt5 macro +- use %%qmake_qt5, %%{_qt5_archdatadir} macros * Fri Apr 10 2015 Martin Kolman - 1.4.0-3 - fix QML plugin directory ownership