]> git.pld-linux.org Git - packages/sshpass.git/commitdiff
- initial auto/th/sshpass-1_04-1
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 27 Oct 2010 16:02:53 +0000 (16:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sshpass.spec -> 1.1

sshpass.spec [new file with mode: 0644]

diff --git a/sshpass.spec b/sshpass.spec
new file mode 100644 (file)
index 0000000..8971628
--- /dev/null
@@ -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*
This page took 0.329142 seconds and 4 git commands to generate.