%perl_module libwww-perl 5.803 2_6 Summary: A Perl interface to the World-Wide Web. Group: Applications/CPAN License: distributable URL: http://search.cpan.org/~gaas/%{pkgname}-%{version}/ Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl(URI), perl(HTML::Parser) >= 3.33 BuildRequires: perl(MIME::Base64), perl(Net::FTP), perl(Digest::MD5) BuildArch: noarch %description The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. The library also contain modules that are of more general use and even classes that help you implement simple HTTP servers. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make #perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall rm -f %{buildroot}%{perl_vendorlib}/HTTP/Cookies/Microsoft.pm rm -f %{buildroot}%{perl_vendorlib}/LWP/Authen/Ntlm.pm %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README* AUTHORS #%{perl_bin}/GET #%{perl_bin}/HEAD #%{perl_bin}/POST %{perl_bin}/lwp-* %{perl_vendorlib}/Bundle/LWP.pm %{perl_vendorlib}/File/Listing.pm %{perl_vendorlib}/HTML/Form.pm %{perl_vendorlib}/HTTP %{perl_vendorlib}/LWP.pm %{perl_vendorlib}/LWP %{perl_vendorlib}/Net/HTTP.pm %{perl_vendorlib}/Net/HTTP %{perl_vendorlib}/Net/HTTPS.pm %{perl_vendorlib}/WWW/RobotRules.pm %{perl_vendorlib}/WWW/RobotRules %{perl_vendorlib}/lwpcook.pod %{perl_vendorlib}/lwptut.pod #%{perl_man1dir}/GET.1* #%{perl_man1dir}/HEAD.1* #%{perl_man1dir}/POST.1* %{perl_man1dir}/lwp-*.1* %{perl_man3dir}/Bundle::LWP.3pm* %{perl_man3dir}/File::Listing.3pm* %{perl_man3dir}/HTML::Form.3pm* %{perl_man3dir}/HTTP::*.3pm* %{perl_man3dir}/LWP.3pm* %{perl_man3dir}/LWP::*.3pm* %{perl_man3dir}/Net::HTTP.3pm* %{perl_man3dir}/Net::HTTP::*.3pm* %{perl_man3dir}/WWW::RobotRules.3pm* %{perl_man3dir}/WWW::RobotRules::*.3pm* %{perl_man3dir}/lwpcook.3pm* %{perl_man3dir}/lwptut.3pm* %changelog * Sun Jun 12 2005 Axel Thimm - Update to 5.803. * Sat May 1 2004 Axel Thimm - Update to 5.79. * Sat Nov 1 2003 Axel Thimm - Initial build.