]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-rpmpopt.patch
- cleanup part 3: renumbered sources and patches
[packages/rpm.git] / rpm-rpmpopt.patch
1 diff -Nru rpm-4.0/rpmpopt.in rpm-4.0.new/rpmpopt.in
2 --- rpm-4.0/rpmpopt.in  Wed Nov 15 19:18:35 2000
3 +++ rpm-4.0.new/rpmpopt.in      Wed Nov 15 19:18:15 2000
4 @@ -80,6 +80,21 @@
5  # Build policies enabled from command line. Last policy applies.
6  rpm alias --buildpolicy --define '__os_install_post @RPMCONFIGDIR@/brp-!#:+'
7  
8 +# Make RPM build tree
9 +rpm exec --install-build-tree install-build-tree \
10 +       --POPTdesc=$"make all needed dirs for building binary rpms"
11 +
12 +# Compiling with debuginfo may be enabled by --debug
13 +rpm alias --debug --define 'debug 1' \
14 +       --POPTdesc=$"build packages with debug informations"
15 +rpmb alias --debug --define 'debug 1' \
16 +       --POPTdesc=$"build packages with debug informations"
17 +rpmbuild alias --debug --define 'debug 1' \
18 +       --POPTdesc=$"build packages with debug informations"
19 +
20 +# Conditional building 
21 +rpm exec  --bcond   find-spec-bcond \
22 +       --POPTdesc=$"find all --with/--without values"
23  # Choose db interface:
24  #      0       same as 1
25  #      1       native db1 interface (e.g. linux glibc libdb1 routines).
26 --- rpm-4.1/po/pl.po.orig       Wed Oct 23 23:01:03 2002
27 +++ rpm-4.1/po/pl.po    Wed Oct 23 23:11:20 2002
28 @@ -3789,4 +3789,13 @@
29  #: ../rpmpopt:410 ../rpmpopt:418
30  msgid "DIRECTORY"
31  msgstr "KATALOG"
32 +
33 +msgid "make all needed dirs for building binary rpms"
34 +msgstr "utwórz wszystkie katalogi potrzebne do budowania pakietów RPM"
35 +
36 +msgid "build packages with debug informations"
37 +msgstr "buduj pakiety z informacjami do odpluskwiania"
38 +
39 +msgid "find all --with/--without values"
40 +msgstr "znajd¼ wszystkie u¿ywane --with/--without"
41  
This page took 0.030831 seconds and 4 git commands to generate.