automatic version update by autodist [release 5.60.0-1mamba;Sun Jul 21 2019]

This commit is contained in:
Automatic Build System 2024-01-06 01:33:55 +01:00
parent 0b9184e51f
commit 8dfb593e7d

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kglobalaccel
Version: 5.59.0
Version: 5.60.0
Release: 1mamba
Summary: KDE Frameworks 5 global desktop keyboard shortcuts
Group: System/Libraries
@ -45,6 +45,7 @@ KGlobalAccel allows you to have global accelerators that are independent of the
%package -n lib%{name}
Group: System/Libraries
Summary: Global desktop keyboard shortcuts
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}
KGlobalAccel allows you to have global accelerators that are independent of the focused window. Unlike regular shortcuts, the application's window does not need focus for them to be activated.
@ -86,12 +87,11 @@ This package contains libraries and header files for developing applications tha
%files
%defattr(-,root,root)
%{_sysconfdir}/xdg/kglobalaccel.categories
%{_kde5_bindir}/kglobalaccel5
%{_kde5_datadir}/kservices5/kglobalaccel5.desktop
%{_datadir}/dbus-1/interfaces/kf5_org.kde.*.xml
%{_datadir}/dbus-1/services/org.kde.kglobalaccel.service
#%{_datadir}/locale/*/LC_MESSAGES/kglobalaccel5.qm
%{_datadir}/qlogging-categories5/kglobalaccel.categories
%files -n lib%{name} -f kglobalaccel5_qt.lang
%defattr(-,root,root)
@ -106,11 +106,13 @@ This package contains libraries and header files for developing applications tha
%{_kde5_includedir}/kglobalaccel_version.h
%{_kde5_libdir}/cmake/KF5GlobalAccel
%{_kde5_libdir}/libKF5GlobalAccel.so
#%{_kde5_libdir}/libKF5GlobalAccelPrivate.so
%{_kde5_mkspecsdir}/qt_KGlobalAccel.pri
%doc README.md
%changelog
* Sun Jul 21 2019 Automatic Build System <autodist@mambasoft.it> 5.60.0-1mamba
- automatic version update by autodist
* Wed Jun 12 2019 Automatic Build System <autodist@mambasoft.it> 5.59.0-1mamba
- automatic version update by autodist