rpm  5.2.1
rpmpopt
Go to the documentation of this file.
1 #
372 rpm alias --downgrade --oldpackage \
373  --POPTdesc=$"Allow an upgrade to replace a newer package with an older one."
374 
375 rpm alias --what-provides --whatprovides \
376  --POPTdesc=$"find package name that contains a provided capability"
377 
378 rpm alias --what-requires --whatrequires \
379  --POPTdesc=$"find package name that contains a required capability"
380 
381 rpm alias --norepackage --define '_repackage_all_erasures 0' \
382  --POPTdesc=$"Disable re-package of the files before erasing"
383 # RPM_VENDOR_PLD /* rpm-popt-aliases */
384 
385 # set the time check to <secs>
386 rpm alias --timecheck --define '_timecheck !#:+'
387 
388 rpm alias --with --define "_with_!#:+ --with-!#:+" \
389  --POPTdesc=$"enable configure <option> for build" \
390  --POPTargs=$"<option>"
391 rpm alias --without --define "_without_!#:+ --without-!#:+" \
392  --POPTdesc=$"disable configure <option> for build" \
393  --POPTargs=$"<option>"
394 #==============================================================================
395 rpmb alias --dbpath --define '_dbpath !#:+' \
396  --POPTdesc=$"use database in DIRECTORY" \
397  --POPTargs=$"DIRECTORY"
398 rpmb alias --ftpport --define '_ftpport !#:+'
399 rpmb alias --ftpproxy --define '_ftpproxy !#:+'
400 rpmb alias --httpport --define '_httpport !#:+'
401 rpmb alias --httpproxy --define '_httpproxy !#:+'
402 rpmb alias --timecheck --define '_timecheck !#:+'
403 rpmb alias --with --define "_with_!#:+ --with-!#:+" \
404  --POPTdesc=$"enable configure <option> for build" \
405  --POPTargs=$"<option>"
406 rpmb alias --without --define "_without_!#:+ --without-!#:+" \
407  --POPTdesc=$"disable configure <option> for build" \
408  --POPTargs=$"<option>"
409 #==============================================================================
410 rpmbuild alias --dbpath --define '_dbpath !#:+' \
411  --POPTdesc=$"use database in DIRECTORY" \
412  --POPTargs=$"DIRECTORY"
413 rpmbuild alias --ftpport --define '_ftpport !#:+'
414 rpmbuild alias --ftpproxy --define '_ftpproxy !#:+'
415 rpmbuild alias --httpport --define '_httpport !#:+'
416 rpmbuild alias --httpproxy --define '_httpproxy !#:+'
417 rpmbuild alias --timecheck --define '_timecheck !#:+'
418 rpmbuild alias --with --define "_with_!#:+ --with-!#:+" \
419  --POPTdesc=$"enable configure <option> for build" \
420  --POPTargs=$"<option>"
421 rpmbuild alias --without --define "_without_!#:+ --without-!#:+" \
422  --POPTdesc=$"disable configure <option> for build" \
423  --POPTargs=$"<option>"
424 rpmbuild alias --buildroot --define '.buildroot !#:+' \
425  --POPTdesc=$"override build root" \
426  --POPTargs=$"DIRECTORY"
427 
428 rpmbuild alias --lsb --noautoreq --noautoprov \
429  --define '_use_internal_dependency_generator 0' \
430  --notinlsb
431 
432 # \endverbatim
433 #*/