Bug 13474

Summary: Add new environment variables to buildsystem / rpm -b
Product: Mageia Reporter: Jerome Quelin <jquelin>
Component: RPM PackagesAssignee: Thierry Vignaud <thierry.vignaud>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: Normal    
Version: Cauldron   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Source RPM: rpm-mageia-setup CVE:
Status comment:

Description Jerome Quelin 2014-06-03 10:50:25 CEST
To help configuration of perl packages in build system, I propose to add the following environment variables to buildsystem (ideally that should also be triggered when using "rpm -b" so that local builds also benefit from that):

PERL_MM_USE_DEFAULT=1
==> tell ExtUtils::MakeMaker::prompt to use the default instead of prompting the user.

PERL_AUTOINSTALL=--skipdeps
PERL_EXTUTILS_AUTOINSTALL=--skipdeps
==> do not try to auto-install missing deps from CPAN if they are missing. If they are missing, we need to package them a rpm and add a buildrequires.

thanks.

Reproducible: 

Steps to Reproduce:
Comment 1 Thierry Vignaud 2014-06-03 15:10:32 CEST
Why not?
But wrong package

Source RPM: rpm => rpm-mageia-setup

Samuel Verschelde 2015-05-19 19:06:55 CEST

Severity: normal => enhancement