Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > e38afab186fea66708ed5f68c63da53b > files > 2

perl-Net-SSH-0.07-4mdk.src.rpm

%define module	Net-SSH
%define name	perl-%{module}
%define version	0.07
%define release	4mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	%{module} module for perl
License:	GPL or Artistic
Group:		Development/Perl
Source:		%{module}-%{version}.tar.bz2
Url:		http://www.cpan.org
BuildArch:	noarch
Buildroot:	%{_tmppath}/%{name}-root
BuildRequires:	perl-devel
Requires:	perl

%description
Simple wrappers around ssh commands.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
%make test

%clean 
rm -rf $RPM_BUILD_ROOT

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%files
%defattr(-,root,root)
%doc README
%{perl_vendorlib}/Net/*
%{_mandir}/*/*

%changelog
* Thu Aug 14 2003 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 0.07-4mdk
- rebuild for new perl
- use %%makeinstall_std macro

* Tue May 27 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.07-3mdk
- rebuild for new auto{prov,req}

* Tue May 27 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.07-2mdk
- rebuild for new auto{prov,req}

* Sat Jan 04 2003 Guillaume Rousse <g.rousse@linux-mandrake.com> 0.07-1mdk
- 0.07

* Mon Jul 15 2002 Pixel <pixel@mandrakesoft.com> 0.05-2mdk
- rebuild for new perl 5.8.0

* Fri Mar 01 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.05-1mdk
- 0.05

* Tue Oct 30 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 0.02-3mdk
- real description (Brian J. Murrell <cooker-in@interlinx.bc.ca>)

* Fri Oct 26 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 0.02-2mdk
- new in contribs
- buildrequires perl-devel

* Fri Aug 31 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 0.02-1mdk
- first Mandrake release