Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > 170c30ff4a3aaaae3c1ed8b9ecd136fa > files > 2

perl-Net-SSH-0.05-2mdk.src.rpm

%define module		Net-SSH
%define name	perl-%{module}
%define version	0.05
%define release	2mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	%{module} module for perl
License:	GPL or Artistic
Group:		Development/Perl
Source:		ftp://ftp.pasteur.fr/pub/computing/CPAN/modules/by-module/Net/%{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
make install PREFIX=$RPM_BUILD_ROOT%{_prefix}

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

%changelog
* 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