]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-rpmpopt.patch
- quiet -qa output, we're not interested in it here
[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 @@ -240,6 +249,16 @@
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 +# (PLD-specific) Compiling with debuginfo may be enabled by --debug
11 +rpmbuild alias --debug --define 'debug 1' \
12 +       --POPTdesc=$"build packages with debug information"
13 +# (PLD-specific) Conditional building
14 +rpmbuild exec  --bcond find-spec-bcond \
15 +       --POPTdesc=$"find all --with/--without values"
16 +
17  rpmbuild alias --lsb --noautoreq --noautoprov \
18         --define '_use_internal_dependency_generator 0' \
19         --notinlsb
20 ;--- rpm-4.4.9/po/pl.po.orig    2007-05-22 01:10:34.875893544 +0200
21 ;+++ rpm-4.4.9/po/pl.po 2007-05-22 08:08:41.253484731 +0200
22 ;@@ -4509,6 +4509,18 @@
23 ; msgid "disable configure <option> for build"
24 ; msgstr "wy³±cz <opcjê> konfiguracji przy budowaniu"
25
26 ;+#: rpmpopt:251
27 ;+msgid "make all needed dirs for building binary rpms"
28 ;+msgstr "utwórz wszystkie katalogi potrzebne do budowania binarnych RPM-ów"
29 ;+
30 ;+#: rpmpopt:254
31 ;+msgid "build packages with debug information"
32 ;+msgstr "buduj pakiety z informacjami do odpluskwiania"
33 ;+
34 ;+#: rpmpopt:257
35 ;+msgid "find all --with/--without values"
36 ;+msgstr "znajd¼ wszystkie warto¶ci --with/--without"
37 ;+
38 ; #: rpmpopt:262 rpmpopt:277 rpmpopt:295 rpmpopt:303
39 ; #: rpmpopt:311 rpmpopt:319 rpmpopt:327 rpmpopt:335
40 ; #: rpmpopt:343 rpmpopt:454 rpmpopt:564 rpmpopt:572
This page took 0.030629 seconds and 3 git commands to generate.