added --enable/--disable aliases

This commit is contained in:
Дмитрий Левин 2002-03-31 11:28:30 +00:00
parent 86efe2018f
commit b4067d4032

View File

@ -185,7 +185,13 @@ rpm alias --with --define "_with_!#:+ --with-!#:+" \
rpm alias --without --define "_without_!#:+ --without-!#:+" \
--POPTdesc=$"disable configure <option> for build" \
--POPTargs=$"<option>"
rpm alias --enable --define "_enable_!#:+ --enable-!#:+" \
--POPTdesc=$"enable configure <option> for build" \
--POPTargs=$"<option>"
rpm alias --disable --define "_disable_!#:+ --disable-!#:+" \
--POPTdesc=$"disable configure <option> for build" \
--POPTargs=$"<option>"
rpm alias -C --clean --rmsource --rmspec
rpm alias --vendor --eval %vendor
rpm alias --packager --eval %packager
@ -205,6 +211,12 @@ rpmb alias --with --define "_with_!#:+ --with-!#:+" \
rpmb alias --without --define "_without_!#:+ --without-!#:+" \
--POPTdesc=$"disable configure <option> for build" \
--POPTargs=$"<option>"
rpmb alias --enable --define "_enable_!#:+ --enable-!#:+" \
--POPTdesc=$"enable configure <option> for build" \
--POPTargs=$"<option>"
rpmb alias --disable --define "_disable_!#:+ --disable-!#:+" \
--POPTdesc=$"disable configure <option> for build" \
--POPTargs=$"<option>"
rpmb alias -C --clean --rmsource --rmspec
#==============================================================================
rpmbuild alias --dbpath --define '_dbpath !#:+' \
@ -221,6 +233,12 @@ rpmbuild alias --with --define "_with_!#:+ --with-!#:+" \
rpmbuild alias --without --define "_without_!#:+ --without-!#:+" \
--POPTdesc=$"disable configure <option> for build" \
--POPTargs=$"<option>"
rpmbuild alias --enable --define "_enable_!#:+ --enable-!#:+" \
--POPTdesc=$"enable configure <option> for build" \
--POPTargs=$"<option>"
rpmbuild alias --disable --define "_disable_!#:+ --disable-!#:+" \
--POPTdesc=$"disable configure <option> for build" \
--POPTargs=$"<option>"
#==============================================================================
rpmd alias --dbpath --define '_dbpath !#:+' \
--POPTdesc=$"use <dir> as the directory for the database" \