]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-popt-aliases.patch
rename FORCE_RPMRC_GNU->APPEND_TARGET_ABI to better express intention
[packages/rpm.git] / rpm-popt-aliases.patch
index 42d964b478032e6efd069d6c4e02911129054d4a..8166b08600931a174c0de50c2cabc1d8fc8b154d 100644 (file)
@@ -1,11 +1,42 @@
---- ./rpmpopt.in~      2008-03-13 16:15:55.302001813 +0200
-+++ ./rpmpopt.in       2008-03-13 16:18:11.169818380 +0200
-@@ -594,5 +594,8 @@
- rpmv  alias --httpport        --define '_httpport !#:+'
- rpmv  alias --httpproxy       --define '_httpproxy !#:+'
+--- rpm-4.4.9/rpmpopt.in       2008-03-24 22:09:33.709972364 +0200
++++ rpm-4.4.9/rpmpopt.in       2008-04-04 18:51:45.658923774 +0300
+@@ -240,5 +246,39 @@
+       --POPTdesc=$"trace macro expansion"
+ rpmspec alias --nodebuginfo   --define 'debug_package %{nil}' \
+       --POPTdesc=$"do not generate debuginfo for this package"
++# (PLD-specific) Make RPM build tree
++rpmbuild exec --install-build-tree install-build-tree \
++      --POPTdesc=$"make all needed dirs for building binary rpms"
++
++# (PLD-specific) Compiling with debuginfo may be enabled by --debug
++rpmbuild alias --debug --define 'debug 1' \
++      --POPTdesc=$"build packages with debug information"
++
++# (PLD-specific) Conditional building
++rpmbuild exec  --bcond find-spec-bcond \
++      --POPTdesc=$"find all --with/--without values"
++
++rpm    alias --with           --define "_with_!#:+     --with-!#:+" \
++      --POPTdesc=$"enable configure <option> for build" \
++      --POPTargs=$"<option>"
++rpm   alias --without --define "_without_!#:+  --without-!#:+" \
++      --POPTdesc=$"disable configure <option> for build" \
++      --POPTargs=$"<option>"
++
++rpm   alias --initdb  -qa --quiet \
++      --POPTdesc=$"Compatibility option with old rpm. Database is created lazily now."
++
 +rpm   alias --downgrade       --oldpackage \
 +      --POPTdesc=$"Allow an upgrade to replace a newer package with an older one."
++
++rpm alias --what-provides --whatprovides \
++      --POPTdesc=$"find package name that contains a provided capability"
++
++rpm alias --what-requires --whatrequires \
++      --POPTdesc=$"find package name that contains a required capability"
++
++rpmbuild alias --disable-debuginfo --define '_enable_debug_packages 0' \
++   --POPTdesc=$"Disable debuginfo package creation"
 +
  # \endverbatim
  #*/
This page took 0.024508 seconds and 4 git commands to generate.