[kf5-khtml/f21] Fix plugin installation path

Daniel Vrátil dvratil at fedoraproject.org
Tue Jul 15 14:24:50 UTC 2014


commit 52dac71fe705e79170175de4b059bd46409a050a
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Tue Jul 15 16:24:58 2014 +0200

    Fix plugin installation path

 kf5-khtml.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kf5-khtml.spec b/kf5-khtml.spec
index 0fdd04a..2cc3cd2 100644
--- a/kf5-khtml.spec
+++ b/kf5-khtml.spec
@@ -3,7 +3,7 @@
 
 Name:           kf5-%{framework}
 Version:        5.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        KDE Frameworks 5 Tier 4 solution with KHTML, a HTML rendering engine
 
 License:        LGPLv2+ and GPLv3 and MIT and BSD
@@ -96,7 +96,7 @@ make %{?_smp_mflags} -C %{_target_platform}
 %files -f khtml5_qt.lang
 %doc COPYING.GPL3 COPYING.LIB README.md
 %{_kf5_libdir}/libKF5KHtml.so.*
-%{_kf5_qtplugindir}/*.so
+%{_kf5_plugindir}/parts/*.so
 %{_kf5_datadir}/kf5/kjava/
 %{_kf5_datadir}/kf5/khtml/
 %{_kf5_datadir}/khtml/
@@ -113,6 +113,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 
 %changelog
+* Tue Jul 15 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.0-2
+- Fix plugin installation path
+
 * Wed Jul 09 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.0-1
 - KDE Frameworks 5.0.0
 


More information about the scm-commits mailing list