in reply to own search.cpan.org
# diff /usr/lib/perl5/site_perl/5.8.8/CPANPLUS/Dist/RPM.pm.orig /usr/l +ib/perl5/site_perl/5.8.8/CPANPLUS/Dist/RPM.pm 92c92 < packager --- > packager skiptest 102d101 < 135d133 < 140c138 < msg( "writing specfile for '$self->distname'..." ); --- > msg( "writing specfile for '" . $status->distname . "'"); 142a141,146 > # hounouring skiptest option > # TODO: honouring noskiptest > if ($conf->get_conf('skiptest')) { > msg 'Skiptest is set - omitting %check section in specfile'; > $status->skiptest(1); > } 321c325 < $status->specpath($status->rpmdir . '/' . $status->rpmname . '.s +pec'); --- > $status->specpath($status->rpmdir . '/SPECS/' . $status->rpmname + . '.spec'); 345c349 < . $self->specpath, --- > . $self->status->specpath, 383a388 > skiptest => $conf->get_conf('skiptest'), 579a585 > [% IF (!status.skiptest) -%] 581a588 > [% END -%]
|
---|