|
|
|
@ -32,11 +32,11 @@ Packager: The OpenPKG Project
|
|
|
|
|
Distribution: OpenPKG [REL] |
|
|
|
|
Group: Language |
|
|
|
|
License: GPL/Artistic |
|
|
|
|
Version: 5.64 |
|
|
|
|
Version: 20020306 |
|
|
|
|
Release: 20020306 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/WWW/libwww-perl-%{version}.tar.gz |
|
|
|
|
Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/WWW/libwww-perl-5.64.tar.gz |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
@ -50,33 +50,17 @@ AutoReqProv: no
|
|
|
|
|
The libwww-perl collection is a set of Perl modules which provides |
|
|
|
|
a simple and consistent application programming interface to the |
|
|
|
|
World-Wide Web. |
|
|
|
|
#URI::Attr |
|
|
|
|
#URI::Escape |
|
|
|
|
#URI::URL |
|
|
|
|
#HTML::Entities |
|
|
|
|
#HTML::Formatter |
|
|
|
|
#HTML::HeadParser |
|
|
|
|
#HTML::LinkExtor |
|
|
|
|
#HTML::Parser |
|
|
|
|
#HTML::TokeParser |
|
|
|
|
#HTTP::Cookies |
|
|
|
|
#HTTP::Daemon |
|
|
|
|
#HTTP::Date |
|
|
|
|
#HTTP::Headers |
|
|
|
|
#HTTP::Message |
|
|
|
|
#HTTP::Negotiate |
|
|
|
|
#HTTP::Request |
|
|
|
|
#HTTP::Response |
|
|
|
|
#HTTP::Status |
|
|
|
|
#HTTP::Request::Common |
|
|
|
|
#WWW::RobotRules |
|
|
|
|
#LWP::Conn |
|
|
|
|
#LWP::MediaTypes |
|
|
|
|
#LWP::Protocol |
|
|
|
|
#LWP::RobotUA |
|
|
|
|
#LWP::Simple |
|
|
|
|
#LWP::UA |
|
|
|
|
#LWP::UserAgent |
|
|
|
|
|
|
|
|
|
# The following modules are included, but many will be taken out |
|
|
|
|
# URI::Attr HTTP::Cookies HTTP::Request::Common |
|
|
|
|
# URI::Escape HTTP::Daemon WWW::RobotRules |
|
|
|
|
# URI::URL HTTP::Date LWP::Conn |
|
|
|
|
# HTML::Entities HTTP::Headers LWP::MediaTypes |
|
|
|
|
# HTML::Formatter HTTP::Message LWP::Protocol |
|
|
|
|
# HTML::HeadParser HTTP::Negotiate LWP::RobotUA |
|
|
|
|
# HTML::LinkExtor HTTP::Request LWP::Simple |
|
|
|
|
# HTML::Parser HTTP::Response LWP::UA |
|
|
|
|
# HTML::TokeParser HTTP::Status LWP::UserAgent |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -c -n %{name}-%{version} |
|
|
|
@ -94,7 +78,6 @@ AutoReqProv: no
|
|
|
|
|
cd `echo "%{SOURCE0}" | sed -e 's;^.*/\([^/]*\)\.tar\.gz$;\1;'` |
|
|
|
|
|
|
|
|
|
# make sure our Perl is used |
|
|
|
|
# FIXME, is this redundant or necessary? |
|
|
|
|
perl=%{l_prefix}/bin/perl |
|
|
|
|
%{l_shtool} subst \ |
|
|
|
|
-e "s:\$^X:'$perl':g" \ |
|
|
|
|