Initial import (#732651).
This commit is contained in:
parent
2de7680138
commit
14c780c064
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/sshpass-1.05.tar.gz
|
||||
34
sshpass.spec
Normal file
34
sshpass.spec
Normal 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user