Ok, the mistake Marcel made was he grabbed the wrong tarball. He should have grabbed that doesn't have the system perl modules in it.
The source tarball in sitescooper needs to be replaced with: http://sitescooper.org/released/sitescooper.tar.gz The hardcoded requires on perl-libwww-perl can be removed to since the autoreq will pick that up. I have been trying to package it with the new tarball, but the perl autoreq is *really* buggy and I can't get it not to make requires for: perl(in) perl(to) perl(Win32::Process) perl(MacPerl) so could someone else *please* look into this? David Walser wrote: > Ok, the sitescooper comes with a lot of the same perl > modules provided by the perl-libwww-perl package. > Furthermore sitescooper stores them in site_perl, > which is wrong for packages. > > sitescooper should just require perl-libwww-perl (or > just rely on automatic perl provides) and not ship > these modules. > > Those modules, listed in RPM provides format are: > perl(File::Listing) > perl(File::Listing::dosftp) > perl(File::Listing::netware) > perl(File::Listing::unix) > perl(File::Listing::vms) > perl(HTML::Form) > perl(HTML::Form::IgnoreInput) > perl(HTML::Form::ImageInput) > perl(HTML::Form::Input) > perl(HTML::Form::ListInput) > perl(HTML::Form::SubmitInput) > perl(HTML::Form::TextInput) > perl(HTTP::Daemon::ClientConn) > perl(HTTP::Headers) > perl(HTTP::Headers::Auth) > perl(HTTP::Headers::ETag) > perl(HTTP::Status) > perl(LWP::Authen::Basic) > perl(LWP::Authen::Digest) > perl(LWP::Debug) > perl(LWP::MediaTypes) > perl(LWP::MemberMixin) > perl(LWP::Protocol::data) > perl(LWP::Protocol::file) > perl(LWP::Protocol::ftp) > perl(LWP::Protocol::gopher) > perl(LWP::Protocol::http) > perl(LWP::Protocol::https) > perl(LWP::Protocol::mailto) > perl(LWP::Protocol::nntp) > perl(WWW::RobotRules::InCore) > > --- David Walser <[EMAIL PROTECTED]> wrote: >> Those two packages (the first from contrib and the >> second from main) have a lot of the same Provides. >> Does this look funny to anyone? > > __________________________________ > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com > >
