]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-rpmpopt.patch
typo
[packages/rpm.git] / rpm-rpmpopt.patch
index f38a1574c182f770fa893c84dcd49a8857891168..cfd99c93110b67cc7c318f25573d9905c07a3c17 100644 (file)
@@ -1,7 +1,7 @@
 diff -Nru rpm-4.0/rpmpopt.in rpm-4.0.new/rpmpopt.in
 --- rpm-4.0/rpmpopt.in Wed Nov 15 19:18:35 2000
 +++ rpm-4.0.new/rpmpopt.in     Wed Nov 15 19:18:15 2000
-@@ -80,6 +80,17 @@
+@@ -80,6 +80,21 @@
  # Build policies enabled from command line. Last policy applies.
  rpm alias --buildpolicy --define '__os_install_post @RPMCONFIGDIR@/brp-!#:+'
  
@@ -11,8 +11,12 @@ diff -Nru rpm-4.0/rpmpopt.in rpm-4.0.new/rpmpopt.in
 +# Compiling with debuginfo may be enabled by --debug
 +rpm alias --debug --define 'debug 1'
 +
-+# Display spec's bcond_* 
-+rpm exec --bcond find-spec-bcond
++# Conditional building 
++rpm exec  --bcond   find-spec-bcond
++rpm alias --with    --define "_with_!#:+       --with-!#:+"
++rpm alias --without --define "_without_!#:+       --without-!#:+"
++rpmb alias --with    --define "_with_!#:+       --with-!#:+"
++rpmb alias --without --define "_without_!#:+       --without-!#:+"
 +
 +# Don't remove $BUILDROOT if --noclean
 +
This page took 0.031329 seconds and 4 git commands to generate.