]> git.pld-linux.org Git - packages/ksshaskpass.git/commitdiff
- initial auto/th/ksshaskpass-0_5_3-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 21 Oct 2011 16:01:38 +0000 (16:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ksshaskpass.spec -> 1.1

ksshaskpass.spec [new file with mode: 0644]

diff --git a/ksshaskpass.spec b/ksshaskpass.spec
new file mode 100644 (file)
index 0000000..65b766a
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       OpenSSH KDE4 passphrase dialog with KWallet support
+Name:          ksshaskpass
+Version:       0.5.3
+Release:       1
+License:       GPL
+Group:         Applications/Networking
+Source0:       http://kde-apps.org/CONTENT/content-files/50971-%{name}-%{version}.tar.gz
+# Source0-md5: 05dad7745e9d92b08bd86e7ab7a9540d
+URL:           http://kde-apps.org/content/show.php/Ksshaskpass?content=50971
+Requires:      openssh
+BuildRequires: cmake
+BuildRequires: kde4-kdelibs-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is an KDE4-based passphrase dialog with KWallet support foruse
+with OpenSSH.
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake \
+       ..
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/ksshaskpass
+%{_desktopdir}/kde4/ksshaskpass.desktop
+%{_mandir}/man1/ksshaskpass.1*
This page took 0.058711 seconds and 4 git commands to generate.