Subversion Repositories DevTools

Rev

Rev 6861 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6861 Rev 6863
Line 424... Line 424...
424
                   '--define', '_rpmdir ' . StripFileExt($opt_output),
424
                   '--define', '_rpmdir ' . StripFileExt($opt_output),
425
                   '--define', '_rpmfilename ' .  StripDir($opt_output),
425
                   '--define', '_rpmfilename ' .  StripDir($opt_output),
426
                   '--define', '_topdir ' . catfile($WorkDirBase, 'RPMBUILD' ),
426
                   '--define', '_topdir ' . catfile($WorkDirBase, 'RPMBUILD' ),
427
                   '--noclean',
427
                   '--noclean',
428
                   $opt_verbose ? '-v' : '--quiet',
428
                   $opt_verbose ? '-v' : '--quiet',
429
                   $opt_noarch ?  '--target=noarch' : undef,
429
                   #$opt_noarch ?  '--target=noarch' : undef,
430
                   '--rcfile', $rcFile ,
430
                   '--rcfile', $rcFile ,
431
                   );
431
                   );
432
 
432
 
433
 
433
 
434
}
434
}