File ksshaskpass5.spec of Package ksshaskpass5
#
# spec file for package ksshaskpass5
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: ksshaskpass5
Version: 5.12.5
Release: 0
Summary: Plasma 5 version of ssh-askpass
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://www.kde.org/
Source: http://download.kde.org/stable/plasma/%{version}/ksshaskpass-%{version}.tar.xz
Patch1: suse-tweaks.diff
BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5Wallet)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(Qt5Core) >= 5.4.0
Requires: openssh-askpass
%if %{with lang}
Recommends: %{name}-lang
%endif
Supplements: packageand(openssh-askpass:plasma5-workspace)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
Provides: ksshaskpass = %{version}
Obsoletes: ksshaskpass < %{version}
%else
Conflicts: ksshaskpass
%endif
%description
A Plasma 5 version of ssh-askpass with KWallet support.
%lang_package
%prep
%setup -q -n ksshaskpass-%{version}
%patch1 -p1
%build
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%make_jobs
%install
%kf5_makeinstall -C build
%if %{with lang}
%kf5_find_lang
%endif
%files
%defattr(-,root,root)
%dir %{_kf5_prefix}/lib/ssh
%{_kf5_prefix}/lib/ssh/ksshaskpass
%doc %lang(en) %{_kf5_mandir}/man1/ksshaskpass.1*
%if %{with lang}
%files lang -f %{name}.lang
%endif
%changelog