]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-rpmpopt.patch
- updated for new snap
[packages/rpm.git] / rpm-rpmpopt.patch
1 --- rpm-4.3/rpmpopt.in.orig     2003-02-06 19:02:50.000000000 +0100
2 +++ rpm-4.3/rpmpopt.in  2003-06-10 23:55:22.000000000 +0200
3 @@ -105,16 +105,11 @@
4         --POPTdesc=$"find package name that contains a required capability (needs rpmdb-redhat package installed)"
5  
6  # colon separated i18n domains to use as PO catalogue lookaside for
7 -* retrieving header group/description/summary.
8 +# retrieving header group/description/summary.
9  #
10  # For Red Hat, value should be "redhat-dist:redhat-powertools".
11  rpm alias --i18ndomains --define '_i18ndomains !#:+'
12  
13 -# Build policies enabled from command line. Last policy applies.
14 -rpm alias --buildpolicy --define '__os_install_post @RPMCONFIGDIR@/brp-!#:+' \
15 -       --POPTdesc=$"set buildroot <policy> (e.g. compress man pages)" \
16 -       --POPTargs=$"<policy>"
17 -
18  # Choose db interface:
19  #      0       same as 1
20  #      1       native db1 interface (e.g. linux glibc libdb1 routines).
21 @@ -217,6 +212,15 @@
22  rpmb   alias --without         --define "_without_!#:+    --without-!#:+" \
23         --POPTdesc=$"disable configure <option> for build" \
24         --POPTargs=$"<option>"
25 +# (PLD-specific) Make RPM build tree
26 +rpmb   exec --install-build-tree install-build-tree \
27 +       --POPTdesc=$"make all needed dirs for building binary rpms"
28 +# (PLD-specific) Compiling with debuginfo may be enabled by --debug
29 +rpmb   alias --debug --define 'debug 1' \
30 +       --POPTdesc=$"build packages with debug information"
31 +# (PLD-specific) Conditional building
32 +rpmb   exec  --bcond find-spec-bcond \
33 +       --POPTdesc=$"find all --with/--without values"
34  #==============================================================================
35  rpmbuild       alias --dbpath          --define '_dbpath !#:+' \
36         --POPTdesc=$"use database in DIRECTORY" \
37 @@ -232,6 +236,19 @@
38  rpmbuild alias --without       --define "_without_!#:+  --without-!#:+" \
39         --POPTdesc=$"disable configure <option> for build" \
40         --POPTargs=$"<option>"
41 +# (PLD-specific) Make RPM build tree
42 +rpmbuild exec --install-build-tree install-build-tree \
43 +       --POPTdesc=$"make all needed dirs for building binary rpms"
44 +# (PLD-specific) Compiling with debuginfo may be enabled by --debug
45 +rpmbuild alias --debug --define 'debug 1' \
46 +       --POPTdesc=$"build packages with debug information"
47 +# (PLD-specific) Conditional building
48 +rpmbuild exec  --bcond find-spec-bcond \
49 +       --POPTdesc=$"find all --with/--without values"
50 +# Build policies enabled from command line. Last policy applies.
51 +#rpmbuild alias --buildpolicy --define '__os_install_post @RPMCONFIGDIR@/brp-!#:+' \
52 +#      --POPTdesc=$"set buildroot <policy> (e.g. compress man pages)" \
53 +#      --POPTargs=$"<policy>"
54  #==============================================================================
55  rpmd   alias --dbpath          --define '_dbpath !#:+' \
56         --POPTdesc=$"use database in DIRECTORY" \
57 ;--- rpm-4.3/po/pl.po.orig      2003-06-10 23:48:19.000000000 +0200
58 ;+++ rpm-4.3/po/pl.po   2003-06-10 23:59:11.000000000 +0200
59 ;@@ -3791,6 +3791,18 @@
60 ; msgid "disable configure <option> for build"
61 ; msgstr "wy³±cz <opcjê> konfiguracji przy budowaniu"
62
63 ;+#: ../rpmpopt:217
64 ;+msgid "make all needed dirs for building binary rpms"
65 ;+msgstr "utwórz wszystkie katalogi potrzebne do budowania binarnych RPM-ów"
66 ;+
67 ;+#: ../rpmpopt:220
68 ;+msgid "build packages with debug information"
69 ;+msgstr "buduj pakiety z informacjami do odpluskwiania"
70 ;+
71 ;+#: ../rpmpopt:223
72 ;+msgid "find all --with/--without values"
73 ;+msgstr "znajd¼ wszystkie warto¶ci --with/--without"
74 ;+
75 ; #: ../rpmpopt:216 ../rpmpopt:231 ../rpmpopt:246 ../rpmpopt:254
76 ; #: ../rpmpopt:262 ../rpmpopt:270 ../rpmpopt:278 ../rpmpopt:286
77 ; #: ../rpmpopt:294 ../rpmpopt:389 ../rpmpopt:483 ../rpmpopt:491
This page took 0.027923 seconds and 4 git commands to generate.