rpm
5.2.1
|
00001 # 00372 rpm alias --downgrade --oldpackage \ 00373 --POPTdesc=$"Allow an upgrade to replace a newer package with an older one." 00374 00375 rpm alias --what-provides --whatprovides \ 00376 --POPTdesc=$"find package name that contains a provided capability" 00377 00378 rpm alias --what-requires --whatrequires \ 00379 --POPTdesc=$"find package name that contains a required capability" 00380 00381 rpm alias --norepackage --define '_repackage_all_erasures 0' \ 00382 --POPTdesc=$"Disable re-package of the files before erasing" 00383 # RPM_VENDOR_PLD /* rpm-popt-aliases */ 00384 00385 # set the time check to <secs> 00386 rpm alias --timecheck --define '_timecheck !#:+' 00387 00388 rpm alias --with --define "_with_!#:+ --with-!#:+" \ 00389 --POPTdesc=$"enable configure <option> for build" \ 00390 --POPTargs=$"<option>" 00391 rpm alias --without --define "_without_!#:+ --without-!#:+" \ 00392 --POPTdesc=$"disable configure <option> for build" \ 00393 --POPTargs=$"<option>" 00394 #============================================================================== 00395 rpmb alias --dbpath --define '_dbpath !#:+' \ 00396 --POPTdesc=$"use database in DIRECTORY" \ 00397 --POPTargs=$"DIRECTORY" 00398 rpmb alias --ftpport --define '_ftpport !#:+' 00399 rpmb alias --ftpproxy --define '_ftpproxy !#:+' 00400 rpmb alias --httpport --define '_httpport !#:+' 00401 rpmb alias --httpproxy --define '_httpproxy !#:+' 00402 rpmb alias --timecheck --define '_timecheck !#:+' 00403 rpmb alias --with --define "_with_!#:+ --with-!#:+" \ 00404 --POPTdesc=$"enable configure <option> for build" \ 00405 --POPTargs=$"<option>" 00406 rpmb alias --without --define "_without_!#:+ --without-!#:+" \ 00407 --POPTdesc=$"disable configure <option> for build" \ 00408 --POPTargs=$"<option>" 00409 #============================================================================== 00410 rpmbuild alias --dbpath --define '_dbpath !#:+' \ 00411 --POPTdesc=$"use database in DIRECTORY" \ 00412 --POPTargs=$"DIRECTORY" 00413 rpmbuild alias --ftpport --define '_ftpport !#:+' 00414 rpmbuild alias --ftpproxy --define '_ftpproxy !#:+' 00415 rpmbuild alias --httpport --define '_httpport !#:+' 00416 rpmbuild alias --httpproxy --define '_httpproxy !#:+' 00417 rpmbuild alias --timecheck --define '_timecheck !#:+' 00418 rpmbuild alias --with --define "_with_!#:+ --with-!#:+" \ 00419 --POPTdesc=$"enable configure <option> for build" \ 00420 --POPTargs=$"<option>" 00421 rpmbuild alias --without --define "_without_!#:+ --without-!#:+" \ 00422 --POPTdesc=$"disable configure <option> for build" \ 00423 --POPTargs=$"<option>" 00424 rpmbuild alias --buildroot --define '.buildroot !#:+' \ 00425 --POPTdesc=$"override build root" \ 00426 --POPTargs=$"DIRECTORY" 00427 00428 rpmbuild alias --lsb --noautoreq --noautoprov \ 00429 --define '_use_internal_dependency_generator 0' \ 00430 --notinlsb 00431 00432 # \endverbatim 00433 #*/