]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-popt-aliases.patch
add __sh macro
[packages/rpm.git] / rpm-popt-aliases.patch
index 673b2c2d58c28a508d558dd9c6d17c132c35761f..a6c54518cdfb54de999e221d9f269c7ac7ed83a5 100644 (file)
@@ -1,10 +1,23 @@
 --- 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
-@@ -595,4 +595,22 @@
- rpmv  alias --httpproxy       --define '_httpproxy !#:+'
-+rpm   alias --initdb  --qa \
-+      --POPTdesc=$"Compatibility option with old rpm. Database iscreated lazily now."
+@@ -240,5 +249,35 @@
+       --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 --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."
This page took 0.030829 seconds and 4 git commands to generate.