]> git.pld-linux.org Git - SPECS.git/blob - ksshaskpass.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / ksshaskpass.spec
1 Summary:        OpenSSH KDE4 passphrase dialog with KWallet support
2 Name:           ksshaskpass
3 Version:        0.5.3
4 Release:        2
5 License:        GPL v2
6 Group:          Applications/Networking
7 Source0:        http://kde-apps.org/CONTENT/content-files/50971-%{name}-%{version}.tar.gz
8 # Source0-md5:  05dad7745e9d92b08bd86e7ab7a9540d
9 URL:            http://kde-apps.org/content/show.php/Ksshaskpass?content=50971
10 BuildRequires:  cmake
11 BuildRequires:  kde4-kdelibs-devel
12 Requires:       openssh-clients
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This is an KDE4-based passphrase dialog with KWallet support for use
17 with OpenSSH.
18
19 %prep
20 %setup -q
21
22 %build
23 install -d build
24 cd build
25 %cmake \
26         ..
27
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 %{__make} -C build install \
33         DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README
41 %attr(755,root,root) %{_bindir}/ksshaskpass
42 %{_desktopdir}/kde4/ksshaskpass.desktop
43 %{_mandir}/man1/ksshaskpass.1*
This page took 0.143288 seconds and 3 git commands to generate.