]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-rpmpopt.patch
- updated for 4.4.3; see no reason to disable --buildpolicy
[packages/rpm.git] / rpm-rpmpopt.patch
1 --- rpm-4.4.3/rpmpopt.in.orig   2005-10-30 02:15:44.000000000 +0200
2 +++ rpm-4.4.3/rpmpopt.in        2005-11-18 22:43:57.809703712 +0100
3 @@ -134,7 +134,7 @@
4         --POPTdesc=$"Failed transactions will be rolled back automatically"
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 vendors, value should be "vendor-dist".
11  rpm alias --i18ndomains --define '_i18ndomains !#:+'
12 @@ -246,6 +246,15 @@
13  rpmb   alias --without         --define "_without_!#:+    --without-!#:+" \
14         --POPTdesc=$"disable configure <option> for build" \
15         --POPTargs=$"<option>"
16 +# (PLD-specific) Make RPM build tree
17 +rpmb   exec --install-build-tree install-build-tree \
18 +       --POPTdesc=$"make all needed dirs for building binary rpms"
19 +# (PLD-specific) Compiling with debuginfo may be enabled by --debug
20 +rpmb   alias --debug --define 'debug 1' \
21 +       --POPTdesc=$"build packages with debug information"
22 +# (PLD-specific) Conditional building
23 +rpmb   exec  --bcond find-spec-bcond \
24 +       --POPTdesc=$"find all --with/--without values"
25  #==============================================================================
26  rpmbuild       alias --dbpath          --define '_dbpath !#:+' \
27         --POPTdesc=$"use database in DIRECTORY" \
28 @@ -261,6 +270,15 @@
29  rpmbuild alias --without       --define "_without_!#:+  --without-!#:+" \
30         --POPTdesc=$"disable configure <option> for build" \
31         --POPTargs=$"<option>"
32 +# (PLD-specific) Make RPM build tree
33 +rpmbuild exec --install-build-tree install-build-tree \
34 +       --POPTdesc=$"make all needed dirs for building binary rpms"
35 +# (PLD-specific) Compiling with debuginfo may be enabled by --debug
36 +rpmbuild alias --debug --define 'debug 1' \
37 +       --POPTdesc=$"build packages with debug information"
38 +# (PLD-specific) Conditional building
39 +rpmbuild exec  --bcond find-spec-bcond \
40 +       --POPTdesc=$"find all --with/--without values"
41  #==============================================================================
42  rpmd   alias --dbpath          --define '_dbpath !#:+' \
43         --POPTdesc=$"use database in DIRECTORY" \
44 --- rpm-4.4.2/po/pl.po.orig     2005-07-23 14:59:24.279380584 +0200
45 +++ rpm-4.4.2/po/pl.po  2005-07-23 15:08:13.952857976 +0200
46 @@ -4387,6 +4387,18 @@
47  msgid "disable configure <option> for build"
48  msgstr "wy³±cz <opcjê> konfiguracji przy budowaniu"
49  
50 +#: ../rpmpopt:251
51 +msgid "make all needed dirs for building binary rpms"
52 +msgstr "utwórz wszystkie katalogi potrzebne do budowania binarnych RPM-ów"
53 +
54 +#: ../rpmpopt:254
55 +msgid "build packages with debug information"
56 +msgstr "buduj pakiety z informacjami do odpluskwiania"
57 +
58 +#: ../rpmpopt:257
59 +msgid "find all --with/--without values"
60 +msgstr "znajd¼ wszystkie warto¶ci --with/--without"
61 +
62  #: ../rpmpopt:186 ../rpmpopt:201 ../rpmpopt:216 ../rpmpopt:224 ../rpmpopt:232
63  #: ../rpmpopt:240 ../rpmpopt:248 ../rpmpopt:256 ../rpmpopt:264 ../rpmpopt:337
64  #: ../rpmpopt:409 ../rpmpopt:417
This page took 0.042343 seconds and 4 git commands to generate.