Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > 8ae81fbee776f16a8dd2d41400bf3ee2 > files > 2

perl-Net-Telnet-3.03-4mdk.src.rpm

%define version	3.03
%define release 4mdk
%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}
License: 	GPL
Group: 		Development/Perl
Source: 	%{realname}-%{version}.tar.bz2
URL: 		http://www.bacus.pt/Net_SSLeay/index.html
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root/
BuildArch:	noarch
BuildRequires:	perl-devel

%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
%setup -q -n %{realname}-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Aug 14 2003 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 3.03-4mdk
- rebuild for new perl
- drop $RPM_OPT_FLAGS, noarch..
- don't use PREFIX
- use %%makeinstall_std macro

* Fri Jul 18 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 3.03-3mdk
- don't require perl, rpm will figure it out by itself
- drop Prefix tag, use %%{_prefix}
- buildrequires

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

* Fri Jul 19 2002 François Pons <fpons@mandrakesoft.com> 3.03-1mdk
- 3.03.

* Tue Jul 09 2002 Christian Belisle <cbelisle@mandrakesoft.com> 3.02-5mdk
- _really_ be noarch :-)

* Tue Jul 09 2002 Christian Belisle <cbelisle@mandrakesoft.com> 3.02-4mdk
- rebuild for the new perl 5.8.0
- should be noarch

* Sun Jun 17 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 3.02-3mdk
- Rebuild for the latest perl.
- Rename spec.

* 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