rpm 5.3.12
rpmpopt
Go to the documentation of this file.
00001 #
00406 rpm    alias --downgrade       --oldpackage \
00407         --POPTdesc=$"Allow an upgrade to replace a newer package with an older one."
00408 
00409 rpm alias --what-provides --whatprovides \
00410         --POPTdesc=$"find package name that contains a provided capability"
00411 
00412 rpm alias --what-requires --whatrequires \
00413         --POPTdesc=$"find package name that contains a required capability"
00414 
00415 rpm alias --norepackage --define '_repackage_all_erasures 0' \
00416         --POPTdesc=$"Disable re-package of the files before erasing"
00417 # RPM_VENDOR_PLD /* rpm-popt-aliases */
00418 
00419 # set the time check to <secs>
00420 rpm     alias --timecheck       --define '_timecheck !#:+'
00421 
00422 rpm     alias --with            --define "_with_!#:+       --with-!#:+" \
00423         --POPTdesc=$"enable configure <option> for build" \
00424         --POPTargs=$"<option>"
00425 rpm     alias --without         --define "_without_!#:+    --without-!#:+" \
00426         --POPTdesc=$"disable configure <option> for build" \
00427         --POPTargs=$"<option>"
00428 
00429 rpm     alias --arch --qf '%-34{=NAME}\t%{ARCH}\n' \
00430         --POPTdesc=$"list package architecture"
00431 #==============================================================================
00432 rpmbuild        alias --dbpath          --define '_dbpath !#:+' \
00433         --POPTdesc=$"use database in DIRECTORY" \
00434         --POPTargs=$"DIRECTORY"
00435 rpmbuild alias --ftpport                --define '_ftpport !#:+'
00436 rpmbuild alias --ftpproxy       --define '_ftpproxy !#:+'
00437 rpmbuild alias --httpport       --define '_httpport !#:+'
00438 rpmbuild alias --httpproxy      --define '_httpproxy !#:+'
00439 rpmbuild alias --timecheck      --define '_timecheck !#:+'
00440 rpmbuild alias --with           --define "_with_!#:+     --with-!#:+" \
00441         --POPTdesc=$"enable configure <option> for build" \
00442         --POPTargs=$"<option>"
00443 rpmbuild alias --without        --define "_without_!#:+  --without-!#:+" \
00444         --POPTdesc=$"disable configure <option> for build" \
00445         --POPTargs=$"<option>"
00446 rpmbuild alias --buildroot      --define '.buildroot !#:+' \
00447         --POPTdesc=$"override build root" \
00448         --POPTargs=$"DIRECTORY"
00449 
00450 rpmbuild alias --lsb --noautoreq --noautoprov \
00451         --define '_use_internal_dependency_generator 0' \
00452         --notinlsb
00453 
00454 rpmbuild        alias --withoutcheck            --define 'check exit 0' \
00455         --POPTdesc=$"disable %check stanza for build" 
00456 # \endverbatim
00457 #*/