|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.110.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 integration module for global shortcuts
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -83,13 +83,13 @@ rm -fv %{buildroot}%{_prefix}/lib/systemd/user/plasma-kglobalaccel.service
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license LICENSES/*.txt
|
|
|
|
|
%{_kf5_datadir}/qlogging-categories5/%{framework}*
|
|
|
|
|
%if ! 0%{?fedora} >= 40 || !0%{?rhel} > 10
|
|
|
|
|
%if ! (0%{?fedora} >= 40 || 0%{?rhel} >= 10)
|
|
|
|
|
%{_kf5_bindir}/kglobalaccel5
|
|
|
|
|
%{_kf5_datadir}/kservices5/kglobalaccel5.desktop
|
|
|
|
|
%{_datadir}/dbus-1/services/org.kde.kglobalaccel.service
|
|
|
|
|
%endif
|
|
|
|
|
%if ! 0%{?flatpak:1}
|
|
|
|
|
%if ! 0%{?fedora} >= 40 || !0%{?rhel} > 10
|
|
|
|
|
%if ! (0%{?fedora} >= 40 || 0%{?rhel} >= 10)
|
|
|
|
|
%{_userunitdir}/plasma-kglobalaccel.service
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
@ -113,6 +113,9 @@ rm -fv %{buildroot}%{_prefix}/lib/systemd/user/plasma-kglobalaccel.service
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Oct 08 2023 Steve Cossette <farchord@gmail.com> - 5.110.0-3
|
|
|
|
|
- Added logic and build flag for co-installation with KF6
|
|
|
|
|
|
|
|
|
|
* Tue Sep 05 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.110.0-1
|
|
|
|
|
- 5.110.0
|
|
|
|
|
|
|
|
|
|