File ksshaskpass5.spec of Package ksshaskpass5.openSUSE_Backports_SLE-12-SP1

#
# spec file for package ksshaskpass5
#
# Copyright (c) 2016 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.5.5
Release:        0
Summary:        Plasma 5 version of ssh-askpass
License:        GPL-2.0+
Group:          System/GUI/KDE
Url:            http://kde-apps.org/CONTENT/content-files/50971-ksshaskpass-0.5.3.tar.gz
Source:         ksshaskpass-%{version}.tar.xz
Source99:       %{name}-rpmlintrc
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=share/locale/kf5
  %make_jobs

%install
  %kf5_makeinstall -C build

# SSH_ASKPASS env
%__install -d -m0755 %{buildroot}%{_kf5_configdir}/plasma-workspace/env

cat > %{buildroot}%{_kf5_configdir}/plasma-workspace/env/ksshaskpass.sh << EOF
SSH_ASKPASS=%{_kf5_prefix}/lib/ssh/ksshaskpass
export SSH_ASKPASS
EOF

%files
%defattr(-,root,root)
%dir %{_kf5_prefix}/lib/ssh
%{_kf5_prefix}/lib/ssh/ksshaskpass
%dir %{_kf5_configdir}/plasma-workspace/env
%dir %{_kf5_configdir}/plasma-workspace
%{_kf5_configdir}/plasma-workspace/env/ksshaskpass.sh
%doc %lang(en) %{_kf5_mandir}/man1/ksshaskpass.1*

%if %{with lang}
%files lang
%defattr(-,root,root)
%{_kf5_localedir}/
%endif

%changelog
openSUSE Build Service is sponsored by