# # spec file for package perl-libwww-perl (Version 5.814) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: perl-libwww-perl BuildRequires: perl-Compress-Zlib perl-HTML-Parser perl-URI Version: 5.814 Release: 1 Provides: libwww-perl Provides: perl_lw3 Obsoletes: perl_lw3 Requires: perl-HTML-Parser perl-HTML-Tagset perl-URI Requires: perl = %{perl_version} Recommends: perl-Crypt-SSLeay AutoReqProv: on Group: Development/Libraries/Perl License: Artistic License Url: http://www.cpan.org/modules/by-module/WWW/ Summary: Modules Providing a World Wide Web API Source: libwww-perl-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Libwww-perl is a collection of Perl modules which provide a simple and consistent application programming interface (API) to the World Wide Web. Authors: -------- Gisle Aas Martijn Koster %prep %setup -q -n libwww-perl-%{version} %build perl Makefile.PL make %check #disable test that require network connection mv t/live/jigsaw-chunk.t t/live/jigsaw-chunk.tt mv t/live/jigsaw-md5.t t/live/jigsaw-md5.tt mv t/live/jigsaw-md5-get.t t/live/jigsaw-md5-get.tt make test %install rm -rf $RPM_BUILD_ROOT %perl_make_install %perl_process_packlist %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc Changes README README.SSL %doc %{_mandir}/man?/* %{perl_vendorlib}/Bundle %{perl_vendorlib}/File %{perl_vendorlib}/HTML %{perl_vendorlib}/HTTP %{perl_vendorlib}/LWP %{perl_vendorlib}/Net %{perl_vendorlib}/WWW %{perl_vendorlib}/LWP.pm %{perl_vendorlib}/lwpcook.pod %{perl_vendorlib}/lwptut.pod %{perl_vendorarch}/auto/LWP %{_bindir}/* /var/adm/perl-modules/%{name} %changelog * Fri Jul 25 2008 anicka@suse.cz - update to 5.814 * Typo fix. * Add HTTP::Message::decodable() * Use decoded_content in the synposis * Avoid adding an empty first part in $mess->add_part() * Get rid of all the manual dependency tests. * Simplify the Makefile.PL (no interactivity) * Provide DELETE method in HTTP::Request::Common * Checkbox picks up nearby text in description of alternates * HTML::Form::possible_values() should not returned disabled values * File::Listing documentation claimed only 'unix' format was supported * File::Listing only support English locales * Make common-req.t use Test.pm * Typo; CAN_TALK_TO_OUTSELF * Fix up File::Listings fallback to dosftp * File::Listing parse failure on BSD Linux based systems * Thu Jun 19 2008 anicka@suse.cz - update to 5.813 * RobotUA constructor ignores delay, use_sleep * Add HTTP::Response->filename * Better diagnostics when the HTML::TokeParser constructor fails * Multiple forms with same-named