]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-popt-aliases.patch
- updated x32 macros with sensible values
[packages/rpm.git] / rpm-popt-aliases.patch
index 17a4da3ba0e6d3fdf0340e1f5b1e166c99a9a947..001b73f507a67048cf788efead5dc04eb9959af1 100644 (file)
@@ -1,9 +1,28 @@
 --- 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,6 +249,18 @@
+       --POPTdesc=$"override build root" \
+       --POPTargs=$"DIRECTORY"
++# (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"
++
+ rpmbuild alias --lsb --noautoreq --noautoprov \
+       --define '_use_internal_dependency_generator 0' \
+       --notinlsb
 @@ -595,4 +595,22 @@
  rpmv  alias --httpproxy       --define '_httpproxy !#:+'
  
-+rpm   alias --initdb  --qa \
++rpm   alias --initdb  -qa --quiet \
 +      --POPTdesc=$"Compatibility option with old rpm. Database is created lazily now."
 +
 +rpm   alias --downgrade       --oldpackage \
This page took 0.028664 seconds and 4 git commands to generate.