packages: sshpass/sshpass.spec (NEW) - initial
blues
blues at pld-linux.org
Wed Oct 27 18:03:01 CEST 2010
Author: blues Date: Wed Oct 27 16:03:01 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- initial
---- Files affected:
packages/sshpass:
sshpass.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/sshpass/sshpass.spec
diff -u /dev/null packages/sshpass/sshpass.spec:1.1
--- /dev/null Wed Oct 27 18:03:01 2010
+++ packages/sshpass/sshpass.spec Wed Oct 27 18:02:53 2010
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+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*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2010/10/27 16:02:53 blues
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list