[kf5-kio/f21] Fix plugin install path

Daniel Vrátil dvratil at fedoraproject.org
Mon Jul 14 08:06:37 UTC 2014


commit 772cb0dbe714d7fc129c6fa43f6a53617592c845
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Mon Jul 14 10:06:30 2014 +0200

    Fix plugin install path

 kf5-kio.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kf5-kio.spec b/kf5-kio.spec
index cd6c25c..bf855e6 100644
--- a/kf5-kio.spec
+++ b/kf5-kio.spec
@@ -3,7 +3,7 @@
 
 Name:           kf5-%{framework}
 Version:        5.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        KDE Frameworks 5 Tier 3 solution for filesystem abstraction
 
 License:        GPLv2+ and MIT and BSD
@@ -122,7 +122,7 @@ make %{?_smp_mflags} -C %{_target_platform}
 %config %{_kf5_sysconfdir}/xdg/accept-languages.codes
 %{_kf5_plugindir}/kio/*.so
 %{_kf5_plugindir}/urifilters/*.so
-%{_kf5_qtplugindir}/*.so
+%{_kf5_plugindir}/kded/*.so
 %{_kf5_libexecdir}/kio_http_cache_cleaner
 %{_kf5_libexecdir}/kioexec
 %{_kf5_libexecdir}/kpac_dhcp_helper
@@ -148,6 +148,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 %{_kf5_datadir}/doc/HTML/en/kioslave5/
 
 %changelog
+* Mon Jul 14 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.0-2
+- Fix plugin install 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