diff options
author | CoprDistGit <infra@openeuler.org> | 2023-07-21 06:40:14 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-07-21 06:40:14 +0000 |
commit | d115c97c4e29ddeda01c5a985d08a56c8a321e67 (patch) | |
tree | 9df323ae0a8e767d68b2defc34571da54e99d535 | |
parent | d85ed2a69fb5550e52b200162511280e7312a8f6 (diff) |
automatic import of ksshaskpassopeneuler23.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ksshaskpass.spec | 67 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 69 insertions, 0 deletions
@@ -0,0 +1 @@ +/ksshaskpass-5.25.5.tar.xz diff --git a/ksshaskpass.spec b/ksshaskpass.spec new file mode 100644 index 0000000..5f9d811 --- /dev/null +++ b/ksshaskpass.spec @@ -0,0 +1,67 @@ +Name: ksshaskpass +Version: 5.25.5 +Release: 1 +Summary: A ssh-add helper that uses kwallet and kpassworddialog + +License: GPLv2 +URL: https://cgit.kde.org/%{name}.git + +%global revision %(echo %{version} | cut -d. -f3) + +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif + +Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz + +BuildRequires: extra-cmake-modules +BuildRequires: gettext +BuildRequires: kf5-rpm-macros +BuildRequires: kf5-kcoreaddons-devel +BuildRequires: kf5-kdoctools-devel +BuildRequires: kf5-ki18n-devel +BuildRequires: kf5-kwidgetsaddons-devel +BuildRequires: kf5-kwallet-devel +BuildRequires: pkgconfig(Qt5Core) + +%description +%{summary}. + + +%prep +%autosetup -p1 + + +%build +mkdir %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd +%make_build -C %{_target_platform} + + +%install +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + +%find_lang ksshaskpass + +mkdir -p %{buildroot}%{_sysconfdir}/xdg/plasma-workspace/env/ +cat > %{buildroot}%{_sysconfdir}/xdg/plasma-workspace/env/ksshaskpass.sh << EOF +SSH_ASKPASS=%{_kf5_bindir}/ksshaskpass +export SSH_ASKPASS +EOF + + +%files -f ksshaskpass.lang +%doc ChangeLog +%license LICENSES/* +%{_kf5_bindir}/ksshaskpass +%config(noreplace) %{_sysconfdir}/xdg/plasma-workspace/env/ksshaskpass.sh +%{_mandir}/man1/ksshaskpass.1* + + +%changelog +* Tue Dec 20 2022 misaka00251 <liuxin@iscas.ac.cn> - 22.08.0-1 +- Init package @@ -0,0 +1 @@ +9b4981303dabc8c5d07f41e87e869218 ksshaskpass-5.25.5.tar.xz |