mjk 0427548
Name:           perl-Net-SSH
8e95fa3
Version:        0.09
e8afc72
Release:        3%{?dist}
mjk 0427548
Summary:        Perl extension for secure shell
425c39a
License:        GPL+ or Artistic
mjk 0427548
Group:          Development/Libraries
mjk 0427548
URL:            http://search.cpan.org/dist/Net-SSH/
d34d56d
Source0:        http://www.cpan.org/authors/id/I/IV/IVAN/Net-SSH-%{version}.tar.gz
mjk 0427548
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
mjk 0427548
BuildArch:      noarch
d34d56d
BuildRequires:  perl(ExtUtils::MakeMaker)
d34d56d
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
mjk 0427548
Requires:       openssh-clients
mjk 0427548
mjk 0427548
%description
mjk 0427548
This module implements a Perl interface to ssh.  It is a simple
mjk 0427548
wrapper around the system `ssh' command.  For an all-perl
mjk 0427548
implementation that does not require the system `ssh' command, see
mjk 0427548
Net::SSH::Perl.
mjk 0427548
mjk 0427548
%prep
mjk 0427548
%setup -q -n Net-SSH-%{version}
mjk 0427548
chmod 644 Changes README SSH.pm
mjk 0427548
mjk 0427548
%build
mjk 0427548
%{__perl} Makefile.PL INSTALLDIRS=vendor
mjk 0427548
make %{?_smp_mflags}
mjk 0427548
mjk 0427548
%install
d34d56d
rm -rf $RPM_BUILD_ROOT
mjk 0427548
d34d56d
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
mjk 0427548
d34d56d
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
d34d56d
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
mjk 0427548
d34d56d
%{_fixperms} $RPM_BUILD_ROOT/*
mjk 0427548
d34d56d
%check
d34d56d
make test
mjk 0427548
d34d56d
%clean
d34d56d
rm -rf $RPM_BUILD_ROOT
mjk 0427548
mjk 0427548
%files
mjk 0427548
%defattr(-,root,root,-)
mjk 0427548
%doc Changes README
8e95fa3
%{perl_vendorlib}/*
8e95fa3
%{_mandir}/man3/*
mjk 0427548
mjk 0427548
%changelog
e8afc72
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-3
e8afc72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e8afc72
e23ca76
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-2
e23ca76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e23ca76
8e95fa3
* Fri May 16 2008 Steven Pritchard <steve@kspei.com> 0.09-1
8e95fa3
- Update to 0.09.
8e95fa3
- Make files section match cpanspec output.
8e95fa3
425c39a
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.08-6
425c39a
- rebuild for new perl
425c39a
d34d56d
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 0.08-5
d34d56d
- Reformat to match cpanspec output.
d34d56d
- Canonicalize Source0 URL.
d34d56d
- Fix find option order.
d34d56d
- Use fixperms macro instead of our own chmod incantation.
d34d56d
- Remove check macro cruft.
d34d56d
- BR ExtUtils::MakeMaker.
d34d56d
mjk 0265983
* Mon Aug 27 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.08-4
mjk 0265983
- Rebuild for FC6
mjk 0265983
mjk 0427548
* Thu Jun 08 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.08-3
mjk 0427548
- rebuilt and spec clean.
mjk 0427548
mjk 0427548
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
mjk 0427548
- rebuilt
mjk 0427548
mjk 0427548
* Thu Dec 16 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.08-1
mjk 0427548
- Update to 0.08.
mjk 0427548
- Sync with fedora-rpmdevtools' Perl spec template to fix x86_64 build.
mjk 0427548
mjk 0427548
* Tue Jan 13 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.5
mjk 0427548
- Fix documentation and module permissions (#65).
mjk 0427548
- Run tests in the %%check section.
mjk 0427548
mjk 0427548
* Wed Oct 29 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.4
mjk 0427548
- Specfile cleanup.
mjk 0427548
mjk 0427548
* Sun Aug 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.3
mjk 0427548
- Install into vendor dirs.
mjk 0427548
- Improved summary and description.
mjk 0427548
mjk 0427548
* Sun May  4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.2
mjk 0427548
- Own more dirs.
mjk 0427548
mjk 0427548
* Sat Mar 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.1
mjk 0427548
- Update to current Fedora guidelines.
mjk 0427548
mjk 0427548
* Sun Feb  9 2003 Ville Skyttä <ville.skytta at iki.fi> - 0.07-1.fedora.1
mjk 0427548
- First Fedora release.