]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- conditional building --with(out) aliases added rpm-4_0-4
authormis <mis@pld-linux.org>
Tue, 28 Nov 2000 16:49:39 +0000 (16:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-rpmpopt.patch -> 1.7

rpm-rpmpopt.patch

index f38a1574c182f770fa893c84dcd49a8857891168..91ef08fcf8860cccce6ac6a8c3e79a134a5dd776 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,19 @@
  # Build policies enabled from command line. Last policy applies.
  rpm alias --buildpolicy --define '__os_install_post @RPMCONFIGDIR@/brp-!#:+'
  
@@ -11,8 +11,10 @@ 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 "bcond_on_!#:+ 1"
++rpm alias --without --define "bcond_off_!#:+ 1"
 +
 +# Don't remove $BUILDROOT if --noclean
 +
This page took 0.03648 seconds and 4 git commands to generate.