Skip Menu |

This queue is for tickets about the cpan2rpm CPAN distribution.

Report information
The Basics
Id: 2010
Status: resolved
Worked: 6 hours (360 min)
Priority: 0/
Queue: cpan2rpm

People
Owner: ecalder [...] cpan.org
Requestors: bbb [...] cpan.org
Cc: ecalder [...] cpan.org
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.010
Fixed in: 2.009



Subject: broken dependencies in the %doc included perl scripts
It worked fine with cpan2rpm -r2.91 and broke with -r2.92 in cvs. Here is the error I get when trying Net::SSLeay: cpan2rpm --install Net_SSLeay [...] Installing package error: failed dependencies: /usr/local/bin/perl is needed by perl-Net_SSLeay.pm-1.21-1
From: bbb
I think what MakeMaker does might be sufficient. i.e., for Net::SSLeay, this might help: perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)' examples/*
Date: Thu, 30 Jan 2003 18:02:08 -0700 (MST)
From: Rob Brown <rob [...] roobik.com>
To: cpan2rpm <bug-cpan2rpm [...] rt.cpan.org>
CC: BBB [...] cpan.org
Subject: Re: [cpan #2010] AutoReply: broken dependencies in the %doc included perl scripts
RT-Send-Cc:
Yup, I got your message. Thanks! On Thu, 30 Jan 2003, cpan2rpm wrote: Show quoted text
> > Greetings, > This message has been automatically generated in response to your bug report about cpan2rpm, a summary of which appears below. > > There is no need to reply to this message right now. Your bug in cpan2rpm has been assigned an ID of [cpan #2010]. Please include the string: > > [cpan #2010] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > bug-cpan2rpm@rt.cpan.org
Filter all perl files within %doc through MakeMaker's MY->fixin to ensure the shebang line matches exactly with the %__perl setting. cpan2rpm cvs -r2.134