Sophie

Sophie

distrib > Mandriva > 8.0 > i586 > by-pkgid > 97a01a97c8bb667cbd091f3c042803a3 > files > 2

perl-Net-Telnet-3.02-2mdk.src.rpm

%define version	3.02
%define release	2mdk
%define name 	perl-Net-Telnet
%define realname	Net-Telnet

Summary:        Net::Telnet (module for perl) Jay Rogers <jay@rgrs.com>
Name: 		%{name}
version: 	%{version}
Release: 	%{release}
Copyright: 	GPL
Group: 		Development/Perl
Source: 	%{realname}-%{version}.tar.bz2
URL: 		http://www.bacus.pt/Net_SSLeay/index.html
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root/
Prefix:		%{_prefix}
Requires: 	perl

%description
    Net::Telnet allows you to make client connections to a TCP port
    and do network I/O, especially to a port using the TELNET
    protocol.  Simple I/O methods such as print, get, and getline are
    provided.  More sophisticated interactive features are provided
    because connecting to a TELNET port ultimately means communicating
    with a program designed for human interaction.  These interactive
    features include the ability to specify a timeout and to wait for
    patterns to appear in the input stream, such as the prompt from a
    shell.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q -n %{realname}-%{version}

%build
rm -rf $RPM_BUILD_ROOT
perl Makefile.PL PREFIX=%{prefix}
make
make test

%install
eval `perl '-V:installarchlib'`
mkdir -p $RPM_BUILD_ROOT/$installarchlib
%makeinstall PREFIX=$RPM_BUILD_ROOT/%{prefix}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_libdir}/perl5/site_perl/*
%{_libdir}/perl5/man/*/*
%doc MANIFEST README ChangeLog

%changelog
* Thu Aug 31 2000 Philippe Libat <philippe@mandrakesoft.com> 3.02-2mdk
- description.

* Thu Aug 31 2000 Philippe Libat <philippe@mandrakesoft.com> 3.02-1mdk
- doc
- macroszifications.

* Fri Jun 30 2000 Nicolas Planel <nicolas@mandrakesoft.com>
- Spec file was generated for MandrakeSoft