rpm  5.4.10
rpmpopt
Go to the documentation of this file.
1 #
409 rpm alias --downgrade --oldpackage \
410  --POPTdesc=$"Allow an upgrade to replace a newer package with an older one."
411 
412 rpm alias --what-provides --whatprovides \
413  --POPTdesc=$"find package name that contains a provided capability"
414 
415 rpm alias --what-requires --whatrequires \
416  --POPTdesc=$"find package name that contains a required capability"
417 
418 rpm alias --norepackage --define '_repackage_all_erasures 0' \
419  --POPTdesc=$"Disable re-package of the files before erasing"
420 # RPM_VENDOR_PLD /* rpm-popt-aliases */
421 
422 # set the time check to <secs>
423 rpm alias --timecheck --define '_timecheck !#:+'
424 
425 rpm alias --with --define "_with_!#:+ --with-!#:+" \
426  --POPTdesc=$"enable configure <option> for build" \
427  --POPTargs=$"<option>"
428 rpm alias --without --define "_without_!#:+ --without-!#:+" \
429  --POPTdesc=$"disable configure <option> for build" \
430  --POPTargs=$"<option>"
431 
432 rpm alias --arch --qf '%-34{=NAME}\t%{ARCH}\n' \
433  --POPTdesc=$"list package architecture"
434 
435 rpm alias --ignorearch --define '__ignore_arch 1'
436 rpm alias --ignoreos --define '__ignore_os 1'
437 
438 #==============================================================================
439 rpmbuild alias --dbpath --define '_dbpath !#:+' \
440  --POPTdesc=$"use database in DIRECTORY" \
441  --POPTargs=$"DIRECTORY"
442 rpmbuild alias --ftpport --define '_ftpport !#:+'
443 rpmbuild alias --ftpproxy --define '_ftpproxy !#:+'
444 rpmbuild alias --httpport --define '_httpport !#:+'
445 rpmbuild alias --httpproxy --define '_httpproxy !#:+'
446 rpmbuild alias --timecheck --define '_timecheck !#:+'
447 rpmbuild alias --with --define "_with_!#:+ --with-!#:+" \
448  --POPTdesc=$"enable configure <option> for build" \
449  --POPTargs=$"<option>"
450 rpmbuild alias --without --define "_without_!#:+ --without-!#:+" \
451  --POPTdesc=$"disable configure <option> for build" \
452  --POPTargs=$"<option>"
453 rpmbuild alias --buildroot --define '.buildroot !#:+' \
454  --POPTdesc=$"override build root" \
455  --POPTargs=$"DIRECTORY"
456 
457 rpmbuild alias --lsb --noautoreq --noautoprov \
458  --define '_use_internal_dependency_generator 0' \
459  --notinlsb
460 
461 rpmbuild alias --withoutcheck --define 'check exit 0' \
462  --POPTdesc=$"disable %check stanza for build"
463 rpmbuild alias --withoutclean --define '__spec_clean_body %{nil}' \
464  --POPTdesc=$"disable %clean stanza for build"
465 # \endverbatim
466 #*/