[sshpass/f15] Initial import (#732651).

Martin Cermak mcermak at fedoraproject.org
Wed Aug 24 13:32:19 UTC 2011


commit 13a7361518a537d04e5b3423ebd3704140b8eddd
Author: Martin Cermak <mcermak at redhat.com>
Date:   Wed Aug 24 13:32:02 2011 +0200

    Initial import (#732651).

 .gitignore   |    1 +
 sources      |    1 +
 sshpass.spec |   34 ++++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..77a6412 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/sshpass-1.05.tar.gz
diff --git a/sources b/sources
index e69de29..6cd7c56 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c52d65fdee0712af6f77eb2b60974ac7  sshpass-1.05.tar.gz
diff --git a/sshpass.spec b/sshpass.spec
new file mode 100644
index 0000000..c1fdf18
--- /dev/null
+++ b/sshpass.spec
@@ -0,0 +1,34 @@
+Summary:    Non-interactive SSH authentication utility
+Name:       sshpass
+Version:    1.05
+Release:    1%{?dist}
+License:    GPLv2
+Group:      Applications/Internet
+Url:        http://sshpass.sourceforge.net/
+Source0:    http://downloads.sourceforge.net/sshpass/sshpass-%{version}.tar.gz
+
+%description
+Tool for non-interactively performing password authentication with so called
+"interactive keyboard password authentication" of SSH. Most users should use
+more secure public key authentication of SSH instead.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make DESTDIR=%{buildroot} install
+
+%files
+%{_bindir}/sshpass
+%{_datadir}/man/man1/sshpass.1.gz
+%doc AUTHORS COPYING ChangeLog NEWS
+
+%changelog
+
+* Tue Aug 23 2011 Martin Cermak <mcermak at redhat.com> 1.05-1
+- Packaged for Fedora 
+


More information about the scm-commits mailing list