]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-rpmpopt.patch
- decompress if needed before gzipping
[packages/rpm.git] / rpm-rpmpopt.patch
CommitLineData
4703c2f4
AF
1--- rpm-3.0.4/rpmpopt.in.wiget Wed Feb 23 23:40:53 2000
2+++ rpm-3.0.4/rpmpopt.in Wed Mar 22 17:39:52 2000
bde737fe 3@@ -81,3 +81,12 @@
faecf1b6 4
4703c2f4
AF
5 # Build policies enabled from command line. Last policy applies.
6 rpm alias --buildpolicy --define '__spec_install_post @RPMCONFIGDIR@/brp-!#:+'
faecf1b6 7+
4703c2f4 8+# Make RPM build tree
7dd0f111 9+rpm exec --install-build-tree install-build-tree
bde737fe 10+
11+# Compiling with debuginfo may be enabled by --debug
12+rpm alias --debug --define 'debug 1'
13+
14+# Don't remove $BUILDROOT if --noclean
15+rpm alias --noclean --define '__spec_clean_pre exit 0'
4703c2f4 16\ No newline at end of file
This page took 0.032495 seconds and 4 git commands to generate.