53 lines
1.7 KiB
RPMSpec
53 lines
1.7 KiB
RPMSpec
Summary: Non-interactive SSH authentication utility
|
|
Name: sshpass
|
|
Version: 1.05
|
|
Release: 7%{?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
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
* Tue Aug 23 2011 Martin Cermak <mcermak@redhat.com> 1.05-1
|
|
- Packaged for Fedora
|
|
|