From 4161220998cbc50e3be658335c8442bbf16652d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Wed, 27 Oct 2010 16:02:53 +0000 Subject: [PATCH 1/1] - initial Changed files: sshpass.spec -> 1.1 --- sshpass.spec | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 sshpass.spec diff --git a/sshpass.spec b/sshpass.spec new file mode 100644 index 0000000..8971628 --- /dev/null +++ b/sshpass.spec @@ -0,0 +1,37 @@ +Summary: Non-interactive ssh password auth +Name: sshpass +Version: 1.04 +Release: 1 +License: GPL v2 +Group: Applications/Networking +Source0: http://dl.sourceforge.net/sshpass/%{name}-%{version}.tar.gz +# Source0-md5: 87e7c72e319691c5fdf219f6c7effb4a +URL: http://sshpass.sourceforge.net/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Sshpass is a tool for non-interactivly performing password authentication +with SSH's so called "interactive keyboard password authentication". Most +user should use SSH's more secure public key authentiaction instead. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS +%attr(755,root,root) %{_bindir}/%{name} +%{_mandir}/man1/*.1* -- 2.44.0