Own our plugin directory

epel9
Troy Dawson 2 years ago
parent 6e54629c7e
commit 49cee3f3aa

@ -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 <tdawson@redhat.com> - 5.97.0-2
- Own our plugin directory
* Sat Aug 13 2022 Justin Zobel <justin@1707.io> - 5.97.0-1
- Update to 5.97.0

Loading…
Cancel
Save