]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-rpmpopt.patch
- behave like on x86
[packages/rpm.git] / rpm-rpmpopt.patch
1 --- rpm-4.4.4/rpmpopt.in.orig   2005-10-30 02:15:44.000000000 +0200
2 +++ rpm-4.4.4/rpmpopt.in        2005-11-18 22:43:57.809703712 +0100
3 @@ -246,6 +246,15 @@
4  rpmb   alias --without         --define "_without_!#:+    --without-!#:+" \
5         --POPTdesc=$"disable configure <option> for build" \
6         --POPTargs=$"<option>"
7 +# (PLD-specific) Make RPM build tree
8 +rpmb   exec --install-build-tree install-build-tree \
9 +       --POPTdesc=$"make all needed dirs for building binary rpms"
10 +# (PLD-specific) Compiling with debuginfo may be enabled by --debug
11 +rpmb   alias --debug --define 'debug 1' \
12 +       --POPTdesc=$"build packages with debug information"
13 +# (PLD-specific) Conditional building
14 +rpmb   exec  --bcond find-spec-bcond \
15 +       --POPTdesc=$"find all --with/--without values"
16  #==============================================================================
17  rpmbuild       alias --dbpath          --define '_dbpath !#:+' \
18         --POPTdesc=$"use database in DIRECTORY" \
19 @@ -261,6 +270,15 @@
20  rpmbuild alias --buildroot      --define '.buildroot !#:+' \
21         --POPTdesc=$"override build root" \
22         --POPTargs=$"DIRECTORY"
23 +# (PLD-specific) Make RPM build tree
24 +rpmbuild exec --install-build-tree install-build-tree \
25 +       --POPTdesc=$"make all needed dirs for building binary rpms"
26 +# (PLD-specific) Compiling with debuginfo may be enabled by --debug
27 +rpmbuild alias --debug --define 'debug 1' \
28 +       --POPTdesc=$"build packages with debug information"
29 +# (PLD-specific) Conditional building
30 +rpmbuild exec  --bcond find-spec-bcond \
31 +       --POPTdesc=$"find all --with/--without values"
32  #==============================================================================
33  rpmd   alias --dbpath          --define '_dbpath !#:+' \
34         --POPTdesc=$"use database in DIRECTORY" \
35 --- rpm-4.4.9/po/pl.po.orig     2007-05-22 01:10:34.875893544 +0200
36 +++ rpm-4.4.9/po/pl.po  2007-05-22 08:08:41.253484731 +0200
37 @@ -4509,6 +4509,18 @@
38  msgid "disable configure <option> for build"
39  msgstr "wy³±cz <opcjê> konfiguracji przy budowaniu"
40  
41 +#: rpmpopt:251
42 +msgid "make all needed dirs for building binary rpms"
43 +msgstr "utwórz wszystkie katalogi potrzebne do budowania binarnych RPM-ów"
44 +
45 +#: rpmpopt:254
46 +msgid "build packages with debug information"
47 +msgstr "buduj pakiety z informacjami do odpluskwiania"
48 +
49 +#: rpmpopt:257
50 +msgid "find all --with/--without values"
51 +msgstr "znajd¼ wszystkie warto¶ci --with/--without"
52 +
53  #: rpmpopt:262 rpmpopt:277 rpmpopt:295 rpmpopt:303
54  #: rpmpopt:311 rpmpopt:319 rpmpopt:327 rpmpopt:335
55  #: rpmpopt:343 rpmpopt:454 rpmpopt:564 rpmpopt:572
This page took 0.028021 seconds and 3 git commands to generate.