From 49cee3f3aaf748fc4e459ed42a0ab2e953ce00c1 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 26 Aug 2022 08:30:47 -0700 Subject: [PATCH] Own our plugin directory --- kf5-kpeople.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/kf5-kpeople.spec b/kf5-kpeople.spec index 11e5bc0..ad6aa5f 100644 --- a/kf5-kpeople.spec +++ b/kf5-kpeople.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.97.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 library for contact and people aggregation License: LGPLv2+ @@ -55,6 +55,7 @@ developing applications that use %{name}. %install %cmake_install +mkdir -p %{buildroot}%{_kf5_qtplugindir}/kpeople/{actions,datasource,widgets} %find_lang %{name} --all-name @@ -69,6 +70,10 @@ developing applications that use %{name}. %{_kf5_libdir}/libKF5PeopleWidgets.so.* %{_kf5_libdir}/libKF5PeopleBackend.so.* %{_kf5_qmldir}/org/kde/people/ +%dir %{_kf5_qtplugindir}/kpeople/ +%dir %{_kf5_qtplugindir}/kpeople/actions +%dir %{_kf5_qtplugindir}/kpeople/datasource +%dir %{_kf5_qtplugindir}/kpeople/widgets %files devel %{_kf5_includedir}/KPeople/ @@ -81,6 +86,9 @@ developing applications that use %{name}. %changelog +* Fri Aug 26 2022 Troy Dawson - 5.97.0-2 +- Own our plugin directory + * Sat Aug 13 2022 Justin Zobel - 5.97.0-1 - Update to 5.97.0