Initial import (#732651).

This commit is contained in:
Martin Cermak 2011-08-24 13:29:04 +02:00
parent 2de7680138
commit 14c780c064
3 changed files with 36 additions and 0 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
/sshpass-1.05.tar.gz

View File

@ -0,0 +1 @@
c52d65fdee0712af6f77eb2b60974ac7 sshpass-1.05.tar.gz

34
sshpass.spec Normal file
View File

@ -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@redhat.com> 1.05-1
- Packaged for Fedora