]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-rpmpopt.patch
- changed polish description of devel subpackage.
[packages/rpm.git] / rpm-rpmpopt.patch
index 167b45b62812c4ad2ecdd2929f8cf7b4869b3744..cfd99c93110b67cc7c318f25573d9905c07a3c17 100644 (file)
@@ -1,16 +1,25 @@
---- rpm-3.0.4/rpmpopt.in.wiget Wed Feb 23 23:40:53 2000
-+++ rpm-3.0.4/rpmpopt.in       Wed Mar 22 17:39:52 2000
-@@ -81,3 +81,12 @@
+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 '__spec_install_post @RPMCONFIGDIR@/brp-!#:+'
-+
+ 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
-+rpm alias --noclean --define '__spec_clean_pre exit 0'
-\ No newline at end of file
++
+ # Choose db interface:
+ #     0       same as 1
+ #     1       native db1 interface (e.g. linux glibc libdb1 routines).
This page took 0.030107 seconds and 4 git commands to generate.