Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 3e67f954afcda361b890e358d75f96c8 > files > 2

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

%define version	3.03
%define release	%mkrel 5
%define realname	Net-Telnet
%define name	perl-%realname

Summary:	Net::Telnet perl module
Name:		%{name}
version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/Perl
Source:		%{realname}-%{version}.tar.bz2
URL:		http://search.cpan.org/dist/%realname
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

%check
%make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Fri Feb 03 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 3.03-5mdk
- Rebuild
- Fix URL, description and summary, remove MANIFEST
- Add tests

* 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