package init
This commit is contained in:
parent
240f5b208c
commit
888a2197c7
BIN
sshpass-1.06.tar.gz
Normal file
BIN
sshpass-1.06.tar.gz
Normal file
Binary file not shown.
31
sshpass.spec
Normal file
31
sshpass.spec
Normal file
@ -0,0 +1,31 @@
|
||||
Name: sshpass
|
||||
Version: 1.06
|
||||
Release: 1
|
||||
Summary: Non-interactive SSH authentication utility
|
||||
License: GPL+
|
||||
Url: http://sshpass.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/sshpass/sshpass-%{version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
%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
|
||||
%doc AUTHORS COPYING ChangeLog NEWS
|
||||
%{_bindir}/sshpass
|
||||
%{_datadir}/man/man1/sshpass.1.gz
|
||||
|
||||
%changelog
|
||||
* Fri Jan 15 2021 yanan li <liyanan32@huawei.com> - 1.06-1
|
||||
- Package init
|
||||
4
sshpass.yaml
Normal file
4
sshpass.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: svn
|
||||
src_repo: http://svn.code.sf.net/p/sshpass/code
|
||||
tag_prefix: "^v"
|
||||
separator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user