don't obsolete kglobalaccel after coinstallability update [release 6.0.0-2mamba;Fri Mar 08 2024]
This commit is contained in:
parent
d25c59372d
commit
be83323095
@ -2,15 +2,15 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: kf6-kglobalaccel
|
Name: kf6-kglobalaccel
|
||||||
Version: 5.248.0
|
Version: 6.0.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: KDE Frameworks 6 global desktop keyboard shortcuts
|
Summary: KDE Frameworks 6 global desktop keyboard shortcuts
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://invent.kde.org/frameworks/kglobalaccel
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -42,12 +42,6 @@ KGlobalAccel allows you to have global accelerators that are independent of the
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
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
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
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}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%cmake_install
|
%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
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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}/dbus-1/interfaces/kf6_org.kde.*.xml
|
||||||
%{_datadir}/qlogging-categories6/kglobalaccel.*categories
|
%{_datadir}/qlogging-categories6/kglobalaccel.*categories
|
||||||
|
|
||||||
%files -n lib%{name} -f kglobalaccel5_qt.lang
|
%files -n lib%{name} -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kf6_libdir}/libKF6GlobalAccel.so.*
|
%{_kf6_libdir}/libKF6GlobalAccel.so.*
|
||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
@ -92,6 +86,18 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jan 13 2024 Automatic Build System <autodist@mambasoft.it> 5.248.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user