]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-popt-aliases.patch
- fix build with semanage and no other embedded interpreters
[packages/rpm.git] / rpm-popt-aliases.patch
1 --- rpm-4.4.9/rpmpopt.in        2008-03-24 22:09:33.709972364 +0200
2 +++ rpm-4.4.9/rpmpopt.in        2008-04-04 18:51:45.658923774 +0300
3 @@ -240,6 +249,18 @@
4         --POPTdesc=$"override build root" \
5         --POPTargs=$"DIRECTORY"
6  
7 +# (PLD-specific) Make RPM build tree
8 +rpmbuild exec --install-build-tree install-build-tree \
9 +       --POPTdesc=$"make all needed dirs for building binary rpms"
10 +
11 +# (PLD-specific) Compiling with debuginfo may be enabled by --debug
12 +rpmbuild alias --debug --define 'debug 1' \
13 +       --POPTdesc=$"build packages with debug information"
14 +
15 +# (PLD-specific) Conditional building
16 +rpmbuild exec  --bcond find-spec-bcond \
17 +       --POPTdesc=$"find all --with/--without values"
18 +
19  rpmbuild alias --lsb --noautoreq --noautoprov \
20         --define '_use_internal_dependency_generator 0' \
21         --notinlsb
22 @@ -595,4 +595,22 @@
23  rpmv   alias --httpproxy       --define '_httpproxy !#:+'
24  
25 +rpm    alias --initdb  -qa --quiet \
26 +       --POPTdesc=$"Compatibility option with old rpm. Database is created lazily now."
27 +
28 +rpm    alias --downgrade       --oldpackage \
29 +       --POPTdesc=$"Allow an upgrade to replace a newer package with an older one."
30 +
31 +rpm alias --what-provides --whatprovides \
32 +       --POPTdesc=$"find package name that contains a provided capability"
33 +
34 +rpm alias --what-requires --whatrequires \
35 +       --POPTdesc=$"find package name that contains a required capability"
36 +
37 +rpm alias --norepackage --define '_repackage_all_erasures 0' \
38 +       --POPTdesc=$"Disable re-package of the files before erasing"
39 +
40 +rpmbuild alias --disable-debuginfo --define '_enable_debug_packages 0' \
41 +   --POPTdesc=$"Disable debuginfo package creation"
42 +
43  # \endverbatim
44  #*/
This page took 0.029439 seconds and 3 git commands to generate.