Fix plugin installation path

epel9
Dan Vrátil 11 years ago
parent a3e9483799
commit 52dac71fe7

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

Loading…
Cancel
Save