don't obsolete kglobalaccel after coinstallability update [release 6.0.0-2mamba;Fri Mar 08 2024]

This commit is contained in:
Silvan Calarco 2024-03-29 18:17:29 +01:00
parent d25c59372d
commit be83323095

View File

@ -2,15 +2,15 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kf6-kglobalaccel
Version: 5.248.0
Release: 1mamba
Version: 6.0.0
Release: 2mamba
Summary: KDE Frameworks 6 global desktop keyboard shortcuts
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://invent.kde.org/frameworks/kglobalaccel
Source: https://download.kde.org/%{stable_kf6}/frameworks/%{version}/kglobalaccel-%{version}.tar.xz
Source: https://download.kde.org/%{stable_kf6}/frameworks/%{majver}/kglobalaccel-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -42,12 +42,6 @@ KGlobalAccel allows you to have global accelerators that are independent of the
Group: Development/Libraries
Summary: Development files for %{name}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: libkconfig-devel
Requires: libkcoreaddons-devel
Requires: libkcrash-devel
Requires: libkdbusaddons-devel
Requires: libki18n-devel
Requires: libkwindowsystem-devel
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
@ -65,7 +59,7 @@ This package contains libraries and header files for developing applications tha
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%cmake_install
%find_lang kglobalaccel5_qt --with-qt --all-name || touch kglobalaccel5_qt.lang
%find_lang %{name} --with-qt --all-name || touch %{name}.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -78,7 +72,7 @@ This package contains libraries and header files for developing applications tha
%{_datadir}/dbus-1/interfaces/kf6_org.kde.*.xml
%{_datadir}/qlogging-categories6/kglobalaccel.*categories
%files -n lib%{name} -f kglobalaccel5_qt.lang
%files -n lib%{name} -f %{name}.lang
%defattr(-,root,root)
%{_kf6_libdir}/libKF6GlobalAccel.so.*
%doc LICENSES
@ -92,6 +86,18 @@ This package contains libraries and header files for developing applications tha
%doc README.md
%changelog
* Fri Mar 08 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.0-2mamba
- don't obsolete kglobalaccel after coinstallability update
* Thu Feb 29 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
- automatic version update by autodist
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 5.249.0-1mamba
- automatic version update by autodist
* Thu Feb 01 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.248.0-2mamba
- provide/obsolete kglobalaccel
* Sat Jan 13 2024 Automatic Build System <autodist@mambasoft.it> 5.248.0-1mamba
- automatic version update by autodist