rpm 5.3.7

rpmpopt

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