X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=rpm-rpmpopt.patch;h=cfd99c93110b67cc7c318f25573d9905c07a3c17;hb=f78973222bf5e67d0e21cf5abd094a74ab0086ff;hp=40911e4d6232fd29a0cda933943222abe9f0f582;hpb=7dd0f111725fbabe649ea7a7753f4222873f2276;p=packages%2Frpm.git diff --git a/rpm-rpmpopt.patch b/rpm-rpmpopt.patch index 40911e4..cfd99c9 100644 --- a/rpm-rpmpopt.patch +++ b/rpm-rpmpopt.patch @@ -1,8 +1,25 @@ -diff -ru rpm-3.0.2.old/rpmpopt rpm-3.0.2/rpmpopt ---- rpm-3.0.2.old/rpmpopt Fri Jun 18 16:32:25 1999 -+++ rpm-3.0.2/rpmpopt Tue Jul 20 13:09:55 1999 -@@ -66,3 +66,4 @@ - rpm alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]' - rpm exec --freshen freshen.sh - rpm alias -F --freshen +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,21 @@ + # Build policies enabled from command line. Last policy applies. + rpm alias --buildpolicy --define '__os_install_post @RPMCONFIGDIR@/brp-!#:+' + ++# Make RPM build tree +rpm exec --install-build-tree install-build-tree ++ ++# Compiling with debuginfo may be enabled by --debug ++rpm alias --debug --define 'debug 1' ++ ++# 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 ++ + # Choose db interface: + # 0 same as 1 + # 1 native db1 interface (e.g. linux glibc libdb1 routines).