packages: sshpass/sshpass.spec - somewhat better english
glen
glen at pld-linux.org
Thu Oct 28 06:54:24 CEST 2010
Author: glen Date: Thu Oct 28 04:54:24 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- somewhat better english
---- Files affected:
packages/sshpass:
sshpass.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/sshpass/sshpass.spec
diff -u packages/sshpass/sshpass.spec:1.1 packages/sshpass/sshpass.spec:1.2
--- packages/sshpass/sshpass.spec:1.1 Wed Oct 27 18:02:53 2010
+++ packages/sshpass/sshpass.spec Thu Oct 28 06:54:19 2010
@@ -5,15 +5,16 @@
Release: 1
License: GPL v2
Group: Applications/Networking
-Source0: http://dl.sourceforge.net/sshpass/%{name}-%{version}.tar.gz
+Source0: http://downloads.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.
+Sshpass is a tool to non-interactivly perform a password
+authentication with SSH's so called "interactive keyboard password
+authentication". Most users should use SSH's more secure public key
+authentiaction instead.
%prep
%setup -q
@@ -24,7 +25,6 @@
%install
rm -rf $RPM_BUILD_ROOT
-
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -34,8 +34,8 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS
-%attr(755,root,root) %{_bindir}/%{name}
-%{_mandir}/man1/*.1*
+%attr(755,root,root) %{_bindir}/sshpass
+%{_mandir}/man1/sshpass.1*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -43,6 +43,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2010/10/28 04:54:19 glen
+- somewhat better english
+
Revision 1.1 2010/10/27 16:02:53 blues
- initial
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sshpass/sshpass.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list