diff --git a/ksshaskpass.spec b/ksshaskpass.spec index f12428c..e4622d4 100644 --- a/ksshaskpass.spec +++ b/ksshaskpass.spec @@ -3,29 +3,30 @@ Name: ksshaskpass -Version: 5.27.10 +Version: 6.0.2 Release: 1mamba -Summary: KDE Plasma 5 ssh integration with KWallet +Summary: KDE Plasma ssh integration with KWallet Group: Graphical Desktop/Applications/Security Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://kde.org/ -Source: https://download.kde.org/stable/plasma/%{plasmaver}/ksshaskpass-%{version}.tar.xz +URL: https://kde.org/it/plasma-desktop/ +Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/ksshaskpass-%{version}.tar.xz # Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc -BuildRequires: libkcoreaddons-devel -BuildRequires: libki18n-devel -BuildRequires: libkwallet-devel -BuildRequires: libkwidgetsaddons-devel +BuildRequires: libglvnd-devel +BuildRequires: libkf6-kcoreaddons-devel +BuildRequires: libkf6-ki18n-devel +BuildRequires: libkf6-kwallet-devel +BuildRequires: libkf6-kwidgetsaddons-devel BuildRequires: libstdc++6-devel -BuildRequires: qt5-qtbase-devel +BuildRequires: qt6-qtbase-devel ## AUTOBUILDREQ-END BuildRequires: cmake -BuildRequires: rpm-macros-kde5 +BuildRequires: kf6-rpm-macros BuildRequires: extra-cmake-modules %description @@ -37,12 +38,12 @@ Ksshaskpass is a front-end for ssh-add which stores the password of the ssh key %setup -q %build -%cmake_kde5 -d build -%make +%cmake_kf6 +%cmake_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall -C build +%cmake_install %find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang @@ -56,6 +57,21 @@ Ksshaskpass is a front-end for ssh-add which stores the password of the ssh key %doc LICENSES %changelog +* Wed Mar 13 2024 Automatic Build System 6.0.2-1mamba +- automatic version update by autodist + +* Wed Mar 06 2024 Automatic Build System 6.0.1-1mamba +- automatic version update by autodist + +* Fri Mar 01 2024 Automatic Build System 6.0.0-1mamba +- automatic version update by autodist + +* Fri Feb 02 2024 Automatic Build System 5.93.0-1mamba +- automatic version update by autodist + +* Tue Jan 30 2024 Automatic Build System 5.92.0-1mamba +- automatic version update by autodist + * Thu Dec 07 2023 Automatic Build System 5.27.10-1mamba - automatic version update by autodist