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 1.05-1 +- Packaged for Fedora +