Split popt glue into lib/popt{BT,QV}.c.
authorjbj <devnull@localhost>
Thu, 1 Jun 2000 04:47:42 +0000 (04:47 +0000)
committerjbj <devnull@localhost>
Thu, 1 Jun 2000 04:47:42 +0000 (04:47 +0000)
Add dependencies to *.la.

CVS patchset: 3787
CVS date: 2000/06/01 04:47:42

32 files changed:
Makefile.am
build.c
build.h
build/Makefile.am
lib/Makefile.am
lib/poptBT.c [new file with mode: 0644]
lib/poptQV.c [new file with mode: 0644]
lib/query.c
lib/rpmlib.h
po/POTFILES.in
po/cs.po
po/de.po
po/fi.po
po/fr.po
po/ja.po
po/pl.po
po/pt_BR.po
po/rpm.pot
po/ru.po
po/sk.po
po/sl.po
po/sr.po
po/sv.po
po/tr.po
popt/configure.in
popt/po/ro.po
popt/po/sk.po
popt/po/tr.po
rpm.c
rpm.spec
rpmqv.c
tools/Makefile.am

index d3d7e1b..8a1a914 100644 (file)
@@ -13,7 +13,7 @@ EXTRA_DIST = CHANGES CREDITS GROUPS README.amiga INSTALL \
 EXTRA_PROGRAMS = rpmconvert
 
 # XXX TODO: python perl
-SUBDIRS = intl po popt build lib misc tools scripts tests doc .
+SUBDIRS = intl po popt lib build misc tools scripts tests doc .
 
 INCLUDES = -I$(top_srcdir)/build -I$(top_srcdir)/lib -I$(top_srcdir)/popt \
        @INCPATH@
@@ -23,13 +23,11 @@ myLDFLAGS = -L$(top_builddir)/build -L$(top_builddir)/lib -L$(top_builddir)/popt
 # XXX libtool can/should generate dependent libs.
 # XXX solaris2.6 cannot use *.la with --all-static (downrev binutils/egcs?)
 myLDADD = \
-       $(top_builddir)/build/.libs/librpmbuild.a \
-       $(top_builddir)/lib/.libs/librpm.a \
-       $(top_builddir)/popt/.libs/libpopt.a \
+       $(top_builddir)/popt/libpopt.la \
+       $(top_builddir)/lib/librpm.la \
+       $(top_builddir)/build/librpmbuild.la \
        @INTLLIBS@ @LIBMISC@
 
-newLDADD = -lrpmbuild -lrpm -lpopt @INTLLIBS@ @LIBMISC@
-
 rpmbindir = `echo $(bindir) | sed -e s,usr/bin,bin,`
 rpmbin_PROGRAMS = rpm
 
@@ -52,32 +50,27 @@ rpm_LDFLAGS =               @LDFLAGS_STATIC@ $(myLDFLAGS)
 rpm_LDADD =            $(myLDADD)
 
 rpmb_SOURCES =         build.c
-rpmb_LDFLAGS =         $(myLDFLAGS)
-rpmb_LDADD =           rpmb.o $(newLDADD)
+rpmb_LDADD =           rpmb.o $(myLDADD)
 rpmb.o:        rpmqv.c
        $(COMPILE) -DIAM_RPMBT -o $@ -c $<
 
 rpmdb_SOURCES =
-rpmdb_LDFLAGS =                $(myLDFLAGS)
-rpmdb_LDADD =          rpmdb.o $(newLDADD)
+rpmdb_LDADD =          rpmdb.o $(myLDADD)
 rpmdb.o:       rpmqv.c
        $(COMPILE) -DIAM_RPMDB -o $@ -c $<
 
 rpmi_SOURCES =
-rpmi_LDFLAGS =         $(myLDFLAGS)
-rpmi_LDADD =           rpmi.o $(newLDADD)
+rpmi_LDADD =           rpmi.o $(myLDADD)
 rpmi.o:        rpmqv.c
        $(COMPILE) -DIAM_RPMEIU -o $@ -c $<
 
 rpmk_SOURCES =
-rpmk_LDFLAGS =         $(myLDFLAGS)
-rpmk_LDADD =           rpmk.o $(newLDADD)
+rpmk_LDADD =           rpmk.o $(myLDADD)
 rpmk.o:        rpmqv.c
        $(COMPILE) -DIAM_RPMK -o $@ -c $<
 
 rpmq_SOURCES =
-rpmq_LDFLAGS =         $(myLDFLAGS)
-rpmq_LDADD =           rpmq.o $(newLDADD)
+rpmq_LDADD =           rpmq.o $(myLDADD)
 rpmq.o:        rpmqv.c
        $(COMPILE) -DIAM_RPMQV -o $@ -c $<
 
diff --git a/build.c b/build.c
index 4fe310d..b2ffdda 100644 (file)
--- a/build.c
+++ b/build.c
@@ -313,152 +313,3 @@ exit:
     rpmReadConfigFiles(rcfile, NULL);
     return rc;
 }
-
-#define        POPT_USECATALOG         1000
-#define        POPT_NOLANG             1001
-#define        POPT_RMSOURCE           1002
-#define        POPT_RMBUILD            1003
-#define        POPT_BUILDROOT          1004
-#define        POPT_TARGETPLATFORM     1007
-#define        POPT_NOBUILD            1008
-#define        POPT_SHORTCIRCUIT       1009
-#define        POPT_RMSPEC             1010
-
-#define        POPT_REBUILD            0x4220
-#define        POPT_RECOMPILE          0x4320
-#define        POPT_BA                 0x6261
-#define        POPT_BB                 0x6262
-#define        POPT_BC                 0x6263
-#define        POPT_BI                 0x6269
-#define        POPT_BL                 0x626c
-#define        POPT_BP                 0x6270
-#define        POPT_BS                 0x6273
-#define        POPT_TA                 0x7461
-#define        POPT_TB                 0x7462
-#define        POPT_TC                 0x7463
-#define        POPT_TI                 0x7469
-#define        POPT_TL                 0x746c
-#define        POPT_TP                 0x7470
-#define        POPT_TS                 0x7473
-
-extern int noLang;
-static int noBuild = 0;
-static int useCatalog = 0;
-
-static void buildArgCallback( /*@unused@*/ poptContext con,
-       /*@unused@*/ enum poptCallbackReason reason,
-       const struct poptOption * opt, const char * arg, const void * data)
-{
-    struct rpmBuildArguments * rba = (struct rpmBuildArguments *) data;
-
-    switch (opt->val) {
-    case POPT_REBUILD:
-    case POPT_RECOMPILE:
-    case POPT_BA:
-    case POPT_BB:
-    case POPT_BC:
-    case POPT_BI:
-    case POPT_BL:
-    case POPT_BP:
-    case POPT_BS:
-    case POPT_TA:
-    case POPT_TB:
-    case POPT_TC:
-    case POPT_TI:
-    case POPT_TL:
-    case POPT_TP:
-    case POPT_TS:
-       if (rba->buildMode == ' ') {
-           rba->buildMode = (opt->val >> 8) & 0xff;
-           rba->buildChar = (opt->val     ) & 0xff;
-       }
-       break;
-    case POPT_USECATALOG: rba->useCatalog = 1; break;
-    case POPT_NOBUILD: rba->noBuild = 1; break;
-    case POPT_NOLANG: rba->noLang = 1; break;
-    case POPT_SHORTCIRCUIT: rba->shortCircuit = 1; break;
-    case POPT_RMSOURCE: rba->buildAmount |= RPMBUILD_RMSOURCE; break;
-    case POPT_RMSPEC: rba->buildAmount |= RPMBUILD_RMSPEC; break;
-    case POPT_RMBUILD: rba->buildAmount |= RPMBUILD_RMBUILD; break;
-    case POPT_BUILDROOT:
-       if (rba->buildRootOverride) {
-           fprintf(stderr, _("buildroot already specified"));
-           exit(EXIT_FAILURE);
-           /*@notreached@*/
-       }
-       rba->buildRootOverride = xstrdup(arg);
-       break;
-    case POPT_TARGETPLATFORM:
-       if (rba->targets) {
-           int len = strlen(rba->targets) + 1 + strlen(arg) + 1;
-           rba->targets = xrealloc(rba->targets, len);
-           strcat(rba->targets, ",");
-       } else {
-           rba->targets = xmalloc(strlen(arg) + 1);
-           rba->targets[0] = '\0';
-       }
-       strcat(rba->targets, arg);
-       break;
-    }
-}
-
-/** */
-struct poptOption rpmBuildPoptTable[] = {
-       { NULL, '\0', POPT_ARG_CALLBACK | POPT_CBFLAG_INC_DATA,
-               buildArgCallback, 0, NULL, NULL },
-
-       { "bp", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_BP,
-               N_("build through %%prep stage from spec file"), NULL},
-       { "bc", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_BC,
-               N_("build through %%build stage from spec file"), NULL},
-       { "bi", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_BI,
-               N_("build through %%install stage from spec file"), NULL},
-       { "bl", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_BL,
-               N_("verify %%files section from spec file"), NULL},
-       { "ba", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_BA,
-               N_("build source and binary package from spec file"), NULL},
-       { "bb", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_BB,
-               N_("build binary package from spec file"), NULL},
-       { "bs", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_BS,
-               N_("build source package from spec file"), NULL},
-
-       { "tp", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_TP,
-               N_("build through %%prep stage from tar ball"), NULL},
-       { "tc", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_TC,
-               N_("build through %%build stage from tar ball"), NULL},
-       { "ti", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_TI,
-               N_("build through %%install stage from tar ball"), NULL},
-       { "tl", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_TL,
-               N_("verify %%files section from tar ball"), NULL},
-       { "ta", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_TA,
-               N_("build source and binary package from tar ball"), NULL},
-       { "tb", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_TB,
-               N_("build binary package from tar ball"), NULL},
-       { "ts", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_TS,
-               N_("build source package from tar ball"), NULL},
-
-       { "rebuild", '\0', 0, 0, POPT_REBUILD,
-               N_("build binary package from source package"), NULL},
-       { "recompile", '\0', 0, 0, POPT_REBUILD,
-               N_("build through %%install stage from source package"), NULL},
-
-       { "buildroot", '\0', POPT_ARG_STRING, 0,  POPT_BUILDROOT,
-               N_("override build root"), "DIRECTORY" },
-       { "clean", '\0', 0, 0, POPT_RMBUILD,
-               N_("remove build tree when done"), NULL},
-       { "nobuild", '\0', 0, &noBuild,  POPT_NOBUILD,
-               N_("do not execute any stages of the build"), NULL },
-       { "nolang", '\0', 0, &noLang, POPT_NOLANG,
-               N_("do not accept I18N msgstr's from specfile"), NULL},
-       { "rmsource", '\0', 0, 0, POPT_RMSOURCE,
-               N_("remove sources when done"), NULL},
-       { "rmspec", '\0', 0, 0, POPT_RMSPEC,
-               N_("remove specfile when done"), NULL},
-       { "short-circuit", '\0', 0, 0,  POPT_SHORTCIRCUIT,
-               N_("skip straight to specified stage (only for c,i)"), NULL },
-       { "target", '\0', POPT_ARG_STRING, 0,  POPT_TARGETPLATFORM,
-               N_("override target platform"), "CPU-VENDOR-OS" },
-       { "usecatalog", '\0', 0, &useCatalog, POPT_USECATALOG,
-               N_("lookup I18N strings in specfile catalog"), NULL},
-       { 0, 0, 0, 0, 0,        NULL, NULL }
-};
diff --git a/build.h b/build.h
index 7cc515f..61370ab 100644 (file)
--- a/build.h
+++ b/build.h
@@ -5,21 +5,6 @@
 extern "C" {
 #endif
 
-extern struct poptOption rpmBuildPoptTable[];
-
-struct rpmBuildArguments {
-    int buildAmount;
-    const char *buildRootOverride;
-    char *targets;
-    int useCatalog;
-    int noLang;
-    int noBuild;
-    int shortCircuit;
-    char buildMode;
-    char buildChar;
-    /*@dependent@*/ const char *rootdir;
-};
-
 int build(const char *arg, struct rpmBuildArguments *ba, const char *passPhrase,
          int fromTarball, char *cookie, const char * rcfile, int force,
          int nodeps);
index 2a0b4c5..2254f95 100644 (file)
@@ -15,7 +15,7 @@ librpmbuild_la_SOURCES = \
        parseBuildInstallClean.c parseChangelog.c parseDescription.c \
        parseFiles.c parsePreamble.c parsePrep.c parseReqs.c parseScript.c \
        parseSpec.c reqprov.c spec.c
-#librpmbuild_la_LIBADD = -lrpm -lpopt
+librpmbuild_la_LIBADD = -lrpm
 
 .PHONY:        lclint
 lclint:
index 34a2169..2d365a1 100644 (file)
@@ -22,12 +22,12 @@ librpm_la_SOURCES = \
        cpio.c $(DBLIBOBJS) depends.c \
        formats.c fprint.c fs.c hash.c header.c install.c \
        macro.c md5.c md5sum.c \
-       messages.c misc.c oldheader.c package.c problems.c query.c \
+       messages.c misc.c oldheader.c package.c problems.c \
+       poptBT.c poptQV.c query.c \
        rpmchecksig.c rpmdb.c rpmerr.c rpminstall.c \
        rpmio.c rpmlead.c rpmmalloc.c rpmrc.c signature.c stringbuf.c stubs.c \
        tagName.c tagtable.c transaction.c uninstall.c url.c verify.c
-librpm_la_LIBADD = $(subst .c,.lo,$(DBLIBOBJS))
-#librpm_la_LIBADD = -lpopt
+librpm_la_LIBADD = $(subst .c,.lo,$(DBLIBOBJS)) -lpopt
 
 falloc.lo: falloc.c $(top_srcdir)/system.h rpmio.h falloc.h
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
diff --git a/lib/poptBT.c b/lib/poptBT.c
new file mode 100644 (file)
index 0000000..b3a9361
--- /dev/null
@@ -0,0 +1,161 @@
+/** \file poptbuild.c
+ *  Popt tables for build modes.
+ */
+
+#include "system.h"
+
+#include <rpmbuild.h>
+#include <rpmurl.h>
+
+#include "build.h"
+
+struct rpmBuildArguments         rpmBTArgs;
+
+#define        POPT_USECATALOG         1000
+#define        POPT_NOLANG             1001
+#define        POPT_RMSOURCE           1002
+#define        POPT_RMBUILD            1003
+#define        POPT_BUILDROOT          1004
+#define        POPT_TARGETPLATFORM     1007
+#define        POPT_NOBUILD            1008
+#define        POPT_SHORTCIRCUIT       1009
+#define        POPT_RMSPEC             1010
+
+#define        POPT_REBUILD            0x4220
+#define        POPT_RECOMPILE          0x4320
+#define        POPT_BA                 0x6261
+#define        POPT_BB                 0x6262
+#define        POPT_BC                 0x6263
+#define        POPT_BI                 0x6269
+#define        POPT_BL                 0x626c
+#define        POPT_BP                 0x6270
+#define        POPT_BS                 0x6273
+#define        POPT_TA                 0x7461
+#define        POPT_TB                 0x7462
+#define        POPT_TC                 0x7463
+#define        POPT_TI                 0x7469
+#define        POPT_TL                 0x746c
+#define        POPT_TP                 0x7470
+#define        POPT_TS                 0x7473
+
+extern int noLang;
+static int noBuild = 0;
+static int useCatalog = 0;
+
+static void buildArgCallback( /*@unused@*/ poptContext con,
+       /*@unused@*/ enum poptCallbackReason reason,
+       const struct poptOption * opt, const char * arg, const void * data)
+{
+    struct rpmBuildArguments * rba = (struct rpmBuildArguments *) data;
+
+    switch (opt->val) {
+    case POPT_REBUILD:
+    case POPT_RECOMPILE:
+    case POPT_BA:
+    case POPT_BB:
+    case POPT_BC:
+    case POPT_BI:
+    case POPT_BL:
+    case POPT_BP:
+    case POPT_BS:
+    case POPT_TA:
+    case POPT_TB:
+    case POPT_TC:
+    case POPT_TI:
+    case POPT_TL:
+    case POPT_TP:
+    case POPT_TS:
+       if (rba->buildMode == ' ') {
+           rba->buildMode = (opt->val >> 8) & 0xff;
+           rba->buildChar = (opt->val     ) & 0xff;
+       }
+       break;
+    case POPT_USECATALOG: rba->useCatalog = 1; break;
+    case POPT_NOBUILD: rba->noBuild = 1; break;
+    case POPT_NOLANG: rba->noLang = 1; break;
+    case POPT_SHORTCIRCUIT: rba->shortCircuit = 1; break;
+    case POPT_RMSOURCE: rba->buildAmount |= RPMBUILD_RMSOURCE; break;
+    case POPT_RMSPEC: rba->buildAmount |= RPMBUILD_RMSPEC; break;
+    case POPT_RMBUILD: rba->buildAmount |= RPMBUILD_RMBUILD; break;
+    case POPT_BUILDROOT:
+       if (rba->buildRootOverride) {
+           fprintf(stderr, _("buildroot already specified"));
+           exit(EXIT_FAILURE);
+           /*@notreached@*/
+       }
+       rba->buildRootOverride = xstrdup(arg);
+       break;
+    case POPT_TARGETPLATFORM:
+       if (rba->targets) {
+           int len = strlen(rba->targets) + 1 + strlen(arg) + 1;
+           rba->targets = xrealloc(rba->targets, len);
+           strcat(rba->targets, ",");
+       } else {
+           rba->targets = xmalloc(strlen(arg) + 1);
+           rba->targets[0] = '\0';
+       }
+       strcat(rba->targets, arg);
+       break;
+    }
+}
+
+/** */
+struct poptOption rpmBuildPoptTable[] = {
+       { NULL, '\0', POPT_ARG_CALLBACK | POPT_CBFLAG_INC_DATA,
+               buildArgCallback, 0, NULL, NULL },
+
+       { "bp", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_BP,
+               N_("build through %%prep stage from spec file"), NULL},
+       { "bc", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_BC,
+               N_("build through %%build stage from spec file"), NULL},
+       { "bi", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_BI,
+               N_("build through %%install stage from spec file"), NULL},
+       { "bl", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_BL,
+               N_("verify %%files section from spec file"), NULL},
+       { "ba", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_BA,
+               N_("build source and binary package from spec file"), NULL},
+       { "bb", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_BB,
+               N_("build binary package from spec file"), NULL},
+       { "bs", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_BS,
+               N_("build source package from spec file"), NULL},
+
+       { "tp", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_TP,
+               N_("build through %%prep stage from tar ball"), NULL},
+       { "tc", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_TC,
+               N_("build through %%build stage from tar ball"), NULL},
+       { "ti", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_TI,
+               N_("build through %%install stage from tar ball"), NULL},
+       { "tl", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_TL,
+               N_("verify %%files section from tar ball"), NULL},
+       { "ta", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_TA,
+               N_("build source and binary package from tar ball"), NULL},
+       { "tb", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_TB,
+               N_("build binary package from tar ball"), NULL},
+       { "ts", 0, POPT_ARGFLAG_ONEDASH, 0, POPT_TS,
+               N_("build source package from tar ball"), NULL},
+
+       { "rebuild", '\0', 0, 0, POPT_REBUILD,
+               N_("build binary package from source package"), NULL},
+       { "recompile", '\0', 0, 0, POPT_REBUILD,
+               N_("build through %%install stage from source package"), NULL},
+
+       { "buildroot", '\0', POPT_ARG_STRING, 0,  POPT_BUILDROOT,
+               N_("override build root"), "DIRECTORY" },
+       { "clean", '\0', 0, 0, POPT_RMBUILD,
+               N_("remove build tree when done"), NULL},
+       { "nobuild", '\0', 0, &noBuild,  POPT_NOBUILD,
+               N_("do not execute any stages of the build"), NULL },
+       { "nolang", '\0', 0, &noLang, POPT_NOLANG,
+               N_("do not accept I18N msgstr's from specfile"), NULL},
+       { "rmsource", '\0', 0, 0, POPT_RMSOURCE,
+               N_("remove sources when done"), NULL},
+       { "rmspec", '\0', 0, 0, POPT_RMSPEC,
+               N_("remove specfile when done"), NULL},
+       { "short-circuit", '\0', 0, 0,  POPT_SHORTCIRCUIT,
+               N_("skip straight to specified stage (only for c,i)"), NULL },
+       { "target", '\0', POPT_ARG_STRING, 0,  POPT_TARGETPLATFORM,
+               N_("override target platform"), "CPU-VENDOR-OS" },
+       { "usecatalog", '\0', 0, &useCatalog, POPT_USECATALOG,
+               N_("lookup I18N strings in specfile catalog"), NULL},
+       { 0, 0, 0, 0, 0,        NULL, NULL }
+};
diff --git a/lib/poptQV.c b/lib/poptQV.c
new file mode 100644 (file)
index 0000000..aade62f
--- /dev/null
@@ -0,0 +1,144 @@
+#include "system.h"
+
+#include "rpmbuild.h"
+#include <rpmurl.h>
+
+struct rpmQVArguments rpmQVArgs;
+int specedit = 0;
+
+/* ======================================================================== */
+#define POPT_QUERYFORMAT       1000
+#define POPT_WHATREQUIRES      1001
+#define POPT_WHATPROVIDES      1002
+#define POPT_QUERYBYNUMBER     1003
+#define POPT_TRIGGEREDBY       1004
+#define POPT_DUMP              1005
+#define POPT_SPECFILE          1006
+
+/* ========== Query/Verify source popt args */
+static void rpmQVSourceArgCallback( /*@unused@*/ poptContext con,
+       /*@unused@*/ enum poptCallbackReason reason,
+       const struct poptOption * opt, /*@unused@*/ const char * arg, 
+       const void * data)
+{
+    QVA_t *qva = (QVA_t *) data;
+
+    switch (opt->val) {
+    case 'q':
+    case 'Q':
+    case 'V':
+       if (qva->qva_mode == ' ') {
+           qva->qva_mode = opt->val;
+           qva->qva_char = ' ';
+       }
+       break;
+    case 'a': qva->qva_source |= RPMQV_ALL; qva->qva_sourceCount++; break;
+    case 'f': qva->qva_source |= RPMQV_PATH; qva->qva_sourceCount++; break;
+    case 'g': qva->qva_source |= RPMQV_GROUP; qva->qva_sourceCount++; break;
+    case 'p': qva->qva_source |= RPMQV_RPM; qva->qva_sourceCount++; break;
+    case POPT_WHATPROVIDES: qva->qva_source |= RPMQV_WHATPROVIDES; 
+                             qva->qva_sourceCount++; break;
+    case POPT_WHATREQUIRES: qva->qva_source |= RPMQV_WHATREQUIRES; 
+                             qva->qva_sourceCount++; break;
+    case POPT_TRIGGEREDBY: qva->qva_source |= RPMQV_TRIGGEREDBY;
+                             qva->qva_sourceCount++; break;
+
+/* XXX SPECFILE is not verify sources */
+    case POPT_SPECFILE:
+       qva->qva_source |= RPMQV_SPECFILE;
+       qva->qva_sourceCount++;
+       break;
+    case POPT_QUERYBYNUMBER:
+       qva->qva_source |= RPMQV_DBOFFSET; 
+       qva->qva_sourceCount++;
+       break;
+    }
+}
+
+struct poptOption rpmQVSourcePoptTable[] = {
+       { NULL, '\0', POPT_ARG_CALLBACK | POPT_CBFLAG_INC_DATA, 
+               rpmQVSourceArgCallback, 0, NULL, NULL },
+       { "file", 'f', 0, 0, 'f',
+               N_("query package owning file"), "FILE" },
+       { "group", 'g', 0, 0, 'g',
+               N_("query packages in group"), "GROUP" },
+       { "package", 'p', 0, 0, 'p',
+               N_("query a package file"), NULL },
+       { "query", 'q', 0, NULL, 'q',
+               N_("rpm query mode"), NULL },
+       { "querybynumber", '\0', POPT_ARGFLAG_DOC_HIDDEN, 0, 
+               POPT_QUERYBYNUMBER, NULL, NULL },
+       { "querytags", '\0', 0, 0, 'Q',
+               N_("display known query tags"), NULL },
+       { "specfile", '\0', 0, 0, POPT_SPECFILE,
+               N_("query a spec file"), NULL },
+       { "triggeredby", '\0', 0, 0, POPT_TRIGGEREDBY, 
+               N_("query the pacakges triggered by the package"), "PACKAGE" },
+       { "verify", 'V', 0, NULL, 'V',
+               N_("rpm verify mode"), NULL },
+       { NULL, 'y',  POPT_ARGFLAG_DOC_HIDDEN, NULL, 'V',
+               N_("rpm verify mode (legacy)"), NULL },
+       { "whatrequires", '\0', 0, 0, POPT_WHATREQUIRES, 
+               N_("query the packages which require a capability"), "CAPABILITY" },
+       { "whatprovides", '\0', 0, 0, POPT_WHATPROVIDES, 
+               N_("query the packages which provide a capability"), "CAPABILITY" },
+       { 0, 0, 0, 0, 0,        NULL, NULL }
+};
+
+/* ========== Query specific popt args */
+
+static void queryArgCallback(/*@unused@*/poptContext con, /*@unused@*/enum poptCallbackReason reason,
+                            const struct poptOption * opt, const char * arg, 
+                            const void * data)
+{
+    QVA_t *qva = (QVA_t *) data;
+
+    switch (opt->val) {
+    case 'c': qva->qva_flags |= QUERY_FOR_CONFIG | QUERY_FOR_LIST; break;
+    case 'd': qva->qva_flags |= QUERY_FOR_DOCS | QUERY_FOR_LIST; break;
+    case 'l': qva->qva_flags |= QUERY_FOR_LIST; break;
+    case 's': qva->qva_flags |= QUERY_FOR_STATE | QUERY_FOR_LIST;
+       break;
+    case POPT_DUMP: qva->qva_flags |= QUERY_FOR_DUMPFILES | QUERY_FOR_LIST; break;
+    case 'v': rpmIncreaseVerbosity();   break;
+
+    case POPT_QUERYFORMAT:
+      {        char *qf = (char *)qva->qva_queryFormat;
+       if (qf) {
+           int len = strlen(qf) + strlen(arg) + 1;
+           qf = xrealloc(qf, len);
+           strcat(qf, arg);
+       } else {
+           qf = xmalloc(strlen(arg) + 1);
+           strcpy(qf, arg);
+       }
+       qva->qva_queryFormat = qf;
+      }        break;
+    }
+}
+
+struct poptOption rpmQueryPoptTable[] = {
+       { NULL, '\0', POPT_ARG_CALLBACK | POPT_CBFLAG_INC_DATA, 
+               queryArgCallback, 0, NULL, NULL },
+       { "configfiles", 'c', 0, 0, 'c',
+               N_("list all configuration files"), NULL },
+       { "docfiles", 'd', 0, 0, 'd',
+               N_("list all documentation files"), NULL },
+       { "dump", '\0', 0, 0, POPT_DUMP,
+               N_("dump basic file information"), NULL },
+       { "list", 'l', 0, 0, 'l',
+               N_("list files in package"), NULL },
+       { "qf", '\0', POPT_ARG_STRING | POPT_ARGFLAG_DOC_HIDDEN, 0, 
+               POPT_QUERYFORMAT, NULL, NULL },
+       { "queryformat", '\0', POPT_ARG_STRING, 0, POPT_QUERYFORMAT,
+               N_("use the following query format"), "QUERYFORMAT" },
+       { "specedit", '\0', POPT_ARG_VAL, &specedit, -1,
+               N_("substitute i18n sections into spec file"), NULL },
+       { "state", 's', 0, 0, 's',
+               N_("display the states of the listed files"), NULL },
+       { "verbose", 'v', 0, 0, 'v',
+               N_("display a verbose file listing"), NULL },
+       { 0, 0, 0, 0, 0,        NULL, NULL }
+};
+
+/* ======================================================================== */
index 7c61adb..23aac1f 100644 (file)
@@ -7,8 +7,6 @@
 #include "rpmbuild.h"
 #include <rpmurl.h>
 
-int specedit = 0;
-
 /* ======================================================================== */
 static char * permsString(int mode)
 {
@@ -712,140 +710,3 @@ int rpmQuery(QVA_t *qva, enum rpmQVSources source, const char * arg)
 
     return rc;
 }
-
-/* ======================================================================== */
-#define POPT_QUERYFORMAT       1000
-#define POPT_WHATREQUIRES      1001
-#define POPT_WHATPROVIDES      1002
-#define POPT_QUERYBYNUMBER     1003
-#define POPT_TRIGGEREDBY       1004
-#define POPT_DUMP              1005
-#define POPT_SPECFILE          1006
-
-/* ========== Query/Verify source popt args */
-static void rpmQVSourceArgCallback( /*@unused@*/ poptContext con,
-       /*@unused@*/ enum poptCallbackReason reason,
-       const struct poptOption * opt, /*@unused@*/ const char * arg, 
-       const void * data)
-{
-    QVA_t *qva = (QVA_t *) data;
-
-    switch (opt->val) {
-    case 'q':
-    case 'Q':
-    case 'V':
-       if (qva->qva_mode == ' ') {
-           qva->qva_mode = opt->val;
-           qva->qva_char = ' ';
-       }
-       break;
-    case 'a': qva->qva_source |= RPMQV_ALL; qva->qva_sourceCount++; break;
-    case 'f': qva->qva_source |= RPMQV_PATH; qva->qva_sourceCount++; break;
-    case 'g': qva->qva_source |= RPMQV_GROUP; qva->qva_sourceCount++; break;
-    case 'p': qva->qva_source |= RPMQV_RPM; qva->qva_sourceCount++; break;
-    case POPT_WHATPROVIDES: qva->qva_source |= RPMQV_WHATPROVIDES; 
-                             qva->qva_sourceCount++; break;
-    case POPT_WHATREQUIRES: qva->qva_source |= RPMQV_WHATREQUIRES; 
-                             qva->qva_sourceCount++; break;
-    case POPT_TRIGGEREDBY: qva->qva_source |= RPMQV_TRIGGEREDBY;
-                             qva->qva_sourceCount++; break;
-
-/* XXX SPECFILE is not verify sources */
-    case POPT_SPECFILE:
-       qva->qva_source |= RPMQV_SPECFILE;
-       qva->qva_sourceCount++;
-       break;
-    case POPT_QUERYBYNUMBER:
-       qva->qva_source |= RPMQV_DBOFFSET; 
-       qva->qva_sourceCount++;
-       break;
-    }
-}
-
-struct poptOption rpmQVSourcePoptTable[] = {
-       { NULL, '\0', POPT_ARG_CALLBACK | POPT_CBFLAG_INC_DATA, 
-               rpmQVSourceArgCallback, 0, NULL, NULL },
-       { "file", 'f', 0, 0, 'f',
-               N_("query package owning file"), "FILE" },
-       { "group", 'g', 0, 0, 'g',
-               N_("query packages in group"), "GROUP" },
-       { "package", 'p', 0, 0, 'p',
-               N_("query a package file"), NULL },
-       { "query", 'q', 0, NULL, 'q',
-               N_("rpm query mode"), NULL },
-       { "querybynumber", '\0', POPT_ARGFLAG_DOC_HIDDEN, 0, 
-               POPT_QUERYBYNUMBER, NULL, NULL },
-       { "querytags", '\0', 0, 0, 'Q',
-               N_("display known query tags"), NULL },
-       { "specfile", '\0', 0, 0, POPT_SPECFILE,
-               N_("query a spec file"), NULL },
-       { "triggeredby", '\0', 0, 0, POPT_TRIGGEREDBY, 
-               N_("query the pacakges triggered by the package"), "PACKAGE" },
-       { "verify", 'V', 0, NULL, 'V',
-               N_("rpm verify mode"), NULL },
-       { NULL, 'y',  POPT_ARGFLAG_DOC_HIDDEN, NULL, 'V',
-               N_("rpm verify mode (legacy)"), NULL },
-       { "whatrequires", '\0', 0, 0, POPT_WHATREQUIRES, 
-               N_("query the packages which require a capability"), "CAPABILITY" },
-       { "whatprovides", '\0', 0, 0, POPT_WHATPROVIDES, 
-               N_("query the packages which provide a capability"), "CAPABILITY" },
-       { 0, 0, 0, 0, 0,        NULL, NULL }
-};
-
-/* ========== Query specific popt args */
-
-static void queryArgCallback(/*@unused@*/poptContext con, /*@unused@*/enum poptCallbackReason reason,
-                            const struct poptOption * opt, const char * arg, 
-                            const void * data)
-{
-    QVA_t *qva = (QVA_t *) data;
-
-    switch (opt->val) {
-    case 'c': qva->qva_flags |= QUERY_FOR_CONFIG | QUERY_FOR_LIST; break;
-    case 'd': qva->qva_flags |= QUERY_FOR_DOCS | QUERY_FOR_LIST; break;
-    case 'l': qva->qva_flags |= QUERY_FOR_LIST; break;
-    case 's': qva->qva_flags |= QUERY_FOR_STATE | QUERY_FOR_LIST;
-       break;
-    case POPT_DUMP: qva->qva_flags |= QUERY_FOR_DUMPFILES | QUERY_FOR_LIST; break;
-    case 'v': rpmIncreaseVerbosity();   break;
-
-    case POPT_QUERYFORMAT:
-      {        char *qf = (char *)qva->qva_queryFormat;
-       if (qf) {
-           int len = strlen(qf) + strlen(arg) + 1;
-           qf = xrealloc(qf, len);
-           strcat(qf, arg);
-       } else {
-           qf = xmalloc(strlen(arg) + 1);
-           strcpy(qf, arg);
-       }
-       qva->qva_queryFormat = qf;
-      }        break;
-    }
-}
-
-struct poptOption rpmQueryPoptTable[] = {
-       { NULL, '\0', POPT_ARG_CALLBACK | POPT_CBFLAG_INC_DATA, 
-               queryArgCallback, 0, NULL, NULL },
-       { "configfiles", 'c', 0, 0, 'c',
-               N_("list all configuration files"), NULL },
-       { "docfiles", 'd', 0, 0, 'd',
-               N_("list all documentation files"), NULL },
-       { "dump", '\0', 0, 0, POPT_DUMP,
-               N_("dump basic file information"), NULL },
-       { "list", 'l', 0, 0, 'l',
-               N_("list files in package"), NULL },
-       { "qf", '\0', POPT_ARG_STRING | POPT_ARGFLAG_DOC_HIDDEN, 0, 
-               POPT_QUERYFORMAT, NULL, NULL },
-       { "queryformat", '\0', POPT_ARG_STRING, 0, POPT_QUERYFORMAT,
-               N_("use the following query format"), "QUERYFORMAT" },
-       { "specedit", '\0', POPT_ARG_VAL, &specedit, -1,
-               N_("substitute i18n sections into spec file"), NULL },
-       { "state", 's', 0, 0, 's',
-               N_("display the states of the listed files"), NULL },
-       { "verbose", 'v', 0, 0, 'v',
-               N_("display a verbose file listing"), NULL },
-       { 0, 0, 0, 0, 0,        NULL, NULL }
-};
-
-/* ======================================================================== */
index e250c91..a31517f 100644 (file)
@@ -847,15 +847,34 @@ int rpmGetFilesystemUsage(const char ** filelist, int_32 * fssizes,
        int numFiles, /*@out@*/ uint_32 ** usagesPtr, int flags);
 
 /* ==================================================================== */
-/* --- query/verify */
+/* --- build mode options */
+
+struct rpmBuildArguments {
+    int buildAmount;
+    const char *buildRootOverride;
+    char *targets;
+    int useCatalog;
+    int noLang;
+    int noBuild;
+    int shortCircuit;
+    char buildMode;
+    char buildChar;
+    /*@dependent@*/ const char *rootdir;
+};
+typedef        struct rpmBuildArguments BTA_t;
+
+extern struct rpmBuildArguments         rpmBTArgs;
+
+extern struct poptOption               rpmBuildPoptTable[];
+
+/* ==================================================================== */
+/* --- query/verify mode options */
 
 /* XXX SPECFILE is not verify sources */
 enum rpmQVSources { RPMQV_PACKAGE = 0, RPMQV_PATH, RPMQV_ALL, RPMQV_RPM, 
                       RPMQV_GROUP, RPMQV_WHATPROVIDES, RPMQV_WHATREQUIRES,
                       RPMQV_TRIGGEREDBY, RPMQV_DBOFFSET, RPMQV_SPECFILE };
 
-extern struct poptOption rpmQVSourcePoptTable[];
-
 struct rpmQVArguments {
     enum rpmQVSources qva_source;
     int        qva_sourceCount;        /* > 1 is an error */
@@ -868,12 +887,21 @@ struct rpmQVArguments {
 };
 typedef        struct rpmQVArguments QVA_t;
 
+extern struct rpmQVArguments           rpmQVArgs;
+
+extern struct poptOption               rpmQVSourcePoptTable[];
+
 /**
+ * @param qva          parsed query/verify options
  * @param db           rpm database
+ * @param h            header to use for query/verify
  */
 typedef        int (*QVF_t) (QVA_t *qva, rpmdb db, Header h);
 
 /**
+ * @param qva          parsed query/verify options
+ * @param mi           rpm database iterator
+ * @param showPackage  query/verify routine
  */
 int showMatches(QVA_t *qva, /*@only@*/ /*@null@*/ rpmdbMatchIterator mi,
        QVF_t showPackage);
@@ -884,23 +912,48 @@ int showMatches(QVA_t *qva, /*@only@*/ /*@null@*/ rpmdbMatchIterator mi,
 #define QUERY_FOR_CONFIG       (1 << 4)
 #define QUERY_FOR_DUMPFILES     (1 << 8)
 
+/**
+ * @param tag          tag value
+ * @return             name of tag
+ */
 /*@observer@*/ const char *const tagName(int tag);
+
+/**
+ * @param targstr      name of tag
+ * @return             tag value
+ */
 int tagValue(const char *tagstr);
 
 extern int specedit;
 extern struct poptOption rpmQueryPoptTable[];
 
+/**
+ * @param f    file handle to use for display
+ */
 void rpmDisplayQueryTags(FILE * f);
+
 /**
+ * @param qva          parsed query/verify options
+ * @param source       type of source to query/verify
+ * @param arg          name of source to query/verify
  * @param db           rpm database
+ * @param showPackage  query/verify routine
  */
 int rpmQueryVerify(QVA_t *qva, enum rpmQVSources source, const char * arg,
        rpmdb db, QVF_t showPackage);
 
 /**
- * @param db           rpm database
+ * @param qva          parsed query/verify options
+ * @param db           rpm database (unused for queries)
+ * @param h            header to use for query
  */
 int showQueryPackage(QVA_t *qva, rpmdb db, Header h);
+
+/**
+ * @param qva          parsed query/verify options
+ * @param source       type of source to query
+ * @param arg          name of source to query
+ */
 int rpmQuery(QVA_t *qva, enum rpmQVSources source, const char * arg);
 
 #define VERIFY_FILES           (1 <<  9)
@@ -911,16 +964,21 @@ int rpmQuery(QVA_t *qva, enum rpmQVSources source, const char * arg);
 extern struct poptOption rpmVerifyPoptTable[];
 
 /**
+ * @param qva          parsed query/verify options
  * @param db           rpm database
+ * @param h            header to use for verify
  */
 int showVerifyPackage(QVA_t *qva, /*@only@*/ rpmdb db, Header h);
 
 /**
+ * @param qva          parsed query/verify options
+ * @param source       type of source to verify
+ * @param arg          name of source to verify
  */
 int rpmVerify(QVA_t *qva, enum rpmQVSources source, const char *arg);
 
 /* ==================================================================== */
-/* --- install/upgrade/erase */
+/* --- install/upgrade/erase modes */
 
 #define INSTALL_PERCENT                (1 << 0)
 #define INSTALL_HASH           (1 << 1)
@@ -955,7 +1013,6 @@ int rpmErase(const char * rootdir, const char ** argv, int uninstallFlags,
 #define CHECKSIG_MD5 (1 << 1)
 #define CHECKSIG_GPG (1 << 2)
 
-
 /**
  */
 int rpmCheckSig(int flags, const char **argv);
index 03060b3..83f0545 100644 (file)
@@ -45,6 +45,8 @@ lib/messages.c
 lib/misc.c
 lib/oldheader.c
 lib/package.c
+lib/poptBT.c
+lib/poptQV.c
 lib/problems.c
 lib/query.c
 lib/rpmchecksig.c
index b0d98e8..8a6cd59 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 13:32-0400\n"
+"POT-Creation-Date: 2000-06-01 00:32-0400\n"
 "PO-Revision-Date: 1998-10-10 10:10+0200\n"
 "Last-Translator: Pavel Makovec <pavelm@terminal.cz>\n"
 "Language-Team: Czech <pavelm@terminal.cz>\n"
@@ -66,122 +66,6 @@ msgstr ""
 msgid "Building for target %s\n"
 msgstr "chyba pøi hledání balíèku %s\n"
 
-#: build.c:385
-msgid "buildroot already specified"
-msgstr ""
-
-#: build.c:411
-msgid "build through %%prep stage from spec file"
-msgstr ""
-
-#: build.c:413
-msgid "build through %%build stage from spec file"
-msgstr ""
-
-#: build.c:415
-msgid "build through %%install stage from spec file"
-msgstr ""
-
-#: build.c:417
-#, fuzzy
-msgid "verify %%files section from spec file"
-msgstr "balíèek %s neobsahuje soubory"
-
-#: build.c:419
-#, fuzzy
-msgid "build source and binary package from spec file"
-msgstr "probíhá hledání zdrojových a binárních balíèkù\n"
-
-#: build.c:421
-#, fuzzy
-msgid "build binary package from spec file"
-msgstr "balíèek %s neobsahuje soubory"
-
-#: build.c:423
-#, fuzzy
-msgid "build source package from spec file"
-msgstr "balíèek %s neobsahuje soubory"
-
-#: build.c:426
-msgid "build through %%prep stage from tar ball"
-msgstr ""
-
-#: build.c:428
-msgid "build through %%build stage from tar ball"
-msgstr ""
-
-#: build.c:430
-msgid "build through %%install stage from tar ball"
-msgstr ""
-
-#: build.c:432
-msgid "verify %%files section from tar ball"
-msgstr ""
-
-#: build.c:434
-#, fuzzy
-msgid "build source and binary package from tar ball"
-msgstr "probíhá hledání zdrojových a binárních balíèkù\n"
-
-#: build.c:436
-msgid "build binary package from tar ball"
-msgstr ""
-
-#: build.c:438
-#, fuzzy
-msgid "build source package from tar ball"
-msgstr "sestavit balíèky pro ositekturu <os>"
-
-#: build.c:441
-#, fuzzy
-msgid "build binary package from source package"
-msgstr "binární balíèek (pøíprava, kompilace, instalace, zabalení)"
-
-#: build.c:443
-#, fuzzy
-msgid "build through %%install stage from source package"
-msgstr "probíhá instalace binárních balíèkù\n"
-
-#: build.c:446
-#, fuzzy
-msgid "override build root"
-msgstr "pou¾ít <adr> jako sestavovací koøen"
-
-#: build.c:448 rpm.c:485 rpmqv.c:607
-msgid "remove build tree when done"
-msgstr "po dokonèení odstranit sestavovací strom"
-
-#: build.c:450
-#, fuzzy
-msgid "do not execute any stages of the build"
-msgstr "nespou¹tìt ¾ádné etapy"
-
-#: build.c:452
-msgid "do not accept I18N msgstr's from specfile"
-msgstr ""
-
-#: build.c:454 rpm.c:487 rpmqv.c:609
-#, fuzzy
-msgid "remove sources when done"
-msgstr "po dokonèení odstranit zdroje a soubor .spec"
-
-#: build.c:456
-#, fuzzy
-msgid "remove specfile when done"
-msgstr "po dokonèení odstranit zdroje a soubor .spec"
-
-#: build.c:458 rpm.c:483 rpmqv.c:605
-msgid "skip straight to specified stage (only for c,i)"
-msgstr "pøeskoèit pøímo na urèenou etapu (pouze pro c,i)"
-
-#: build.c:460
-msgid "override target platform"
-msgstr ""
-
-#: build.c:462
-msgid "lookup I18N strings in specfile catalog"
-msgstr ""
-
 #: convertdb.c:39
 #, fuzzy
 msgid "RPM database already exists"
@@ -226,80 +110,80 @@ msgstr "bal
 msgid "no copyright!\n"
 msgstr ""
 
-#: rpm.c:182 rpmqv.c:277
+#: rpm.c:191 rpmqv.c:257
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:193 rpmqv.c:288
+#: rpm.c:202 rpmqv.c:268
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM verze %s\n"
 
-#: rpm.c:197 rpmqv.c:292
+#: rpm.c:206 rpmqv.c:272
 msgid "Copyright (C) 1998 - Red Hat Software"
 msgstr "Copyright (c) 1998 - Red Hat Software"
 
-#: rpm.c:198 rpmqv.c:293
+#: rpm.c:207 rpmqv.c:273
 msgid "This may be freely redistributed under the terms of the GNU GPL"
 msgstr "Tento program lze volnì roz¹iøovat podle podmínek GNU GPL."
 
-#: rpm.c:206
+#: rpm.c:215
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "pou¾ití: rpm {--help}"
 
-#: rpm.c:207
+#: rpm.c:216
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:208
+#: rpm.c:217
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <adr>]"
 
-#: rpm.c:209
+#: rpm.c:218
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:210 rpmqv.c:314
+#: rpm.c:219 rpmqv.c:294
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <adr>]"
 
-#: rpm.c:211 rpmqv.c:315
+#: rpm.c:220 rpmqv.c:295
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:212 rpmqv.c:316
+#: rpm.c:221 rpmqv.c:296
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <soubor>] [--ignorearch] [--dbpath <adr>]"
 
-#: rpm.c:213 rpmqv.c:317
+#: rpm.c:222 rpmqv.c:297
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <adr>] [--ignoreos] [--nodeps] [--allfiles]"
 
-#: rpm.c:214 rpmqv.c:318
+#: rpm.c:223 rpmqv.c:298
 msgid ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 msgstr ""
 "                        [--ftpproxy <hostitel>] [--ftpport <port>] [--justdb]"
 
-#: rpm.c:215 rpm.c:224 rpm.c:233 rpmqv.c:319 rpmqv.c:328 rpmqv.c:343
+#: rpm.c:224 rpm.c:233 rpm.c:242 rpmqv.c:299 rpmqv.c:308 rpmqv.c:323
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--ftpproxy <hostitel>] [--ftpport <port>]"
 
-#: rpm.c:216 rpm.c:226 rpmqv.c:320 rpmqv.c:330
+#: rpm.c:225 rpm.c:235 rpmqv.c:300 rpmqv.c:310
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate starácesta=novácesta]"
 
-#: rpm.c:217 rpmqv.c:321
+#: rpm.c:226 rpmqv.c:301
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
@@ -307,125 +191,125 @@ msgstr ""
 "                        [--badreloc] [--notriggers] soubor1.rpm ... "
 "souborN.rpm"
 
-#: rpm.c:218 rpmqv.c:322
+#: rpm.c:227 rpmqv.c:302
 #, fuzzy
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] soubor1.rpm ... souborN.rpm"
 
-#: rpm.c:219
+#: rpm.c:228
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:220 rpmqv.c:324
+#: rpm.c:229 rpmqv.c:304
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr "                        [--oldpackage] [--root <adr>] [--noscripts]"
 
-#: rpm.c:221 rpmqv.c:325
+#: rpm.c:230 rpmqv.c:305
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <soubor>]"
 
-#: rpm.c:222 rpmqv.c:326
+#: rpm.c:231 rpmqv.c:306
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <adr>] [--prefix <adr>] "
 
-#: rpm.c:223 rpmqv.c:327
+#: rpm.c:232 rpmqv.c:307
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <hostitel>] [--ftpport <port>]"
 
-#: rpm.c:225 rpmqv.c:329
+#: rpm.c:234 rpmqv.c:309
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:227 rpmqv.c:331
+#: rpm.c:236 rpmqv.c:311
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr "                        [--changelog] [--dbpath <adr>] [cíle]"
 
-#: rpm.c:228 rpmqv.c:332
+#: rpm.c:237 rpmqv.c:312
 #, fuzzy
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] soubor1.rpm ... souborN.rpm"
 
-#: rpm.c:229
+#: rpm.c:238
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:230 rpmqv.c:340
+#: rpm.c:239 rpmqv.c:320
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr "                        [--scripts] [--root <adr>] [--rcfile <soubor>]"
 
-#: rpm.c:231 rpmqv.c:341
+#: rpm.c:240 rpmqv.c:321
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr "                        [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:232 rpmqv.c:342
+#: rpm.c:241 rpmqv.c:322
 msgid ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
 msgstr ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy "
 "<hostitel>]"
 
-#: rpm.c:234 rpmqv.c:344
+#: rpm.c:243 rpmqv.c:324
 msgid ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 msgstr ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 
-#: rpm.c:235 rpmqv.c:345
+#: rpm.c:244 rpmqv.c:325
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--changelog] [--dbpath <adr>] [cíle]"
 
-#: rpm.c:236
+#: rpm.c:245
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr "       rpm {--verify -V -y} [-afpg] [--root <adr>] [--rcfile <soubor>]"
 
-#: rpm.c:237 rpmqv.c:347
+#: rpm.c:246 rpmqv.c:327
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <adr>] [--nodeps] [--nofiles] [--noscripts]"
 
-#: rpm.c:238 rpmqv.c:348
+#: rpm.c:247 rpmqv.c:328
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [cíle]"
 
-#: rpm.c:239
+#: rpm.c:248
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [cíl]"
 
-#: rpm.c:240
+#: rpm.c:249
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [cíl]"
 
-#: rpm.c:241
+#: rpm.c:250
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] soubor1.rpm ... souborN.rpm"
 
-#: rpm.c:242
+#: rpm.c:251
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e} [--root <adr>] [--noscripts] [--rcfile <soubor>]"
 
-#: rpm.c:243 rpmqv.c:334
+#: rpm.c:252 rpmqv.c:314
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <adr>] [--nodeps] [--allmatches]"
 
-#: rpm.c:244 rpmqv.c:335
+#: rpm.c:253 rpmqv.c:315
 msgid ""
 "                        [--justdb] [--notriggers] rpackage1 ... packageN"
 msgstr ""
 "                        [--justdb] [--notriggers] rbalíèek1 ... balíèekN"
 
-#: rpm.c:245
+#: rpm.c:254
 #, fuzzy
 msgid ""
 "       rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -434,283 +318,283 @@ msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile "
 "<soubor>]"
 
-#: rpm.c:246
+#: rpm.c:255
 #, fuzzy
 msgid "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 msgstr ""
 "                        [--sign] [--test] [--timecheck <s>] [--buildos <os>]"
 
-#: rpm.c:247 rpmqv.c:357
+#: rpm.c:256 rpmqv.c:337
 #, fuzzy
 msgid "                        [--target=platform1[,platform2...]]"
 msgstr "                        [--buildarch <arch>] [--rmsource] soubor.spec"
 
-#: rpm.c:248 rpmqv.c:358
+#: rpm.c:257 rpmqv.c:338
 #, fuzzy
 msgid "                        [--rmsource] [--rmspec] specfile"
 msgstr "                        [--buildarch <arch>] [--rmsource] soubor.spec"
 
-#: rpm.c:249
+#: rpm.c:258
 msgid "       rpm {--rmsource} [--rcfile <file>] [-v] specfile"
 msgstr "       rpm {--rmsource} [--rcfile <soubor>] [-v] soubor.spec"
 
-#: rpm.c:250
+#: rpm.c:259
 msgid ""
 "       rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <soubor>] [-v] zdroj1.rpm ... zdrojN.rpm"
 
-#: rpm.c:251
+#: rpm.c:260
 msgid ""
 "       rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--recompile} [--rcfile <soubor>] [-v] zdroj1.rpm ... zdrojN.rpm"
 
-#: rpm.c:252
+#: rpm.c:261
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 "       rpm {--resign} [--rcfile <soubor>] balíèek1 balíèek2 ... balíèekN"
 
-#: rpm.c:253
+#: rpm.c:262
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 "       rpm {--addsign} [--rcfile <soubor>] balíèek1 balíèek2 ... balíèekN"
 
-#: rpm.c:254
+#: rpm.c:263
 #, fuzzy
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr "       rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <soubor>]"
 
-#: rpm.c:255 rpmqv.c:369
+#: rpm.c:264 rpmqv.c:349
 msgid "                           package1 ... packageN"
 msgstr "                           balíèek1 ... balíèekN"
 
-#: rpm.c:256
+#: rpm.c:265
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <soubor>] [--dbpath <adr>]"
 
-#: rpm.c:257
+#: rpm.c:266
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:291 rpmqv.c:405
+#: rpm.c:300 rpmqv.c:385
 #, fuzzy
 msgid "Usage:"
 msgstr "pou¾ití:"
 
-#: rpm.c:293 rpmqv.c:407
+#: rpm.c:302 rpmqv.c:387
 msgid "print this message"
 msgstr "vytisknout tuto zprávu"
 
-#: rpm.c:295 rpmqv.c:409
+#: rpm.c:304 rpmqv.c:389
 msgid "print the version of rpm being used"
 msgstr "vytisknout pou¾ívanou verzi rpm"
 
-#: rpm.c:298
+#: rpm.c:307
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   v¹echny re¾imy podporují tyto argumenty:"
 
-#: rpm.c:299
+#: rpm.c:308
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:300 rpmqv.c:414
+#: rpm.c:309 rpmqv.c:394
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:301
+#: rpm.c:310
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    --pipe <pøíkaz>       "
 
-#: rpm.c:302 rpmqv.c:416
+#: rpm.c:311 rpmqv.c:396
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "vytisknout pou¾ívanou verzi rpm"
 
-#: rpm.c:303
+#: rpm.c:312
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <pøíkaz>       "
 
-#: rpm.c:304 rpmqv.c:418
+#: rpm.c:313 rpmqv.c:398
 msgid "send stdout to <cmd>"
 msgstr "odeslat stdout do <pøíkazu>"
 
-#: rpm.c:305
+#: rpm.c:314
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "      --rcfile <soubor>     "
 
-#: rpm.c:306 rpmqv.c:420
+#: rpm.c:315 rpmqv.c:400
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "pou¾ijte <soubor> místo /etc/rpmrc a $HOME/.rpmrc"
 
-#: rpm.c:308 rpmqv.c:422
+#: rpm.c:317 rpmqv.c:402
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:310 rpmqv.c:430
+#: rpm.c:319 rpmqv.c:410
 msgid "be a little more verbose"
 msgstr "o nìco popisnìj¹í re¾im"
 
-#: rpm.c:312 rpmqv.c:432
+#: rpm.c:321 rpmqv.c:412
 msgid "be incredibly verbose (for debugging)"
 msgstr "velmi popisný re¾im (pro odlaïování)"
 
-#: rpm.c:315
+#: rpm.c:324
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   instalace, aktualizace a dotazování (s -p) umo¾òují pou¾ití URL-adres ftp"
 
-#: rpm.c:316
+#: rpm.c:325
 msgid "   of file names as well as the following options:"
 msgstr "   místo názvù souborù vèetnì následujících voleb:"
 
-#: rpm.c:317
+#: rpm.c:326
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <hostitel> "
 
-#: rpm.c:318 rpmqv.c:439
+#: rpm.c:327 rpmqv.c:419
 msgid "hostname or IP of ftp proxy"
 msgstr "název hostitele èi IP pro ftp-proxy"
 
-#: rpm.c:319
+#: rpm.c:328
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <port>    "
 
-#: rpm.c:320 rpmqv.c:441
+#: rpm.c:329 rpmqv.c:421
 msgid "port number of ftp server (or proxy)"
 msgstr "èíslo portu serveru ftp (nebo proxy)"
 
-#: rpm.c:321
+#: rpm.c:330
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "      --ftpproxy <hostitel> "
 
-#: rpm.c:322 rpmqv.c:443
+#: rpm.c:331 rpmqv.c:423
 #, fuzzy
 msgid "hostname or IP of http proxy"
 msgstr "název hostitele èi IP pro ftp-proxy"
 
-#: rpm.c:323
+#: rpm.c:332
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "      --ftpport <port>    "
 
-#: rpm.c:324 rpmqv.c:445
+#: rpm.c:333 rpmqv.c:425
 #, fuzzy
 msgid "port number of http server (or proxy)"
 msgstr "èíslo portu serveru ftp (nebo proxy)"
 
-#: rpm.c:328 rpmqv.c:465
+#: rpm.c:337 rpmqv.c:445
 msgid "query mode"
 msgstr "dotazovací re¾im"
 
-#: rpm.c:329 rpm.c:375 rpm.c:400 rpm.c:452 rpm.c:526
+#: rpm.c:338 rpm.c:384 rpm.c:409 rpm.c:461 rpm.c:535
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <adr>      "
 
-#: rpm.c:330 rpm.c:376 rpm.c:401 rpm.c:453 rpm.c:527 rpmqv.c:425
+#: rpm.c:339 rpm.c:385 rpm.c:410 rpm.c:462 rpm.c:536 rpmqv.c:405
 msgid "use <dir> as the directory for the database"
 msgstr "pou¾ít <adr> jako adresáø pro databázi"
 
-#: rpm.c:331
+#: rpm.c:340
 msgid "      --queryformat <qfmt>"
 msgstr "      --queryformat <qfmt>"
 
-#: rpm.c:332 rpmqv.c:467
+#: rpm.c:341 rpmqv.c:447
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "pou¾ít <qfmt> jako hlavièkový formát (implikuje -i)"
 
-#: rpm.c:333 rpm.c:377 rpm.c:435 rpm.c:464
+#: rpm.c:342 rpm.c:386 rpm.c:444 rpm.c:473
 msgid "      --root <dir>        "
 msgstr "      --root <adr>        "
 
-#: rpm.c:334 rpm.c:378 rpm.c:436 rpm.c:465 rpm.c:529 rpmqv.c:427
+#: rpm.c:343 rpm.c:387 rpm.c:445 rpm.c:474 rpm.c:538 rpmqv.c:407
 msgid "use <dir> as the top level directory"
 msgstr "pou¾ít <adr> jako adresáø vrcholové úrovnì"
 
-#: rpm.c:335
+#: rpm.c:344
 msgid "      Package specification options:"
 msgstr "      Volby pro specifikaci balíèku:"
 
-#: rpm.c:337
+#: rpm.c:346
 msgid "query all packages"
 msgstr "dotazovat v¹echny balíèky"
 
-#: rpm.c:338
+#: rpm.c:347
 msgid "        -f <file>+        "
 msgstr "        -f <soubor>+      "
 
-#: rpm.c:339
+#: rpm.c:348
 msgid "query package owning <file>"
 msgstr "dotazy na balíèek vlastnící <soubor>"
 
-#: rpm.c:340
+#: rpm.c:349
 msgid "        -p <packagefile>+ "
 msgstr "        -p <souborbalíku>+  "
 
-#: rpm.c:341
+#: rpm.c:350
 msgid "query (uninstalled) package <packagefile>"
 msgstr "dotazovat (nenainstalovaný) balíèek <souborbalíku>"
 
-#: rpm.c:342
+#: rpm.c:351
 msgid "        --triggeredby <pkg>"
 msgstr "        --triggeredby <balík>"
 
-#: rpm.c:343
+#: rpm.c:352
 msgid "query packages triggered by <pkg>"
 msgstr "dotazy na balíèky aktivované <balíkem>"
 
-#: rpm.c:344
+#: rpm.c:353
 msgid "        --whatprovides <cap>"
 msgstr "        --whatprovides <sch>"
 
-#: rpm.c:345
+#: rpm.c:354
 msgid "query packages which provide <cap> capability"
 msgstr "dotazovat balíèky poskytující schopnost <sch>"
 
-#: rpm.c:346
+#: rpm.c:355
 msgid "        --whatrequires <cap>"
 msgstr "        --whatrequires <sch>"
 
-#: rpm.c:347
+#: rpm.c:356
 msgid "query packages which require <cap> capability"
 msgstr "dotazovat balíèky vy¾adující schopnost <sch>"
 
-#: rpm.c:348
+#: rpm.c:357
 msgid "      Information selection options:"
 msgstr "      Volby pro vybìr informací:"
 
-#: rpm.c:350 rpmqv.c:471
+#: rpm.c:359 rpmqv.c:451
 msgid "display package information"
 msgstr "zobrazit informace o balíèku"
 
-#: rpm.c:352 rpmqv.c:473
+#: rpm.c:361 rpmqv.c:453
 msgid "display the package's change log"
 msgstr "zobrazit protokol o zmìnách balíèku"
 
-#: rpm.c:354 rpmqv.c:475
+#: rpm.c:363 rpmqv.c:455
 msgid "display package file list"
 msgstr "zobrazit seznam souborù balíèkù"
 
-#: rpm.c:356 rpmqv.c:477
+#: rpm.c:365 rpmqv.c:457
 msgid "show file states (implies -l)"
 msgstr "zobrazit stavy souborù (implikuje -l)"
 
-#: rpm.c:358 rpmqv.c:479
+#: rpm.c:367 rpmqv.c:459
 msgid "list only documentation files (implies -l)"
 msgstr "uvést pouze dokumentaèní soubory (implikuje -l)"
 
-#: rpm.c:360 rpmqv.c:481
+#: rpm.c:369 rpmqv.c:461
 msgid "list only configuration files (implies -l)"
 msgstr "uvést pouze konfiguraèní soubory (implikuje -l)"
 
-#: rpm.c:362 rpmqv.c:483
+#: rpm.c:371 rpmqv.c:463
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -718,23 +602,23 @@ msgstr ""
 "zobrazit v¹echny ovìøitelné údaje pro ka¾dý soubor (musí se pou¾ít s -l, -c "
 "nebo -d)"
 
-#: rpm.c:364
+#: rpm.c:373
 msgid "list capabilities package provides"
 msgstr "uvést schopnosti poskytované balíèkem"
 
-#: rpm.c:366
+#: rpm.c:375
 msgid "list package dependencies"
 msgstr "uvést závislosti balíèkù"
 
-#: rpm.c:368
+#: rpm.c:377
 msgid "print the various [un]install scripts"
 msgstr "vytisknout rùzné [de]instalaèní skripty"
 
-#: rpm.c:370
+#: rpm.c:379
 msgid "show the trigger scripts contained in the package"
 msgstr "zobrazit aktivaèní skripty obsa¾ené v balíèku"
 
-#: rpm.c:374 rpmqv.c:494
+#: rpm.c:383 rpmqv.c:474
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
@@ -742,143 +626,143 @@ msgstr ""
 "ovìøit instalaci balíèku pou¾itím stejných voleb pro specifikaci balíèku, "
 "jako pro -q"
 
-#: rpm.c:380 rpm.c:422 rpm.c:457 rpmqv.c:496 rpmqv.c:542 rpmqv.c:576
+#: rpm.c:389 rpm.c:431 rpm.c:466 rpmqv.c:476 rpmqv.c:522 rpmqv.c:556
 msgid "do not verify package dependencies"
 msgstr "neovìøovat závislosti balíèkù"
 
-#: rpm.c:382 rpmqv.c:498
+#: rpm.c:391 rpmqv.c:478
 msgid "do not verify file md5 checksums"
 msgstr "neovìøovat kontrolní souèty souborù md5"
 
-#: rpm.c:384 rpmqv.c:500
+#: rpm.c:393 rpmqv.c:480
 msgid "do not verify file attributes"
 msgstr "neovìøovat atributy souborù"
 
-#: rpm.c:386 rpmqv.c:503
+#: rpm.c:395 rpmqv.c:483
 msgid "list the tags that can be used in a query format"
 msgstr "uvést pøíznaky, které lze pou¾ít v dotazovacím formátu"
 
-#: rpm.c:389
+#: rpm.c:398
 msgid "    --install <packagefile>"
 msgstr "    --install <souborbalíku>"
 
-#: rpm.c:390
+#: rpm.c:399
 msgid "    -i <packagefile>      "
 msgstr "    -i <souborbalíku>     "
 
-#: rpm.c:391 rpmqv.c:517
+#: rpm.c:400 rpmqv.c:497
 msgid "install package"
 msgstr "nainstalovat balíèek"
 
-#: rpm.c:392
+#: rpm.c:401
 #, fuzzy
 msgid "      --excludepath <path>"
 msgstr "      --relocate <starácesta>=<novácesta>"
 
-#: rpm.c:393
+#: rpm.c:402
 #, fuzzy
 msgid "skip files in path <path>"
 msgstr "soubor %s je sdílen\n"
 
-#: rpm.c:394
+#: rpm.c:403
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <starácesta>=<novácesta>"
 
-#: rpm.c:395 rpmqv.c:554
+#: rpm.c:404 rpmqv.c:534
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "pøemístit soubory ze <starécesty> na <novoucestu>"
 
-#: rpm.c:397 rpmqv.c:522
+#: rpm.c:406 rpmqv.c:502
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "balíèek %s není nainstalován\n"
 
-#: rpm.c:398
+#: rpm.c:407
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <adr>      "
 
-#: rpm.c:399 rpmqv.c:552
+#: rpm.c:408 rpmqv.c:532
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "pøemístit soubory do <adr>, jsou-li pøemístitelné"
 
-#: rpm.c:403 rpmqv.c:524
+#: rpm.c:412 rpmqv.c:504
 msgid "do not install documentation"
 msgstr "neinstalovat dokumentaci"
 
-#: rpm.c:405 rpmqv.c:528
+#: rpm.c:414 rpmqv.c:508
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "zkratka pro --replacepkgs --replacefiles"
 
-#: rpm.c:407 rpmqv.c:530
+#: rpm.c:416 rpmqv.c:510
 msgid "print hash marks as package installs (good with -v)"
 msgstr "bìhem instalace balíèku zobrazit dvojité køí¾ky (dobré s -v)"
 
-#: rpm.c:409 rpmqv.c:519
+#: rpm.c:418 rpmqv.c:499
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "nainstalovat v¹echny soubory; i konfigurace, které by se jinak mohly vynechat"
 
-#: rpm.c:412 rpmqv.c:532
+#: rpm.c:421 rpmqv.c:512
 msgid "don't verify package architecture"
 msgstr "neovìøovat architekturu balíèku"
 
-#: rpm.c:414 rpmqv.c:534
+#: rpm.c:423 rpmqv.c:514
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:416 rpmqv.c:536
+#: rpm.c:425 rpmqv.c:516
 msgid "don't verify package operating system"
 msgstr "neovìøovat operaèní systém balíèku"
 
-#: rpm.c:418 rpmqv.c:538
+#: rpm.c:427 rpmqv.c:518
 msgid "install documentation"
 msgstr "nainstalovat dokumentaci"
 
-#: rpm.c:420 rpm.c:455 rpmqv.c:540 rpmqv.c:574
+#: rpm.c:429 rpm.c:464 rpmqv.c:520 rpmqv.c:554
 msgid "update the database, but do not modify the filesystem"
 msgstr "inovovat databázi, ale neupravovat souborový systém"
 
-#: rpm.c:424 rpm.c:459 rpmqv.c:544 rpmqv.c:578
+#: rpm.c:433 rpm.c:468 rpmqv.c:524 rpmqv.c:558
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "pro vyøe¹ení závislostí nemìnit poøadí instalace balíèkù"
 
-#: rpm.c:426
+#: rpm.c:435
 msgid "don't execute any installation scripts"
 msgstr "nespou¹tìt ¾ádné instalaèní skripty"
 
-#: rpm.c:428 rpm.c:463 rpmqv.c:582
+#: rpm.c:437 rpm.c:472 rpmqv.c:562
 msgid "don't execute any scripts triggered by this package"
 msgstr "nespou¹tìt ¾ádné skripty aktivované tímto balíèkem"
 
-#: rpm.c:430 rpmqv.c:550
+#: rpm.c:439 rpmqv.c:530
 msgid "print percentages as package installs"
 msgstr "bìhem instalace balíèku zobrazit procenta"
 
-#: rpm.c:432 rpmqv.c:556
+#: rpm.c:441 rpmqv.c:536
 msgid "install even if the package replaces installed files"
 msgstr "instalovat, i kdy¾ balíèek nahradí nainstalované soubory"
 
-#: rpm.c:434 rpmqv.c:558
+#: rpm.c:443 rpmqv.c:538
 msgid "reinstall if the package is already present"
 msgstr "pøeinstalovat, i kdy¾ je ji¾ balíèek pøítomen"
 
-#: rpm.c:438 rpmqv.c:560
+#: rpm.c:447 rpmqv.c:540
 msgid "don't install, but tell if it would work or not"
 msgstr "neinstalovat ale sdìlit, zda-li by to fungovalo èi nikoli"
 
-#: rpm.c:441
+#: rpm.c:450
 msgid "    --upgrade <packagefile>"
 msgstr "    --upgrade <souborbalíku>"
 
-#: rpm.c:442
+#: rpm.c:451
 msgid "    -U <packagefile>      "
 msgstr "    -U <souborbalíku>      "
 
-#: rpm.c:443 rpmqv.c:564
+#: rpm.c:452 rpmqv.c:544
 msgid "upgrade package (same options as --install, plus)"
 msgstr "aktualizovat balíèek (stejné mo¾nosti jako --install, plus)"
 
-#: rpm.c:445 rpmqv.c:566
+#: rpm.c:454 rpmqv.c:546
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -886,15 +770,15 @@ msgstr ""
 "aktualizovat na starou verzi balíèku (--force to dìlá pøi aktualizacích "
 "automaticky)"
 
-#: rpm.c:447
+#: rpm.c:456
 msgid "    --erase <package>"
 msgstr "    --erase <balíèek>"
 
-#: rpm.c:449 rpmqv.c:570
+#: rpm.c:458 rpmqv.c:550
 msgid "erase (uninstall) package"
 msgstr "smazat (deinstalovat) balíèek"
 
-#: rpm.c:451 rpmqv.c:572
+#: rpm.c:460 rpmqv.c:552
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -902,91 +786,104 @@ msgstr ""
 "odstranit v¹echny balíèky odpovídající <balíèku> (obvykle se generuje chyba, "
 "specifikuje-li <balíèek> více balíèkù)"
 
-#: rpm.c:461 rpmqv.c:580
+#: rpm.c:470 rpmqv.c:560
 msgid "do not execute any package specific scripts"
 msgstr "nespou¹tìt ¾ádné skripty urèené pro balíèky"
 
-#: rpm.c:467
+#: rpm.c:476
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<etapa> <.spec>     "
 
-#: rpm.c:468
+#: rpm.c:477
 msgid "    -t<stage> <tarball>   "
 msgstr "    -t<etapa> <klubkotar> "
 
-#: rpm.c:469 rpmqv.c:589
+#: rpm.c:478 rpmqv.c:569
 msgid "build package, where <stage> is one of:"
 msgstr "sestavit balíèek, kde <etapa> je jedna z:"
 
-#: rpm.c:471 rpmqv.c:591
+#: rpm.c:480 rpmqv.c:571
 msgid "prep (unpack sources and apply patches)"
 msgstr "pøíprava (rozbalí zdroje a aplikuje záplaty)"
 
-#: rpm.c:473 rpmqv.c:593
+#: rpm.c:482 rpmqv.c:573
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "kontrola seznamù (provede zbì¾né kontroly %files)"
 
-#: rpm.c:475 rpmqv.c:595
+#: rpm.c:484 rpmqv.c:575
 msgid "compile (prep and compile)"
 msgstr "kompilace (pøíprava a kompilace)"
 
-#: rpm.c:477 rpmqv.c:597
+#: rpm.c:486 rpmqv.c:577
 msgid "install (prep, compile, install)"
 msgstr "instalace (pøíprava, kompilace a instalace)"
 
-#: rpm.c:479 rpmqv.c:599
+#: rpm.c:488 rpmqv.c:579
 msgid "binary package (prep, compile, install, package)"
 msgstr "binární balíèek (pøíprava, kompilace, instalace, zabalení)"
 
-#: rpm.c:481 rpmqv.c:601
+#: rpm.c:490 rpmqv.c:581
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "balíèek bin/src (pøíprava, kompilace, instalace, zabalení)"
 
-#: rpm.c:489 rpmqv.c:611
+#: lib/poptBT.c:155 rpm.c:492 rpmqv.c:585
+msgid "skip straight to specified stage (only for c,i)"
+msgstr "pøeskoèit pøímo na urèenou etapu (pouze pro c,i)"
+
+#: lib/poptBT.c:145 rpm.c:494 rpmqv.c:587
+msgid "remove build tree when done"
+msgstr "po dokonèení odstranit sestavovací strom"
+
+#: lib/poptBT.c:151 rpm.c:496 rpmqv.c:589
+#, fuzzy
+msgid "remove sources when done"
+msgstr "po dokonèení odstranit zdroje a soubor .spec"
+
+#: rpm.c:498 rpmqv.c:591
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "po dokonèení odstranit zdroje a soubor .spec"
 
-#: rpm.c:491 rpmqv.c:613
+#: rpm.c:500 rpmqv.c:593
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "generovat podpis PGP"
 
-#: rpm.c:492
+#: rpm.c:501
 msgid "      --buildroot <dir>   "
 msgstr "      --buildroot <adr>   "
 
-#: rpm.c:493 rpmqv.c:615
+#: rpm.c:502 rpmqv.c:595
 msgid "use <dir> as the build root"
 msgstr "pou¾ít <adr> jako sestavovací koøen"
 
-#: rpm.c:494
+#: rpm.c:503
 #, fuzzy
 msgid "      --target=<platform>+"
 msgstr "      --queryformat <qfmt>"
 
-#: rpm.c:495 rpmqv.c:617
+#: rpm.c:504 rpmqv.c:597
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:497 rpmqv.c:619
+#: rpm.c:506 rpmqv.c:599
 msgid "do not execute any stages"
 msgstr "nespou¹tìt ¾ádné etapy"
 
-#: rpm.c:498
+#: rpm.c:507
 msgid "      --timecheck <secs>  "
 msgstr "      --timecheck <s>     "
 
-#: rpm.c:499
+#: rpm.c:508
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "nastavit èasovou kontrolu na <s> sekund (0 ji deaktivuje)"
 
-#: rpm.c:501
+#: rpm.c:510
 msgid "    --rebuild <src_pkg>   "
 msgstr "    --rebuild <zdrojbalík>"
 
-#: rpm.c:502 rpmqv.c:622
+#: rpm.c:511 rpmqv.c:602
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -994,66 +891,66 @@ msgstr ""
 "instalovat zdrojový balíèek, sestavit binární balíèek a odstranit soubor "
 ".spec, zdroje, záplaty i ikony."
 
-#: rpm.c:503
+#: rpm.c:512
 msgid "    --recompile <src_pkg> "
 msgstr "    --recompile <zdrojbal>"
 
-#: rpm.c:504 rpmqv.c:624
+#: rpm.c:513 rpmqv.c:604
 msgid "like --rebuild, but don't build any package"
 msgstr "jako --rebuild, ale nesestavovat ¾ádné balíèky"
 
-#: rpm.c:507
+#: rpm.c:516
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <balík>+     "
 
-#: rpm.c:508 rpmqv.c:630
+#: rpm.c:517 rpmqv.c:610
 msgid "sign a package (discard current signature)"
 msgstr "podepsat balíèek (zahodit aktuální podpis)"
 
-#: rpm.c:509
+#: rpm.c:518
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <balík>+    "
 
-#: rpm.c:510 rpmqv.c:632
+#: rpm.c:519 rpmqv.c:612
 msgid "add a signature to a package"
 msgstr "pøidat k balíèku podpis"
 
-#: rpm.c:511
+#: rpm.c:520
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <balík>+   "
 
-#: rpm.c:512
+#: rpm.c:521
 #, fuzzy
 msgid "    -K <pkg>+           "
 msgstr "    --resign <balík>+     "
 
-#: rpm.c:513 rpmqv.c:636
+#: rpm.c:522 rpmqv.c:616
 msgid "verify package signature"
 msgstr "ovìøit podpis balíèku"
 
-#: rpm.c:515 rpmqv.c:638
+#: rpm.c:524 rpmqv.c:618
 msgid "skip any PGP signatures"
 msgstr "vynechat pøípadné podpisy PGP"
 
-#: rpm.c:517 rpmqv.c:640
+#: rpm.c:526 rpmqv.c:620
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "vynechat pøípadné podpisy PGP"
 
-#: rpm.c:519 rpmqv.c:642
+#: rpm.c:528 rpmqv.c:622
 msgid "skip any MD5 signatures"
 msgstr "vynechat pøípadné podpisy MD5"
 
-#: rpm.c:523
+#: rpm.c:532
 msgid "make sure a valid database exists"
 msgstr "zajistit, aby existovala platná databáze"
 
-#: rpm.c:525
+#: rpm.c:534
 msgid "rebuild database from existing database"
 msgstr "pøestavit databázi z existující databáze"
 
-#: rpm.c:533 rpmqv.c:505
+#: rpm.c:542 rpmqv.c:485
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -1061,7 +958,7 @@ msgstr ""
 "nastavit oprávnìní souborù dle údajù v databázi balíèkù pomocí stejných "
 "voleb pro specifikaci balíèku, jako pro -q"
 
-#: rpm.c:536 rpmqv.c:508
+#: rpm.c:545 rpmqv.c:488
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -1069,143 +966,143 @@ msgstr ""
 "nastavit vlastníka a skupinu souborù dle údajù v databázi balíèkù pomocí "
 "stejných voleb pro specifikaci balíèku, jako pro -q"
 
-#: rpm.c:673 rpm.c:679 rpm.c:686 rpm.c:692 rpm.c:701 rpm.c:723 rpm.c:729
-#: rpm.c:763 rpm.c:771 rpm.c:792 rpm.c:849 rpm.c:857 rpmqv.c:827 rpmqv.c:833
-#: rpmqv.c:842 rpmqv.c:851 rpmqv.c:857 rpmqv.c:863 rpmqv.c:897 rpmqv.c:904
-#: rpmqv.c:939 rpmqv.c:947 rpmqv.c:953 rpmqv.c:961 rpmqv.c:1019 rpmqv.c:1035
+#: rpm.c:682 rpm.c:688 rpm.c:695 rpm.c:701 rpm.c:710 rpm.c:732 rpm.c:738
+#: rpm.c:772 rpm.c:780 rpm.c:801 rpm.c:858 rpm.c:866 rpmqv.c:806 rpmqv.c:815
+#: rpmqv.c:821 rpmqv.c:827 rpmqv.c:861 rpmqv.c:868 rpmqv.c:903 rpmqv.c:911
+#: rpmqv.c:917 rpmqv.c:925 rpmqv.c:987
 msgid "only one major mode may be specified"
 msgstr "specifikovat lze jen jeden hlavní re¾im"
 
-#: rpm.c:694 rpmqv.c:844
+#: rpm.c:703 rpmqv.c:808
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u a --uninstall se neschvalují a ji¾ je nelze pou¾ít.\n"
 
-#: rpm.c:696 rpmqv.c:846
+#: rpm.c:705 rpmqv.c:810
 msgid "Use -e or --erase instead.\n"
 msgstr "Místo nich pou¾ijte -e nebo --erase.\n"
 
-#: rpm.c:736 rpm.c:742 rpm.c:749 rpm.c:756 rpm.c:865 rpmqv.c:910 rpmqv.c:916
-#: rpmqv.c:923 rpmqv.c:930 rpmqv.c:1043
+#: rpm.c:745 rpm.c:751 rpm.c:758 rpm.c:765 rpm.c:874 rpmqv.c:874 rpmqv.c:880
+#: rpmqv.c:887 rpmqv.c:894 rpmqv.c:1002
 msgid "one type of query/verify may be performed at a time"
 msgstr "v daném okam¾iku lze provést jeden typ dotazu èi ovìøení"
 
-#: rpm.c:798 rpmqv.c:881
+#: rpm.c:807 rpmqv.c:845
 msgid "relocations must begin with a /"
 msgstr "pøemístìní musejí zaèínat znakem /"
 
-#: rpm.c:800 rpmqv.c:883
+#: rpm.c:809 rpmqv.c:847
 msgid "relocations must contain a ="
 msgstr "pøemístìní musejí obsahovat ="
 
-#: rpm.c:803 rpmqv.c:886
+#: rpm.c:812 rpmqv.c:850
 msgid "relocations must have a / following the ="
 msgstr "pøemístìní musejí mít za znakem = znak /"
 
-#: rpm.c:812 rpmqv.c:870
+#: rpm.c:821 rpmqv.c:834
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "pøemístìní musejí zaèínat znakem /"
 
-#: rpm.c:821 rpmqv.c:982
+#: rpm.c:830 rpmqv.c:946
 #, fuzzy, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Interní chyba pøi zpracování argumentù :-(\n"
 
-#: rpm.c:871 rpmqv.c:1062
+#: rpm.c:880 rpmqv.c:1007
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "neèekaný zdroj dotazu"
 
-#: rpm.c:874 rpmqv.c:1065
+#: rpm.c:883 rpmqv.c:1010
 #, fuzzy
 msgid "unexpected query format"
 msgstr "neèekaný zdroj dotazu"
 
-#: rpm.c:877 rpmqv.c:1068
+#: rpm.c:886 rpmqv.c:1013
 msgid "unexpected query source"
 msgstr "neèekaný zdroj dotazu"
 
-#: rpm.c:880 rpmqv.c:1084
+#: rpm.c:889 rpmqv.c:1033
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "vynucena mù¾e být jen instalace a aktualizace"
 
-#: rpm.c:883 rpmqv.c:1089
+#: rpm.c:892 rpmqv.c:1038
 msgid "files may only be relocated during package installation"
 msgstr "soubory mohou být pøemístìny jen pøi instalaci balíèkù"
 
-#: rpm.c:886 rpmqv.c:1092
+#: rpm.c:895 rpmqv.c:1041
 msgid "only one of --prefix or --relocate may be used"
 msgstr "pou¾ít lze jen jeden z --prefix nebo --relocate"
 
-#: rpm.c:889 rpmqv.c:1095
+#: rpm.c:898 rpmqv.c:1044
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "--relocate se mù¾e pou¾ít jen pøi instalaci balíèkù"
 
-#: rpm.c:892 rpmqv.c:1098
+#: rpm.c:901 rpmqv.c:1047
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix se mù¾e pou¾ít jen pøi instalaci nových balíèkù"
 
-#: rpm.c:895 rpmqv.c:1101
+#: rpm.c:904 rpmqv.c:1050
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenty pro --prefix musejí zaèínat znakem /"
 
-#: rpm.c:898 rpmqv.c:1104
+#: rpm.c:907 rpmqv.c:1053
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) se mù¾e specifikovat jen pøi instalaci balíèkù"
 
-#: rpm.c:902 rpmqv.c:1108
+#: rpm.c:911 rpmqv.c:1057
 msgid "--percent may only be specified during package installation"
 msgstr "--percent se mù¾e specifikovat jen pøi instalaci balíèkù"
 
-#: rpm.c:906 rpmqv.c:1112
+#: rpm.c:915 rpmqv.c:1061
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles se mù¾e specifikovat jen pøi instalaci balíèkù"
 
-#: rpm.c:910 rpmqv.c:1116
+#: rpm.c:919 rpmqv.c:1065
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs se mù¾e specifikovat jen pøi instalaci balíèkù"
 
-#: rpm.c:914 rpmqv.c:1120
+#: rpm.c:923 rpmqv.c:1069
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs se mù¾e specifikovat jen pøi instalaci balíèkù"
 
-#: rpm.c:918 rpmqv.c:1124
+#: rpm.c:927 rpmqv.c:1073
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs se mù¾e specifikovat jen pøi instalaci balíèkù"
 
-#: rpm.c:922 rpmqv.c:1128
+#: rpm.c:931 rpmqv.c:1077
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "specifikovat lze jen jeden z --excludedocs a --includedocs"
 
-#: rpm.c:926 rpmqv.c:1132
+#: rpm.c:935 rpmqv.c:1081
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch se mù¾e specifikovat jen pøi instalaci balíèkù"
 
-#: rpm.c:930 rpmqv.c:1136
+#: rpm.c:939 rpmqv.c:1085
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos se mù¾e specifikovat jen pøi instalaci balíèkù"
 
-#: rpm.c:934 rpmqv.c:1140
+#: rpm.c:943 rpmqv.c:1089
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoreos se mù¾e specifikovat jen pøi instalaci balíèkù"
 
-#: rpm.c:938 rpmqv.c:1144
+#: rpm.c:947 rpmqv.c:1093
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches se mù¾e specifikovat jen pøi mazání balíèkù"
 
-#: rpm.c:942 rpmqv.c:1148
+#: rpm.c:951 rpmqv.c:1097
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles se mù¾e specifikovat jen pøi instalaci balíèkù"
 
-#: rpm.c:946 rpmqv.c:1152
+#: rpm.c:955 rpmqv.c:1101
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb se mù¾e specifikovat jen pøi instalaci nebo mazání balíèkù"
 
-#: rpm.c:951 rpmqv.c:1159
+#: rpm.c:960 rpmqv.c:1108
 msgid ""
 "--noscripts may only be specified during package installation, erasure, and "
 "verification"
@@ -1213,7 +1110,7 @@ msgstr ""
 "--noscripts se mù¾e specifikovat jen pøi instalaci, mazání nebo verifikaci "
 "balíèkù"
 
-#: rpm.c:955
+#: rpm.c:964
 msgid ""
 "--notriggers may only be specified during package installation, erasure, and "
 "verification"
@@ -1221,7 +1118,7 @@ msgstr ""
 "--notriggers se mù¾e specifikovat jen pøi instalaci, mazání nebo verifikaci "
 "balíèkù"
 
-#: rpm.c:959 rpmqv.c:1171
+#: rpm.c:968 rpmqv.c:1120
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1230,7 +1127,7 @@ msgstr ""
 "--nodeps se mù¾e specifikovat jen pøi instalaci, mazání nebo verifikaci "
 "balíèkù"
 
-#: rpm.c:964 rpmqv.c:1176
+#: rpm.c:973 rpmqv.c:1125
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1238,7 +1135,7 @@ msgstr ""
 "--test se mù¾e specifikovat jen pøi instalaci, mazání nebo sestavování "
 "balíèkù"
 
-#: rpm.c:968 rpmqv.c:1181
+#: rpm.c:977 rpmqv.c:1130
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1246,102 +1143,102 @@ msgstr ""
 "--root (-r) se mù¾e urèit jen pøi instalaci, mazání, dotazování a opìtných "
 "sestavování databází"
 
-#: rpm.c:980 rpmqv.c:1193
+#: rpm.c:989 rpmqv.c:1142
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumenty pro --root (-r) musejí zaèínat znakem /"
 
-#: rpm.c:986 rpmqv.c:1200
+#: rpm.c:995 rpmqv.c:1149
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage lze pou¾ít jen pøi aktualizacích"
 
-#: rpm.c:989 rpmqv.c:1205
+#: rpm.c:998 rpmqv.c:1154
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp lze pou¾ít jen pøi kontrolování podpisù"
 
-#: rpm.c:992 rpmqv.c:1208
+#: rpm.c:1001 rpmqv.c:1157
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nopgp lze pou¾ít jen pøi kontrolování podpisù"
 
-#: rpm.c:995 rpmqv.c:1213
+#: rpm.c:1004 rpmqv.c:1162
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 "--nopgp se mù¾e pou¾ít jen pøi kontrolování podpisù a verifikaci balíèkù"
 
-#: rpm.c:1006 rpmqv.c:1226
+#: rpm.c:1015 rpmqv.c:1175
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1231
+#: rpm.c:1020 rpmqv.c:1180
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "nelze otevøít soubor %s: "
 
-#: rpm.c:1026 rpmqv.c:1247
+#: rpm.c:1035 rpmqv.c:1196
 #, fuzzy
 msgid "pgp not found: "
 msgstr "Soubor nebyl na serveru nalezen"
 
-#: rpm.c:1030 rpmqv.c:1251
+#: rpm.c:1039 rpmqv.c:1200
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1032 rpmqv.c:1253
+#: rpm.c:1041 rpmqv.c:1202
 msgid "Pass phrase check failed\n"
 msgstr "Chybná heslová fráze\n"
 
-#: rpm.c:1035 rpmqv.c:1256
+#: rpm.c:1044 rpmqv.c:1205
 msgid "Pass phrase is good.\n"
 msgstr "Heslová fráze je dobrá.\n"
 
-#: rpm.c:1040 rpmqv.c:1261
+#: rpm.c:1049 rpmqv.c:1210
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1046 rpmqv.c:1267
+#: rpm.c:1055 rpmqv.c:1216
 msgid "--sign may only be used during package building"
 msgstr "--sign lze pou¾ít jen pøi sestavování balíèkù"
 
-#: rpm.c:1061 rpmqv.c:1283
+#: rpm.c:1070 rpmqv.c:1232
 msgid "exec failed\n"
 msgstr "nelze spustit\n"
 
-#: rpm.c:1080 rpmqv.c:1552
+#: rpm.c:1089 rpmqv.c:1501
 msgid "unexpected arguments to --querytags "
 msgstr "neèekané argumenty pro --querytags "
 
-#: rpm.c:1091 rpmqv.c:1574
+#: rpm.c:1100 rpmqv.c:1523
 msgid "no packages given for signature check"
 msgstr "ke kontrole podpisu nezadány ¾ádné balíèky"
 
-#: rpm.c:1102 rpmqv.c:1585
+#: rpm.c:1111 rpmqv.c:1534
 msgid "no packages given for signing"
 msgstr "k podpisu nezadány ¾ádné balíèky"
 
-#: rpm.c:1118 rpmqv.c:1425
+#: rpm.c:1127 rpmqv.c:1374
 msgid "no packages given for uninstall"
 msgstr "pro deinstalaci nezadány ¾ádné balíèky"
 
-#: rpm.c:1168 rpmqv.c:1475
+#: rpm.c:1177 rpmqv.c:1424
 msgid "no packages given for install"
 msgstr "pro instalaci nezadány ¾ádné balíèky"
 
-#: rpm.c:1191 rpmqv.c:1515
+#: rpm.c:1200 rpmqv.c:1464
 msgid "extra arguments given for query of all packages"
 msgstr "k dotazu na v¹echny balíèky zadány argumenty navíc"
 
-#: rpm.c:1196 rpmqv.c:1520
+#: rpm.c:1205 rpmqv.c:1469
 msgid "no arguments given for query"
 msgstr "k dotazu nezadány ¾ádné argumenty"
 
-#: rpm.c:1213 rpmqv.c:1540
+#: rpm.c:1222 rpmqv.c:1489
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "k dotazu na v¹echny balíèky zadány argumenty navíc"
 
-#: rpm.c:1217 rpmqv.c:1544
+#: rpm.c:1226 rpmqv.c:1493
 msgid "no arguments given for verify"
 msgstr "pro verifikaci nezadány ¾ádné argumenty"
 
@@ -1365,72 +1262,72 @@ msgstr "chyba p
 msgid "cannot re-open payload: %s\n"
 msgstr "nelze otevøít soubor %s: "
 
-#: rpmqv.c:304
+#: rpmqv.c:284
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "pou¾ití: rpm {--help}"
 
-#: rpmqv.c:305
+#: rpmqv.c:285
 #, fuzzy, c-format
 msgid "       %s {--version}\n"
 msgstr "       rpm {--version}"
 
-#: rpmqv.c:308
+#: rpmqv.c:288
 #, fuzzy, c-format
 msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 msgstr "       rpm {--initdb}   [--dbpath <adr>]"
 
-#: rpmqv.c:309
+#: rpmqv.c:289
 #, fuzzy, c-format
 msgid "       %s {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]\n"
 msgstr "       rpm {--rebuilddb} [--rcfile <soubor>] [--dbpath <adr>]"
 
-#: rpmqv.c:313
+#: rpmqv.c:293
 #, fuzzy, c-format
 msgid ""
 "       %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpmqv.c:323
+#: rpmqv.c:303
 #, fuzzy, c-format
 msgid ""
 "       %s {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpmqv.c:333
+#: rpmqv.c:313
 #, fuzzy, c-format
 msgid "       %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--erase -e} [--root <adr>] [--noscripts] [--rcfile <soubor>]"
 
-#: rpmqv.c:339
+#: rpmqv.c:319
 #, fuzzy, c-format
 msgid "       %s {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]\n"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpmqv.c:346
+#: rpmqv.c:326
 #, fuzzy, c-format
 msgid "       %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]\n"
 msgstr "       rpm {--verify -V -y} [-afpg] [--root <adr>] [--rcfile <soubor>]"
 
-#: rpmqv.c:349
+#: rpmqv.c:329
 #, fuzzy, c-format
 msgid "       %s {--querytags}\n"
 msgstr "       rpm {--querytags}"
 
-#: rpmqv.c:350
+#: rpmqv.c:330
 #, fuzzy, c-format
 msgid "       %s {--setperms} [-afpg] [target]\n"
 msgstr "       rpm {--setperms} [-afpg] [cíl]"
 
-#: rpmqv.c:351
+#: rpmqv.c:331
 #, fuzzy, c-format
 msgid "       %s {--setugids} [-afpg] [target]\n"
 msgstr "       rpm {--setugids} [-afpg] [cíl]"
 
-#: rpmqv.c:355
+#: rpmqv.c:335
 #, fuzzy, c-format
 msgid ""
 "       %s {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -1439,348 +1336,348 @@ msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile "
 "<soubor>]"
 
-#: rpmqv.c:356
+#: rpmqv.c:336
 #, fuzzy
 msgid "                        [--sign] [--nobuild] ]"
 msgstr ""
 "                        [--sign] [--test] [--timecheck <s>] [--buildos <os>]"
 
-#: rpmqv.c:359
+#: rpmqv.c:339
 #, fuzzy, c-format
 msgid "       %s {--rmsource} [--rcfile <file>] [-v] specfile\n"
 msgstr "       rpm {--rmsource} [--rcfile <soubor>] [-v] soubor.spec"
 
-#: rpmqv.c:360
+#: rpmqv.c:340
 #, fuzzy, c-format
 msgid ""
 "       %s {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <soubor>] [-v] zdroj1.rpm ... zdrojN.rpm"
 
-#: rpmqv.c:361
+#: rpmqv.c:341
 #, fuzzy, c-format
 msgid ""
 "       %s {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "       rpm {--recompile} [--rcfile <soubor>] [-v] zdroj1.rpm ... zdrojN.rpm"
 
-#: rpmqv.c:362
+#: rpmqv.c:342
 #, fuzzy, c-format
 msgid "       %s {--freshen -F} file1.rpm ... fileN.rpm\n"
 msgstr "                        [--badreloc] soubor1.rpm ... souborN.rpm"
 
-#: rpmqv.c:366
+#: rpmqv.c:346
 #, fuzzy, c-format
 msgid "       %s {--resign} [--rcfile <file>] package1 package2 ... packageN\n"
 msgstr ""
 "       rpm {--resign} [--rcfile <soubor>] balíèek1 balíèek2 ... balíèekN"
 
-#: rpmqv.c:367
+#: rpmqv.c:347
 #, fuzzy, c-format
 msgid "       %s {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 "       rpm {--addsign} [--rcfile <soubor>] balíèek1 balíèek2 ... balíèekN"
 
-#: rpmqv.c:368
+#: rpmqv.c:348
 #, fuzzy, c-format
 msgid ""
 "       %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]\n"
 msgstr "       rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <soubor>]"
 
-#: rpmqv.c:412
+#: rpmqv.c:392
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   v¹echny re¾imy podporují tyto argumenty:"
 
-#: rpmqv.c:413
+#: rpmqv.c:393
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:415
+#: rpmqv.c:395
 #, fuzzy
 msgid "   --eval '<name>+'       "
 msgstr "    --pipe <pøíkaz>       "
 
-#: rpmqv.c:417
+#: rpmqv.c:397
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    --pipe <pøíkaz>       "
 
-#: rpmqv.c:419
+#: rpmqv.c:399
 #, fuzzy
 msgid "   --rcfile <file>        "
 msgstr "      --rcfile <soubor>     "
 
-#: rpmqv.c:424
+#: rpmqv.c:404
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "      --dbpath <adr>      "
 
-#: rpmqv.c:426
+#: rpmqv.c:406
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "      --root <adr>        "
 
-#: rpmqv.c:436
+#: rpmqv.c:416
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 "   instalace, aktualizace a dotazování (s -p) umo¾òují pou¾ití URL-adres ftp"
 
-#: rpmqv.c:437
+#: rpmqv.c:417
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   místo názvù souborù vèetnì následujících voleb:"
 
-#: rpmqv.c:438
+#: rpmqv.c:418
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "      --ftpproxy <hostitel> "
 
-#: rpmqv.c:440
+#: rpmqv.c:420
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "      --ftpport <port>    "
 
-#: rpmqv.c:442
+#: rpmqv.c:422
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "      --ftpproxy <hostitel> "
 
-#: rpmqv.c:444
+#: rpmqv.c:424
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "      --ftpport <port>    "
 
-#: rpmqv.c:450
+#: rpmqv.c:430
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Volby pro specifikaci balíèku:"
 
-#: rpmqv.c:452
+#: rpmqv.c:432
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "dotazovat v¹echny balíèky"
 
-#: rpmqv.c:453
+#: rpmqv.c:433
 #, fuzzy
 msgid "     -f <file>+          "
 msgstr "        -f <soubor>+      "
 
-#: rpmqv.c:454
+#: rpmqv.c:434
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "dotazy na balíèek vlastnící <soubor>"
 
-#: rpmqv.c:455
+#: rpmqv.c:435
 #, fuzzy
 msgid "     -p <packagefile>+   "
 msgstr "        -p <souborbalíku>+  "
 
-#: rpmqv.c:456
+#: rpmqv.c:436
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "dotazovat (nenainstalovaný) balíèek <souborbalíku>"
 
-#: rpmqv.c:457
+#: rpmqv.c:437
 #, fuzzy
 msgid "     --triggeredby <pkg> "
 msgstr "        --triggeredby <balík>"
 
-#: rpmqv.c:458
+#: rpmqv.c:438
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "dotazy na balíèky aktivované <balíkem>"
 
-#: rpmqv.c:459
+#: rpmqv.c:439
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "        --whatprovides <sch>"
 
-#: rpmqv.c:460
+#: rpmqv.c:440
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "dotazovat balíèky poskytující schopnost <sch>"
 
-#: rpmqv.c:461
+#: rpmqv.c:441
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "        --whatrequires <sch>"
 
-#: rpmqv.c:462
+#: rpmqv.c:442
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "dotazovat balíèky vy¾adující schopnost <sch>"
 
-#: rpmqv.c:466
+#: rpmqv.c:446
 #, fuzzy
 msgid "     --queryformat <qfmt> "
 msgstr "      --queryformat <qfmt>"
 
-#: rpmqv.c:469
+#: rpmqv.c:449
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Volby pro vybìr informací:"
 
-#: rpmqv.c:485
+#: rpmqv.c:465
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "uvést schopnosti poskytované balíèkem"
 
-#: rpmqv.c:487
+#: rpmqv.c:467
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "uvést schopnosti poskytované balíèkem"
 
-#: rpmqv.c:489
+#: rpmqv.c:469
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "vytisknout rùzné [de]instalaèní skripty"
 
-#: rpmqv.c:491
+#: rpmqv.c:471
 #, fuzzy
 msgid "show the trigger scriptlets contained in the package"
 msgstr "zobrazit aktivaèní skripty obsa¾ené v balíèku"
 
-#: rpmqv.c:515
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "    --install <souborbalíku>"
 
-#: rpmqv.c:516
+#: rpmqv.c:496
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -i <souborbalíku>     "
 
-#: rpmqv.c:525
+#: rpmqv.c:505
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "      --relocate <starácesta>=<novácesta>"
 
-#: rpmqv.c:526
+#: rpmqv.c:506
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "soubor %s je sdílen\n"
 
-#: rpmqv.c:546
+#: rpmqv.c:526
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "nespou¹tìt ¾ádné instalaèní skripty"
 
-#: rpmqv.c:548
+#: rpmqv.c:528
 #, fuzzy
 msgid "don't execute any scriptlets triggered by this package"
 msgstr "nespou¹tìt ¾ádné skripty aktivované tímto balíèkem"
 
-#: rpmqv.c:551
+#: rpmqv.c:531
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "      --prefix <adr>      "
 
-#: rpmqv.c:553
+#: rpmqv.c:533
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <starácesta>=<novácesta>"
 
-#: rpmqv.c:562
+#: rpmqv.c:542
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "    --upgrade <souborbalíku>"
 
-#: rpmqv.c:563
+#: rpmqv.c:543
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -U <souborbalíku>      "
 
-#: rpmqv.c:568
+#: rpmqv.c:548
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "    --erase <balíèek>"
 
-#: rpmqv.c:587
+#: rpmqv.c:567
 #, fuzzy
 msgid "   -b<stage> <spec>       "
 msgstr "    -b<etapa> <.spec>     "
 
-#: rpmqv.c:588
+#: rpmqv.c:568
 #, fuzzy
 msgid "   -t<stage> <tarball>    "
 msgstr "    -t<etapa> <klubkotar> "
 
-#: rpmqv.c:603
+#: rpmqv.c:583
 #, fuzzy
 msgid "package src rpm only"
 msgstr "balíèek nemá název"
 
-#: rpmqv.c:614
+#: rpmqv.c:594
 #, fuzzy
 msgid "     --buildroot <dir>    "
 msgstr "      --buildroot <adr>   "
 
-#: rpmqv.c:616
+#: rpmqv.c:596
 #, fuzzy
 msgid "     --target=<platform>+ "
 msgstr "      --queryformat <qfmt>"
 
-#: rpmqv.c:621
+#: rpmqv.c:601
 #, fuzzy
 msgid "   --rebuild <src_pkg>    "
 msgstr "    --rebuild <zdrojbalík>"
 
-#: rpmqv.c:623
+#: rpmqv.c:603
 #, fuzzy
 msgid "   --recompile <src_pkg>  "
 msgstr "    --recompile <zdrojbal>"
 
-#: rpmqv.c:629
+#: rpmqv.c:609
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    --resign <balík>+     "
 
-#: rpmqv.c:631
+#: rpmqv.c:611
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    --addsign <balík>+    "
 
-#: rpmqv.c:634
+#: rpmqv.c:614
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    --checksig <balík>+   "
 
-#: rpmqv.c:635
+#: rpmqv.c:615
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    --resign <balík>+     "
 
-#: rpmqv.c:648
+#: rpmqv.c:628
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:650
+#: rpmqv.c:630
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "pøestavit databázi z existující databáze"
 
-#: rpmqv.c:1057
+#: rpmqv.c:1017
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath zadána pro operaci, která databázi nepou¾ívá"
 
-#: rpmqv.c:1165
+#: rpmqv.c:1114
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation and erasure"
 msgstr "--justdb se mù¾e specifikovat jen pøi instalaci nebo mazání balíèkù"
 
-#: rpmqv.c:1323
+#: rpmqv.c:1272
 msgid "no packages files given for rebuild"
 msgstr "k opìtnému sestavení nezadány ¾ádné soubory balíèkù"
 
-#: rpmqv.c:1393
+#: rpmqv.c:1342
 msgid "no spec files given for build"
 msgstr "pro sestavení nezadány ¾ádné soubory .spec"
 
-#: rpmqv.c:1395
+#: rpmqv.c:1344
 msgid "no tar files given for build"
 msgstr "pro sestavení nezadány ¾ádné soubory tar"
 
@@ -3112,6 +3009,109 @@ msgid ""
 msgstr ""
 "tato verze RPM podporuje jen balíèky, které mají hlavní (major) èísla <= 3"
 
+#: lib/poptBT.c:82
+msgid "buildroot already specified"
+msgstr ""
+
+#: lib/poptBT.c:108
+msgid "build through %%prep stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:110
+msgid "build through %%build stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:112
+msgid "build through %%install stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:114
+#, fuzzy
+msgid "verify %%files section from spec file"
+msgstr "balíèek %s neobsahuje soubory"
+
+#: lib/poptBT.c:116
+#, fuzzy
+msgid "build source and binary package from spec file"
+msgstr "probíhá hledání zdrojových a binárních balíèkù\n"
+
+#: lib/poptBT.c:118
+#, fuzzy
+msgid "build binary package from spec file"
+msgstr "balíèek %s neobsahuje soubory"
+
+#: lib/poptBT.c:120
+#, fuzzy
+msgid "build source package from spec file"
+msgstr "balíèek %s neobsahuje soubory"
+
+#: lib/poptBT.c:123
+msgid "build through %%prep stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:125
+msgid "build through %%build stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:127
+msgid "build through %%install stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:129
+msgid "verify %%files section from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:131
+#, fuzzy
+msgid "build source and binary package from tar ball"
+msgstr "probíhá hledání zdrojových a binárních balíèkù\n"
+
+#: lib/poptBT.c:133
+msgid "build binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:135
+#, fuzzy
+msgid "build source package from tar ball"
+msgstr "sestavit balíèky pro ositekturu <os>"
+
+#: lib/poptBT.c:138
+#, fuzzy
+msgid "build binary package from source package"
+msgstr "binární balíèek (pøíprava, kompilace, instalace, zabalení)"
+
+#: lib/poptBT.c:140
+#, fuzzy
+msgid "build through %%install stage from source package"
+msgstr "probíhá instalace binárních balíèkù\n"
+
+#: lib/poptBT.c:143
+#, fuzzy
+msgid "override build root"
+msgstr "pou¾ít <adr> jako sestavovací koøen"
+
+#: lib/poptBT.c:147
+#, fuzzy
+msgid "do not execute any stages of the build"
+msgstr "nespou¹tìt ¾ádné etapy"
+
+#: lib/poptBT.c:149
+msgid "do not accept I18N msgstr's from specfile"
+msgstr ""
+
+#: lib/poptBT.c:153
+#, fuzzy
+msgid "remove specfile when done"
+msgstr "po dokonèení odstranit zdroje a soubor .spec"
+
+#: lib/poptBT.c:157
+msgid "override target platform"
+msgstr ""
+
+#: lib/poptBT.c:159
+msgid "lookup I18N strings in specfile catalog"
+msgstr ""
+
 #: lib/problems.c:43
 #, c-format
 msgid " is needed by %s-%s-%s\n"
@@ -3168,220 +3168,129 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s-%s-%s"
 msgstr ""
 
-#: lib/query.c:141
+#: lib/query.c:139
 #, c-format
 msgid "error in format: %s\n"
 msgstr "chyba v formátu: %s\n"
 
-#: lib/query.c:200
+#: lib/query.c:198
 msgid "(contains no files)"
 msgstr "(neobsahuje soubory)"
 
-#: lib/query.c:259
+#: lib/query.c:257
 msgid "normal        "
 msgstr "normální      "
 
-#: lib/query.c:261
+#: lib/query.c:259
 msgid "replaced      "
 msgstr "nahrazen      "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "not installed "
 msgstr "neinstalován  "
 
-#: lib/query.c:265
+#: lib/query.c:263
 msgid "net shared    "
 msgstr "sdílen v síti "
 
-#: lib/query.c:267
+#: lib/query.c:265
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(neznámý %3d) "
 
-#: lib/query.c:271
+#: lib/query.c:269
 msgid "(no state)    "
 msgstr "(chybí stav)  "
 
-#: lib/query.c:288 lib/query.c:331
+#: lib/query.c:286 lib/query.c:329
 msgid "package has neither file owner or id lists"
 msgstr "balíèek nemá vlastníka souboru ani id-seznamy"
 
-#: lib/query.c:375
+#: lib/query.c:373
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "chyba: nelze otevøít %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:492
+#: lib/query.c:490
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "nelze otevøít %s: %s\n"
 
-#: lib/query.c:510
+#: lib/query.c:508
 msgid "old format source packages cannot be queried\n"
 msgstr "na zdrojové balíèky starého formátu se nelze dotazovat\n"
 
-#: lib/query.c:519 lib/rpminstall.c:231
+#: lib/query.c:517 lib/rpminstall.c:231
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "nezdá se, ¾e by %s byl balíèek typu RPM\n"
 
-#: lib/query.c:523
+#: lib/query.c:521
 #, c-format
 msgid "query of %s failed\n"
 msgstr "dotaz na %s se nezdaøil\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "dotaz na %s se nezdaøil\n"
 
-#: lib/query.c:579
+#: lib/query.c:577
 #, fuzzy
 msgid "no packages\n"
 msgstr "nalezeno %d balíèkù\n"
 
-#: lib/query.c:589
+#: lib/query.c:587
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "skupina %s neobsahuje ¾ádné balíèky\n"
 
-#: lib/query.c:599
+#: lib/query.c:597
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "¾ádný balíèek neaktivuje %s\n"
 
-#: lib/query.c:609
+#: lib/query.c:607
 #, c-format
 msgid "no package requires %s\n"
 msgstr "¾ádný balíèek nevy¾aduje %s\n"
 
-#: lib/query.c:620
+#: lib/query.c:618
 #, c-format
 msgid "no package provides %s\n"
 msgstr "¾ádný balíèek neposkytuje %s\n"
 
-#: lib/query.c:636
+#: lib/query.c:634
 #, c-format
 msgid "file %s: %s\n"
 msgstr "soubor %s: %s\n"
 
-#: lib/query.c:639
+#: lib/query.c:637
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "¾ádný balíèek nevlastní soubor %s\n"
 
-#: lib/query.c:664
+#: lib/query.c:662
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "neplatné èíslo balíèku: %s\n"
 
-#: lib/query.c:667
+#: lib/query.c:665
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "probíhá dotaz na záznam èíslo %d\n"
 
-#: lib/query.c:671
+#: lib/query.c:669
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "záznam %d nelze naèíst\n"
 
-#: lib/query.c:682 lib/rpminstall.c:435
+#: lib/query.c:680 lib/rpminstall.c:435
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "balíèek %s není nainstalován\n"
 
-#: lib/query.c:769
-#, fuzzy
-msgid "query package owning file"
-msgstr "dotazy na balíèek vlastnící <soubor>"
-
-#: lib/query.c:771
-#, fuzzy
-msgid "query packages in group"
-msgstr "balíèek nemá skupinu\n"
-
-#: lib/query.c:773
-#, fuzzy
-msgid "query a package file"
-msgstr "dotazovat v¹echny balíèky"
-
-#: lib/query.c:775
-#, fuzzy
-msgid "rpm query mode"
-msgstr "dotazovací re¾im"
-
-#: lib/query.c:779
-msgid "display known query tags"
-msgstr ""
-
-#: lib/query.c:781
-#, fuzzy
-msgid "query a spec file"
-msgstr "dotaz na %s se nezdaøil\n"
-
-#: lib/query.c:783
-#, fuzzy
-msgid "query the pacakges triggered by the package"
-msgstr "dotazy na balíèky aktivované <balíkem>"
-
-#: lib/query.c:785
-#, fuzzy
-msgid "rpm verify mode"
-msgstr "dotazovací re¾im"
-
-#: lib/query.c:787
-msgid "rpm verify mode (legacy)"
-msgstr ""
-
-#: lib/query.c:789
-#, fuzzy
-msgid "query the packages which require a capability"
-msgstr "dotazovat balíèky vy¾adující schopnost <sch>"
-
-#: lib/query.c:791
-#, fuzzy
-msgid "query the packages which provide a capability"
-msgstr "dotazovat balíèky poskytující schopnost <sch>"
-
-#: lib/query.c:831
-#, fuzzy
-msgid "list all configuration files"
-msgstr "uvést pouze konfiguraèní soubory (implikuje -l)"
-
-#: lib/query.c:833
-#, fuzzy
-msgid "list all documentation files"
-msgstr "nainstalovat dokumentaci"
-
-#: lib/query.c:835
-#, fuzzy
-msgid "dump basic file information"
-msgstr "zobrazit informace o balíèku"
-
-#: lib/query.c:837
-#, fuzzy
-msgid "list files in package"
-msgstr "binární balíèek starého typu\n"
-
-#: lib/query.c:841
-msgid "use the following query format"
-msgstr ""
-
-#: lib/query.c:843
-#, fuzzy
-msgid "substitute i18n sections into spec file"
-msgstr "balíèek %s neobsahuje soubory"
-
-#: lib/query.c:845
-msgid "display the states of the listed files"
-msgstr ""
-
-#: lib/query.c:847
-#, fuzzy
-msgid "display a verbose file listing"
-msgstr "zobrazit seznam souborù balíèkù"
-
 #: lib/rpmchecksig.c:31
 #, fuzzy, c-format
 msgid "%s: open failed: %s\n"
@@ -4163,6 +4072,66 @@ msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nevyøe¹ené závislosti pro %s-%s-%s: "
 
 #, fuzzy
+#~ msgid "query package owning file"
+#~ msgstr "dotazy na balíèek vlastnící <soubor>"
+
+#, fuzzy
+#~ msgid "query packages in group"
+#~ msgstr "balíèek nemá skupinu\n"
+
+#, fuzzy
+#~ msgid "query a package file"
+#~ msgstr "dotazovat v¹echny balíèky"
+
+#, fuzzy
+#~ msgid "rpm query mode"
+#~ msgstr "dotazovací re¾im"
+
+#, fuzzy
+#~ msgid "query a spec file"
+#~ msgstr "dotaz na %s se nezdaøil\n"
+
+#, fuzzy
+#~ msgid "query the pacakges triggered by the package"
+#~ msgstr "dotazy na balíèky aktivované <balíkem>"
+
+#, fuzzy
+#~ msgid "rpm verify mode"
+#~ msgstr "dotazovací re¾im"
+
+#, fuzzy
+#~ msgid "query the packages which require a capability"
+#~ msgstr "dotazovat balíèky vy¾adující schopnost <sch>"
+
+#, fuzzy
+#~ msgid "query the packages which provide a capability"
+#~ msgstr "dotazovat balíèky poskytující schopnost <sch>"
+
+#, fuzzy
+#~ msgid "list all configuration files"
+#~ msgstr "uvést pouze konfiguraèní soubory (implikuje -l)"
+
+#, fuzzy
+#~ msgid "list all documentation files"
+#~ msgstr "nainstalovat dokumentaci"
+
+#, fuzzy
+#~ msgid "dump basic file information"
+#~ msgstr "zobrazit informace o balíèku"
+
+#, fuzzy
+#~ msgid "list files in package"
+#~ msgstr "binární balíèek starého typu\n"
+
+#, fuzzy
+#~ msgid "substitute i18n sections into spec file"
+#~ msgstr "balíèek %s neobsahuje soubory"
+
+#, fuzzy
+#~ msgid "display a verbose file listing"
+#~ msgstr "zobrazit seznam souborù balíèkù"
+
+#, fuzzy
 #~ msgid "override build architecture"
 #~ msgstr "neovìøovat architekturu balíèku"
 
index 1d82271..e5e2d1d 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -37,7 +37,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 2.5.2\n"
-"POT-Creation-Date: 2000-05-31 13:32-0400\n"
+"POT-Creation-Date: 2000-06-01 00:32-0400\n"
 "PO-Revision-Date: 1998-08-03 18:02+02:00\n"
 "Last-Translator: Karl Eichwalder <ke@SuSE.DE>\n"
 "Language-Team: German <de@li.org>\n"
@@ -101,123 +101,6 @@ msgstr ""
 msgid "Building for target %s\n"
 msgstr "Fehler beim Suchen nach Paket %s\n"
 
-#: build.c:385
-msgid "buildroot already specified"
-msgstr ""
-
-#: build.c:411
-msgid "build through %%prep stage from spec file"
-msgstr ""
-
-#: build.c:413
-msgid "build through %%build stage from spec file"
-msgstr ""
-
-#: build.c:415
-msgid "build through %%install stage from spec file"
-msgstr ""
-
-#: build.c:417
-#, fuzzy
-msgid "verify %%files section from spec file"
-msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-
-#: build.c:419
-#, fuzzy
-msgid "build source and binary package from spec file"
-msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
-
-#: build.c:421
-#, fuzzy
-msgid "build binary package from spec file"
-msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-
-#: build.c:423
-#, fuzzy
-msgid "build source package from spec file"
-msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-
-#: build.c:426
-msgid "build through %%prep stage from tar ball"
-msgstr ""
-
-#: build.c:428
-msgid "build through %%build stage from tar ball"
-msgstr ""
-
-#: build.c:430
-msgid "build through %%install stage from tar ball"
-msgstr ""
-
-#: build.c:432
-msgid "verify %%files section from tar ball"
-msgstr ""
-
-#: build.c:434
-#, fuzzy
-msgid "build source and binary package from tar ball"
-msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
-
-#: build.c:436
-msgid "build binary package from tar ball"
-msgstr ""
-
-#: build.c:438
-#, fuzzy
-msgid "build source package from tar ball"
-msgstr "Erstelle die Pakete für das Betriebssystem <BS>"
-
-#: build.c:441
-#, fuzzy
-msgid "build binary package from source package"
-msgstr ""
-"Binärpaket erstellen (präparieren, kompilieren, installieren und paketieren)"
-
-#: build.c:443
-#, fuzzy
-msgid "build through %%install stage from source package"
-msgstr "Paket installieren"
-
-#: build.c:446
-#, fuzzy
-msgid "override build root"
-msgstr "Benutze <VERZ> als Stammverzeichnis beim Erstellen"
-
-#: build.c:448 rpm.c:485 rpmqv.c:607
-msgid "remove build tree when done"
-msgstr "Erstellungsdateibaum nach Beendigung löschen"
-
-#: build.c:450
-#, fuzzy
-msgid "do not execute any stages of the build"
-msgstr "Keine Stufen ausführen"
-
-#: build.c:452
-msgid "do not accept I18N msgstr's from specfile"
-msgstr ""
-
-#: build.c:454 rpm.c:487 rpmqv.c:609
-#, fuzzy
-msgid "remove sources when done"
-msgstr "Quellen und spec-Dateien nach Beendigung löschen"
-
-#: build.c:456
-#, fuzzy
-msgid "remove specfile when done"
-msgstr "Quellen und spec-Dateien nach Beendigung löschen"
-
-#: build.c:458 rpm.c:483 rpmqv.c:605
-msgid "skip straight to specified stage (only for c,i)"
-msgstr "Direkt zur angegeben Stufe springen (nur für c und i)"
-
-#: build.c:460
-msgid "override target platform"
-msgstr ""
-
-#: build.c:462
-msgid "lookup I18N strings in specfile catalog"
-msgstr ""
-
 #: convertdb.c:39
 #, fuzzy
 msgid "RPM database already exists"
@@ -262,153 +145,153 @@ msgstr "Paket %s in %s nicht gefunden"
 msgid "no copyright!\n"
 msgstr ""
 
-#: rpm.c:182 rpmqv.c:277
+#: rpm.c:191 rpmqv.c:257
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
 # , c-format
-#: rpm.c:193 rpmqv.c:288
+#: rpm.c:202 rpmqv.c:268
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM Version %s\n"
 
-#: rpm.c:197 rpmqv.c:292
+#: rpm.c:206 rpmqv.c:272
 msgid "Copyright (C) 1998 - Red Hat Software"
 msgstr "Copyright © 1998 - Red Hat Software"
 
-#: rpm.c:198 rpmqv.c:293
+#: rpm.c:207 rpmqv.c:273
 msgid "This may be freely redistributed under the terms of the GNU GPL"
 msgstr "Dies darf unter den Bedingungen der »GNU GPL« frei verteilt werden"
 
-#: rpm.c:206
+#: rpm.c:215
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "Benutzung: rpm {--help}"
 
-#: rpm.c:207
+#: rpm.c:216
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:208
+#: rpm.c:217
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <VERZ>]"
 
-#: rpm.c:209
+#: rpm.c:218
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:210 rpmqv.c:314
+#: rpm.c:219 rpmqv.c:294
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <VERZ>]"
 
-#: rpm.c:211 rpmqv.c:315
+#: rpm.c:220 rpmqv.c:295
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:212 rpmqv.c:316
+#: rpm.c:221 rpmqv.c:296
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <DATEI>] [--ignorearch] [--dbpath <VERZ>]"
 
-#: rpm.c:213 rpmqv.c:317
+#: rpm.c:222 rpmqv.c:297
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <VERZ>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:214 rpmqv.c:318
+#: rpm.c:223 rpmqv.c:298
 msgid ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 msgstr ""
 "                        [--ftpproxy <RECHNER>] [--ftpport <PORT>] [--justdb]"
 
-#: rpm.c:215 rpm.c:224 rpm.c:233 rpmqv.c:319 rpmqv.c:328 rpmqv.c:343
+#: rpm.c:224 rpm.c:233 rpm.c:242 rpmqv.c:299 rpmqv.c:308 rpmqv.c:323
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--ftpproxy <HOST>] [--ftpport <PORT>]"
 
-#: rpm.c:216 rpm.c:226 rpmqv.c:320 rpmqv.c:330
+#: rpm.c:225 rpm.c:235 rpmqv.c:300 rpmqv.c:310
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate <ALTPFAD>=<NEUPFAD>]"
 
-#: rpm.c:217 rpmqv.c:321
+#: rpm.c:226 rpmqv.c:301
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--badreloc] [--notriggers] DATEI1.rpm ... DATEIn.rpm"
 
-#: rpm.c:218 rpmqv.c:322
+#: rpm.c:227 rpmqv.c:302
 #, fuzzy
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] DATEI1.rpm ... DATEIn.rpm"
 
-#: rpm.c:219
+#: rpm.c:228
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:220 rpmqv.c:324
+#: rpm.c:229 rpmqv.c:304
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr "                        [--oldpackage] [--root <VERZ>] [--noscripts]"
 
-#: rpm.c:221 rpmqv.c:325
+#: rpm.c:230 rpmqv.c:305
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <DATEI>]"
 
-#: rpm.c:222 rpmqv.c:326
+#: rpm.c:231 rpmqv.c:306
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <VERZ>]"
 
-#: rpm.c:223 rpmqv.c:327
+#: rpm.c:232 rpmqv.c:307
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <HOST>] [--ftpport <PORT>]"
 
-#: rpm.c:225 rpmqv.c:329
+#: rpm.c:234 rpmqv.c:309
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:227 rpmqv.c:331
+#: rpm.c:236 rpmqv.c:311
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr "                        [--nomd5] [ZIELE]"
 
-#: rpm.c:228 rpmqv.c:332
+#: rpm.c:237 rpmqv.c:312
 #, fuzzy
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] DATEI1.rpm ... DATEIn.rpm"
 
-#: rpm.c:229
+#: rpm.c:238
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:230 rpmqv.c:340
+#: rpm.c:239 rpmqv.c:320
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr "                        [--scripts] [--root <VERZ>] [--rcfile <DATEI>]"
 
-#: rpm.c:231 rpmqv.c:341
+#: rpm.c:240 rpmqv.c:321
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:232 rpmqv.c:342
+#: rpm.c:241 rpmqv.c:322
 #, fuzzy
 msgid ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
 msgstr ""
 "                        [--ftpuseport] [--ftpproxy <HOST>] [--ftpport <PORT>]"
 
-#: rpm.c:234 rpmqv.c:344
+#: rpm.c:243 rpmqv.c:324
 #, fuzzy
 msgid ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
@@ -416,54 +299,54 @@ msgstr ""
 "                        [--dbpath <VERZ>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:235 rpmqv.c:345
+#: rpm.c:244 rpmqv.c:325
 #, fuzzy
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--nomd5] [ZIELE]"
 
-#: rpm.c:236
+#: rpm.c:245
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr "       rpm {--verify -V -y} [-afpg] [--root <VERZ>] [--rcfile <DATEI>]"
 
-#: rpm.c:237 rpmqv.c:347
+#: rpm.c:246 rpmqv.c:327
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <VERZ>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:238 rpmqv.c:348
+#: rpm.c:247 rpmqv.c:328
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [ZIELE]"
 
-#: rpm.c:239
+#: rpm.c:248
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [ZIEL]"
 
-#: rpm.c:240
+#: rpm.c:249
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [ZIEL]"
 
-#: rpm.c:241
+#: rpm.c:250
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] DATEI1.rpm ... DATEIn.rpm"
 
-#: rpm.c:242
+#: rpm.c:251
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e] [--root <VERZ>] [--noscripts] [--rcfile <DATEI>]"
 
-#: rpm.c:243 rpmqv.c:334
+#: rpm.c:252 rpmqv.c:314
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <VERZ>] [--nodeps] [--allmatches]"
 
-#: rpm.c:244 rpmqv.c:335
+#: rpm.c:253 rpmqv.c:315
 msgid ""
 "                        [--justdb] [--notriggers] rpackage1 ... packageN"
 msgstr "                        [--justdb] [--notriggers] PAKET1 ... PAKETn"
 
-#: rpm.c:245
+#: rpm.c:254
 #, fuzzy
 msgid ""
 "       rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -472,291 +355,291 @@ msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<DATEI>]"
 
-#: rpm.c:246
+#: rpm.c:255
 #, fuzzy
 msgid "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 msgstr ""
 "                        [--sign] [--test] [--timecheck <S>] [--buildos <BS>]"
 
-#: rpm.c:247 rpmqv.c:357
+#: rpm.c:256 rpmqv.c:337
 #, fuzzy
 msgid "                        [--target=platform1[,platform2...]]"
 msgstr "                        [ZIELE]"
 
-#: rpm.c:248 rpmqv.c:358
+#: rpm.c:257 rpmqv.c:338
 #, fuzzy
 msgid "                        [--rmsource] [--rmspec] specfile"
 msgstr "                        [--buildarch <ARCH>] [--rmsource] SPEC-DATEI"
 
-#: rpm.c:249
+#: rpm.c:258
 msgid "       rpm {--rmsource} [--rcfile <file>] [-v] specfile"
 msgstr "       rpm {--rmsource} [--rcfile <DATAEI>] [-v] SPEC-DATEI"
 
-#: rpm.c:250
+#: rpm.c:259
 msgid ""
 "       rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <DATEI>] [-v] SOURCE1.rpm ... SOURCEn.rpm"
 
-#: rpm.c:251
+#: rpm.c:260
 msgid ""
 "       rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--recompile} [--rcfile <DATEI>] [-v] SOURCE1.rpm ... SOURCEn.rpm"
 
-#: rpm.c:252
+#: rpm.c:261
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <DATEI>] PAKET1 PAKET2 ... PAKETn"
 
-#: rpm.c:253
+#: rpm.c:262
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <DATEI>] PAKET1 PAKET2 ... PAKETn"
 
-#: rpm.c:254
+#: rpm.c:263
 #, fuzzy
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr "       rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <DATEI>]"
 
-#: rpm.c:255 rpmqv.c:369
+#: rpm.c:264 rpmqv.c:349
 msgid "                           package1 ... packageN"
 msgstr "                           PAKET1 ... PAKETn"
 
-#: rpm.c:256
+#: rpm.c:265
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <DATEI>] [--dbpath <VERZ>]"
 
-#: rpm.c:257
+#: rpm.c:266
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:291 rpmqv.c:405
+#: rpm.c:300 rpmqv.c:385
 #, fuzzy
 msgid "Usage:"
 msgstr "Benutzung:"
 
-#: rpm.c:293 rpmqv.c:407
+#: rpm.c:302 rpmqv.c:387
 msgid "print this message"
 msgstr "Gibt diesen Text aus"
 
-#: rpm.c:295 rpmqv.c:409
+#: rpm.c:304 rpmqv.c:389
 msgid "print the version of rpm being used"
 msgstr "Die benutzte RPM-Version anzeigen"
 
-#: rpm.c:298
+#: rpm.c:307
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   alle Modi unterstützen folgende Argumente:"
 
-#: rpm.c:299
+#: rpm.c:308
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:300 rpmqv.c:414
+#: rpm.c:309 rpmqv.c:394
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:301
+#: rpm.c:310
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:302 rpmqv.c:416
+#: rpm.c:311 rpmqv.c:396
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "Die benutzte RPM-Version anzeigen"
 
-#: rpm.c:303
+#: rpm.c:312
 #, fuzzy
 msgid "    --pipe <cmd>          "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:304 rpmqv.c:418
+#: rpm.c:313 rpmqv.c:398
 msgid "send stdout to <cmd>"
 msgstr "Standard-Ausgabe nach <BEFEHL> umleiten"
 
-#: rpm.c:305
+#: rpm.c:314
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:306 rpmqv.c:420
+#: rpm.c:315 rpmqv.c:400
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "<DATEI> anstelle von /etc/rpmrc und $HOME/.rpmrc benutzen"
 
-#: rpm.c:308 rpmqv.c:422
+#: rpm.c:317 rpmqv.c:402
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:310 rpmqv.c:430
+#: rpm.c:319 rpmqv.c:410
 msgid "be a little more verbose"
 msgstr "Ausgabe etwas ausführlicher gestalten"
 
-#: rpm.c:312 rpmqv.c:432
+#: rpm.c:321 rpmqv.c:412
 msgid "be incredibly verbose (for debugging)"
 msgstr "extrem ausführliche Ausgabe (um Programm-Fehler zu finden)"
 
-#: rpm.c:315
+#: rpm.c:324
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   Installieren, Aktualisieren und Anfragen (mit -p) erlauben es, ftp-URLs"
 
-#: rpm.c:316
+#: rpm.c:325
 #, fuzzy
 msgid "   of file names as well as the following options:"
 msgstr ""
 "   anstelle von Dateinamen zu benutzen. Außerdem die folgenden Optionen:\n"
 
-#: rpm.c:317
+#: rpm.c:326
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:318 rpmqv.c:439
+#: rpm.c:327 rpmqv.c:419
 msgid "hostname or IP of ftp proxy"
 msgstr "Hostname oder IP des ftp-Proxys"
 
-#: rpm.c:319
+#: rpm.c:328
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:441
+#: rpm.c:329 rpmqv.c:421
 msgid "port number of ftp server (or proxy)"
 msgstr "Portnummer des ftp-Servers (oder -Proxys)"
 
-#: rpm.c:321
+#: rpm.c:330
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:322 rpmqv.c:443
+#: rpm.c:331 rpmqv.c:423
 #, fuzzy
 msgid "hostname or IP of http proxy"
 msgstr "Hostname oder IP des ftp-Proxys"
 
-#: rpm.c:323
+#: rpm.c:332
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:324 rpmqv.c:445
+#: rpm.c:333 rpmqv.c:425
 #, fuzzy
 msgid "port number of http server (or proxy)"
 msgstr "Portnummer des ftp-Servers (oder -Proxys)"
 
-#: rpm.c:328 rpmqv.c:465
+#: rpm.c:337 rpmqv.c:445
 msgid "query mode"
 msgstr "Anfrage-Modus"
 
-#: rpm.c:329 rpm.c:375 rpm.c:400 rpm.c:452 rpm.c:526
+#: rpm.c:338 rpm.c:384 rpm.c:409 rpm.c:461 rpm.c:535
 #, fuzzy
 msgid "      --dbpath <dir>      "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:330 rpm.c:376 rpm.c:401 rpm.c:453 rpm.c:527 rpmqv.c:425
+#: rpm.c:339 rpm.c:385 rpm.c:410 rpm.c:462 rpm.c:536 rpmqv.c:405
 msgid "use <dir> as the directory for the database"
 msgstr "<VERZ> als Datenbankverzeichnis benutzen"
 
-#: rpm.c:331
+#: rpm.c:340
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:467
+#: rpm.c:341 rpmqv.c:447
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "S als Kopfzeilen-Format benutzen (impliziert -i)"
 
-#: rpm.c:333 rpm.c:377 rpm.c:435 rpm.c:464
+#: rpm.c:342 rpm.c:386 rpm.c:444 rpm.c:473
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:334 rpm.c:378 rpm.c:436 rpm.c:465 rpm.c:529 rpmqv.c:427
+#: rpm.c:343 rpm.c:387 rpm.c:445 rpm.c:474 rpm.c:538 rpmqv.c:407
 msgid "use <dir> as the top level directory"
 msgstr "<VERZ> als Stammverzeichnis benutzen"
 
-#: rpm.c:335
+#: rpm.c:344
 msgid "      Package specification options:"
 msgstr "      Optionen der Paketauswahl:"
 
-#: rpm.c:337
+#: rpm.c:346
 msgid "query all packages"
 msgstr "Anfrage an alle Pakete"
 
-#: rpm.c:338
+#: rpm.c:347
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:339
+#: rpm.c:348
 msgid "query package owning <file>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpm.c:340
+#: rpm.c:349
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:341
+#: rpm.c:350
 msgid "query (uninstalled) package <packagefile>"
 msgstr "Anfrage nach (nicht installiertem) Paket <PAKET-DATEI>"
 
-#: rpm.c:342
+#: rpm.c:351
 #, fuzzy
 msgid "        --triggeredby <pkg>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpm.c:343
+#: rpm.c:352
 #, fuzzy
 msgid "query packages triggered by <pkg>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpm.c:344
+#: rpm.c:353
 #, fuzzy
 msgid "        --whatprovides <cap>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpm.c:345
+#: rpm.c:354
 #, fuzzy
 msgid "query packages which provide <cap> capability"
 msgstr "Anfrage nach Paketen, die die Fähigkeit <i> bereitstellen"
 
-#: rpm.c:346
+#: rpm.c:355
 #, fuzzy
 msgid "        --whatrequires <cap>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpm.c:347
+#: rpm.c:356
 #, fuzzy
 msgid "query packages which require <cap> capability"
 msgstr "Anfrage nach Paketen, die die Fähigkeit <i> benötigen"
 
-#: rpm.c:348
+#: rpm.c:357
 msgid "      Information selection options:"
 msgstr "      Optionen der Informationsauswahl:"
 
-#: rpm.c:350 rpmqv.c:471
+#: rpm.c:359 rpmqv.c:451
 msgid "display package information"
 msgstr "Paketinformationen anzeigen"
 
-#: rpm.c:352 rpmqv.c:473
+#: rpm.c:361 rpmqv.c:453
 msgid "display the package's change log"
 msgstr "Changelog des Pakets anzeigen"
 
-#: rpm.c:354 rpmqv.c:475
+#: rpm.c:363 rpmqv.c:455
 msgid "display package file list"
 msgstr "Dateiliste des Pakets anzeigen"
 
-#: rpm.c:356 rpmqv.c:477
+#: rpm.c:365 rpmqv.c:457
 msgid "show file states (implies -l)"
 msgstr "Status der Dateien anzeigen (impliziert -l)"
 
-#: rpm.c:358 rpmqv.c:479
+#: rpm.c:367 rpmqv.c:459
 msgid "list only documentation files (implies -l)"
 msgstr "Nur Dokumentationsdateien auflisten (impliziert -l)"
 
-#: rpm.c:360 rpmqv.c:481
+#: rpm.c:369 rpmqv.c:461
 msgid "list only configuration files (implies -l)"
 msgstr "Nur Konfigurationsdateien auflisten (impliziert -l)"
 
-#: rpm.c:362 rpmqv.c:483
+#: rpm.c:371 rpmqv.c:463
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -764,172 +647,172 @@ msgstr ""
 "Alle überprüfbaren Infos zu jeder Datei anzeigen (mit -l, -c oder -d "
 "benutzen!)"
 
-#: rpm.c:364
+#: rpm.c:373
 msgid "list capabilities package provides"
 msgstr "Fähigkeiten des Pakets auflisten"
 
-#: rpm.c:366
+#: rpm.c:375
 msgid "list package dependencies"
 msgstr "Paket-Abhängigkeiten ausgeben"
 
-#: rpm.c:368
+#: rpm.c:377
 msgid "print the various [un]install scripts"
 msgstr "Die diversen (De-)Installations-Skripte ausgeben"
 
-#: rpm.c:370
+#: rpm.c:379
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:494
+#: rpm.c:383 rpmqv.c:474
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 "Ein Paket mit denselben Paketspezifikations-Optionen wie bei -q überprüfen"
 
-#: rpm.c:380 rpm.c:422 rpm.c:457 rpmqv.c:496 rpmqv.c:542 rpmqv.c:576
+#: rpm.c:389 rpm.c:431 rpm.c:466 rpmqv.c:476 rpmqv.c:522 rpmqv.c:556
 msgid "do not verify package dependencies"
 msgstr "Dateiabhängigkeiten nicht überprüfen"
 
-#: rpm.c:382 rpmqv.c:498
+#: rpm.c:391 rpmqv.c:478
 msgid "do not verify file md5 checksums"
 msgstr "md5-Prüfsumme der Datei nicht überprüfen"
 
-#: rpm.c:384 rpmqv.c:500
+#: rpm.c:393 rpmqv.c:480
 msgid "do not verify file attributes"
 msgstr "Dateiattribute nicht überprüfen"
 
-#: rpm.c:386 rpmqv.c:503
+#: rpm.c:395 rpmqv.c:483
 msgid "list the tags that can be used in a query format"
 msgstr "Tags auflisten, die im Anfrageformat benutzt werden können"
 
-#: rpm.c:389
+#: rpm.c:398
 #, fuzzy
 msgid "    --install <packagefile>"
 msgstr "Paket installieren"
 
-#: rpm.c:390
+#: rpm.c:399
 #, fuzzy
 msgid "    -i <packagefile>      "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:391 rpmqv.c:517
+#: rpm.c:400 rpmqv.c:497
 msgid "install package"
 msgstr "Paket installieren"
 
-#: rpm.c:392
+#: rpm.c:401
 #, fuzzy
 msgid "      --excludepath <path>"
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: rpm.c:393
+#: rpm.c:402
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:394
+#: rpm.c:403
 #, fuzzy
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: rpm.c:395 rpmqv.c:554
+#: rpm.c:404 rpmqv.c:534
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: rpm.c:397 rpmqv.c:522
+#: rpm.c:406 rpmqv.c:502
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "Paket %s ist nicht installiert\n"
 
-#: rpm.c:398
+#: rpm.c:407
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:399 rpmqv.c:552
+#: rpm.c:408 rpmqv.c:532
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 "Verschiebe das Paket, wenn es verschiebbar ist, in das Verzeichnis <VERZ>"
 
-#: rpm.c:403 rpmqv.c:524
+#: rpm.c:412 rpmqv.c:504
 msgid "do not install documentation"
 msgstr "Dokumentation nicht installieren"
 
-#: rpm.c:405 rpmqv.c:528
+#: rpm.c:414 rpmqv.c:508
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "Abkürzung für --replacepkgs --replacefiles"
 
-#: rpm.c:407 rpmqv.c:530
+#: rpm.c:416 rpmqv.c:510
 msgid "print hash marks as package installs (good with -v)"
 msgstr "Fortschrittsanzeige bei der Paketinstallation (gut zusammen mit -v)"
 
-#: rpm.c:409 rpmqv.c:519
+#: rpm.c:418 rpmqv.c:499
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "alle Dateien installieren, auch die config-Dateien, die sonst übergangen "
 "würden"
 
-#: rpm.c:412 rpmqv.c:532
+#: rpm.c:421 rpmqv.c:512
 msgid "don't verify package architecture"
 msgstr "Paket-Architektur nicht überprüfen"
 
-#: rpm.c:414 rpmqv.c:534
+#: rpm.c:423 rpmqv.c:514
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:416 rpmqv.c:536
+#: rpm.c:425 rpmqv.c:516
 msgid "don't verify package operating system"
 msgstr "Paket-Betriebssystem nicht überprüfen"
 
-#: rpm.c:418 rpmqv.c:538
+#: rpm.c:427 rpmqv.c:518
 msgid "install documentation"
 msgstr "Dokumentation installieren"
 
-#: rpm.c:420 rpm.c:455 rpmqv.c:540 rpmqv.c:574
+#: rpm.c:429 rpm.c:464 rpmqv.c:520 rpmqv.c:554
 msgid "update the database, but do not modify the filesystem"
 msgstr "Datenbank erneuern, aber das Dateisystem nicht verändern"
 
-#: rpm.c:424 rpm.c:459 rpmqv.c:544 rpmqv.c:578
+#: rpm.c:433 rpm.c:468 rpmqv.c:524 rpmqv.c:558
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 "Paket-Installation nicht neu sortieren, um den Abhängigkeiten zu genügen"
 
-#: rpm.c:426
+#: rpm.c:435
 msgid "don't execute any installation scripts"
 msgstr "Keine Installations-Skripte ausführen"
 
-#: rpm.c:428 rpm.c:463 rpmqv.c:582
+#: rpm.c:437 rpm.c:472 rpmqv.c:562
 msgid "don't execute any scripts triggered by this package"
 msgstr "kein Skript ausführen, das durch dieses Paket veranlasst wurde"
 
-#: rpm.c:430 rpmqv.c:550
+#: rpm.c:439 rpmqv.c:530
 msgid "print percentages as package installs"
 msgstr "Prozentangabe bei der Paketinstallation ausgeben"
 
-#: rpm.c:432 rpmqv.c:556
+#: rpm.c:441 rpmqv.c:536
 msgid "install even if the package replaces installed files"
 msgstr "Auch dann installieren, wenn das Paket installierte Dateien ersetzt"
 
-#: rpm.c:434 rpmqv.c:558
+#: rpm.c:443 rpmqv.c:538
 msgid "reinstall if the package is already present"
 msgstr "Neuinstallation, wenn das Paket schon vorhanden ist"
 
-#: rpm.c:438 rpmqv.c:560
+#: rpm.c:447 rpmqv.c:540
 msgid "don't install, but tell if it would work or not"
 msgstr "Nicht installieren - nur anzeigen, ob es funktionieren würde"
 
-#: rpm.c:441
+#: rpm.c:450
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:442
+#: rpm.c:451
 #, fuzzy
 msgid "    -U <packagefile>      "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:443 rpmqv.c:564
+#: rpm.c:452 rpmqv.c:544
 msgid "upgrade package (same options as --install, plus)"
 msgstr "Paket aktualisieren (dieselben Optionen wie --install, außerdem)"
 
-#: rpm.c:445 rpmqv.c:566
+#: rpm.c:454 rpmqv.c:546
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -937,15 +820,15 @@ msgstr ""
 "Aktualisierung auf eine alte Version des Pakets (--force macht das bei "
 "Aktualisierungen automatisch)"
 
-#: rpm.c:447
+#: rpm.c:456
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:449 rpmqv.c:570
+#: rpm.c:458 rpmqv.c:550
 msgid "erase (uninstall) package"
 msgstr "Paket löschen (deinstallieren)"
 
-#: rpm.c:451 rpmqv.c:572
+#: rpm.c:460 rpmqv.c:552
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -953,98 +836,111 @@ msgstr ""
 "Alle Pakete entfernen, die mit <PAKET> übereinstimmen (normalerweise wird "
 "ein Fehler angezeigt, wenn <PAKET> mehrere Pakete bezeichnet)"
 
-#: rpm.c:461 rpmqv.c:580
+#: rpm.c:470 rpmqv.c:560
 msgid "do not execute any package specific scripts"
 msgstr "Keine paketspezifischen Skripte ausführen"
 
-#: rpm.c:467
+#: rpm.c:476
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:468
+#: rpm.c:477
 #, fuzzy
 msgid "    -t<stage> <tarball>   "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:469 rpmqv.c:589
+#: rpm.c:478 rpmqv.c:569
 msgid "build package, where <stage> is one of:"
 msgstr "Paket erstellen, <STUFE> ist einer der Buchstaben:"
 
-#: rpm.c:471 rpmqv.c:591
+#: rpm.c:480 rpmqv.c:571
 msgid "prep (unpack sources and apply patches)"
 msgstr "präparieren (Quellen entpacken und Patch-Dateien anwenden"
 
 # , c-format
-#: rpm.c:473 rpmqv.c:593
+#: rpm.c:482 rpmqv.c:573
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "kontrollieren (oberflächliche Überprüfung der %files)"
 
-#: rpm.c:475 rpmqv.c:595
+#: rpm.c:484 rpmqv.c:575
 msgid "compile (prep and compile)"
 msgstr "kompilieren (präparieren und kompilieren)"
 
-#: rpm.c:477 rpmqv.c:597
+#: rpm.c:486 rpmqv.c:577
 msgid "install (prep, compile, install)"
 msgstr "installieren (präparieren, kompilieren, installieren)"
 
-#: rpm.c:479 rpmqv.c:599
+#: rpm.c:488 rpmqv.c:579
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 "Binärpaket erstellen (präparieren, kompilieren, installieren und paketieren)"
 
-#: rpm.c:481 rpmqv.c:601
+#: rpm.c:490 rpmqv.c:581
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 "Binär- und Quellpaket erstellen (präparieren, kompilieren, installieren und "
 "Paketieren"
 
-#: rpm.c:489 rpmqv.c:611
+#: lib/poptBT.c:155 rpm.c:492 rpmqv.c:585
+msgid "skip straight to specified stage (only for c,i)"
+msgstr "Direkt zur angegeben Stufe springen (nur für c und i)"
+
+#: lib/poptBT.c:145 rpm.c:494 rpmqv.c:587
+msgid "remove build tree when done"
+msgstr "Erstellungsdateibaum nach Beendigung löschen"
+
+#: lib/poptBT.c:151 rpm.c:496 rpmqv.c:589
+#, fuzzy
+msgid "remove sources when done"
+msgstr "Quellen und spec-Dateien nach Beendigung löschen"
+
+#: rpm.c:498 rpmqv.c:591
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "Quellen und spec-Dateien nach Beendigung löschen"
 
-#: rpm.c:491 rpmqv.c:613
+#: rpm.c:500 rpmqv.c:593
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "PGP-Signatur generieren"
 
-#: rpm.c:492
+#: rpm.c:501
 #, fuzzy
 msgid "      --buildroot <dir>   "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:493 rpmqv.c:615
+#: rpm.c:502 rpmqv.c:595
 msgid "use <dir> as the build root"
 msgstr "Benutze <VERZ> als Stammverzeichnis beim Erstellen"
 
-#: rpm.c:494
+#: rpm.c:503
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:495 rpmqv.c:617
+#: rpm.c:504 rpmqv.c:597
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:497 rpmqv.c:619
+#: rpm.c:506 rpmqv.c:599
 msgid "do not execute any stages"
 msgstr "Keine Stufen ausführen"
 
-#: rpm.c:498
+#: rpm.c:507
 #, fuzzy
 msgid "      --timecheck <secs>  "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:499
+#: rpm.c:508
 #, fuzzy
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "Die Zeitüberprüfung auf S Sekunden setzen (mit 0 ausschalten)"
 
-#: rpm.c:501
+#: rpm.c:510
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:502 rpmqv.c:622
+#: rpm.c:511 rpmqv.c:602
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -1052,69 +948,69 @@ msgstr ""
 "Quellpaket installieren, Binarypaket erstellen und spec-Datei, Quellen, "
 "Patch-Dateien und Icons löschen"
 
-#: rpm.c:503
+#: rpm.c:512
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:504 rpmqv.c:624
+#: rpm.c:513 rpmqv.c:604
 msgid "like --rebuild, but don't build any package"
 msgstr "wie --rebuild aber kein Paket erstellen"
 
-#: rpm.c:507
+#: rpm.c:516
 #, fuzzy
 msgid "    --resign <pkg>+       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:508 rpmqv.c:630
+#: rpm.c:517 rpmqv.c:610
 msgid "sign a package (discard current signature)"
 msgstr "Ein Paket signieren (die aktuelle Signature wird verworfen)"
 
-#: rpm.c:509
+#: rpm.c:518
 #, fuzzy
 msgid "    --addsign <pkg>+      "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:510 rpmqv.c:632
+#: rpm.c:519 rpmqv.c:612
 msgid "add a signature to a package"
 msgstr "Signatur einem Paket hinzufügen"
 
-#: rpm.c:511
+#: rpm.c:520
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:512
+#: rpm.c:521
 #, fuzzy
 msgid "    -K <pkg>+           "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpm.c:513 rpmqv.c:636
+#: rpm.c:522 rpmqv.c:616
 msgid "verify package signature"
 msgstr "Paketsignatur überprüfen"
 
-#: rpm.c:515 rpmqv.c:638
+#: rpm.c:524 rpmqv.c:618
 msgid "skip any PGP signatures"
 msgstr "alle PGP-Signaturen überspringen"
 
-#: rpm.c:517 rpmqv.c:640
+#: rpm.c:526 rpmqv.c:620
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "alle PGP-Signaturen überspringen"
 
-#: rpm.c:519 rpmqv.c:642
+#: rpm.c:528 rpmqv.c:622
 msgid "skip any MD5 signatures"
 msgstr "alle MD5-Signaturen überspringen"
 
-#: rpm.c:523
+#: rpm.c:532
 msgid "make sure a valid database exists"
 msgstr "Sicherstellen, daß eine gültige Datenbank vorhanden ist"
 
-#: rpm.c:525
+#: rpm.c:534
 msgid "rebuild database from existing database"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
 # Was ist gemeint?
-#: rpm.c:533 rpmqv.c:505
+#: rpm.c:542 rpmqv.c:485
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -1123,7 +1019,7 @@ msgstr ""
 "Paketspezifikationsoptionen wie bei -q benutzt würden"
 
 # Was ist gemeint?
-#: rpm.c:536 rpmqv.c:508
+#: rpm.c:545 rpmqv.c:488
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -1131,148 +1027,148 @@ msgstr ""
 "Datei-Eigentümer und -Gruppe gemäß deren in der Paketdatenbank setzen, wie "
 "wenn dieselben Paketspezifikationsoptionen wie bei -q benutzt würden"
 
-#: rpm.c:673 rpm.c:679 rpm.c:686 rpm.c:692 rpm.c:701 rpm.c:723 rpm.c:729
-#: rpm.c:763 rpm.c:771 rpm.c:792 rpm.c:849 rpm.c:857 rpmqv.c:827 rpmqv.c:833
-#: rpmqv.c:842 rpmqv.c:851 rpmqv.c:857 rpmqv.c:863 rpmqv.c:897 rpmqv.c:904
-#: rpmqv.c:939 rpmqv.c:947 rpmqv.c:953 rpmqv.c:961 rpmqv.c:1019 rpmqv.c:1035
+#: rpm.c:682 rpm.c:688 rpm.c:695 rpm.c:701 rpm.c:710 rpm.c:732 rpm.c:738
+#: rpm.c:772 rpm.c:780 rpm.c:801 rpm.c:858 rpm.c:866 rpmqv.c:806 rpmqv.c:815
+#: rpmqv.c:821 rpmqv.c:827 rpmqv.c:861 rpmqv.c:868 rpmqv.c:903 rpmqv.c:911
+#: rpmqv.c:917 rpmqv.c:925 rpmqv.c:987
 msgid "only one major mode may be specified"
 msgstr "Es darf nur ein Hauptmodus angegeben werden"
 
-#: rpm.c:694 rpmqv.c:844
+#: rpm.c:703 rpmqv.c:808
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u und --uninstall sind veraltet und funktionieren nicht mehr.\n"
 
-#: rpm.c:696 rpmqv.c:846
+#: rpm.c:705 rpmqv.c:810
 msgid "Use -e or --erase instead.\n"
 msgstr "Benutzen Sie stattdessen -e oder --erase\n"
 
-#: rpm.c:736 rpm.c:742 rpm.c:749 rpm.c:756 rpm.c:865 rpmqv.c:910 rpmqv.c:916
-#: rpmqv.c:923 rpmqv.c:930 rpmqv.c:1043
+#: rpm.c:745 rpm.c:751 rpm.c:758 rpm.c:765 rpm.c:874 rpmqv.c:874 rpmqv.c:880
+#: rpmqv.c:887 rpmqv.c:894 rpmqv.c:1002
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 "Nur nur eine Art der Anfrage/Überprüfung kann pro Programmlauf durchgeführt "
 "werden"
 
-#: rpm.c:798 rpmqv.c:881
+#: rpm.c:807 rpmqv.c:845
 msgid "relocations must begin with a /"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: rpm.c:800 rpmqv.c:883
+#: rpm.c:809 rpmqv.c:847
 msgid "relocations must contain a ="
 msgstr "Verschiebungen müssen ein »=« beinhalten"
 
-#: rpm.c:803 rpmqv.c:886
+#: rpm.c:812 rpmqv.c:850
 msgid "relocations must have a / following the ="
 msgstr "bei Verschiebungen muss ein »/« dem »=« folgen"
 
-#: rpm.c:812 rpmqv.c:870
+#: rpm.c:821 rpmqv.c:834
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: rpm.c:821 rpmqv.c:982
+#: rpm.c:830 rpmqv.c:946
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1062
+#: rpm.c:880 rpmqv.c:1007
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "Unerwartete Quelle der Anfrage"
 
-#: rpm.c:874 rpmqv.c:1065
+#: rpm.c:883 rpmqv.c:1010
 #, fuzzy
 msgid "unexpected query format"
 msgstr "Unerwartete Quelle der Anfrage"
 
-#: rpm.c:877 rpmqv.c:1068
+#: rpm.c:886 rpmqv.c:1013
 msgid "unexpected query source"
 msgstr "Unerwartete Quelle der Anfrage"
 
-#: rpm.c:880 rpmqv.c:1084
+#: rpm.c:889 rpmqv.c:1033
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "nur die Installation und Aktualisierung darf erzwungen werden"
 
-#: rpm.c:883 rpmqv.c:1089
+#: rpm.c:892 rpmqv.c:1038
 msgid "files may only be relocated during package installation"
 msgstr "Dateien können nur während der Paketinstallation verschoben werden"
 
-#: rpm.c:886 rpmqv.c:1092
+#: rpm.c:895 rpmqv.c:1041
 msgid "only one of --prefix or --relocate may be used"
 msgstr "nur eines der Argumente --prefix oder --relocate darf angegeben werden"
 
-#: rpm.c:889 rpmqv.c:1095
+#: rpm.c:898 rpmqv.c:1044
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "--relocate darf nur bei der Installation neuer Pakete benutzt werden"
 
-#: rpm.c:892 rpmqv.c:1098
+#: rpm.c:901 rpmqv.c:1047
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix darf nur bei der Installation neuer Pakete benutzt werden"
 
-#: rpm.c:895 rpmqv.c:1101
+#: rpm.c:904 rpmqv.c:1050
 msgid "arguments to --prefix must begin with a /"
 msgstr "Argumente zu --prefix müssen mit einem / beginnen"
 
-#: rpm.c:898 rpmqv.c:1104
+#: rpm.c:907 rpmqv.c:1053
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:902 rpmqv.c:1108
+#: rpm.c:911 rpmqv.c:1057
 msgid "--percent may only be specified during package installation"
 msgstr "--percent darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:906 rpmqv.c:1112
+#: rpm.c:915 rpmqv.c:1061
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:910 rpmqv.c:1116
+#: rpm.c:919 rpmqv.c:1065
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:914 rpmqv.c:1120
+#: rpm.c:923 rpmqv.c:1069
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:918 rpmqv.c:1124
+#: rpm.c:927 rpmqv.c:1073
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:922 rpmqv.c:1128
+#: rpm.c:931 rpmqv.c:1077
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 "nur eines der Argumente --excludedocs und --includedocs darf angegeben werden"
 
-#: rpm.c:926 rpmqv.c:1132
+#: rpm.c:935 rpmqv.c:1081
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:930 rpmqv.c:1136
+#: rpm.c:939 rpmqv.c:1085
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:934 rpmqv.c:1140
+#: rpm.c:943 rpmqv.c:1089
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoreos darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:938 rpmqv.c:1144
+#: rpm.c:947 rpmqv.c:1093
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches darf nur während der Paketdeinstallaiton angegeben werden"
 
-#: rpm.c:942 rpmqv.c:1148
+#: rpm.c:951 rpmqv.c:1097
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles darf nur während der Paketinstallation angegeben werden"
 
-#: rpm.c:946 rpmqv.c:1152
+#: rpm.c:955 rpmqv.c:1101
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 "--justdb kann nur während der Paketinstallation und -deinstallation "
 "angegeben werden"
 
-#: rpm.c:951 rpmqv.c:1159
+#: rpm.c:960 rpmqv.c:1108
 msgid ""
 "--noscripts may only be specified during package installation, erasure, and "
 "verification"
@@ -1280,7 +1176,7 @@ msgstr ""
 "--noscripts darf nur während der Paketinstallation, -deinstallation und "
 "-überprüfung angegeben werden"
 
-#: rpm.c:955
+#: rpm.c:964
 msgid ""
 "--notriggers may only be specified during package installation, erasure, and "
 "verification"
@@ -1288,7 +1184,7 @@ msgstr ""
 "--notriggers darf nur während der Paketinstallation, -deinstallation und "
 "-überprüfung angegeben werden"
 
-#: rpm.c:959 rpmqv.c:1171
+#: rpm.c:968 rpmqv.c:1120
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1297,7 +1193,7 @@ msgstr ""
 "--nodeps darf nur während der Paketinstallation, -deinstallation und "
 "-überprüfung angegeben werden"
 
-#: rpm.c:964 rpmqv.c:1176
+#: rpm.c:973 rpmqv.c:1125
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1305,7 +1201,7 @@ msgstr ""
 "--test darf nur während der Paketinstallation, -deinstallation und "
 "-erstellung angegeben werden"
 
-#: rpm.c:968 rpmqv.c:1181
+#: rpm.c:977 rpmqv.c:1130
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1313,103 +1209,103 @@ msgstr ""
 "--root (-r) darf nur während der Paketinstallation, -deinstallation, "
 "-anfrage und Datenbankneuerstellungen angegeben werden"
 
-#: rpm.c:980 rpmqv.c:1193
+#: rpm.c:989 rpmqv.c:1142
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "Argumente zu --root (-r) müssen mit einem / beginnen"
 
-#: rpm.c:986 rpmqv.c:1200
+#: rpm.c:995 rpmqv.c:1149
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage darf nur während Aktualisierungen benutzt werden"
 
-#: rpm.c:989 rpmqv.c:1205
+#: rpm.c:998 rpmqv.c:1154
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp darf nur während der Signatur-Überprüfung benutzt werden"
 
-#: rpm.c:992 rpmqv.c:1208
+#: rpm.c:1001 rpmqv.c:1157
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nopgp darf nur während der Signatur-Überprüfung benutzt werden"
 
-#: rpm.c:995 rpmqv.c:1213
+#: rpm.c:1004 rpmqv.c:1162
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 "--nopgp darf nur während der Signatur- und Paketüberprüfung angegeben werden"
 
-#: rpm.c:1006 rpmqv.c:1226
+#: rpm.c:1015 rpmqv.c:1175
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1231
+#: rpm.c:1020 rpmqv.c:1180
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: rpm.c:1026 rpmqv.c:1247
+#: rpm.c:1035 rpmqv.c:1196
 #, fuzzy
 msgid "pgp not found: "
 msgstr "Datei auf dem Server nicht gefunden"
 
-#: rpm.c:1030 rpmqv.c:1251
+#: rpm.c:1039 rpmqv.c:1200
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1032 rpmqv.c:1253
+#: rpm.c:1041 rpmqv.c:1202
 msgid "Pass phrase check failed\n"
 msgstr "Die Passwortüberprüfung ist fehlgeschlagen\n"
 
-#: rpm.c:1035 rpmqv.c:1256
+#: rpm.c:1044 rpmqv.c:1205
 msgid "Pass phrase is good.\n"
 msgstr "Das Passwort ist richtig.\n"
 
-#: rpm.c:1040 rpmqv.c:1261
+#: rpm.c:1049 rpmqv.c:1210
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1046 rpmqv.c:1267
+#: rpm.c:1055 rpmqv.c:1216
 msgid "--sign may only be used during package building"
 msgstr "--sign darf nur während der Paketerstellung benutzt werden"
 
-#: rpm.c:1061 rpmqv.c:1283
+#: rpm.c:1070 rpmqv.c:1232
 #, fuzzy
 msgid "exec failed\n"
 msgstr "%s: Öffnen fehlgeschlagen\n"
 
-#: rpm.c:1080 rpmqv.c:1552
+#: rpm.c:1089 rpmqv.c:1501
 msgid "unexpected arguments to --querytags "
 msgstr "Unerwartete Argumente zu --querytags "
 
-#: rpm.c:1091 rpmqv.c:1574
+#: rpm.c:1100 rpmqv.c:1523
 msgid "no packages given for signature check"
 msgstr "Es wurden keine Pakete für die Signaturüberprüfung angegeben"
 
-#: rpm.c:1102 rpmqv.c:1585
+#: rpm.c:1111 rpmqv.c:1534
 msgid "no packages given for signing"
 msgstr "Es wurden keine Pakete für die Signatur angeben"
 
-#: rpm.c:1118 rpmqv.c:1425
+#: rpm.c:1127 rpmqv.c:1374
 msgid "no packages given for uninstall"
 msgstr "Es wurden keine Pakete für die Deinstallation angegeben"
 
-#: rpm.c:1168 rpmqv.c:1475
+#: rpm.c:1177 rpmqv.c:1424
 msgid "no packages given for install"
 msgstr "Es wurden keine Pakete für die Installation angegeben"
 
-#: rpm.c:1191 rpmqv.c:1515
+#: rpm.c:1200 rpmqv.c:1464
 msgid "extra arguments given for query of all packages"
 msgstr "Zusätzliche Argumente für die Anfrage an alle Pakete angegeben"
 
-#: rpm.c:1196 rpmqv.c:1520
+#: rpm.c:1205 rpmqv.c:1469
 msgid "no arguments given for query"
 msgstr "Es wurden keine Argumente für die Anfrage angegeben"
 
-#: rpm.c:1213 rpmqv.c:1540
+#: rpm.c:1222 rpmqv.c:1489
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "Zusätzliche Argumente für die Anfrage an alle Pakete angegeben"
 
-#: rpm.c:1217 rpmqv.c:1544
+#: rpm.c:1226 rpmqv.c:1493
 msgid "no arguments given for verify"
 msgstr "Es wurden keine Argumente für die Überprüfung angegeben"
 
@@ -1432,70 +1328,70 @@ msgstr "Fehler beim Suchen nach Paket %s\n"
 msgid "cannot re-open payload: %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: rpmqv.c:304
+#: rpmqv.c:284
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Benutzung: rpm {--help}"
 
-#: rpmqv.c:305
+#: rpmqv.c:285
 #, c-format
 msgid "       %s {--version}\n"
 msgstr ""
 
-#: rpmqv.c:308
+#: rpmqv.c:288
 #, fuzzy, c-format
 msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 msgstr "       rpm {--initdb}   [--dbpath <VERZ>]"
 
-#: rpmqv.c:309
+#: rpmqv.c:289
 #, fuzzy, c-format
 msgid "       %s {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]\n"
 msgstr "       rpm {--rebuilddb} [--rcfile <DATEI>] [--dbpath <VERZ>]"
 
-#: rpmqv.c:313
+#: rpmqv.c:293
 #, c-format
 msgid ""
 "       %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 
-#: rpmqv.c:323
+#: rpmqv.c:303
 #, c-format
 msgid ""
 "       %s {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 
-#: rpmqv.c:333
+#: rpmqv.c:313
 #, fuzzy, c-format
 msgid "       %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--erase -e] [--root <VERZ>] [--noscripts] [--rcfile <DATEI>]"
 
-#: rpmqv.c:339
+#: rpmqv.c:319
 #, c-format
 msgid "       %s {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]\n"
 msgstr ""
 
-#: rpmqv.c:346
+#: rpmqv.c:326
 #, fuzzy, c-format
 msgid "       %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]\n"
 msgstr "       rpm {--verify -V -y} [-afpg] [--root <VERZ>] [--rcfile <DATEI>]"
 
-#: rpmqv.c:349
+#: rpmqv.c:329
 #, c-format
 msgid "       %s {--querytags}\n"
 msgstr ""
 
-#: rpmqv.c:350
+#: rpmqv.c:330
 #, fuzzy, c-format
 msgid "       %s {--setperms} [-afpg] [target]\n"
 msgstr "       rpm {--setperms} [-afpg] [ZIEL]"
 
-#: rpmqv.c:351
+#: rpmqv.c:331
 #, fuzzy, c-format
 msgid "       %s {--setugids} [-afpg] [target]\n"
 msgstr "       rpm {--setugids} [-afpg] [ZIEL]"
 
-#: rpmqv.c:355
+#: rpmqv.c:335
 #, fuzzy, c-format
 msgid ""
 "       %s {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -1504,330 +1400,330 @@ msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<DATEI>]"
 
-#: rpmqv.c:356
+#: rpmqv.c:336
 #, fuzzy
 msgid "                        [--sign] [--nobuild] ]"
 msgstr ""
 "                        [--sign] [--test] [--timecheck <S>] [--buildos <BS>]"
 
-#: rpmqv.c:359
+#: rpmqv.c:339
 #, fuzzy, c-format
 msgid "       %s {--rmsource} [--rcfile <file>] [-v] specfile\n"
 msgstr "       rpm {--rmsource} [--rcfile <DATAEI>] [-v] SPEC-DATEI"
 
-#: rpmqv.c:360
+#: rpmqv.c:340
 #, fuzzy, c-format
 msgid ""
 "       %s {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <DATEI>] [-v] SOURCE1.rpm ... SOURCEn.rpm"
 
-#: rpmqv.c:361
+#: rpmqv.c:341
 #, fuzzy, c-format
 msgid ""
 "       %s {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "       rpm {--recompile} [--rcfile <DATEI>] [-v] SOURCE1.rpm ... SOURCEn.rpm"
 
-#: rpmqv.c:362
+#: rpmqv.c:342
 #, fuzzy, c-format
 msgid "       %s {--freshen -F} file1.rpm ... fileN.rpm\n"
 msgstr "                        [--badreloc] DATEI1.rpm ... DATEIn.rpm"
 
-#: rpmqv.c:366
+#: rpmqv.c:346
 #, fuzzy, c-format
 msgid "       %s {--resign} [--rcfile <file>] package1 package2 ... packageN\n"
 msgstr "       rpm {--resign} [--rcfile <DATEI>] PAKET1 PAKET2 ... PAKETn"
 
-#: rpmqv.c:367
+#: rpmqv.c:347
 #, fuzzy, c-format
 msgid "       %s {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <DATEI>] PAKET1 PAKET2 ... PAKETn"
 
-#: rpmqv.c:368
+#: rpmqv.c:348
 #, fuzzy, c-format
 msgid ""
 "       %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]\n"
 msgstr "       rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <DATEI>]"
 
-#: rpmqv.c:412
+#: rpmqv.c:392
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   alle Modi unterstützen folgende Argumente:"
 
-#: rpmqv.c:413
+#: rpmqv.c:393
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:415
+#: rpmqv.c:395
 #, fuzzy
 msgid "   --eval '<name>+'       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:417
+#: rpmqv.c:397
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:419
+#: rpmqv.c:399
 #, fuzzy
 msgid "   --rcfile <file>        "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:424
+#: rpmqv.c:404
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:426
+#: rpmqv.c:406
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:436
+#: rpmqv.c:416
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 "   Installieren, Aktualisieren und Anfragen (mit -p) erlauben es, ftp-URLs"
 
-#: rpmqv.c:437
+#: rpmqv.c:417
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr ""
 "   anstelle von Dateinamen zu benutzen. Außerdem die folgenden Optionen:\n"
 
-#: rpmqv.c:438
+#: rpmqv.c:418
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:440
+#: rpmqv.c:420
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:442
+#: rpmqv.c:422
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:444
+#: rpmqv.c:424
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:450
+#: rpmqv.c:430
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Optionen der Paketauswahl:"
 
-#: rpmqv.c:452
+#: rpmqv.c:432
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "Anfrage an alle Pakete"
 
-#: rpmqv.c:453
+#: rpmqv.c:433
 #, fuzzy
 msgid "     -f <file>+          "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:454
+#: rpmqv.c:434
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpmqv.c:455
+#: rpmqv.c:435
 #, fuzzy
 msgid "     -p <packagefile>+   "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:456
+#: rpmqv.c:436
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "Anfrage nach (nicht installiertem) Paket <PAKET-DATEI>"
 
-#: rpmqv.c:457
+#: rpmqv.c:437
 #, fuzzy
 msgid "     --triggeredby <pkg> "
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpmqv.c:458
+#: rpmqv.c:438
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpmqv.c:459
+#: rpmqv.c:439
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpmqv.c:460
+#: rpmqv.c:440
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "Anfrage nach Paketen, die die Fähigkeit <i> bereitstellen"
 
-#: rpmqv.c:461
+#: rpmqv.c:441
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: rpmqv.c:462
+#: rpmqv.c:442
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "Anfrage nach Paketen, die die Fähigkeit <i> benötigen"
 
-#: rpmqv.c:466
+#: rpmqv.c:446
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:469
+#: rpmqv.c:449
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Optionen der Informationsauswahl:"
 
-#: rpmqv.c:485
+#: rpmqv.c:465
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "Fähigkeiten des Pakets auflisten"
 
-#: rpmqv.c:487
+#: rpmqv.c:467
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "Fähigkeiten des Pakets auflisten"
 
-#: rpmqv.c:489
+#: rpmqv.c:469
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "Die diversen (De-)Installations-Skripte ausgeben"
 
-#: rpmqv.c:491
+#: rpmqv.c:471
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:515
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "Paket installieren"
 
-#: rpmqv.c:516
+#: rpmqv.c:496
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:525
+#: rpmqv.c:505
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: rpmqv.c:526
+#: rpmqv.c:506
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:546
+#: rpmqv.c:526
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "Keine Installations-Skripte ausführen"
 
-#: rpmqv.c:548
+#: rpmqv.c:528
 #, fuzzy
 msgid "don't execute any scriptlets triggered by this package"
 msgstr "kein Skript ausführen, das durch dieses Paket veranlasst wurde"
 
-#: rpmqv.c:551
+#: rpmqv.c:531
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:553
+#: rpmqv.c:533
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
 
-#: rpmqv.c:562
+#: rpmqv.c:542
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "Paket installieren"
 
-#: rpmqv.c:563
+#: rpmqv.c:543
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:568
+#: rpmqv.c:548
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "Paket installieren"
 
-#: rpmqv.c:587
+#: rpmqv.c:567
 #, fuzzy
 msgid "   -b<stage> <spec>       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:588
+#: rpmqv.c:568
 #, fuzzy
 msgid "   -t<stage> <tarball>    "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:603
+#: rpmqv.c:583
 #, fuzzy
 msgid "package src rpm only"
 msgstr "Paket hat keinen Namen"
 
-#: rpmqv.c:614
+#: rpmqv.c:594
 #, fuzzy
 msgid "     --buildroot <dir>    "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:616
+#: rpmqv.c:596
 #, fuzzy
 msgid "     --target=<platform>+ "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:621
+#: rpmqv.c:601
 #, fuzzy
 msgid "   --rebuild <src_pkg>    "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:623
+#: rpmqv.c:603
 #, fuzzy
 msgid "   --recompile <src_pkg>  "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:629
+#: rpmqv.c:609
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:631
+#: rpmqv.c:611
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:634
+#: rpmqv.c:614
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:635
+#: rpmqv.c:615
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    -b<STUFE> <SPEC>      "
 
-#: rpmqv.c:648
+#: rpmqv.c:628
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:650
+#: rpmqv.c:630
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpmqv.c:1057
+#: rpmqv.c:1017
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath wurde für eine Operation angeben, die keine Datenbank benutzt"
 
-#: rpmqv.c:1165
+#: rpmqv.c:1114
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation and erasure"
@@ -1835,15 +1731,15 @@ msgstr ""
 "--justdb kann nur während der Paketinstallation und -deinstallation "
 "angegeben werden"
 
-#: rpmqv.c:1323
+#: rpmqv.c:1272
 msgid "no packages files given for rebuild"
 msgstr "Es wurden keine Paketdateien für die Neuerstellung angegeben"
 
-#: rpmqv.c:1393
+#: rpmqv.c:1342
 msgid "no spec files given for build"
 msgstr "Es wurde kein spec-Datei für die Erstellung angegeben"
 
-#: rpmqv.c:1395
+#: rpmqv.c:1344
 msgid "no tar files given for build"
 msgstr "Es wurde keine tar-Datei für die Erstellung angegeben"
 
@@ -3214,6 +3110,110 @@ msgid ""
 msgstr ""
 "Nur Pakete mit Hauptnummern <= 3 werden von dieser RPM-Version unterstützt"
 
+#: lib/poptBT.c:82
+msgid "buildroot already specified"
+msgstr ""
+
+#: lib/poptBT.c:108
+msgid "build through %%prep stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:110
+msgid "build through %%build stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:112
+msgid "build through %%install stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:114
+#, fuzzy
+msgid "verify %%files section from spec file"
+msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
+
+#: lib/poptBT.c:116
+#, fuzzy
+msgid "build source and binary package from spec file"
+msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
+
+#: lib/poptBT.c:118
+#, fuzzy
+msgid "build binary package from spec file"
+msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
+
+#: lib/poptBT.c:120
+#, fuzzy
+msgid "build source package from spec file"
+msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
+
+#: lib/poptBT.c:123
+msgid "build through %%prep stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:125
+msgid "build through %%build stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:127
+msgid "build through %%install stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:129
+msgid "verify %%files section from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:131
+#, fuzzy
+msgid "build source and binary package from tar ball"
+msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
+
+#: lib/poptBT.c:133
+msgid "build binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:135
+#, fuzzy
+msgid "build source package from tar ball"
+msgstr "Erstelle die Pakete für das Betriebssystem <BS>"
+
+#: lib/poptBT.c:138
+#, fuzzy
+msgid "build binary package from source package"
+msgstr ""
+"Binärpaket erstellen (präparieren, kompilieren, installieren und paketieren)"
+
+#: lib/poptBT.c:140
+#, fuzzy
+msgid "build through %%install stage from source package"
+msgstr "Paket installieren"
+
+#: lib/poptBT.c:143
+#, fuzzy
+msgid "override build root"
+msgstr "Benutze <VERZ> als Stammverzeichnis beim Erstellen"
+
+#: lib/poptBT.c:147
+#, fuzzy
+msgid "do not execute any stages of the build"
+msgstr "Keine Stufen ausführen"
+
+#: lib/poptBT.c:149
+msgid "do not accept I18N msgstr's from specfile"
+msgstr ""
+
+#: lib/poptBT.c:153
+#, fuzzy
+msgid "remove specfile when done"
+msgstr "Quellen und spec-Dateien nach Beendigung löschen"
+
+#: lib/poptBT.c:157
+msgid "override target platform"
+msgstr ""
+
+#: lib/poptBT.c:159
+msgid "lookup I18N strings in specfile catalog"
+msgstr ""
+
 #: lib/problems.c:43
 #, c-format
 msgid " is needed by %s-%s-%s\n"
@@ -3273,223 +3273,132 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s-%s-%s"
 msgstr ""
 
-#: lib/query.c:141
+#: lib/query.c:139
 #, c-format
 msgid "error in format: %s\n"
 msgstr "Fehler beim Format %s\n"
 
-#: lib/query.c:200
+#: lib/query.c:198
 msgid "(contains no files)"
 msgstr "(beinhaltet keine Dateien)"
 
-#: lib/query.c:259
+#: lib/query.c:257
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:261
+#: lib/query.c:259
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 #, fuzzy
 msgid "not installed "
 msgstr "Paket %s ist nicht installiert\n"
 
-#: lib/query.c:265
+#: lib/query.c:263
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:267
+#: lib/query.c:265
 #, fuzzy, c-format
 msgid "(unknown %3d) "
 msgstr "(unbekannter Typ)"
 
-#: lib/query.c:271
+#: lib/query.c:269
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:288 lib/query.c:331
+#: lib/query.c:286 lib/query.c:329
 msgid "package has neither file owner or id lists"
 msgstr ""
 
-#: lib/query.c:375
+#: lib/query.c:373
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "Fehler: kann %s nicht öffnen\n"
 
 #. XXX Fstrerror
-#: lib/query.c:492
+#: lib/query.c:490
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "öffnen von %s fehlgeschlagen: %s\n"
 
-#: lib/query.c:510
+#: lib/query.c:508
 msgid "old format source packages cannot be queried\n"
 msgstr "altes Sourceformat-Paket kann nicht angefragt werden\n"
 
-#: lib/query.c:519 lib/rpminstall.c:231
+#: lib/query.c:517 lib/rpminstall.c:231
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s scheint kein RPM-Paket zu sein\n"
 
-#: lib/query.c:523
+#: lib/query.c:521
 #, c-format
 msgid "query of %s failed\n"
 msgstr "Anfrage von %s fehlgeschlagen\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "Anfrage von %s fehlgeschlagen\n"
 
-#: lib/query.c:579
+#: lib/query.c:577
 #, fuzzy
 msgid "no packages\n"
 msgstr "Anfrage an alle Pakete"
 
-#: lib/query.c:589
+#: lib/query.c:587
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
 
-#: lib/query.c:599
+#: lib/query.c:597
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "kein Paket triggert %s\n"
 
-#: lib/query.c:609
+#: lib/query.c:607
 #, c-format
 msgid "no package requires %s\n"
 msgstr "kein Paket verlangt %s\n"
 
 # oder besser: ... listet %s auf? -ke-
-#: lib/query.c:620
+#: lib/query.c:618
 #, c-format
 msgid "no package provides %s\n"
 msgstr "kein Paket stellt %s bereit\n"
 
 # , c-format
-#: lib/query.c:636
+#: lib/query.c:634
 #, fuzzy, c-format
 msgid "file %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: lib/query.c:639
+#: lib/query.c:637
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "die Datei »%s« gehört zu keinem Paket\n"
 
-#: lib/query.c:664
+#: lib/query.c:662
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: lib/query.c:667
+#: lib/query.c:665
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: lib/query.c:671
+#: lib/query.c:669
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "Eintrag %d konnte nicht gelesen werden\n"
 
-#: lib/query.c:682 lib/rpminstall.c:435
+#: lib/query.c:680 lib/rpminstall.c:435
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "Paket %s ist nicht installiert\n"
 
-#: lib/query.c:769
-#, fuzzy
-msgid "query package owning file"
-msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-
-#: lib/query.c:771
-#, fuzzy
-msgid "query packages in group"
-msgstr "Paket hat keinen Namen"
-
-#: lib/query.c:773
-#, fuzzy
-msgid "query a package file"
-msgstr "Anfrage an alle Pakete"
-
-#: lib/query.c:775
-#, fuzzy
-msgid "rpm query mode"
-msgstr "Anfrage-Modus"
-
-#: lib/query.c:779
-msgid "display known query tags"
-msgstr ""
-
-#: lib/query.c:781
-#, fuzzy
-msgid "query a spec file"
-msgstr "Anfrage von %s fehlgeschlagen\n"
-
-#: lib/query.c:783
-#, fuzzy
-msgid "query the pacakges triggered by the package"
-msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-
-#: lib/query.c:785
-#, fuzzy
-msgid "rpm verify mode"
-msgstr "Anfrage-Modus"
-
-#: lib/query.c:787
-msgid "rpm verify mode (legacy)"
-msgstr ""
-
-#: lib/query.c:789
-#, fuzzy
-msgid "query the packages which require a capability"
-msgstr "Anfrage nach Paketen, die die Fähigkeit <i> benötigen"
-
-#: lib/query.c:791
-#, fuzzy
-msgid "query the packages which provide a capability"
-msgstr "Anfrage nach Paketen, die die Fähigkeit <i> bereitstellen"
-
-#: lib/query.c:831
-#, fuzzy
-msgid "list all configuration files"
-msgstr "Nur Konfigurationsdateien auflisten (impliziert -l)"
-
-#: lib/query.c:833
-#, fuzzy
-msgid "list all documentation files"
-msgstr "Dokumentation installieren"
-
-#: lib/query.c:835
-#, fuzzy
-msgid "dump basic file information"
-msgstr "Paketinformationen anzeigen"
-
-#: lib/query.c:837
-#, fuzzy
-msgid "list files in package"
-msgstr "Paket installieren"
-
-#: lib/query.c:841
-msgid "use the following query format"
-msgstr ""
-
-#: lib/query.c:843
-#, fuzzy
-msgid "substitute i18n sections into spec file"
-msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-
-#: lib/query.c:845
-msgid "display the states of the listed files"
-msgstr ""
-
-#: lib/query.c:847
-#, fuzzy
-msgid "display a verbose file listing"
-msgstr "Dateiliste des Pakets anzeigen"
-
 #: lib/rpmchecksig.c:31
 #, fuzzy, c-format
 msgid "%s: open failed: %s\n"
@@ -4290,6 +4199,66 @@ msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nicht erfüllte Abhängigkeiten von %s-%s-%s: "
 
 #, fuzzy
+#~ msgid "query package owning file"
+#~ msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
+
+#, fuzzy
+#~ msgid "query packages in group"
+#~ msgstr "Paket hat keinen Namen"
+
+#, fuzzy
+#~ msgid "query a package file"
+#~ msgstr "Anfrage an alle Pakete"
+
+#, fuzzy
+#~ msgid "rpm query mode"
+#~ msgstr "Anfrage-Modus"
+
+#, fuzzy
+#~ msgid "query a spec file"
+#~ msgstr "Anfrage von %s fehlgeschlagen\n"
+
+#, fuzzy
+#~ msgid "query the pacakges triggered by the package"
+#~ msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
+
+#, fuzzy
+#~ msgid "rpm verify mode"
+#~ msgstr "Anfrage-Modus"
+
+#, fuzzy
+#~ msgid "query the packages which require a capability"
+#~ msgstr "Anfrage nach Paketen, die die Fähigkeit <i> benötigen"
+
+#, fuzzy
+#~ msgid "query the packages which provide a capability"
+#~ msgstr "Anfrage nach Paketen, die die Fähigkeit <i> bereitstellen"
+
+#, fuzzy
+#~ msgid "list all configuration files"
+#~ msgstr "Nur Konfigurationsdateien auflisten (impliziert -l)"
+
+#, fuzzy
+#~ msgid "list all documentation files"
+#~ msgstr "Dokumentation installieren"
+
+#, fuzzy
+#~ msgid "dump basic file information"
+#~ msgstr "Paketinformationen anzeigen"
+
+#, fuzzy
+#~ msgid "list files in package"
+#~ msgstr "Paket installieren"
+
+#, fuzzy
+#~ msgid "substitute i18n sections into spec file"
+#~ msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
+
+#, fuzzy
+#~ msgid "display a verbose file listing"
+#~ msgstr "Dateiliste des Pakets anzeigen"
+
+#, fuzzy
 #~ msgid "override build architecture"
 #~ msgstr "Paket-Architektur nicht überprüfen"
 
index 821e212..5f8fab4 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,6 +1,6 @@
 msgid ""
 msgstr ""
-"POT-Creation-Date: 2000-05-31 13:32-0400\n"
+"POT-Creation-Date: 2000-06-01 00:32-0400\n"
 "Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
 "Language-Team: Finnish <linux@sot.com>\n"
 "Content-Type: text/plain; charset=\n"
@@ -72,122 +72,6 @@ msgstr ""
 msgid "Building for target %s\n"
 msgstr "virhe etsittäessä pakettia %s\n"
 
-#: build.c:385
-msgid "buildroot already specified"
-msgstr ""
-
-#: build.c:411
-msgid "build through %%prep stage from spec file"
-msgstr ""
-
-#: build.c:413
-msgid "build through %%build stage from spec file"
-msgstr ""
-
-#: build.c:415
-msgid "build through %%install stage from spec file"
-msgstr ""
-
-#: build.c:417
-#, fuzzy
-msgid "verify %%files section from spec file"
-msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-
-#: build.c:419
-#, fuzzy
-msgid "build source and binary package from spec file"
-msgstr "ryhmässä %s ei ole paketteja\n"
-
-#: build.c:421
-#, fuzzy
-msgid "build binary package from spec file"
-msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-
-#: build.c:423
-#, fuzzy
-msgid "build source package from spec file"
-msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-
-#: build.c:426
-msgid "build through %%prep stage from tar ball"
-msgstr ""
-
-#: build.c:428
-msgid "build through %%build stage from tar ball"
-msgstr ""
-
-#: build.c:430
-msgid "build through %%install stage from tar ball"
-msgstr ""
-
-#: build.c:432
-msgid "verify %%files section from tar ball"
-msgstr ""
-
-#: build.c:434
-#, fuzzy
-msgid "build source and binary package from tar ball"
-msgstr "ryhmässä %s ei ole paketteja\n"
-
-#: build.c:436
-msgid "build binary package from tar ball"
-msgstr ""
-
-#: build.c:438
-#, fuzzy
-msgid "build source package from tar ball"
-msgstr "käännä paketit käyttöjärjestelmälle <kj>"
-
-#: build.c:441
-#, fuzzy
-msgid "build binary package from source package"
-msgstr "binääripaketti (valmistele, käännä, asenna, paketoi)"
-
-#: build.c:443
-#, fuzzy
-msgid "build through %%install stage from source package"
-msgstr "asenna paketti"
-
-#: build.c:446
-#, fuzzy
-msgid "override build root"
-msgstr "käytä <hakem> käännöspuun juurena"
-
-#: build.c:448 rpm.c:485 rpmqv.c:607
-msgid "remove build tree when done"
-msgstr "poista käännöspuu, kun valmis"
-
-#: build.c:450
-#, fuzzy
-msgid "do not execute any stages of the build"
-msgstr "älä suorita mitään vaiheita"
-
-#: build.c:452
-msgid "do not accept I18N msgstr's from specfile"
-msgstr ""
-
-#: build.c:454 rpm.c:487 rpmqv.c:609
-#, fuzzy
-msgid "remove sources when done"
-msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
-
-#: build.c:456
-#, fuzzy
-msgid "remove specfile when done"
-msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
-
-#: build.c:458 rpm.c:483 rpmqv.c:605
-msgid "skip straight to specified stage (only for c,i)"
-msgstr "siirry suoraan määriteltyyn vaiheeseen (vain c ja i yhteydessä)"
-
-#: build.c:460
-msgid "override target platform"
-msgstr ""
-
-#: build.c:462
-msgid "lookup I18N strings in specfile catalog"
-msgstr ""
-
 #: convertdb.c:39
 #, fuzzy
 msgid "RPM database already exists"
@@ -232,146 +116,146 @@ msgstr "paketti %s ei ole %s:ss
 msgid "no copyright!\n"
 msgstr ""
 
-#: rpm.c:182 rpmqv.c:277
+#: rpm.c:191 rpmqv.c:257
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:193 rpmqv.c:288
+#: rpm.c:202 rpmqv.c:268
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM versio %s\n"
 
-#: rpm.c:197 rpmqv.c:292
+#: rpm.c:206 rpmqv.c:272
 msgid "Copyright (C) 1998 - Red Hat Software"
 msgstr ""
 
-#: rpm.c:198 rpmqv.c:293
+#: rpm.c:207 rpmqv.c:273
 msgid "This may be freely redistributed under the terms of the GNU GPL"
 msgstr "Tätä ohjelmaa voi vapaasti levittää GNU GPL:n puittessa"
 
-#: rpm.c:206
+#: rpm.c:215
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "käyttö: rpm {--help}"
 
-#: rpm.c:207
+#: rpm.c:216
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:208
+#: rpm.c:217
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <hakem>]"
 
-#: rpm.c:209
+#: rpm.c:218
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:210 rpmqv.c:314
+#: rpm.c:219 rpmqv.c:294
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <hakem>]"
 
-#: rpm.c:211 rpmqv.c:315
+#: rpm.c:220 rpmqv.c:295
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:212 rpmqv.c:316
+#: rpm.c:221 rpmqv.c:296
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <tiedosto>] [--ignorearch] [--dbpath "
 "<hakem>]"
 
-#: rpm.c:213 rpmqv.c:317
+#: rpm.c:222 rpmqv.c:297
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <hakem>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:214 rpmqv.c:318
+#: rpm.c:223 rpmqv.c:298
 msgid ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 msgstr ""
 "                        [--ftpproxy <kone>] [--ftpport <portti>] [--justdb]"
 
-#: rpm.c:215 rpm.c:224 rpm.c:233 rpmqv.c:319 rpmqv.c:328 rpmqv.c:343
+#: rpm.c:224 rpm.c:233 rpm.c:242 rpmqv.c:299 rpmqv.c:308 rpmqv.c:323
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--ftpproxy <kone>] [--ftpport <portti>]"
 
-#: rpm.c:216 rpm.c:226 rpmqv.c:320 rpmqv.c:330
+#: rpm.c:225 rpm.c:235 rpmqv.c:300 rpmqv.c:310
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate vanhapolku=uusipolku]"
 
-#: rpm.c:217 rpmqv.c:321
+#: rpm.c:226 rpmqv.c:301
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr "                        [--badreloc] tiedosto1.rpm ... tiedostoN.rpm"
 
-#: rpm.c:218 rpmqv.c:322
+#: rpm.c:227 rpmqv.c:302
 #, fuzzy
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] tiedosto1.rpm ... tiedostoN.rpm"
 
-#: rpm.c:219
+#: rpm.c:228
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:220 rpmqv.c:324
+#: rpm.c:229 rpmqv.c:304
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr "                        [--oldpackage] [--root <hakem>] [--noscripts]"
 
-#: rpm.c:221 rpmqv.c:325
+#: rpm.c:230 rpmqv.c:305
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <tiedosto>]"
 
-#: rpm.c:222 rpmqv.c:326
+#: rpm.c:231 rpmqv.c:306
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <hakem>] [--prefix "
 "<hakem>] "
 
-#: rpm.c:223 rpmqv.c:327
+#: rpm.c:232 rpmqv.c:307
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <kone>] [--ftpport <portti>]"
 
-#: rpm.c:225 rpmqv.c:329
+#: rpm.c:234 rpmqv.c:309
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:227 rpmqv.c:331
+#: rpm.c:236 rpmqv.c:311
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr "                        [--nomd5] [kohteet]"
 
-#: rpm.c:228 rpmqv.c:332
+#: rpm.c:237 rpmqv.c:312
 #, fuzzy
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] tiedosto1.rpm ... tiedostoN.rpm"
 
-#: rpm.c:229
+#: rpm.c:238
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:230 rpmqv.c:340
+#: rpm.c:239 rpmqv.c:320
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                        [--scripts] [--root <hakem>] [--rcfile <tiedosto>]"
 
-#: rpm.c:231 rpmqv.c:341
+#: rpm.c:240 rpmqv.c:321
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:232 rpmqv.c:342
+#: rpm.c:241 rpmqv.c:322
 #, fuzzy
 msgid ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
@@ -379,7 +263,7 @@ msgstr ""
 "                        [--ftpuseport] [--ftpproxy <kone>] [--ftpport "
 "<portti>]"
 
-#: rpm.c:234 rpmqv.c:344
+#: rpm.c:243 rpmqv.c:324
 #, fuzzy
 msgid ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
@@ -387,56 +271,56 @@ msgstr ""
 "                        [--dbpath <hakem>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:235 rpmqv.c:345
+#: rpm.c:244 rpmqv.c:325
 #, fuzzy
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--nomd5] [kohteet]"
 
-#: rpm.c:236
+#: rpm.c:245
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <hakem>] [--rcfile <tiedosto>]"
 
-#: rpm.c:237 rpmqv.c:347
+#: rpm.c:246 rpmqv.c:327
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <hakem>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:238 rpmqv.c:348
+#: rpm.c:247 rpmqv.c:328
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [kohteet]"
 
-#: rpm.c:239
+#: rpm.c:248
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [kohde]"
 
-#: rpm.c:240
+#: rpm.c:249
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [kohde]"
 
-#: rpm.c:241
+#: rpm.c:250
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] tiedosto1.rpm ... tiedostoN.rpm"
 
-#: rpm.c:242
+#: rpm.c:251
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e} [--root <hakem>] [--noscripts] [--rcfile <tiedosto>]"
 
-#: rpm.c:243 rpmqv.c:334
+#: rpm.c:252 rpmqv.c:314
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <hakem>] [--nodeps] [--allmatches]"
 
-#: rpm.c:244 rpmqv.c:335
+#: rpm.c:253 rpmqv.c:315
 #, fuzzy
 msgid ""
 "                        [--justdb] [--notriggers] rpackage1 ... packageN"
 msgstr "                        [--justdb] paketti1 ... pakettiN"
 
-#: rpm.c:245
+#: rpm.c:254
 #, fuzzy
 msgid ""
 "       rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -445,296 +329,296 @@ msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<tiedosto>]"
 
-#: rpm.c:246
+#: rpm.c:255
 #, fuzzy
 msgid "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 msgstr ""
 "                        [--sign] [--test] [--timecheck <s>] [--buildos <kj>]"
 
-#: rpm.c:247 rpmqv.c:357
+#: rpm.c:256 rpmqv.c:337
 #, fuzzy
 msgid "                        [--target=platform1[,platform2...]]"
 msgstr "                        [kohteet]"
 
-#: rpm.c:248 rpmqv.c:358
+#: rpm.c:257 rpmqv.c:338
 #, fuzzy
 msgid "                        [--rmsource] [--rmspec] specfile"
 msgstr ""
 "                        [--buildarch <arkk>] [--rmsource] määrittelytiedosto"
 
-#: rpm.c:249
+#: rpm.c:258
 msgid "       rpm {--rmsource} [--rcfile <file>] [-v] specfile"
 msgstr "       rpm {--rmsource} [--rcfile <tiedosto>] [-v] määrittelytiedosto"
 
-#: rpm.c:250
+#: rpm.c:259
 msgid ""
 "       rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <tiedosto>] [-v] lähdekoodi1.rpm ... "
 "lähdekoodiN.rpm"
 
-#: rpm.c:251
+#: rpm.c:260
 msgid ""
 "       rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--recompile} [--rcfile <tiedosto>] [-v] lähdekoodi1.rpm ... "
 "lähdekoodiN.rpm"
 
-#: rpm.c:252
+#: rpm.c:261
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 "       rpm {--resign} [--rcfile <tiedosto>] paketti1 paketti2 ... pakettiN"
 
-#: rpm.c:253
+#: rpm.c:262
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 "       rpm {--addsign} [--rcfile <tiedosto>] paketti1 paketti2 ... pakettiN"
 
-#: rpm.c:254
+#: rpm.c:263
 #, fuzzy
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr "       rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <tiedosto>]"
 
-#: rpm.c:255 rpmqv.c:369
+#: rpm.c:264 rpmqv.c:349
 msgid "                           package1 ... packageN"
 msgstr "                           paketti1 ... pakettiN"
 
-#: rpm.c:256
+#: rpm.c:265
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <tiedosto>] [--dbpath <hakem>]"
 
-#: rpm.c:257
+#: rpm.c:266
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:291 rpmqv.c:405
+#: rpm.c:300 rpmqv.c:385
 #, fuzzy
 msgid "Usage:"
 msgstr "käyttö:"
 
-#: rpm.c:293 rpmqv.c:407
+#: rpm.c:302 rpmqv.c:387
 msgid "print this message"
 msgstr "tulosta tämä viesti"
 
-#: rpm.c:295 rpmqv.c:409
+#: rpm.c:304 rpmqv.c:389
 msgid "print the version of rpm being used"
 msgstr "tulosta käytetyn rpm:n versio"
 
-#: rpm.c:298
+#: rpm.c:307
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   kaikki moodit tukevat seuraavia parametrejä"
 
-#: rpm.c:299
+#: rpm.c:308
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:300 rpmqv.c:414
+#: rpm.c:309 rpmqv.c:394
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:301
+#: rpm.c:310
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:302 rpmqv.c:416
+#: rpm.c:311 rpmqv.c:396
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "tulosta käytetyn rpm:n versio"
 
-#: rpm.c:303
+#: rpm.c:312
 #, fuzzy
 msgid "    --pipe <cmd>          "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:304 rpmqv.c:418
+#: rpm.c:313 rpmqv.c:398
 msgid "send stdout to <cmd>"
 msgstr "lähetä vakiotuloste <komento>:lle"
 
-#: rpm.c:305
+#: rpm.c:314
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:306 rpmqv.c:420
+#: rpm.c:315 rpmqv.c:400
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "käytä <tiedosto> eikä /etc/rpmrc tai $HOME/.rpmrc"
 
-#: rpm.c:308 rpmqv.c:422
+#: rpm.c:317 rpmqv.c:402
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:310 rpmqv.c:430
+#: rpm.c:319 rpmqv.c:410
 msgid "be a little more verbose"
 msgstr "tulosta enemmän viestejä"
 
-#: rpm.c:312 rpmqv.c:432
+#: rpm.c:321 rpmqv.c:412
 msgid "be incredibly verbose (for debugging)"
 msgstr "tulosta mahdollisimman paljon viestejä (vianetsintään)"
 
-#: rpm.c:315
+#: rpm.c:324
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   asennuksessa, päivityksessä ja kyselyssä (-p:n kanssa)  ftp URL:ja "
 "voidaan käyttää"
 
-#: rpm.c:316
+#: rpm.c:325
 #, fuzzy
 msgid "   of file names as well as the following options:"
 msgstr "   tiedostoniminä, kuten myös seuraavia parametrejä:\n"
 
-#: rpm.c:317
+#: rpm.c:326
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:318 rpmqv.c:439
+#: rpm.c:327 rpmqv.c:419
 msgid "hostname or IP of ftp proxy"
 msgstr "koneen nimi tai IP tai ftp-proxy"
 
-#: rpm.c:319
+#: rpm.c:328
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:441
+#: rpm.c:329 rpmqv.c:421
 msgid "port number of ftp server (or proxy)"
 msgstr "ftp-palvelijan (tai proxyn) porttinumero"
 
-#: rpm.c:321
+#: rpm.c:330
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:322 rpmqv.c:443
+#: rpm.c:331 rpmqv.c:423
 #, fuzzy
 msgid "hostname or IP of http proxy"
 msgstr "koneen nimi tai IP tai ftp-proxy"
 
-#: rpm.c:323
+#: rpm.c:332
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:324 rpmqv.c:445
+#: rpm.c:333 rpmqv.c:425
 #, fuzzy
 msgid "port number of http server (or proxy)"
 msgstr "ftp-palvelijan (tai proxyn) porttinumero"
 
-#: rpm.c:328 rpmqv.c:465
+#: rpm.c:337 rpmqv.c:445
 msgid "query mode"
 msgstr "kyselymoodi"
 
-#: rpm.c:329 rpm.c:375 rpm.c:400 rpm.c:452 rpm.c:526
+#: rpm.c:338 rpm.c:384 rpm.c:409 rpm.c:461 rpm.c:535
 #, fuzzy
 msgid "      --dbpath <dir>      "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:330 rpm.c:376 rpm.c:401 rpm.c:453 rpm.c:527 rpmqv.c:425
+#: rpm.c:339 rpm.c:385 rpm.c:410 rpm.c:462 rpm.c:536 rpmqv.c:405
 msgid "use <dir> as the directory for the database"
 msgstr "kaytä <hakem> tietokannan hakemistona"
 
-#: rpm.c:331
+#: rpm.c:340
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:467
+#: rpm.c:341 rpmqv.c:447
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "käytä s headerin formaatina (josta seuraa -i)"
 
-#: rpm.c:333 rpm.c:377 rpm.c:435 rpm.c:464
+#: rpm.c:342 rpm.c:386 rpm.c:444 rpm.c:473
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:334 rpm.c:378 rpm.c:436 rpm.c:465 rpm.c:529 rpmqv.c:427
+#: rpm.c:343 rpm.c:387 rpm.c:445 rpm.c:474 rpm.c:538 rpmqv.c:407
 msgid "use <dir> as the top level directory"
 msgstr "käytä <hakem> ylimpänä hakemistona"
 
-#: rpm.c:335
+#: rpm.c:344
 msgid "      Package specification options:"
 msgstr "      Paketin määrittelyparametrit:"
 
-#: rpm.c:337
+#: rpm.c:346
 msgid "query all packages"
 msgstr "kysele kaikki paketit"
 
-#: rpm.c:338
+#: rpm.c:347
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:339
+#: rpm.c:348
 msgid "query package owning <file>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpm.c:340
+#: rpm.c:349
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:341
+#: rpm.c:350
 msgid "query (uninstalled) package <packagefile>"
 msgstr "kysele(asentamatonta) pakettia <pakettitiedosto>"
 
-#: rpm.c:342
+#: rpm.c:351
 #, fuzzy
 msgid "        --triggeredby <pkg>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpm.c:343
+#: rpm.c:352
 #, fuzzy
 msgid "query packages triggered by <pkg>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpm.c:344
+#: rpm.c:353
 #, fuzzy
 msgid "        --whatprovides <cap>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpm.c:345
+#: rpm.c:354
 #, fuzzy
 msgid "query packages which provide <cap> capability"
 msgstr "kysele paketteja, jotka tarjoavat <i> ominaisuuden"
 
-#: rpm.c:346
+#: rpm.c:355
 #, fuzzy
 msgid "        --whatrequires <cap>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpm.c:347
+#: rpm.c:356
 #, fuzzy
 msgid "query packages which require <cap> capability"
 msgstr "kysele paketteja, jotka vaativat <i> ominaisuutta"
 
-#: rpm.c:348
+#: rpm.c:357
 msgid "      Information selection options:"
 msgstr "      Tietojen valintaparametrit:"
 
-#: rpm.c:350 rpmqv.c:471
+#: rpm.c:359 rpmqv.c:451
 msgid "display package information"
 msgstr "näytä paketin tiedot"
 
-#: rpm.c:352 rpmqv.c:473
+#: rpm.c:361 rpmqv.c:453
 msgid "display the package's change log"
 msgstr "näytä paketin muutosloki"
 
-#: rpm.c:354 rpmqv.c:475
+#: rpm.c:363 rpmqv.c:455
 msgid "display package file list"
 msgstr "näytä paketin tiedostolistaus"
 
-#: rpm.c:356 rpmqv.c:477
+#: rpm.c:365 rpmqv.c:457
 msgid "show file states (implies -l)"
 msgstr "näytä tiedostojen tilat (josta seuraa -l)"
 
-#: rpm.c:358 rpmqv.c:479
+#: rpm.c:367 rpmqv.c:459
 msgid "list only documentation files (implies -l)"
 msgstr "listaa vain dokumettitiedostot (josta seuraa -l)"
 
-#: rpm.c:360 rpmqv.c:481
+#: rpm.c:369 rpmqv.c:461
 msgid "list only configuration files (implies -l)"
 msgstr "listaa vain konfigurointiedostot (josta seuraa -l)"
 
-#: rpm.c:362 rpmqv.c:483
+#: rpm.c:371 rpmqv.c:463
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -742,23 +626,23 @@ msgstr ""
 "näytä kaikki varmistettavissa oleva tieto kustakin tiedostosta (pitää "
 "käyttää -l, -c, tai -d kanssa)"
 
-#: rpm.c:364
+#: rpm.c:373
 msgid "list capabilities package provides"
 msgstr "luettele paketin tarjoamat ominaisuudet"
 
-#: rpm.c:366
+#: rpm.c:375
 msgid "list package dependencies"
 msgstr "listaa paketin riippuvuudet"
 
-#: rpm.c:368
+#: rpm.c:377
 msgid "print the various [un]install scripts"
 msgstr "tulosta erinäiset asennus/poisto-skriptit"
 
-#: rpm.c:370
+#: rpm.c:379
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:494
+#: rpm.c:383 rpmqv.c:474
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
@@ -766,146 +650,146 @@ msgstr ""
 "tarkista paketin asennus käyttäen samoja paketin määrittelyparametrejä kuin "
 "-q "
 
-#: rpm.c:380 rpm.c:422 rpm.c:457 rpmqv.c:496 rpmqv.c:542 rpmqv.c:576
+#: rpm.c:389 rpm.c:431 rpm.c:466 rpmqv.c:476 rpmqv.c:522 rpmqv.c:556
 msgid "do not verify package dependencies"
 msgstr "älä tarkista paketin riippuvuuksia"
 
-#: rpm.c:382 rpmqv.c:498
+#: rpm.c:391 rpmqv.c:478
 msgid "do not verify file md5 checksums"
 msgstr "älä tarkista tiedostojen md5-tarkistussummia"
 
-#: rpm.c:384 rpmqv.c:500
+#: rpm.c:393 rpmqv.c:480
 msgid "do not verify file attributes"
 msgstr "älä tarkista tiedostojen ominaisuuksia"
 
-#: rpm.c:386 rpmqv.c:503
+#: rpm.c:395 rpmqv.c:483
 msgid "list the tags that can be used in a query format"
 msgstr "luettele nimiöt, joita voidaan käyttää kyselyn formaatissa"
 
-#: rpm.c:389
+#: rpm.c:398
 #, fuzzy
 msgid "    --install <packagefile>"
 msgstr "asenna paketti"
 
-#: rpm.c:390
+#: rpm.c:399
 #, fuzzy
 msgid "    -i <packagefile>      "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:391 rpmqv.c:517
+#: rpm.c:400 rpmqv.c:497
 msgid "install package"
 msgstr "asenna paketti"
 
-#: rpm.c:392
+#: rpm.c:401
 #, fuzzy
 msgid "      --excludepath <path>"
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: rpm.c:393
+#: rpm.c:402
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:394
+#: rpm.c:403
 #, fuzzy
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: rpm.c:395 rpmqv.c:554
+#: rpm.c:404 rpmqv.c:534
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: rpm.c:397 rpmqv.c:522
+#: rpm.c:406 rpmqv.c:502
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "paketti %s ei ole asennettu\n"
 
-#: rpm.c:398
+#: rpm.c:407
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:399 rpmqv.c:552
+#: rpm.c:408 rpmqv.c:532
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "siirrä paketti hakemistoon <hakem>, jos siirrettävissä"
 
-#: rpm.c:403 rpmqv.c:524
+#: rpm.c:412 rpmqv.c:504
 msgid "do not install documentation"
 msgstr "älä asenna dokumentointia"
 
-#: rpm.c:405 rpmqv.c:528
+#: rpm.c:414 rpmqv.c:508
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "lyhenne parametreille --replacepkgs --replacefiles"
 
-#: rpm.c:407 rpmqv.c:530
+#: rpm.c:416 rpmqv.c:510
 msgid "print hash marks as package installs (good with -v)"
 msgstr "tulosta risuaitaa paketin asentuessa (-v:n kanssa hyvä)"
 
-#: rpm.c:409 rpmqv.c:519
+#: rpm.c:418 rpmqv.c:499
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "asenna kaikki tiedostot, myös konfiguraatiot, jotka muuten ehkä ohitettaisiin"
 
-#: rpm.c:412 rpmqv.c:532
+#: rpm.c:421 rpmqv.c:512
 msgid "don't verify package architecture"
 msgstr "älä tarkista paketin arkkitehtuuria"
 
-#: rpm.c:414 rpmqv.c:534
+#: rpm.c:423 rpmqv.c:514
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:416 rpmqv.c:536
+#: rpm.c:425 rpmqv.c:516
 msgid "don't verify package operating system"
 msgstr "älä tarkista paketin käyttöjärjestelmää"
 
-#: rpm.c:418 rpmqv.c:538
+#: rpm.c:427 rpmqv.c:518
 msgid "install documentation"
 msgstr "asenna dokumentaatio"
 
-#: rpm.c:420 rpm.c:455 rpmqv.c:540 rpmqv.c:574
+#: rpm.c:429 rpm.c:464 rpmqv.c:520 rpmqv.c:554
 msgid "update the database, but do not modify the filesystem"
 msgstr "päivitä tietokanta, mutta älä muuta tiedostojärjestelmää"
 
-#: rpm.c:424 rpm.c:459 rpmqv.c:544 rpmqv.c:578
+#: rpm.c:433 rpm.c:468 rpmqv.c:524 rpmqv.c:558
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "älä muuta asennusjärjestystä riippuvuuksien tyydyttämiseksi"
 
-#: rpm.c:426
+#: rpm.c:435
 msgid "don't execute any installation scripts"
 msgstr "älä suorita asennusskriptejä"
 
-#: rpm.c:428 rpm.c:463 rpmqv.c:582
+#: rpm.c:437 rpm.c:472 rpmqv.c:562
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:550
+#: rpm.c:439 rpmqv.c:530
 msgid "print percentages as package installs"
 msgstr "tulosta asennuksen eteneminen prosentteina"
 
-#: rpm.c:432 rpmqv.c:556
+#: rpm.c:441 rpmqv.c:536
 msgid "install even if the package replaces installed files"
 msgstr "asenna vaikka paketti korvaisi asennettuja tiedostoja"
 
-#: rpm.c:434 rpmqv.c:558
+#: rpm.c:443 rpmqv.c:538
 msgid "reinstall if the package is already present"
 msgstr "asenna uudelleen, jos paketti on jo asennettu"
 
-#: rpm.c:438 rpmqv.c:560
+#: rpm.c:447 rpmqv.c:540
 msgid "don't install, but tell if it would work or not"
 msgstr "älä asenna, mutta kerro onnistuisiko se"
 
-#: rpm.c:441
+#: rpm.c:450
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:442
+#: rpm.c:451
 #, fuzzy
 msgid "    -U <packagefile>      "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:443 rpmqv.c:564
+#: rpm.c:452 rpmqv.c:544
 msgid "upgrade package (same options as --install, plus)"
 msgstr "päivitä paketti (samat parametrit kuin --install, plus)"
 
-#: rpm.c:445 rpmqv.c:566
+#: rpm.c:454 rpmqv.c:546
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -913,15 +797,15 @@ msgstr ""
 "päivitä vanhempaan versioon (--force päivitettäessä tekee tämän "
 "automaattisesti)"
 
-#: rpm.c:447
+#: rpm.c:456
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:449 rpmqv.c:570
+#: rpm.c:458 rpmqv.c:550
 msgid "erase (uninstall) package"
 msgstr "poista paketti"
 
-#: rpm.c:451 rpmqv.c:572
+#: rpm.c:460 rpmqv.c:552
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -929,94 +813,107 @@ msgstr ""
 "poista kaikki paketit, joiden nimeä vastaa  <paketti> (tavallisesti, jos  "
 "<paketti> määrittää useita paketteja, tulee virhe)"
 
-#: rpm.c:461 rpmqv.c:580
+#: rpm.c:470 rpmqv.c:560
 msgid "do not execute any package specific scripts"
 msgstr "älä aja mitään pakettikohtaisia skriptejä"
 
-#: rpm.c:467
+#: rpm.c:476
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:468
+#: rpm.c:477
 #, fuzzy
 msgid "    -t<stage> <tarball>   "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:469 rpmqv.c:589
+#: rpm.c:478 rpmqv.c:569
 msgid "build package, where <stage> is one of:"
 msgstr "tee paketti, jossa <vaihe> on jokin:"
 
-#: rpm.c:471 rpmqv.c:591
+#: rpm.c:480 rpmqv.c:571
 msgid "prep (unpack sources and apply patches)"
 msgstr "valmistele (pura lähdekoodi ja tee korjaukset)"
 
-#: rpm.c:473 rpmqv.c:593
+#: rpm.c:482 rpmqv.c:573
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "listatarkistus (tee joitakin tarkistuksia %tiedostoihin)"
 
-#: rpm.c:475 rpmqv.c:595
+#: rpm.c:484 rpmqv.c:575
 msgid "compile (prep and compile)"
 msgstr "käännä (valmistele ja käännä)"
 
-#: rpm.c:477 rpmqv.c:597
+#: rpm.c:486 rpmqv.c:577
 msgid "install (prep, compile, install)"
 msgstr "asenna (valmistele, käännä ja asenna)"
 
-#: rpm.c:479 rpmqv.c:599
+#: rpm.c:488 rpmqv.c:579
 msgid "binary package (prep, compile, install, package)"
 msgstr "binääripaketti (valmistele, käännä, asenna, paketoi)"
 
-#: rpm.c:481 rpmqv.c:601
+#: rpm.c:490 rpmqv.c:581
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "bin/src-paketti (valmistele, käännä, asenna, paketoi)"
 
-#: rpm.c:489 rpmqv.c:611
+#: lib/poptBT.c:155 rpm.c:492 rpmqv.c:585
+msgid "skip straight to specified stage (only for c,i)"
+msgstr "siirry suoraan määriteltyyn vaiheeseen (vain c ja i yhteydessä)"
+
+#: lib/poptBT.c:145 rpm.c:494 rpmqv.c:587
+msgid "remove build tree when done"
+msgstr "poista käännöspuu, kun valmis"
+
+#: lib/poptBT.c:151 rpm.c:496 rpmqv.c:589
+#, fuzzy
+msgid "remove sources when done"
+msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
+
+#: rpm.c:498 rpmqv.c:591
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
 
-#: rpm.c:491 rpmqv.c:613
+#: rpm.c:500 rpmqv.c:593
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "generoi PGP-allekirjoitus"
 
-#: rpm.c:492
+#: rpm.c:501
 #, fuzzy
 msgid "      --buildroot <dir>   "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:493 rpmqv.c:615
+#: rpm.c:502 rpmqv.c:595
 msgid "use <dir> as the build root"
 msgstr "käytä <hakem> käännöspuun juurena"
 
-#: rpm.c:494
+#: rpm.c:503
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:495 rpmqv.c:617
+#: rpm.c:504 rpmqv.c:597
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:497 rpmqv.c:619
+#: rpm.c:506 rpmqv.c:599
 msgid "do not execute any stages"
 msgstr "älä suorita mitään vaiheita"
 
-#: rpm.c:498
+#: rpm.c:507
 #, fuzzy
 msgid "      --timecheck <secs>  "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:499
+#: rpm.c:508
 #, fuzzy
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "aseta aikatarkistus S sekunniksi (0 ohittaa)"
 
-#: rpm.c:501
+#: rpm.c:510
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:502 rpmqv.c:622
+#: rpm.c:511 rpmqv.c:602
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -1024,68 +921,68 @@ msgstr ""
 "asenna lähdekoodipaketti, käännä binääripaketti ja poista "
 "määrittelytiedosto, lähdekoodi, korjaukset ja kuvakkeet"
 
-#: rpm.c:503
+#: rpm.c:512
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:504 rpmqv.c:624
+#: rpm.c:513 rpmqv.c:604
 msgid "like --rebuild, but don't build any package"
 msgstr "kuten --rebuild, mutta ei käännä paketteja"
 
-#: rpm.c:507
+#: rpm.c:516
 #, fuzzy
 msgid "    --resign <pkg>+       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:508 rpmqv.c:630
+#: rpm.c:517 rpmqv.c:610
 msgid "sign a package (discard current signature)"
 msgstr "allekirjoita paketti (hylkää nykyinen allekirjoitus)"
 
-#: rpm.c:509
+#: rpm.c:518
 #, fuzzy
 msgid "    --addsign <pkg>+      "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:510 rpmqv.c:632
+#: rpm.c:519 rpmqv.c:612
 msgid "add a signature to a package"
 msgstr "lisää allekirjoitus pakettiin"
 
-#: rpm.c:511
+#: rpm.c:520
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:512
+#: rpm.c:521
 #, fuzzy
 msgid "    -K <pkg>+           "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpm.c:513 rpmqv.c:636
+#: rpm.c:522 rpmqv.c:616
 msgid "verify package signature"
 msgstr "tarkista paketin allekirjoitus"
 
-#: rpm.c:515 rpmqv.c:638
+#: rpm.c:524 rpmqv.c:618
 msgid "skip any PGP signatures"
 msgstr "ohita PGP-allekirjoitukset"
 
-#: rpm.c:517 rpmqv.c:640
+#: rpm.c:526 rpmqv.c:620
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "ohita PGP-allekirjoitukset"
 
-#: rpm.c:519 rpmqv.c:642
+#: rpm.c:528 rpmqv.c:622
 msgid "skip any MD5 signatures"
 msgstr "ohita MD5-allekirjoitukset"
 
-#: rpm.c:523
+#: rpm.c:532
 msgid "make sure a valid database exists"
 msgstr "tarkista, että kunnollinen tietokanta löytyy"
 
-#: rpm.c:525
+#: rpm.c:534
 msgid "rebuild database from existing database"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpm.c:533 rpmqv.c:505
+#: rpm.c:542 rpmqv.c:485
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -1093,7 +990,7 @@ msgstr ""
 "aseta tiedostojen oikeudet niiksi, jotka ne ovat pakettien tietokannassa "
 "käyttäen samoja pakettien määrittelyparametrejä kuin -q"
 
-#: rpm.c:536 rpmqv.c:508
+#: rpm.c:545 rpmqv.c:488
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -1101,144 +998,144 @@ msgstr ""
 "aseta tiedostojen omistaja ja ryhmä niiksi, jotka ne ovat pakettien "
 "tietokannassa käyttäen samoja pakettien määrittelyparametrejä kuin -q"
 
-#: rpm.c:673 rpm.c:679 rpm.c:686 rpm.c:692 rpm.c:701 rpm.c:723 rpm.c:729
-#: rpm.c:763 rpm.c:771 rpm.c:792 rpm.c:849 rpm.c:857 rpmqv.c:827 rpmqv.c:833
-#: rpmqv.c:842 rpmqv.c:851 rpmqv.c:857 rpmqv.c:863 rpmqv.c:897 rpmqv.c:904
-#: rpmqv.c:939 rpmqv.c:947 rpmqv.c:953 rpmqv.c:961 rpmqv.c:1019 rpmqv.c:1035
+#: rpm.c:682 rpm.c:688 rpm.c:695 rpm.c:701 rpm.c:710 rpm.c:732 rpm.c:738
+#: rpm.c:772 rpm.c:780 rpm.c:801 rpm.c:858 rpm.c:866 rpmqv.c:806 rpmqv.c:815
+#: rpmqv.c:821 rpmqv.c:827 rpmqv.c:861 rpmqv.c:868 rpmqv.c:903 rpmqv.c:911
+#: rpmqv.c:917 rpmqv.c:925 rpmqv.c:987
 msgid "only one major mode may be specified"
 msgstr "vain yksi päämoodi voidaan määritellä"
 
-#: rpm.c:694 rpmqv.c:844
+#: rpm.c:703 rpmqv.c:808
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u ja --uninstall ovat vanhentuneet eivätkä enää toimi.\n"
 
-#: rpm.c:696 rpmqv.c:846
+#: rpm.c:705 rpmqv.c:810
 msgid "Use -e or --erase instead.\n"
 msgstr "Käytä sen sijaan -e tai --erase .\n"
 
-#: rpm.c:736 rpm.c:742 rpm.c:749 rpm.c:756 rpm.c:865 rpmqv.c:910 rpmqv.c:916
-#: rpmqv.c:923 rpmqv.c:930 rpmqv.c:1043
+#: rpm.c:745 rpm.c:751 rpm.c:758 rpm.c:765 rpm.c:874 rpmqv.c:874 rpmqv.c:880
+#: rpmqv.c:887 rpmqv.c:894 rpmqv.c:1002
 msgid "one type of query/verify may be performed at a time"
 msgstr "yhden tyyppinen kysely/tarkistus voidaan suorittaa kerralla"
 
-#: rpm.c:798 rpmqv.c:881
+#: rpm.c:807 rpmqv.c:845
 msgid "relocations must begin with a /"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: rpm.c:800 rpmqv.c:883
+#: rpm.c:809 rpmqv.c:847
 msgid "relocations must contain a ="
 msgstr "siirroissa pitää olla =-merkki"
 
-#: rpm.c:803 rpmqv.c:886
+#: rpm.c:812 rpmqv.c:850
 msgid "relocations must have a / following the ="
 msgstr "siirroissa pitää olla / =-merkin jälkeen"
 
-#: rpm.c:812 rpmqv.c:870
+#: rpm.c:821 rpmqv.c:834
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: rpm.c:821 rpmqv.c:982
+#: rpm.c:830 rpmqv.c:946
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1062
+#: rpm.c:880 rpmqv.c:1007
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "odottamaton kyselyn lähde"
 
-#: rpm.c:874 rpmqv.c:1065
+#: rpm.c:883 rpmqv.c:1010
 #, fuzzy
 msgid "unexpected query format"
 msgstr "odottamaton kyselyn lähde"
 
-#: rpm.c:877 rpmqv.c:1068
+#: rpm.c:886 rpmqv.c:1013
 msgid "unexpected query source"
 msgstr "odottamaton kyselyn lähde"
 
-#: rpm.c:880 rpmqv.c:1084
+#: rpm.c:889 rpmqv.c:1033
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "vain asennus tai päivitys voidaan pakottaa"
 
-#: rpm.c:883 rpmqv.c:1089
+#: rpm.c:892 rpmqv.c:1038
 msgid "files may only be relocated during package installation"
 msgstr "tiedostoja voidaan siirtää toiselle polulle vain asennettaessa"
 
-#: rpm.c:886 rpmqv.c:1092
+#: rpm.c:895 rpmqv.c:1041
 msgid "only one of --prefix or --relocate may be used"
 msgstr "vain toinen --prefix tai --relocate voidaan antaa"
 
-#: rpm.c:889 rpmqv.c:1095
+#: rpm.c:898 rpmqv.c:1044
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "--relocate: voidaan käyttää vain uusia paketteja asennettaessa"
 
-#: rpm.c:892 rpmqv.c:1098
+#: rpm.c:901 rpmqv.c:1047
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix: voidaan käyttää vain uusia paketteja asennettaessa"
 
-#: rpm.c:895 rpmqv.c:1101
+#: rpm.c:904 rpmqv.c:1050
 msgid "arguments to --prefix must begin with a /"
 msgstr "--prefix parametrien pitää alkaa /-merkillä"
 
-#: rpm.c:898 rpmqv.c:1104
+#: rpm.c:907 rpmqv.c:1053
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h): voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:902 rpmqv.c:1108
+#: rpm.c:911 rpmqv.c:1057
 msgid "--percent may only be specified during package installation"
 msgstr "--percent: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:906 rpmqv.c:1112
+#: rpm.c:915 rpmqv.c:1061
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:910 rpmqv.c:1116
+#: rpm.c:919 rpmqv.c:1065
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:914 rpmqv.c:1120
+#: rpm.c:923 rpmqv.c:1069
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:918 rpmqv.c:1124
+#: rpm.c:927 rpmqv.c:1073
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:922 rpmqv.c:1128
+#: rpm.c:931 rpmqv.c:1077
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "vain toinen --excludedocs tai --includedocs voidaan antaa"
 
-#: rpm.c:926 rpmqv.c:1132
+#: rpm.c:935 rpmqv.c:1081
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:930 rpmqv.c:1136
+#: rpm.c:939 rpmqv.c:1085
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:934 rpmqv.c:1140
+#: rpm.c:943 rpmqv.c:1089
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoreos: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:938 rpmqv.c:1144
+#: rpm.c:947 rpmqv.c:1093
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches: voidaan käyttää vain paketteja poistettaessa"
 
-#: rpm.c:942 rpmqv.c:1148
+#: rpm.c:951 rpmqv.c:1097
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles: voidaan käyttää vain paketteja asennettaessa"
 
-#: rpm.c:946 rpmqv.c:1152
+#: rpm.c:955 rpmqv.c:1101
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 "--justdb: voidaan käyttää vain paketteja asennettaessa tai poistettaessa"
 
-#: rpm.c:951 rpmqv.c:1159
+#: rpm.c:960 rpmqv.c:1108
 msgid ""
 "--noscripts may only be specified during package installation, erasure, and "
 "verification"
@@ -1246,7 +1143,7 @@ msgstr ""
 "--noscripts: voidaan käyttää vain paketteja asennettaessa, poistettaessa tai "
 "tarkistettaessa"
 
-#: rpm.c:955
+#: rpm.c:964
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation, erasure, and "
@@ -1255,7 +1152,7 @@ msgstr ""
 "--nodeps: voidaan käyttää vain paketteja asennettaessa, poistettaessa tai "
 "tarkistettaessa"
 
-#: rpm.c:959 rpmqv.c:1171
+#: rpm.c:968 rpmqv.c:1120
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1264,7 +1161,7 @@ msgstr ""
 "--nodeps: voidaan käyttää vain paketteja asennettaessa, poistettaessa tai "
 "tarkistettaessa"
 
-#: rpm.c:964 rpmqv.c:1176
+#: rpm.c:973 rpmqv.c:1125
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1272,7 +1169,7 @@ msgstr ""
 "--test: voidaan käyttää vain paketteja asennettaessa, poistettaessa ja "
 "käännettäessä"
 
-#: rpm.c:968 rpmqv.c:1181
+#: rpm.c:977 rpmqv.c:1130
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1280,24 +1177,24 @@ msgstr ""
 "--root (-r): voidaan käyttää vain paketteja asennettaessa, poistettaessa, "
 "kyseltäessä ja tietokannan uudelleenluonnissa"
 
-#: rpm.c:980 rpmqv.c:1193
+#: rpm.c:989 rpmqv.c:1142
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "parametrit --root (-r):lle alettava /-merkillä"
 
-#: rpm.c:986 rpmqv.c:1200
+#: rpm.c:995 rpmqv.c:1149
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage: voidaan käyttää vain paketteja päivitettäessä"
 
-#: rpm.c:989 rpmqv.c:1205
+#: rpm.c:998 rpmqv.c:1154
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp: voidaan käyttää vain allekirjoitusta tarkistettaessa"
 
-#: rpm.c:992 rpmqv.c:1208
+#: rpm.c:1001 rpmqv.c:1157
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nopgp: voidaan käyttää vain allekirjoitusta tarkistettaessa"
 
-#: rpm.c:995 rpmqv.c:1213
+#: rpm.c:1004 rpmqv.c:1162
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
@@ -1305,79 +1202,79 @@ msgstr ""
 "--nopgp: voidaan käyttää vain allekirjoitusta tarkistettaessa ja paketteja "
 "todennettaessa"
 
-#: rpm.c:1006 rpmqv.c:1226
+#: rpm.c:1015 rpmqv.c:1175
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1231
+#: rpm.c:1020 rpmqv.c:1180
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: rpm.c:1026 rpmqv.c:1247
+#: rpm.c:1035 rpmqv.c:1196
 #, fuzzy
 msgid "pgp not found: "
 msgstr "Tiedostoa ei löytynyt palvelimelta"
 
-#: rpm.c:1030 rpmqv.c:1251
+#: rpm.c:1039 rpmqv.c:1200
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1032 rpmqv.c:1253
+#: rpm.c:1041 rpmqv.c:1202
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1035 rpmqv.c:1256
+#: rpm.c:1044 rpmqv.c:1205
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1261
+#: rpm.c:1049 rpmqv.c:1210
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1046 rpmqv.c:1267
+#: rpm.c:1055 rpmqv.c:1216
 msgid "--sign may only be used during package building"
 msgstr "--sign: voidaan käyttää vain paketteja käännettäessä"
 
-#: rpm.c:1061 rpmqv.c:1283
+#: rpm.c:1070 rpmqv.c:1232
 #, fuzzy
 msgid "exec failed\n"
 msgstr "%s: avaus ei onnistunut\n"
 
-#: rpm.c:1080 rpmqv.c:1552
+#: rpm.c:1089 rpmqv.c:1501
 msgid "unexpected arguments to --querytags "
 msgstr "--querytags: odottamattomia parametrejä"
 
-#: rpm.c:1091 rpmqv.c:1574
+#: rpm.c:1100 rpmqv.c:1523
 msgid "no packages given for signature check"
 msgstr "allekirjoituksen tarkistukselle ei määritelty paketteja"
 
-#: rpm.c:1102 rpmqv.c:1585
+#: rpm.c:1111 rpmqv.c:1534
 msgid "no packages given for signing"
 msgstr "allekirjoitukselle ei määritelty paketteja"
 
-#: rpm.c:1118 rpmqv.c:1425
+#: rpm.c:1127 rpmqv.c:1374
 msgid "no packages given for uninstall"
 msgstr "poistolle ei määritelty paketteja"
 
-#: rpm.c:1168 rpmqv.c:1475
+#: rpm.c:1177 rpmqv.c:1424
 msgid "no packages given for install"
 msgstr "asennukselle ei määritelty paketteja"
 
-#: rpm.c:1191 rpmqv.c:1515
+#: rpm.c:1200 rpmqv.c:1464
 msgid "extra arguments given for query of all packages"
 msgstr "pakettien kyselylle annettiin ylimääräisiä parametrejä"
 
-#: rpm.c:1196 rpmqv.c:1520
+#: rpm.c:1205 rpmqv.c:1469
 msgid "no arguments given for query"
 msgstr "kyselylle ei annettu parametrejä"
 
-#: rpm.c:1213 rpmqv.c:1540
+#: rpm.c:1222 rpmqv.c:1489
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "pakettien kyselylle annettiin ylimääräisiä parametrejä"
 
-#: rpm.c:1217 rpmqv.c:1544
+#: rpm.c:1226 rpmqv.c:1493
 msgid "no arguments given for verify"
 msgstr "tarkistukselle ei annettu parametrejä"
 
@@ -1400,71 +1297,71 @@ msgstr "virhe etsitt
 msgid "cannot re-open payload: %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: rpmqv.c:304
+#: rpmqv.c:284
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "käyttö: rpm {--help}"
 
-#: rpmqv.c:305
+#: rpmqv.c:285
 #, c-format
 msgid "       %s {--version}\n"
 msgstr ""
 
-#: rpmqv.c:308
+#: rpmqv.c:288
 #, fuzzy, c-format
 msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 msgstr "       rpm {--initdb}   [--dbpath <hakem>]"
 
-#: rpmqv.c:309
+#: rpmqv.c:289
 #, fuzzy, c-format
 msgid "       %s {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]\n"
 msgstr "       rpm {--rebuilddb} [--rcfile <tiedosto>] [--dbpath <hakem>]"
 
-#: rpmqv.c:313
+#: rpmqv.c:293
 #, c-format
 msgid ""
 "       %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 
-#: rpmqv.c:323
+#: rpmqv.c:303
 #, c-format
 msgid ""
 "       %s {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 
-#: rpmqv.c:333
+#: rpmqv.c:313
 #, fuzzy, c-format
 msgid "       %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--erase -e} [--root <hakem>] [--noscripts] [--rcfile <tiedosto>]"
 
-#: rpmqv.c:339
+#: rpmqv.c:319
 #, c-format
 msgid "       %s {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]\n"
 msgstr ""
 
-#: rpmqv.c:346
+#: rpmqv.c:326
 #, fuzzy, c-format
 msgid "       %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <hakem>] [--rcfile <tiedosto>]"
 
-#: rpmqv.c:349
+#: rpmqv.c:329
 #, c-format
 msgid "       %s {--querytags}\n"
 msgstr ""
 
-#: rpmqv.c:350
+#: rpmqv.c:330
 #, fuzzy, c-format
 msgid "       %s {--setperms} [-afpg] [target]\n"
 msgstr "       rpm {--setperms} [-afpg] [kohde]"
 
-#: rpmqv.c:351
+#: rpmqv.c:331
 #, fuzzy, c-format
 msgid "       %s {--setugids} [-afpg] [target]\n"
 msgstr "       rpm {--setugids} [-afpg] [kohde]"
 
-#: rpmqv.c:355
+#: rpmqv.c:335
 #, fuzzy, c-format
 msgid ""
 "       %s {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -1473,18 +1370,18 @@ msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<tiedosto>]"
 
-#: rpmqv.c:356
+#: rpmqv.c:336
 #, fuzzy
 msgid "                        [--sign] [--nobuild] ]"
 msgstr ""
 "                        [--sign] [--test] [--timecheck <s>] [--buildos <kj>]"
 
-#: rpmqv.c:359
+#: rpmqv.c:339
 #, fuzzy, c-format
 msgid "       %s {--rmsource} [--rcfile <file>] [-v] specfile\n"
 msgstr "       rpm {--rmsource} [--rcfile <tiedosto>] [-v] määrittelytiedosto"
 
-#: rpmqv.c:360
+#: rpmqv.c:340
 #, fuzzy, c-format
 msgid ""
 "       %s {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
@@ -1492,7 +1389,7 @@ msgstr ""
 "       rpm {--rebuild} [--rcfile <tiedosto>] [-v] lähdekoodi1.rpm ... "
 "lähdekoodiN.rpm"
 
-#: rpmqv.c:361
+#: rpmqv.c:341
 #, fuzzy, c-format
 msgid ""
 "       %s {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
@@ -1500,64 +1397,64 @@ msgstr ""
 "       rpm {--recompile} [--rcfile <tiedosto>] [-v] lähdekoodi1.rpm ... "
 "lähdekoodiN.rpm"
 
-#: rpmqv.c:362
+#: rpmqv.c:342
 #, fuzzy, c-format
 msgid "       %s {--freshen -F} file1.rpm ... fileN.rpm\n"
 msgstr "                        [--badreloc] tiedosto1.rpm ... tiedostoN.rpm"
 
-#: rpmqv.c:366
+#: rpmqv.c:346
 #, fuzzy, c-format
 msgid "       %s {--resign} [--rcfile <file>] package1 package2 ... packageN\n"
 msgstr ""
 "       rpm {--resign} [--rcfile <tiedosto>] paketti1 paketti2 ... pakettiN"
 
-#: rpmqv.c:367
+#: rpmqv.c:347
 #, fuzzy, c-format
 msgid "       %s {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 "       rpm {--addsign} [--rcfile <tiedosto>] paketti1 paketti2 ... pakettiN"
 
-#: rpmqv.c:368
+#: rpmqv.c:348
 #, fuzzy, c-format
 msgid ""
 "       %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]\n"
 msgstr "       rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <tiedosto>]"
 
-#: rpmqv.c:412
+#: rpmqv.c:392
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   kaikki moodit tukevat seuraavia parametrejä"
 
-#: rpmqv.c:413
+#: rpmqv.c:393
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:415
+#: rpmqv.c:395
 #, fuzzy
 msgid "   --eval '<name>+'       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:417
+#: rpmqv.c:397
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:419
+#: rpmqv.c:399
 #, fuzzy
 msgid "   --rcfile <file>        "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:424
+#: rpmqv.c:404
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:426
+#: rpmqv.c:406
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:436
+#: rpmqv.c:416
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
@@ -1565,257 +1462,257 @@ msgstr ""
 "   asennuksessa, päivityksessä ja kyselyssä (-p:n kanssa)  ftp URL:ja "
 "voidaan käyttää"
 
-#: rpmqv.c:437
+#: rpmqv.c:417
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   tiedostoniminä, kuten myös seuraavia parametrejä:\n"
 
-#: rpmqv.c:438
+#: rpmqv.c:418
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:440
+#: rpmqv.c:420
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:442
+#: rpmqv.c:422
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:444
+#: rpmqv.c:424
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:450
+#: rpmqv.c:430
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Paketin määrittelyparametrit:"
 
-#: rpmqv.c:452
+#: rpmqv.c:432
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "kysele kaikki paketit"
 
-#: rpmqv.c:453
+#: rpmqv.c:433
 #, fuzzy
 msgid "     -f <file>+          "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:454
+#: rpmqv.c:434
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpmqv.c:455
+#: rpmqv.c:435
 #, fuzzy
 msgid "     -p <packagefile>+   "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:456
+#: rpmqv.c:436
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "kysele(asentamatonta) pakettia <pakettitiedosto>"
 
-#: rpmqv.c:457
+#: rpmqv.c:437
 #, fuzzy
 msgid "     --triggeredby <pkg> "
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpmqv.c:458
+#: rpmqv.c:438
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpmqv.c:459
+#: rpmqv.c:439
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpmqv.c:460
+#: rpmqv.c:440
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "kysele paketteja, jotka tarjoavat <i> ominaisuuden"
 
-#: rpmqv.c:461
+#: rpmqv.c:441
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpmqv.c:462
+#: rpmqv.c:442
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "kysele paketteja, jotka vaativat <i> ominaisuutta"
 
-#: rpmqv.c:466
+#: rpmqv.c:446
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:469
+#: rpmqv.c:449
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Tietojen valintaparametrit:"
 
-#: rpmqv.c:485
+#: rpmqv.c:465
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "luettele paketin tarjoamat ominaisuudet"
 
-#: rpmqv.c:487
+#: rpmqv.c:467
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "luettele paketin tarjoamat ominaisuudet"
 
-#: rpmqv.c:489
+#: rpmqv.c:469
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "tulosta erinäiset asennus/poisto-skriptit"
 
-#: rpmqv.c:491
+#: rpmqv.c:471
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:515
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "asenna paketti"
 
-#: rpmqv.c:516
+#: rpmqv.c:496
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:525
+#: rpmqv.c:505
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: rpmqv.c:526
+#: rpmqv.c:506
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:546
+#: rpmqv.c:526
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "älä suorita asennusskriptejä"
 
-#: rpmqv.c:548
+#: rpmqv.c:528
 #, fuzzy
 msgid "don't execute any scriptlets triggered by this package"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: rpmqv.c:551
+#: rpmqv.c:531
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:553
+#: rpmqv.c:533
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
 
-#: rpmqv.c:562
+#: rpmqv.c:542
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "asenna paketti"
 
-#: rpmqv.c:563
+#: rpmqv.c:543
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:568
+#: rpmqv.c:548
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "asenna paketti"
 
-#: rpmqv.c:587
+#: rpmqv.c:567
 #, fuzzy
 msgid "   -b<stage> <spec>       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:588
+#: rpmqv.c:568
 #, fuzzy
 msgid "   -t<stage> <tarball>    "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:603
+#: rpmqv.c:583
 #, fuzzy
 msgid "package src rpm only"
 msgstr "paketilla ei ole nimeä"
 
-#: rpmqv.c:614
+#: rpmqv.c:594
 #, fuzzy
 msgid "     --buildroot <dir>    "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:616
+#: rpmqv.c:596
 #, fuzzy
 msgid "     --target=<platform>+ "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:621
+#: rpmqv.c:601
 #, fuzzy
 msgid "   --rebuild <src_pkg>    "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:623
+#: rpmqv.c:603
 #, fuzzy
 msgid "   --recompile <src_pkg>  "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:629
+#: rpmqv.c:609
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:631
+#: rpmqv.c:611
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:634
+#: rpmqv.c:614
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:635
+#: rpmqv.c:615
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    -b<vaihe> <määrittely> "
 
-#: rpmqv.c:648
+#: rpmqv.c:628
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:650
+#: rpmqv.c:630
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpmqv.c:1057
+#: rpmqv.c:1017
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath parametri annettu toiminnolle, joka ei käytä tietokantaa"
 
-#: rpmqv.c:1165
+#: rpmqv.c:1114
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation and erasure"
 msgstr ""
 "--justdb: voidaan käyttää vain paketteja asennettaessa tai poistettaessa"
 
-#: rpmqv.c:1323
+#: rpmqv.c:1272
 msgid "no packages files given for rebuild"
 msgstr "uudelleenkäännolle ei määritelty paketteja"
 
-#: rpmqv.c:1393
+#: rpmqv.c:1342
 msgid "no spec files given for build"
 msgstr "käännökselle ei annettu määrittelytiedostoja"
 
-#: rpmqv.c:1395
+#: rpmqv.c:1344
 msgid "no tar files given for build"
 msgstr "käännökselle ei määritelty tar-tiedostoja"
 
@@ -3146,6 +3043,109 @@ msgid ""
 msgstr ""
 "tämä versio RPM:stä tukee vain suuremmman kuin 3 versionumeron paketteja"
 
+#: lib/poptBT.c:82
+msgid "buildroot already specified"
+msgstr ""
+
+#: lib/poptBT.c:108
+msgid "build through %%prep stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:110
+msgid "build through %%build stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:112
+msgid "build through %%install stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:114
+#, fuzzy
+msgid "verify %%files section from spec file"
+msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
+
+#: lib/poptBT.c:116
+#, fuzzy
+msgid "build source and binary package from spec file"
+msgstr "ryhmässä %s ei ole paketteja\n"
+
+#: lib/poptBT.c:118
+#, fuzzy
+msgid "build binary package from spec file"
+msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
+
+#: lib/poptBT.c:120
+#, fuzzy
+msgid "build source package from spec file"
+msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
+
+#: lib/poptBT.c:123
+msgid "build through %%prep stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:125
+msgid "build through %%build stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:127
+msgid "build through %%install stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:129
+msgid "verify %%files section from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:131
+#, fuzzy
+msgid "build source and binary package from tar ball"
+msgstr "ryhmässä %s ei ole paketteja\n"
+
+#: lib/poptBT.c:133
+msgid "build binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:135
+#, fuzzy
+msgid "build source package from tar ball"
+msgstr "käännä paketit käyttöjärjestelmälle <kj>"
+
+#: lib/poptBT.c:138
+#, fuzzy
+msgid "build binary package from source package"
+msgstr "binääripaketti (valmistele, käännä, asenna, paketoi)"
+
+#: lib/poptBT.c:140
+#, fuzzy
+msgid "build through %%install stage from source package"
+msgstr "asenna paketti"
+
+#: lib/poptBT.c:143
+#, fuzzy
+msgid "override build root"
+msgstr "käytä <hakem> käännöspuun juurena"
+
+#: lib/poptBT.c:147
+#, fuzzy
+msgid "do not execute any stages of the build"
+msgstr "älä suorita mitään vaiheita"
+
+#: lib/poptBT.c:149
+msgid "do not accept I18N msgstr's from specfile"
+msgstr ""
+
+#: lib/poptBT.c:153
+#, fuzzy
+msgid "remove specfile when done"
+msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
+
+#: lib/poptBT.c:157
+msgid "override target platform"
+msgstr ""
+
+#: lib/poptBT.c:159
+msgid "lookup I18N strings in specfile catalog"
+msgstr ""
+
 #: lib/problems.c:43
 #, c-format
 msgid " is needed by %s-%s-%s\n"
@@ -3202,221 +3202,130 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s-%s-%s"
 msgstr ""
 
-#: lib/query.c:141
+#: lib/query.c:139
 #, c-format
 msgid "error in format: %s\n"
 msgstr "virhe formaatissa: %s\n"
 
-#: lib/query.c:200
+#: lib/query.c:198
 msgid "(contains no files)"
 msgstr "(ei tiedostoja)"
 
-#: lib/query.c:259
+#: lib/query.c:257
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:261
+#: lib/query.c:259
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 #, fuzzy
 msgid "not installed "
 msgstr "paketti %s ei ole asennettu\n"
 
-#: lib/query.c:265
+#: lib/query.c:263
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:267
+#: lib/query.c:265
 #, fuzzy, c-format
 msgid "(unknown %3d) "
 msgstr "(tuntematon tyyppi)"
 
-#: lib/query.c:271
+#: lib/query.c:269
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:288 lib/query.c:331
+#: lib/query.c:286 lib/query.c:329
 msgid "package has neither file owner or id lists"
 msgstr ""
 
-#: lib/query.c:375
+#: lib/query.c:373
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "virhe: en voi avata %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:492
+#: lib/query.c:490
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "%s:n avaus ei onnistunut: %s\n"
 
-#: lib/query.c:510
+#: lib/query.c:508
 msgid "old format source packages cannot be queried\n"
 msgstr "vanhan formaatin lähdekoodipaketteja ei voi kysellä\n"
 
-#: lib/query.c:519 lib/rpminstall.c:231
+#: lib/query.c:517 lib/rpminstall.c:231
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s ei vaikuta RPM-paketilta\n"
 
-#: lib/query.c:523
+#: lib/query.c:521
 #, c-format
 msgid "query of %s failed\n"
 msgstr "%s:n kysely ei onnistunut\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "%s:n kysely ei onnistunut\n"
 
-#: lib/query.c:579
+#: lib/query.c:577
 #, fuzzy
 msgid "no packages\n"
 msgstr "kysele kaikki paketit"
 
-#: lib/query.c:589
+#: lib/query.c:587
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "ryhmässä %s ei ole paketteja\n"
 
-#: lib/query.c:599
+#: lib/query.c:597
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "mikään paketti ei laukaise %s:a\n"
 
-#: lib/query.c:609
+#: lib/query.c:607
 #, c-format
 msgid "no package requires %s\n"
 msgstr "mikään pakettie ei tarvitse %s:a\n"
 
-#: lib/query.c:620
+#: lib/query.c:618
 #, c-format
 msgid "no package provides %s\n"
 msgstr "mikään paketti ei tarjoa %s:a\n"
 
-#: lib/query.c:636
+#: lib/query.c:634
 #, fuzzy, c-format
 msgid "file %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: lib/query.c:639
+#: lib/query.c:637
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "tiedostoa %s ei omista mikään paketti\n"
 
-#: lib/query.c:664
+#: lib/query.c:662
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: lib/query.c:667
+#: lib/query.c:665
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: lib/query.c:671
+#: lib/query.c:669
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "tietuetta %d ei voitu lukea\n"
 
-#: lib/query.c:682 lib/rpminstall.c:435
+#: lib/query.c:680 lib/rpminstall.c:435
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paketti %s ei ole asennettu\n"
 
-#: lib/query.c:769
-#, fuzzy
-msgid "query package owning file"
-msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-
-#: lib/query.c:771
-#, fuzzy
-msgid "query packages in group"
-msgstr "paketilla ei ole nimeä"
-
-#: lib/query.c:773
-#, fuzzy
-msgid "query a package file"
-msgstr "kysele kaikki paketit"
-
-#: lib/query.c:775
-#, fuzzy
-msgid "rpm query mode"
-msgstr "kyselymoodi"
-
-#: lib/query.c:779
-msgid "display known query tags"
-msgstr ""
-
-#: lib/query.c:781
-#, fuzzy
-msgid "query a spec file"
-msgstr "%s:n kysely ei onnistunut\n"
-
-#: lib/query.c:783
-#, fuzzy
-msgid "query the pacakges triggered by the package"
-msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-
-#: lib/query.c:785
-#, fuzzy
-msgid "rpm verify mode"
-msgstr "kyselymoodi"
-
-#: lib/query.c:787
-msgid "rpm verify mode (legacy)"
-msgstr ""
-
-#: lib/query.c:789
-#, fuzzy
-msgid "query the packages which require a capability"
-msgstr "kysele paketteja, jotka vaativat <i> ominaisuutta"
-
-#: lib/query.c:791
-#, fuzzy
-msgid "query the packages which provide a capability"
-msgstr "kysele paketteja, jotka tarjoavat <i> ominaisuuden"
-
-#: lib/query.c:831
-#, fuzzy
-msgid "list all configuration files"
-msgstr "listaa vain konfigurointiedostot (josta seuraa -l)"
-
-#: lib/query.c:833
-#, fuzzy
-msgid "list all documentation files"
-msgstr "asenna dokumentaatio"
-
-#: lib/query.c:835
-#, fuzzy
-msgid "dump basic file information"
-msgstr "näytä paketin tiedot"
-
-#: lib/query.c:837
-#, fuzzy
-msgid "list files in package"
-msgstr "asenna paketti"
-
-#: lib/query.c:841
-msgid "use the following query format"
-msgstr ""
-
-#: lib/query.c:843
-#, fuzzy
-msgid "substitute i18n sections into spec file"
-msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-
-#: lib/query.c:845
-msgid "display the states of the listed files"
-msgstr ""
-
-#: lib/query.c:847
-#, fuzzy
-msgid "display a verbose file listing"
-msgstr "näytä paketin tiedostolistaus"
-
 #: lib/rpmchecksig.c:31
 #, fuzzy, c-format
 msgid "%s: open failed: %s\n"
@@ -4204,6 +4113,66 @@ msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "%s-%s-%s:n tyydyttämättömät riippuvuudet:"
 
 #, fuzzy
+#~ msgid "query package owning file"
+#~ msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
+
+#, fuzzy
+#~ msgid "query packages in group"
+#~ msgstr "paketilla ei ole nimeä"
+
+#, fuzzy
+#~ msgid "query a package file"
+#~ msgstr "kysele kaikki paketit"
+
+#, fuzzy
+#~ msgid "rpm query mode"
+#~ msgstr "kyselymoodi"
+
+#, fuzzy
+#~ msgid "query a spec file"
+#~ msgstr "%s:n kysely ei onnistunut\n"
+
+#, fuzzy
+#~ msgid "query the pacakges triggered by the package"
+#~ msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
+
+#, fuzzy
+#~ msgid "rpm verify mode"
+#~ msgstr "kyselymoodi"
+
+#, fuzzy
+#~ msgid "query the packages which require a capability"
+#~ msgstr "kysele paketteja, jotka vaativat <i> ominaisuutta"
+
+#, fuzzy
+#~ msgid "query the packages which provide a capability"
+#~ msgstr "kysele paketteja, jotka tarjoavat <i> ominaisuuden"
+
+#, fuzzy
+#~ msgid "list all configuration files"
+#~ msgstr "listaa vain konfigurointiedostot (josta seuraa -l)"
+
+#, fuzzy
+#~ msgid "list all documentation files"
+#~ msgstr "asenna dokumentaatio"
+
+#, fuzzy
+#~ msgid "dump basic file information"
+#~ msgstr "näytä paketin tiedot"
+
+#, fuzzy
+#~ msgid "list files in package"
+#~ msgstr "asenna paketti"
+
+#, fuzzy
+#~ msgid "substitute i18n sections into spec file"
+#~ msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
+
+#, fuzzy
+#~ msgid "display a verbose file listing"
+#~ msgstr "näytä paketin tiedostolistaus"
+
+#, fuzzy
 #~ msgid "override build architecture"
 #~ msgstr "älä tarkista paketin arkkitehtuuria"
 
index 75904e2..1601c46 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,5 +1,5 @@
 msgid ""
-msgstr "POT-Creation-Date: 2000-05-31 13:32-0400\n"
+msgstr "POT-Creation-Date: 2000-06-01 00:32-0400\n"
 
 #: build.c:25 lib/rpminstall.c:250 lib/rpminstall.c:422
 #, c-format
@@ -53,125 +53,6 @@ msgstr ""
 msgid "Building for target %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build.c:385
-msgid "buildroot already specified"
-msgstr ""
-
-#: build.c:411
-msgid "build through %%prep stage from spec file"
-msgstr ""
-
-#: build.c:413
-msgid "build through %%build stage from spec file"
-msgstr ""
-
-#: build.c:415
-msgid "build through %%install stage from spec file"
-msgstr ""
-
-#: build.c:417
-#, fuzzy
-msgid "verify %%files section from spec file"
-msgstr ""
-"        -f <file>+        - interroge le package à qui appartient <file>"
-
-#: build.c:419
-#, fuzzy
-msgid "build source and binary package from spec file"
-msgstr ""
-"        -f <file>+        - interroge le package à qui appartient <file>"
-
-#: build.c:421
-#, fuzzy
-msgid "build binary package from spec file"
-msgstr ""
-"        -f <file>+        - interroge le package à qui appartient <file>"
-
-#: build.c:423
-#, fuzzy
-msgid "build source package from spec file"
-msgstr ""
-"        -f <file>+        - interroge le package à qui appartient <file>"
-
-#: build.c:426
-msgid "build through %%prep stage from tar ball"
-msgstr ""
-
-#: build.c:428
-msgid "build through %%build stage from tar ball"
-msgstr ""
-
-#: build.c:430
-msgid "build through %%install stage from tar ball"
-msgstr ""
-
-#: build.c:432
-msgid "verify %%files section from tar ball"
-msgstr ""
-
-#: build.c:434
-msgid "build source and binary package from tar ball"
-msgstr ""
-
-#: build.c:436
-msgid "build binary package from tar ball"
-msgstr ""
-
-#: build.c:438
-msgid "build source package from tar ball"
-msgstr ""
-
-#: build.c:441
-#, fuzzy
-msgid "build binary package from source package"
-msgstr "\t\t\t  b - package binaire (prépare, compile, installe, package)"
-
-#: build.c:443
-msgid "build through %%install stage from source package"
-msgstr ""
-
-#: build.c:446
-msgid "override build root"
-msgstr ""
-
-#: build.c:448 rpm.c:485 rpmqv.c:607
-#, fuzzy
-msgid "remove build tree when done"
-msgstr "      --clean           - efface l'arborescence après construction"
-
-#: build.c:450
-msgid "do not execute any stages of the build"
-msgstr ""
-
-#: build.c:452
-msgid "do not accept I18N msgstr's from specfile"
-msgstr ""
-
-#: build.c:454 rpm.c:487 rpmqv.c:609
-#, fuzzy
-msgid "remove sources when done"
-msgstr "      --clean           - efface l'arborescence après construction"
-
-#: build.c:456
-#, fuzzy
-msgid "remove specfile when done"
-msgstr "      --clean           - efface l'arborescence après construction"
-
-#: build.c:458 rpm.c:483 rpmqv.c:605
-#, fuzzy
-msgid "skip straight to specified stage (only for c,i)"
-msgstr ""
-"      --short-circuit   - passe directement à l'étape spécifiée (seulement "
-"pour c,i)"
-
-#: build.c:460
-msgid "override target platform"
-msgstr ""
-
-#: build.c:462
-msgid "lookup I18N strings in specfile catalog"
-msgstr ""
-
 #: convertdb.c:39
 msgid "RPM database already exists"
 msgstr ""
@@ -215,190 +96,190 @@ msgstr "aucun package n'a 
 msgid "no copyright!\n"
 msgstr ""
 
-#: rpm.c:182 rpmqv.c:277
+#: rpm.c:191 rpmqv.c:257
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:193 rpmqv.c:288
+#: rpm.c:202 rpmqv.c:268
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:197 rpmqv.c:292
+#: rpm.c:206 rpmqv.c:272
 msgid "Copyright (C) 1998 - Red Hat Software"
 msgstr ""
 
-#: rpm.c:198 rpmqv.c:293
+#: rpm.c:207 rpmqv.c:273
 msgid "This may be freely redistributed under the terms of the GNU GPL"
 msgstr "Peut être redistribué librement selon les termes de la GNU GPL"
 
-#: rpm.c:206
+#: rpm.c:215
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:207
+#: rpm.c:216
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:208
+#: rpm.c:217
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:209
+#: rpm.c:218
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:210 rpmqv.c:314
+#: rpm.c:219 rpmqv.c:294
 #, fuzzy
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr "      --force           - raccourci pour --replacepkgs --replacefiles"
 
-#: rpm.c:211 rpmqv.c:315
+#: rpm.c:220 rpmqv.c:295
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:212 rpmqv.c:316
+#: rpm.c:221 rpmqv.c:296
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:213 rpmqv.c:317
+#: rpm.c:222 rpmqv.c:297
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:214 rpmqv.c:318
+#: rpm.c:223 rpmqv.c:298
 msgid ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 msgstr ""
 
-#: rpm.c:215 rpm.c:224 rpm.c:233 rpmqv.c:319 rpmqv.c:328 rpmqv.c:343
+#: rpm.c:224 rpm.c:233 rpm.c:242 rpmqv.c:299 rpmqv.c:308 rpmqv.c:323
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                          qui matchent <pkg>"
 
-#: rpm.c:216 rpm.c:226 rpmqv.c:320 rpmqv.c:330
+#: rpm.c:225 rpm.c:235 rpmqv.c:300 rpmqv.c:310
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:217 rpmqv.c:321
+#: rpm.c:226 rpmqv.c:301
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr "        -a                - interroge l'ensemble des packages"
 
-#: rpm.c:218 rpmqv.c:322
+#: rpm.c:227 rpmqv.c:302
 #, fuzzy
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "        -l                - affiche la liste des packages"
 
-#: rpm.c:219
+#: rpm.c:228
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:220 rpmqv.c:324
+#: rpm.c:229 rpmqv.c:304
 #, fuzzy
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 "        -i                - affiche les informations relatives à un package"
 
-#: rpm.c:221 rpmqv.c:325
+#: rpm.c:230 rpmqv.c:305
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:222 rpmqv.c:326
+#: rpm.c:231 rpmqv.c:306
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:223 rpmqv.c:327
+#: rpm.c:232 rpmqv.c:307
 #, fuzzy
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                          qui matchent <pkg>"
 
-#: rpm.c:225 rpmqv.c:329
+#: rpm.c:234 rpmqv.c:309
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:227 rpmqv.c:331
+#: rpm.c:236 rpmqv.c:311
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr "        -a                - interroge l'ensemble des packages"
 
-#: rpm.c:228 rpmqv.c:332
+#: rpm.c:237 rpmqv.c:312
 #, fuzzy
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "        -l                - affiche la liste des packages"
 
-#: rpm.c:229
+#: rpm.c:238
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:230 rpmqv.c:340
+#: rpm.c:239 rpmqv.c:320
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:231 rpmqv.c:341
+#: rpm.c:240 rpmqv.c:321
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:232 rpmqv.c:342
+#: rpm.c:241 rpmqv.c:322
 msgid ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
 msgstr ""
 
-#: rpm.c:234 rpmqv.c:344
+#: rpm.c:243 rpmqv.c:324
 msgid ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:235 rpmqv.c:345
+#: rpm.c:244 rpmqv.c:325
 #, fuzzy
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "        -a                - interroge l'ensemble des packages"
 
-#: rpm.c:236
+#: rpm.c:245
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:237 rpmqv.c:347
+#: rpm.c:246 rpmqv.c:327
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:348
+#: rpm.c:247 rpmqv.c:328
 #, fuzzy
 msgid "                        [--nomd5] [targets]"
 msgstr "    -q                  - mode interrogation"
 
-#: rpm.c:239
+#: rpm.c:248
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:249
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:241
+#: rpm.c:250
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "        -l                - affiche la liste des packages"
 
-#: rpm.c:242
+#: rpm.c:251
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:334
+#: rpm.c:252 rpmqv.c:314
 #, fuzzy
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "        -a                - interroge l'ensemble des packages"
 
-#: rpm.c:244 rpmqv.c:335
+#: rpm.c:253 rpmqv.c:315
 #, fuzzy
 msgid ""
 "                        [--justdb] [--notriggers] rpackage1 ... packageN"
@@ -406,481 +287,481 @@ msgstr ""
 "                        - installe le package source, construit le package "
 "binaire,"
 
-#: rpm.c:245
+#: rpm.c:254
 msgid ""
 "       rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<file>]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:255
 #, fuzzy
 msgid "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 msgstr "                          qui matchent <pkg>"
 
-#: rpm.c:247 rpmqv.c:357
+#: rpm.c:256 rpmqv.c:337
 #, fuzzy
 msgid "                        [--target=platform1[,platform2...]]"
 msgstr ""
 "        -i                - affiche les informations relatives à un package"
 
-#: rpm.c:248 rpmqv.c:358
+#: rpm.c:257 rpmqv.c:338
 #, fuzzy
 msgid "                        [--rmsource] [--rmspec] specfile"
 msgstr "        -a                - interroge l'ensemble des packages"
 
-#: rpm.c:249
+#: rpm.c:258
 msgid "       rpm {--rmsource} [--rcfile <file>] [-v] specfile"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:259
 msgid ""
 "       rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 
-#: rpm.c:251
+#: rpm.c:260
 msgid ""
 "       rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 
-#: rpm.c:252
+#: rpm.c:261
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:262
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:263
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:255 rpmqv.c:369
+#: rpm.c:264 rpmqv.c:349
 #, fuzzy
 msgid "                           package1 ... packageN"
 msgstr "                          qui matchent <pkg>"
 
-#: rpm.c:256
+#: rpm.c:265
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:266
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:291 rpmqv.c:405
+#: rpm.c:300 rpmqv.c:385
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:293 rpmqv.c:407
+#: rpm.c:302 rpmqv.c:387
 #, fuzzy
 msgid "print this message"
 msgstr "   --help\t\t- affiche ce message"
 
-#: rpm.c:295 rpmqv.c:409
+#: rpm.c:304 rpmqv.c:389
 #, fuzzy
 msgid "print the version of rpm being used"
 msgstr "   --version\t\t- affiche la version de rpm utilisée"
 
-#: rpm.c:298
+#: rpm.c:307
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:299
+#: rpm.c:308
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:300 rpmqv.c:414
+#: rpm.c:309 rpmqv.c:394
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:301
+#: rpm.c:310
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:302 rpmqv.c:416
+#: rpm.c:311 rpmqv.c:396
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "   --version\t\t- affiche la version de rpm utilisée"
 
-#: rpm.c:303
+#: rpm.c:312
 #, fuzzy
 msgid "    --pipe <cmd>          "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:304 rpmqv.c:418
+#: rpm.c:313 rpmqv.c:398
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:305
+#: rpm.c:314
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpm.c:306 rpmqv.c:420
+#: rpm.c:315 rpmqv.c:400
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:308 rpmqv.c:422
+#: rpm.c:317 rpmqv.c:402
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:310 rpmqv.c:430
+#: rpm.c:319 rpmqv.c:410
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:312 rpmqv.c:432
+#: rpm.c:321 rpmqv.c:412
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:315
+#: rpm.c:324
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:316
+#: rpm.c:325
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:317
+#: rpm.c:326
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:318 rpmqv.c:439
+#: rpm.c:327 rpmqv.c:419
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:319
+#: rpm.c:328
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:441
+#: rpm.c:329 rpmqv.c:421
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:321
+#: rpm.c:330
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:322 rpmqv.c:443
+#: rpm.c:331 rpmqv.c:423
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:323
+#: rpm.c:332
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:324 rpmqv.c:445
+#: rpm.c:333 rpmqv.c:425
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:328 rpmqv.c:465
+#: rpm.c:337 rpmqv.c:445
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:329 rpm.c:375 rpm.c:400 rpm.c:452 rpm.c:526
+#: rpm.c:338 rpm.c:384 rpm.c:409 rpm.c:461 rpm.c:535
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:330 rpm.c:376 rpm.c:401 rpm.c:453 rpm.c:527 rpmqv.c:425
+#: rpm.c:339 rpm.c:385 rpm.c:410 rpm.c:462 rpm.c:536 rpmqv.c:405
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:331
+#: rpm.c:340
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:467
+#: rpm.c:341 rpmqv.c:447
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:333 rpm.c:377 rpm.c:435 rpm.c:464
+#: rpm.c:342 rpm.c:386 rpm.c:444 rpm.c:473
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:334 rpm.c:378 rpm.c:436 rpm.c:465 rpm.c:529 rpmqv.c:427
+#: rpm.c:343 rpm.c:387 rpm.c:445 rpm.c:474 rpm.c:538 rpmqv.c:407
 #, fuzzy
 msgid "use <dir> as the top level directory"
 msgstr "      --root <dir>\t- utilise <dir> comme répertoire racine"
 
-#: rpm.c:335
+#: rpm.c:344
 msgid "      Package specification options:"
 msgstr "      Options de spécification de package:"
 
-#: rpm.c:337
+#: rpm.c:346
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:338
+#: rpm.c:347
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:339
+#: rpm.c:348
 #, fuzzy
 msgid "query package owning <file>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: rpm.c:340
+#: rpm.c:349
 #, fuzzy
 msgid "        -p <packagefile>+ "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpm.c:341
+#: rpm.c:350
 #, fuzzy
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 "        -p <packagefile>+ - interroge le package (non installé) <packagefile>"
 
-#: rpm.c:342
+#: rpm.c:351
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:352
 #, fuzzy
 msgid "query packages triggered by <pkg>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: rpm.c:344
+#: rpm.c:353
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:345
+#: rpm.c:354
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:346
+#: rpm.c:355
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:356
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:348
+#: rpm.c:357
 msgid "      Information selection options:"
 msgstr "      Options de sélection d'information:"
 
-#: rpm.c:350 rpmqv.c:471
+#: rpm.c:359 rpmqv.c:451
 #, fuzzy
 msgid "display package information"
 msgstr ""
 "        -i                - affiche les informations relatives à un package"
 
-#: rpm.c:352 rpmqv.c:473
+#: rpm.c:361 rpmqv.c:453
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:354 rpmqv.c:475
+#: rpm.c:363 rpmqv.c:455
 #, fuzzy
 msgid "display package file list"
 msgstr "        -l                - affiche la liste des packages"
 
-#: rpm.c:356 rpmqv.c:477
+#: rpm.c:365 rpmqv.c:457
 #, fuzzy
 msgid "show file states (implies -l)"
 msgstr "        -s                - montre l'état des fichiers (implique -l)"
 
-#: rpm.c:358 rpmqv.c:479
+#: rpm.c:367 rpmqv.c:459
 #, fuzzy
 msgid "list only documentation files (implies -l)"
 msgstr ""
 "        -d                - donne uniquement la liste des fichiers de "
 "documentation (implique -l)"
 
-#: rpm.c:360 rpmqv.c:481
+#: rpm.c:369 rpmqv.c:461
 #, fuzzy
 msgid "list only configuration files (implies -l)"
 msgstr ""
 "        -c                - donne uniquement la liste des fichiers de "
 "configuration (implique -l)"
 
-#: rpm.c:362 rpmqv.c:483
+#: rpm.c:371 rpmqv.c:463
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:364
+#: rpm.c:373
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:366
+#: rpm.c:375
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:368
+#: rpm.c:377
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:370
+#: rpm.c:379
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:494
+#: rpm.c:383 rpmqv.c:474
 #, fuzzy
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr "\t\t\t  mêmes options de spécification de package qu'avec -q"
 
-#: rpm.c:380 rpm.c:422 rpm.c:457 rpmqv.c:496 rpmqv.c:542 rpmqv.c:576
+#: rpm.c:389 rpm.c:431 rpm.c:466 rpmqv.c:476 rpmqv.c:522 rpmqv.c:556
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: rpm.c:382 rpmqv.c:498
+#: rpm.c:391 rpmqv.c:478
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:384 rpmqv.c:500
+#: rpm.c:393 rpmqv.c:480
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:386 rpmqv.c:503
+#: rpm.c:395 rpmqv.c:483
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:389
+#: rpm.c:398
 #, fuzzy
 msgid "    --install <packagefile>"
 msgstr ""
 "        -p <packagefile>+ - interroge le package (non installé) <packagefile>"
 
-#: rpm.c:390
+#: rpm.c:399
 #, fuzzy
 msgid "    -i <packagefile>      "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpm.c:391 rpmqv.c:517
+#: rpm.c:400 rpmqv.c:497
 msgid "install package"
 msgstr ""
 
-#: rpm.c:392
+#: rpm.c:401
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:393
+#: rpm.c:402
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:394
+#: rpm.c:403
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:395 rpmqv.c:554
+#: rpm.c:404 rpmqv.c:534
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:397 rpmqv.c:522
+#: rpm.c:406 rpmqv.c:502
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: rpm.c:398
+#: rpm.c:407
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:399 rpmqv.c:552
+#: rpm.c:408 rpmqv.c:532
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:403 rpmqv.c:524
+#: rpm.c:412 rpmqv.c:504
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:405 rpmqv.c:528
+#: rpm.c:414 rpmqv.c:508
 #, fuzzy
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "      --force           - raccourci pour --replacepkgs --replacefiles"
 
-#: rpm.c:407 rpmqv.c:530
+#: rpm.c:416 rpmqv.c:510
 #, fuzzy
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 "      --hash            - affiche des '#' pendant l'installation du package "
 "(utile avec -v)"
 
-#: rpm.c:409 rpmqv.c:519
+#: rpm.c:418 rpmqv.c:499
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:412 rpmqv.c:532
+#: rpm.c:421 rpmqv.c:512
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:414 rpmqv.c:534
+#: rpm.c:423 rpmqv.c:514
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:416 rpmqv.c:536
+#: rpm.c:425 rpmqv.c:516
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:418 rpmqv.c:538
+#: rpm.c:427 rpmqv.c:518
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:420 rpm.c:455 rpmqv.c:540 rpmqv.c:574
+#: rpm.c:429 rpm.c:464 rpmqv.c:520 rpmqv.c:554
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:424 rpm.c:459 rpmqv.c:544 rpmqv.c:578
+#: rpm.c:433 rpm.c:468 rpmqv.c:524 rpmqv.c:558
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:426
+#: rpm.c:435
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:428 rpm.c:463 rpmqv.c:582
+#: rpm.c:437 rpm.c:472 rpmqv.c:562
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:550
+#: rpm.c:439 rpmqv.c:530
 #, fuzzy
 msgid "print percentages as package installs"
 msgstr ""
 "      --percent         - affiche des '%' pendant l'installation du package"
 
-#: rpm.c:432 rpmqv.c:556
+#: rpm.c:441 rpmqv.c:536
 #, fuzzy
 msgid "install even if the package replaces installed files"
 msgstr ""
 "      --replacefiles    - installe même si le package remplace des fichiers "
 "déjà présents"
 
-#: rpm.c:434 rpmqv.c:558
+#: rpm.c:443 rpmqv.c:538
 #, fuzzy
 msgid "reinstall if the package is already present"
 msgstr "      --replacepkgs      - réinstalle si le package est déjà présent"
 
-#: rpm.c:438 rpmqv.c:560
+#: rpm.c:447 rpmqv.c:540
 #, fuzzy
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 "      --test            - n'installe pas, mais indique si ca fonctionnerait "
 "ou pas"
 
-#: rpm.c:441
+#: rpm.c:450
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:442
+#: rpm.c:451
 #, fuzzy
 msgid "    -U <packagefile>      "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpm.c:443 rpmqv.c:564
+#: rpm.c:452 rpmqv.c:544
 #, fuzzy
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 "    -U <packagefile>\t- mise à jour du package (mêmes options que --install, "
 "plus)"
 
-#: rpm.c:445 rpmqv.c:566
+#: rpm.c:454 rpmqv.c:546
 #, fuzzy
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
@@ -889,114 +770,131 @@ msgstr ""
 "      --oldpackage      - mise à jour par une ancienne version du package "
 "(--force"
 
-#: rpm.c:447
+#: rpm.c:456
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:449 rpmqv.c:570
+#: rpm.c:458 rpmqv.c:550
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:451 rpmqv.c:572
+#: rpm.c:460 rpmqv.c:552
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:461 rpmqv.c:580
+#: rpm.c:470 rpmqv.c:560
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:467
+#: rpm.c:476
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:468
+#: rpm.c:477
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:469 rpmqv.c:589
+#: rpm.c:478 rpmqv.c:569
 #, fuzzy
 msgid "build package, where <stage> is one of:"
 msgstr "    -b<stage> <spec>    - construit le package, <stage> peut valoir:"
 
-#: rpm.c:471 rpmqv.c:591
+#: rpm.c:480 rpmqv.c:571
 #, fuzzy
 msgid "prep (unpack sources and apply patches)"
 msgstr "\t\t\t  p - prépare (extrait le source et applique les patches)"
 
-#: rpm.c:473 rpmqv.c:593
+#: rpm.c:482 rpmqv.c:573
 #, fuzzy, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "\t\t\t  l - liste vérif (effectue quelques vérifications sur %files)"
 
-#: rpm.c:475 rpmqv.c:595
+#: rpm.c:484 rpmqv.c:575
 #, fuzzy
 msgid "compile (prep and compile)"
 msgstr "\t\t\t  c - compile (prépare et compile)"
 
-#: rpm.c:477 rpmqv.c:597
+#: rpm.c:486 rpmqv.c:577
 #, fuzzy
 msgid "install (prep, compile, install)"
 msgstr "\t\t\t  i - installe (prépare, compile, installe)"
 
-#: rpm.c:479 rpmqv.c:599
+#: rpm.c:488 rpmqv.c:579
 #, fuzzy
 msgid "binary package (prep, compile, install, package)"
 msgstr "\t\t\t  b - package binaire (prépare, compile, installe, package)"
 
-#: rpm.c:481 rpmqv.c:601
+#: rpm.c:490 rpmqv.c:581
 #, fuzzy
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "\t\t\t  a - package bin/src (prépare, compile, installe, package)"
 
-#: rpm.c:489 rpmqv.c:611
+#: lib/poptBT.c:155 rpm.c:492 rpmqv.c:585
+#, fuzzy
+msgid "skip straight to specified stage (only for c,i)"
+msgstr ""
+"      --short-circuit   - passe directement à l'étape spécifiée (seulement "
+"pour c,i)"
+
+#: lib/poptBT.c:145 rpm.c:494 rpmqv.c:587
+#, fuzzy
+msgid "remove build tree when done"
+msgstr "      --clean           - efface l'arborescence après construction"
+
+#: lib/poptBT.c:151 rpm.c:496 rpmqv.c:589
+#, fuzzy
+msgid "remove sources when done"
+msgstr "      --clean           - efface l'arborescence après construction"
+
+#: rpm.c:498 rpmqv.c:591
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "      --clean           - efface l'arborescence après construction"
 
-#: rpm.c:491 rpmqv.c:613
+#: rpm.c:500 rpmqv.c:593
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "      --sign            - genère une signature PGP"
 
-#: rpm.c:492
+#: rpm.c:501
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:493 rpmqv.c:615
+#: rpm.c:502 rpmqv.c:595
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:494
+#: rpm.c:503
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:495 rpmqv.c:617
+#: rpm.c:504 rpmqv.c:597
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:497 rpmqv.c:619
+#: rpm.c:506 rpmqv.c:599
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:498
+#: rpm.c:507
 #, fuzzy
 msgid "      --timecheck <secs>  "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:499
+#: rpm.c:508
 #, fuzzy
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 "      --time-check <s>  - positionne l'intervalle de vérification à S "
 "secondes (0 le désactive)"
 
-#: rpm.c:501
+#: rpm.c:510
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:502 rpmqv.c:622
+#: rpm.c:511 rpmqv.c:602
 #, fuzzy
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
@@ -1005,243 +903,243 @@ msgstr ""
 "                          et efface le fichier spec, les sources, les "
 "patches, et les icones."
 
-#: rpm.c:503
+#: rpm.c:512
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:504 rpmqv.c:624
+#: rpm.c:513 rpmqv.c:604
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:507
+#: rpm.c:516
 #, fuzzy
 msgid "    --resign <pkg>+       "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:508 rpmqv.c:630
+#: rpm.c:517 rpmqv.c:610
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:509
+#: rpm.c:518
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:510 rpmqv.c:632
+#: rpm.c:519 rpmqv.c:612
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:511
+#: rpm.c:520
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:512
+#: rpm.c:521
 #, fuzzy
 msgid "    -K <pkg>+           "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpm.c:513 rpmqv.c:636
+#: rpm.c:522 rpmqv.c:616
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:515 rpmqv.c:638
+#: rpm.c:524 rpmqv.c:618
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:517 rpmqv.c:640
+#: rpm.c:526 rpmqv.c:620
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "      --sign            - genère une signature PGP"
 
-#: rpm.c:519 rpmqv.c:642
+#: rpm.c:528 rpmqv.c:622
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:523
+#: rpm.c:532
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:525
+#: rpm.c:534
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:533 rpmqv.c:505
+#: rpm.c:542 rpmqv.c:485
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:536 rpmqv.c:508
+#: rpm.c:545 rpmqv.c:488
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:673 rpm.c:679 rpm.c:686 rpm.c:692 rpm.c:701 rpm.c:723 rpm.c:729
-#: rpm.c:763 rpm.c:771 rpm.c:792 rpm.c:849 rpm.c:857 rpmqv.c:827 rpmqv.c:833
-#: rpmqv.c:842 rpmqv.c:851 rpmqv.c:857 rpmqv.c:863 rpmqv.c:897 rpmqv.c:904
-#: rpmqv.c:939 rpmqv.c:947 rpmqv.c:953 rpmqv.c:961 rpmqv.c:1019 rpmqv.c:1035
+#: rpm.c:682 rpm.c:688 rpm.c:695 rpm.c:701 rpm.c:710 rpm.c:732 rpm.c:738
+#: rpm.c:772 rpm.c:780 rpm.c:801 rpm.c:858 rpm.c:866 rpmqv.c:806 rpmqv.c:815
+#: rpmqv.c:821 rpmqv.c:827 rpmqv.c:861 rpmqv.c:868 rpmqv.c:903 rpmqv.c:911
+#: rpmqv.c:917 rpmqv.c:925 rpmqv.c:987
 msgid "only one major mode may be specified"
 msgstr "un seul mode majeur peut être spécifié"
 
-#: rpm.c:694 rpmqv.c:844
+#: rpm.c:703 rpmqv.c:808
 #, fuzzy
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u et --uninstall sont obsolètes et seront bientôt supprimés.\n"
 
-#: rpm.c:696 rpmqv.c:846
+#: rpm.c:705 rpmqv.c:810
 msgid "Use -e or --erase instead.\n"
 msgstr "Utilisez de préférence -e ou --erase.\n"
 
-#: rpm.c:736 rpm.c:742 rpm.c:749 rpm.c:756 rpm.c:865 rpmqv.c:910 rpmqv.c:916
-#: rpmqv.c:923 rpmqv.c:930 rpmqv.c:1043
+#: rpm.c:745 rpm.c:751 rpm.c:758 rpm.c:765 rpm.c:874 rpmqv.c:874 rpmqv.c:880
+#: rpmqv.c:887 rpmqv.c:894 rpmqv.c:1002
 msgid "one type of query/verify may be performed at a time"
 msgstr "un seul type de requête/vérification peut être effectué à la fois"
 
-#: rpm.c:798 rpmqv.c:881
+#: rpm.c:807 rpmqv.c:845
 #, fuzzy
 msgid "relocations must begin with a /"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: rpm.c:800 rpmqv.c:883
+#: rpm.c:809 rpmqv.c:847
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:803 rpmqv.c:886
+#: rpm.c:812 rpmqv.c:850
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:812 rpmqv.c:870
+#: rpm.c:821 rpmqv.c:834
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: rpm.c:821 rpmqv.c:982
+#: rpm.c:830 rpmqv.c:946
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1062
+#: rpm.c:880 rpmqv.c:1007
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "source de requête inattendue"
 
-#: rpm.c:874 rpmqv.c:1065
+#: rpm.c:883 rpmqv.c:1010
 #, fuzzy
 msgid "unexpected query format"
 msgstr "source de requête inattendue"
 
-#: rpm.c:877 rpmqv.c:1068
+#: rpm.c:886 rpmqv.c:1013
 msgid "unexpected query source"
 msgstr "source de requête inattendue"
 
-#: rpm.c:880 rpmqv.c:1084
+#: rpm.c:889 rpmqv.c:1033
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "seules l'installation et la mise à jour peuvent être forcées"
 
-#: rpm.c:883 rpmqv.c:1089
+#: rpm.c:892 rpmqv.c:1038
 #, fuzzy
 msgid "files may only be relocated during package installation"
 msgstr ""
 "--replacefiles ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:886 rpmqv.c:1092
+#: rpm.c:895 rpmqv.c:1041
 #, fuzzy
 msgid "only one of --prefix or --relocate may be used"
 msgstr "un seul mode majeur peut être spécifié"
 
-#: rpm.c:889 rpmqv.c:1095
+#: rpm.c:898 rpmqv.c:1044
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "--clean ne peut être spécifié que lors de la construction d'un package"
 
-#: rpm.c:892 rpmqv.c:1098
+#: rpm.c:901 rpmqv.c:1047
 #, fuzzy
 msgid "--prefix may only be used when installing new packages"
 msgstr "--sign ne peut être spécifié que lors de la construction d'un package"
 
-#: rpm.c:895 rpmqv.c:1101
+#: rpm.c:904 rpmqv.c:1050
 #, fuzzy
 msgid "arguments to --prefix must begin with a /"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: rpm.c:898 rpmqv.c:1104
+#: rpm.c:907 rpmqv.c:1053
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 "--hash (-h) ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:902 rpmqv.c:1108
+#: rpm.c:911 rpmqv.c:1057
 msgid "--percent may only be specified during package installation"
 msgstr ""
 "--percent ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:906 rpmqv.c:1112
+#: rpm.c:915 rpmqv.c:1061
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 "--replacefiles ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:910 rpmqv.c:1116
+#: rpm.c:919 rpmqv.c:1065
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 "--replacepkgs ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:914 rpmqv.c:1120
+#: rpm.c:923 rpmqv.c:1069
 #, fuzzy
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 "--percent ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:918 rpmqv.c:1124
+#: rpm.c:927 rpmqv.c:1073
 #, fuzzy
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 "--percent ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:922 rpmqv.c:1128
+#: rpm.c:931 rpmqv.c:1077
 #, fuzzy
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "un seul mode majeur peut être spécifié"
 
-#: rpm.c:926 rpmqv.c:1132
+#: rpm.c:935 rpmqv.c:1081
 #, fuzzy
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 "--percent ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:930 rpmqv.c:1136
+#: rpm.c:939 rpmqv.c:1085
 #, fuzzy
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 "--percent ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:934 rpmqv.c:1140
+#: rpm.c:943 rpmqv.c:1089
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 "--percent ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:938 rpmqv.c:1144
+#: rpm.c:947 rpmqv.c:1093
 #, fuzzy
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 "--replacepkgs ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:942 rpmqv.c:1148
+#: rpm.c:951 rpmqv.c:1097
 #, fuzzy
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 "--replacefiles ne peut être spécifié que lors de l'installation d'un package"
 
-#: rpm.c:946 rpmqv.c:1152
+#: rpm.c:955 rpmqv.c:1101
 #, fuzzy
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 "--test ne peut être spécifié que lors de l'installation ou désinstallation "
 "d'un package"
 
-#: rpm.c:951 rpmqv.c:1159
+#: rpm.c:960 rpmqv.c:1108
 #, fuzzy
 msgid ""
 "--noscripts may only be specified during package installation, erasure, and "
@@ -1250,7 +1148,7 @@ msgstr ""
 "--test ne peut être spécifié que lors de l'installation ou désinstallation "
 "d'un package"
 
-#: rpm.c:955
+#: rpm.c:964
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation, erasure, and "
@@ -1259,7 +1157,7 @@ msgstr ""
 "--test ne peut être spécifié que lors de l'installation ou désinstallation "
 "d'un package"
 
-#: rpm.c:959 rpmqv.c:1171
+#: rpm.c:968 rpmqv.c:1120
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1268,7 +1166,7 @@ msgstr ""
 "--test ne peut être spécifié que lors de l'installation ou désinstallation "
 "d'un package"
 
-#: rpm.c:964 rpmqv.c:1176
+#: rpm.c:973 rpmqv.c:1125
 #, fuzzy
 msgid ""
 "--test may only be specified during package installation, erasure, and "
@@ -1277,7 +1175,7 @@ msgstr ""
 "--test ne peut être spécifié que lors de l'installation ou désinstallation "
 "d'un package"
 
-#: rpm.c:968 rpmqv.c:1181
+#: rpm.c:977 rpmqv.c:1130
 #, fuzzy
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
@@ -1286,105 +1184,105 @@ msgstr ""
 "--root (-r) ne peut être spécifié que lors de l'installation, de la "
 "désinstallation ou de l'interrogation d'un package"
 
-#: rpm.c:980 rpmqv.c:1193
+#: rpm.c:989 rpmqv.c:1142
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: rpm.c:986 rpmqv.c:1200
+#: rpm.c:995 rpmqv.c:1149
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage ne peut être spécifié que lors de mises à jour"
 
-#: rpm.c:989 rpmqv.c:1205
+#: rpm.c:998 rpmqv.c:1154
 #, fuzzy
 msgid "--nopgp may only be used during signature checking"
 msgstr "--sign ne peut être spécifié que lors de la construction d'un package"
 
-#: rpm.c:992 rpmqv.c:1208
+#: rpm.c:1001 rpmqv.c:1157
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--sign ne peut être spécifié que lors de la construction d'un package"
 
-#: rpm.c:995 rpmqv.c:1213
+#: rpm.c:1004 rpmqv.c:1162
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--sign ne peut être spécifié que lors de la construction d'un package"
 
-#: rpm.c:1006 rpmqv.c:1226
+#: rpm.c:1015 rpmqv.c:1175
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1231
+#: rpm.c:1020 rpmqv.c:1180
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1026 rpmqv.c:1247
+#: rpm.c:1035 rpmqv.c:1196
 #, fuzzy
 msgid "pgp not found: "
 msgstr "aucun package n'a été spécifié pour la désinstallation"
 
-#: rpm.c:1030 rpmqv.c:1251
+#: rpm.c:1039 rpmqv.c:1200
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1032 rpmqv.c:1253
+#: rpm.c:1041 rpmqv.c:1202
 msgid "Pass phrase check failed\n"
 msgstr "La vérification du mot de passe a échoué\n"
 
-#: rpm.c:1035 rpmqv.c:1256
+#: rpm.c:1044 rpmqv.c:1205
 msgid "Pass phrase is good.\n"
 msgstr "Mot de passe correct.\n"
 
-#: rpm.c:1040 rpmqv.c:1261
+#: rpm.c:1049 rpmqv.c:1210
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1046 rpmqv.c:1267
+#: rpm.c:1055 rpmqv.c:1216
 msgid "--sign may only be used during package building"
 msgstr "--sign ne peut être spécifié que lors de la construction d'un package"
 
-#: rpm.c:1061 rpmqv.c:1283
+#: rpm.c:1070 rpmqv.c:1232
 #, fuzzy
 msgid "exec failed\n"
 msgstr "La construction a échoué.\n"
 
-#: rpm.c:1080 rpmqv.c:1552
+#: rpm.c:1089 rpmqv.c:1501
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1091 rpmqv.c:1574
+#: rpm.c:1100 rpmqv.c:1523
 msgid "no packages given for signature check"
 msgstr "aucun package n'a été spécifié pour la vérification de signature"
 
-#: rpm.c:1102 rpmqv.c:1585
+#: rpm.c:1111 rpmqv.c:1534
 #, fuzzy
 msgid "no packages given for signing"
 msgstr "aucun package n'a été spécifié pour la désinstallation"
 
-#: rpm.c:1118 rpmqv.c:1425
+#: rpm.c:1127 rpmqv.c:1374
 msgid "no packages given for uninstall"
 msgstr "aucun package n'a été spécifié pour la désinstallation"
 
-#: rpm.c:1168 rpmqv.c:1475
+#: rpm.c:1177 rpmqv.c:1424
 msgid "no packages given for install"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: rpm.c:1191 rpmqv.c:1515
+#: rpm.c:1200 rpmqv.c:1464
 #, fuzzy
 msgid "extra arguments given for query of all packages"
 msgstr "aucun argument n'a été fourni pour la requête"
 
-#: rpm.c:1196 rpmqv.c:1520
+#: rpm.c:1205 rpmqv.c:1469
 msgid "no arguments given for query"
 msgstr "aucun argument n'a été fourni pour la requête"
 
-#: rpm.c:1213 rpmqv.c:1540
+#: rpm.c:1222 rpmqv.c:1489
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "aucun argument n'a été fourni pour la requête"
 
-#: rpm.c:1217 rpmqv.c:1544
+#: rpm.c:1226 rpmqv.c:1493
 msgid "no arguments given for verify"
 msgstr "aucun argument n'a été fourni pour la vérification"
 
@@ -1406,388 +1304,388 @@ msgstr ""
 msgid "cannot re-open payload: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmqv.c:304
+#: rpmqv.c:284
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:305
+#: rpmqv.c:285
 #, c-format
 msgid "       %s {--version}\n"
 msgstr ""
 
-#: rpmqv.c:308
+#: rpmqv.c:288
 #, c-format
 msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 msgstr ""
 
-#: rpmqv.c:309
+#: rpmqv.c:289
 #, c-format
 msgid "       %s {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]\n"
 msgstr ""
 
-#: rpmqv.c:313
+#: rpmqv.c:293
 #, c-format
 msgid ""
 "       %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 
-#: rpmqv.c:323
+#: rpmqv.c:303
 #, c-format
 msgid ""
 "       %s {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 
-#: rpmqv.c:333
+#: rpmqv.c:313
 #, c-format
 msgid "       %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]\n"
 msgstr ""
 
-#: rpmqv.c:339
+#: rpmqv.c:319
 #, c-format
 msgid "       %s {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]\n"
 msgstr ""
 
-#: rpmqv.c:346
+#: rpmqv.c:326
 #, c-format
 msgid "       %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]\n"
 msgstr ""
 
-#: rpmqv.c:349
+#: rpmqv.c:329
 #, c-format
 msgid "       %s {--querytags}\n"
 msgstr ""
 
-#: rpmqv.c:350
+#: rpmqv.c:330
 #, c-format
 msgid "       %s {--setperms} [-afpg] [target]\n"
 msgstr ""
 
-#: rpmqv.c:351
+#: rpmqv.c:331
 #, c-format
 msgid "       %s {--setugids} [-afpg] [target]\n"
 msgstr ""
 
-#: rpmqv.c:355
+#: rpmqv.c:335
 #, c-format
 msgid ""
 "       %s {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<file>]\n"
 msgstr ""
 
-#: rpmqv.c:356
+#: rpmqv.c:336
 #, fuzzy
 msgid "                        [--sign] [--nobuild] ]"
 msgstr "                          qui matchent <pkg>"
 
-#: rpmqv.c:359
+#: rpmqv.c:339
 #, fuzzy, c-format
 msgid "       %s {--rmsource} [--rcfile <file>] [-v] specfile\n"
 msgstr "        -a                - interroge l'ensemble des packages"
 
-#: rpmqv.c:360
+#: rpmqv.c:340
 #, c-format
 msgid ""
 "       %s {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 
-#: rpmqv.c:361
+#: rpmqv.c:341
 #, c-format
 msgid ""
 "       %s {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 
-#: rpmqv.c:362
+#: rpmqv.c:342
 #, fuzzy, c-format
 msgid "       %s {--freshen -F} file1.rpm ... fileN.rpm\n"
 msgstr "        -l                - affiche la liste des packages"
 
-#: rpmqv.c:366
+#: rpmqv.c:346
 #, c-format
 msgid "       %s {--resign} [--rcfile <file>] package1 package2 ... packageN\n"
 msgstr ""
 
-#: rpmqv.c:367
+#: rpmqv.c:347
 #, c-format
 msgid "       %s {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpmqv.c:368
+#: rpmqv.c:348
 #, c-format
 msgid ""
 "       %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]\n"
 msgstr ""
 
-#: rpmqv.c:412
+#: rpmqv.c:392
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:413
+#: rpmqv.c:393
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:415
+#: rpmqv.c:395
 #, fuzzy
 msgid "   --eval '<name>+'       "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:417
+#: rpmqv.c:397
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:419
+#: rpmqv.c:399
 #, fuzzy
 msgid "   --rcfile <file>        "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpmqv.c:424
+#: rpmqv.c:404
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:426
+#: rpmqv.c:406
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:436
+#: rpmqv.c:416
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:437
+#: rpmqv.c:417
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:438
+#: rpmqv.c:418
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:440
+#: rpmqv.c:420
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:442
+#: rpmqv.c:422
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:444
+#: rpmqv.c:424
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:450
+#: rpmqv.c:430
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Options de spécification de package:"
 
-#: rpmqv.c:452
+#: rpmqv.c:432
 #, fuzzy
 msgid "query/verify all packages"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: rpmqv.c:453
+#: rpmqv.c:433
 #, fuzzy
 msgid "     -f <file>+          "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpmqv.c:454
+#: rpmqv.c:434
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: rpmqv.c:455
+#: rpmqv.c:435
 #, fuzzy
 msgid "     -p <packagefile>+   "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpmqv.c:456
+#: rpmqv.c:436
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 "        -p <packagefile>+ - interroge le package (non installé) <packagefile>"
 
-#: rpmqv.c:457
+#: rpmqv.c:437
 #, fuzzy
 msgid "     --triggeredby <pkg> "
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: rpmqv.c:458
+#: rpmqv.c:438
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: rpmqv.c:459
+#: rpmqv.c:439
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:460
+#: rpmqv.c:440
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:461
+#: rpmqv.c:441
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:442
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:466
+#: rpmqv.c:446
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:469
+#: rpmqv.c:449
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Options de sélection d'information:"
 
-#: rpmqv.c:485
+#: rpmqv.c:465
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:487
+#: rpmqv.c:467
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:469
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:471
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:515
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr ""
 "        -p <packagefile>+ - interroge le package (non installé) <packagefile>"
 
-#: rpmqv.c:516
+#: rpmqv.c:496
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpmqv.c:525
+#: rpmqv.c:505
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:526
+#: rpmqv.c:506
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:546
+#: rpmqv.c:526
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:548
+#: rpmqv.c:528
 #, fuzzy
 msgid "don't execute any scriptlets triggered by this package"
 msgstr ""
 "        -f <file>+        - interroge le package à qui appartient <file>"
 
-#: rpmqv.c:551
+#: rpmqv.c:531
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpmqv.c:553
+#: rpmqv.c:533
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:562
+#: rpmqv.c:542
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr ""
 "        -p <packagefile>+ - interroge le package (non installé) <packagefile>"
 
-#: rpmqv.c:563
+#: rpmqv.c:543
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpmqv.c:568
+#: rpmqv.c:548
 #, fuzzy
 msgid "   --erase <package>"
 msgstr ""
 "        -p <packagefile>+ - interroge le package (non installé) <packagefile>"
 
-#: rpmqv.c:587
+#: rpmqv.c:567
 #, fuzzy
 msgid "   -b<stage> <spec>       "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:588
+#: rpmqv.c:568
 msgid "   -t<stage> <tarball>    "
 msgstr ""
 
-#: rpmqv.c:603
+#: rpmqv.c:583
 msgid "package src rpm only"
 msgstr ""
 
-#: rpmqv.c:614
+#: rpmqv.c:594
 #, fuzzy
 msgid "     --buildroot <dir>    "
 msgstr "    -i <packagefile>\t- installe le package"
 
-#: rpmqv.c:616
+#: rpmqv.c:596
 #, fuzzy
 msgid "     --target=<platform>+ "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:621
+#: rpmqv.c:601
 #, fuzzy
 msgid "   --rebuild <src_pkg>    "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:623
+#: rpmqv.c:603
 #, fuzzy
 msgid "   --recompile <src_pkg>  "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:629
+#: rpmqv.c:609
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:631
+#: rpmqv.c:611
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:634
+#: rpmqv.c:614
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:635
+#: rpmqv.c:615
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    --checksig <pkg>+  - vérifie la signature PGP"
 
-#: rpmqv.c:648
+#: rpmqv.c:628
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:650
+#: rpmqv.c:630
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:1057
+#: rpmqv.c:1017
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1165
+#: rpmqv.c:1114
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation and erasure"
@@ -1795,15 +1693,15 @@ msgstr ""
 "--test ne peut être spécifié que lors de l'installation ou désinstallation "
 "d'un package"
 
-#: rpmqv.c:1323
+#: rpmqv.c:1272
 msgid "no packages files given for rebuild"
 msgstr "aucun package n'a été spécifié pour la reconstruction"
 
-#: rpmqv.c:1393
+#: rpmqv.c:1342
 msgid "no spec files given for build"
 msgstr "aucun package n'a été spécifié pour la construction"
 
-#: rpmqv.c:1395
+#: rpmqv.c:1344
 #, fuzzy
 msgid "no tar files given for build"
 msgstr "aucun package n'a été spécifié pour la construction"
@@ -3127,6 +3025,108 @@ msgid ""
 "only packages with major numbers <= 3 are supported by this version of RPM"
 msgstr ""
 
+#: lib/poptBT.c:82
+msgid "buildroot already specified"
+msgstr ""
+
+#: lib/poptBT.c:108
+msgid "build through %%prep stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:110
+msgid "build through %%build stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:112
+msgid "build through %%install stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:114
+#, fuzzy
+msgid "verify %%files section from spec file"
+msgstr ""
+"        -f <file>+        - interroge le package à qui appartient <file>"
+
+#: lib/poptBT.c:116
+#, fuzzy
+msgid "build source and binary package from spec file"
+msgstr ""
+"        -f <file>+        - interroge le package à qui appartient <file>"
+
+#: lib/poptBT.c:118
+#, fuzzy
+msgid "build binary package from spec file"
+msgstr ""
+"        -f <file>+        - interroge le package à qui appartient <file>"
+
+#: lib/poptBT.c:120
+#, fuzzy
+msgid "build source package from spec file"
+msgstr ""
+"        -f <file>+        - interroge le package à qui appartient <file>"
+
+#: lib/poptBT.c:123
+msgid "build through %%prep stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:125
+msgid "build through %%build stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:127
+msgid "build through %%install stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:129
+msgid "verify %%files section from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:131
+msgid "build source and binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:133
+msgid "build binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:135
+msgid "build source package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:138
+#, fuzzy
+msgid "build binary package from source package"
+msgstr "\t\t\t  b - package binaire (prépare, compile, installe, package)"
+
+#: lib/poptBT.c:140
+msgid "build through %%install stage from source package"
+msgstr ""
+
+#: lib/poptBT.c:143
+msgid "override build root"
+msgstr ""
+
+#: lib/poptBT.c:147
+msgid "do not execute any stages of the build"
+msgstr ""
+
+#: lib/poptBT.c:149
+msgid "do not accept I18N msgstr's from specfile"
+msgstr ""
+
+#: lib/poptBT.c:153
+#, fuzzy
+msgid "remove specfile when done"
+msgstr "      --clean           - efface l'arborescence après construction"
+
+#: lib/poptBT.c:157
+msgid "override target platform"
+msgstr ""
+
+#: lib/poptBT.c:159
+msgid "lookup I18N strings in specfile catalog"
+msgstr ""
+
 #: lib/problems.c:43
 #, c-format
 msgid " is needed by %s-%s-%s\n"
@@ -3183,224 +3183,130 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s-%s-%s"
 msgstr ""
 
-#: lib/query.c:141
+#: lib/query.c:139
 #, c-format
 msgid "error in format: %s\n"
 msgstr ""
 
-#: lib/query.c:200
+#: lib/query.c:198
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:259
+#: lib/query.c:257
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:261
+#: lib/query.c:259
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 #, fuzzy
 msgid "not installed "
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: lib/query.c:265
+#: lib/query.c:263
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:267
+#: lib/query.c:265
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:271
+#: lib/query.c:269
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:288 lib/query.c:331
+#: lib/query.c:286 lib/query.c:329
 msgid "package has neither file owner or id lists"
 msgstr ""
 
-#: lib/query.c:375
+#: lib/query.c:373
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:492
+#: lib/query.c:490
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "La construction a échoué.\n"
 
-#: lib/query.c:510
+#: lib/query.c:508
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:519 lib/rpminstall.c:231
+#: lib/query.c:517 lib/rpminstall.c:231
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:523
+#: lib/query.c:521
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:579
+#: lib/query.c:577
 #, fuzzy
 msgid "no packages\n"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: lib/query.c:589
+#: lib/query.c:587
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:599
+#: lib/query.c:597
 #, fuzzy, c-format
 msgid "no package triggers %s\n"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: lib/query.c:609
+#: lib/query.c:607
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:620
+#: lib/query.c:618
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:636
+#: lib/query.c:634
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:639
+#: lib/query.c:637
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:664
+#: lib/query.c:662
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:667
+#: lib/query.c:665
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:671
+#: lib/query.c:669
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:682 lib/rpminstall.c:435
+#: lib/query.c:680 lib/rpminstall.c:435
 #, fuzzy, c-format
 msgid "package %s is not installed\n"
 msgstr "aucun package n'a été spécifié pour l'installation"
 
-#: lib/query.c:769
-#, fuzzy
-msgid "query package owning file"
-msgstr ""
-"        -f <file>+        - interroge le package à qui appartient <file>"
-
-#: lib/query.c:771
-#, fuzzy
-msgid "query packages in group"
-msgstr "aucun package n'a été spécifié pour la désinstallation"
-
-#: lib/query.c:773
-#, fuzzy
-msgid "query a package file"
-msgstr ""
-"        -f <file>+        - interroge le package à qui appartient <file>"
-
-#: lib/query.c:775
-msgid "rpm query mode"
-msgstr ""
-
-#: lib/query.c:779
-msgid "display known query tags"
-msgstr ""
-
-#: lib/query.c:781
-msgid "query a spec file"
-msgstr ""
-
-#: lib/query.c:783
-#, fuzzy
-msgid "query the pacakges triggered by the package"
-msgstr ""
-"        -f <file>+        - interroge le package à qui appartient <file>"
-
-#: lib/query.c:785
-msgid "rpm verify mode"
-msgstr ""
-
-#: lib/query.c:787
-msgid "rpm verify mode (legacy)"
-msgstr ""
-
-#: lib/query.c:789
-msgid "query the packages which require a capability"
-msgstr ""
-
-#: lib/query.c:791
-msgid "query the packages which provide a capability"
-msgstr ""
-
-#: lib/query.c:831
-#, fuzzy
-msgid "list all configuration files"
-msgstr ""
-"        -c                - donne uniquement la liste des fichiers de "
-"configuration (implique -l)"
-
-#: lib/query.c:833
-#, fuzzy
-msgid "list all documentation files"
-msgstr ""
-"        -d                - donne uniquement la liste des fichiers de "
-"documentation (implique -l)"
-
-#: lib/query.c:835
-#, fuzzy
-msgid "dump basic file information"
-msgstr ""
-"        -i                - affiche les informations relatives à un package"
-
-#: lib/query.c:837
-msgid "list files in package"
-msgstr ""
-
-#: lib/query.c:841
-msgid "use the following query format"
-msgstr ""
-
-#: lib/query.c:843
-#, fuzzy
-msgid "substitute i18n sections into spec file"
-msgstr ""
-"        -f <file>+        - interroge le package à qui appartient <file>"
-
-#: lib/query.c:845
-msgid "display the states of the listed files"
-msgstr ""
-
-#: lib/query.c:847
-#, fuzzy
-msgid "display a verbose file listing"
-msgstr "        -l                - affiche la liste des packages"
-
 #: lib/rpmchecksig.c:31
 #, fuzzy, c-format
 msgid "%s: open failed: %s\n"
@@ -4168,6 +4074,51 @@ msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
 #, fuzzy
+#~ msgid "query package owning file"
+#~ msgstr ""
+#~ "        -f <file>+        - interroge le package à qui appartient <file>"
+
+#, fuzzy
+#~ msgid "query packages in group"
+#~ msgstr "aucun package n'a été spécifié pour la désinstallation"
+
+#, fuzzy
+#~ msgid "query a package file"
+#~ msgstr ""
+#~ "        -f <file>+        - interroge le package à qui appartient <file>"
+
+#, fuzzy
+#~ msgid "query the pacakges triggered by the package"
+#~ msgstr ""
+#~ "        -f <file>+        - interroge le package à qui appartient <file>"
+
+#, fuzzy
+#~ msgid "list all configuration files"
+#~ msgstr ""
+#~ "        -c                - donne uniquement la liste des fichiers de "
+#~ "configuration (implique -l)"
+
+#, fuzzy
+#~ msgid "list all documentation files"
+#~ msgstr ""
+#~ "        -d                - donne uniquement la liste des fichiers de "
+#~ "documentation (implique -l)"
+
+#, fuzzy
+#~ msgid "dump basic file information"
+#~ msgstr ""
+#~ "        -i                - affiche les informations relatives à un package"
+
+#, fuzzy
+#~ msgid "substitute i18n sections into spec file"
+#~ msgstr ""
+#~ "        -f <file>+        - interroge le package à qui appartient <file>"
+
+#, fuzzy
+#~ msgid "display a verbose file listing"
+#~ msgstr "        -l                - affiche la liste des packages"
+
+#, fuzzy
 #~ msgid "override build architecture"
 #~ msgstr "%s ne peut être construit sur cette architecture\n"
 
index 20261ca..008c30b 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm-3.0.4\n"
-"POT-Creation-Date: 2000-05-31 13:32-0400\n"
+"POT-Creation-Date: 2000-06-01 00:32-0400\n"
 "PO-Revision-Date: 1999-12-01 22:49 +JST\n"
 "Last-Translator: Kanda Mitsuru <kanda@nn.iij4u.or.jp>\n"
 "Language-Team: JRPM <jrpm@linux.or.jp>\n"
@@ -66,121 +66,6 @@ msgstr "
 msgid "Building for target %s\n"
 msgstr "¥¿¡¼¥²¥Ã¥È %s ÍѤ˺îÀ®Ãæ\n"
 
-#: build.c:385
-msgid "buildroot already specified"
-msgstr "¥Ó¥ë¥É¥ë¡¼¥È¤Ï¤¹¤Ç¤Ë»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
-
-#: build.c:411
-msgid "build through %%prep stage from spec file"
-msgstr ""
-
-#: build.c:413
-msgid "build through %%build stage from spec file"
-msgstr ""
-
-#: build.c:415
-msgid "build through %%install stage from spec file"
-msgstr ""
-
-#: build.c:417
-#, fuzzy
-msgid "verify %%files section from spec file"
-msgstr "°Ê²¼¤Î¥«¥¿¥í¥°¤«¤é i18n ¥»¥¯¥·¥ç¥ó¤òÃÖ¤­´¹¤¨¤Þ¤¹"
-
-#: build.c:419
-#, fuzzy
-msgid "build source and binary package from spec file"
-msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
-
-#: build.c:421
-#, fuzzy
-msgid "build binary package from spec file"
-msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
-
-#: build.c:423
-#, fuzzy
-msgid "build source package from spec file"
-msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
-
-#: build.c:426
-msgid "build through %%prep stage from tar ball"
-msgstr ""
-
-#: build.c:428
-msgid "build through %%build stage from tar ball"
-msgstr ""
-
-#: build.c:430
-msgid "build through %%install stage from tar ball"
-msgstr ""
-
-#: build.c:432
-msgid "verify %%files section from tar ball"
-msgstr ""
-
-#: build.c:434
-#, fuzzy
-msgid "build source and binary package from tar ball"
-msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
-
-#: build.c:436
-msgid "build binary package from tar ball"
-msgstr ""
-
-#: build.c:438
-msgid "build source package from tar ball"
-msgstr ""
-
-#: build.c:441
-#, fuzzy
-msgid "build binary package from source package"
-msgstr "¥Ð¥¤¥Ê¥ê¤ò¥Ñ¥Ã¥±¡¼¥¸²½ (prep¡¢compile¡¢install¡¢package)"
-
-#: build.c:443
-#, fuzzy
-msgid "build through %%install stage from source package"
-msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤Þ¤¹\n"
-
-#: build.c:446
-#, fuzzy
-msgid "override build root"
-msgstr "¥Ó¥ë¥É¥ë¡¼¥È¤ò¾å½ñ¤­¤·¤Þ¤¹"
-
-#: build.c:448 rpm.c:485 rpmqv.c:607
-msgid "remove build tree when done"
-msgstr "¥Ñ¥Ã¥±¡¼¥¸¥ó¥°¸åºîÀ®¥Ä¥ê¡¼¤òºï½ü¤·¤Þ¤¹"
-
-#: build.c:450
-#, fuzzy
-msgid "do not execute any stages of the build"
-msgstr "ºîÀ®¤¹¤ë¤¿¤á¤Î¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
-
-#: build.c:452
-msgid "do not accept I18N msgstr's from specfile"
-msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤«¤é I18N ¤Ê msgstr ¤ò¼õ¤±Æþ¤ì¤Þ¤»¤ó"
-
-#: build.c:454 rpm.c:487 rpmqv.c:609
-#, fuzzy
-msgid "remove sources when done"
-msgstr "½ªÎ»¸å¥½¡¼¥¹¤òºï½ü¤·¤Þ¤¹"
-
-#: build.c:456
-#, fuzzy
-msgid "remove specfile when done"
-msgstr "½ªÎ»¸å¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Þ¤¹"
-
-#: build.c:458 rpm.c:483 rpmqv.c:605
-msgid "skip straight to specified stage (only for c,i)"
-msgstr "»ØÄꤷ¤¿²áÄø¤Þ¤Ç¥¹¥­¥Ã¥×¤·¤Þ¤¹ (c¡¢i ¤Ç¤Î¤ßÍ­¸ú)"
-
-#: build.c:460
-msgid "override target platform"
-msgstr "¥¿¡¼¥²¥Ã¥È¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤ò¾å½ñ¤­¤·¤Þ¤¹"
-
-#: build.c:462
-msgid "lookup I18N strings in specfile catalog"
-msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¥«¥¿¥í¥°Ãæ¤Î I18N Ê¸»úÎó¤òõ¤·¤Æ¤¤¤Þ¤¹"
-
 #: convertdb.c:39
 #, fuzzy
 msgid "RPM database already exists"
@@ -242,462 +127,462 @@ msgstr "copyright 
 # build root [BuildRoot]
 # net share [¥Í¥Ã¥È¶¦Í­]
 # reloate [ºÆÇÛÃÖ/°ÜÆ°¤¹¤ë]
-# $Id: ja.po,v 1.63 2000/05/31 17:45:43 jbj Exp $
-#: rpm.c:182 rpmqv.c:277
+# $Id: ja.po,v 1.64 2000/06/01 04:47:43 jbj Exp $
+#: rpm.c:191 rpmqv.c:257
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:193 rpmqv.c:288
+#: rpm.c:202 rpmqv.c:268
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM ¥Ð¡¼¥¸¥ç¥ó %s\n"
 
-#: rpm.c:197 rpmqv.c:292
+#: rpm.c:206 rpmqv.c:272
 msgid "Copyright (C) 1998 - Red Hat Software"
 msgstr ""
 "Ãøºî¸¢ (C) 1998 - Red Hat Software\n"
 "ËÝÌõ¼Ô ¿ÀÅÄ ½¼ <kanda@nn.iij4u.or.jp>\n"
 "¸íÌõÅù¤Ï¿ÀÅĤޤÇ"
 
-#: rpm.c:198 rpmqv.c:293
+#: rpm.c:207 rpmqv.c:273
 #, fuzzy
 msgid "This may be freely redistributed under the terms of the GNU GPL"
 msgstr "GNU°ìÈ̸øÍ­»ÈÍѵöÂú½ñ¤Î²¼¤Ç¼«Í³¤ËÇÛÉۤǤ­¤Þ¤¹"
 
-#: rpm.c:206
+#: rpm.c:215
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "»ÈÍÑË¡: rpm {--help}"
 
-#: rpm.c:207
+#: rpm.c:216
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:208
+#: rpm.c:217
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:209
+#: rpm.c:218
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:210 rpmqv.c:314
+#: rpm.c:219 rpmqv.c:294
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:315
+#: rpm.c:220 rpmqv.c:295
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:212 rpmqv.c:316
+#: rpm.c:221 rpmqv.c:296
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:213 rpmqv.c:317
+#: rpm.c:222 rpmqv.c:297
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:214 rpmqv.c:318
+#: rpm.c:223 rpmqv.c:298
 msgid ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 msgstr ""
 
-#: rpm.c:215 rpm.c:224 rpm.c:233 rpmqv.c:319 rpmqv.c:328 rpmqv.c:343
+#: rpm.c:224 rpm.c:233 rpm.c:242 rpmqv.c:299 rpmqv.c:308 rpmqv.c:323
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:216 rpm.c:226 rpmqv.c:320 rpmqv.c:330
+#: rpm.c:225 rpm.c:235 rpmqv.c:300 rpmqv.c:310
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:217 rpmqv.c:321
+#: rpm.c:226 rpmqv.c:301
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:218 rpmqv.c:322
+#: rpm.c:227 rpmqv.c:302
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:219
+#: rpm.c:228
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:220 rpmqv.c:324
+#: rpm.c:229 rpmqv.c:304
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:221 rpmqv.c:325
+#: rpm.c:230 rpmqv.c:305
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:222 rpmqv.c:326
+#: rpm.c:231 rpmqv.c:306
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:223 rpmqv.c:327
+#: rpm.c:232 rpmqv.c:307
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:225 rpmqv.c:329
+#: rpm.c:234 rpmqv.c:309
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:227 rpmqv.c:331
+#: rpm.c:236 rpmqv.c:311
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:228 rpmqv.c:332
+#: rpm.c:237 rpmqv.c:312
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:229
+#: rpm.c:238
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:230 rpmqv.c:340
+#: rpm.c:239 rpmqv.c:320
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:231 rpmqv.c:341
+#: rpm.c:240 rpmqv.c:321
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:232 rpmqv.c:342
+#: rpm.c:241 rpmqv.c:322
 msgid ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
 msgstr ""
 
-#: rpm.c:234 rpmqv.c:344
+#: rpm.c:243 rpmqv.c:324
 msgid ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:235 rpmqv.c:345
+#: rpm.c:244 rpmqv.c:325
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:236
+#: rpm.c:245
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:237 rpmqv.c:347
+#: rpm.c:246 rpmqv.c:327
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:348
+#: rpm.c:247 rpmqv.c:328
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:248
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:249
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:241
+#: rpm.c:250
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:242
+#: rpm.c:251
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:334
+#: rpm.c:252 rpmqv.c:314
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:244 rpmqv.c:335
+#: rpm.c:253 rpmqv.c:315
 msgid ""
 "                        [--justdb] [--notriggers] rpackage1 ... packageN"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:254
 msgid ""
 "       rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<file>]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:255
 msgid "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 msgstr ""
 
-#: rpm.c:247 rpmqv.c:357
+#: rpm.c:256 rpmqv.c:337
 msgid "                        [--target=platform1[,platform2...]]"
 msgstr ""
 
-#: rpm.c:248 rpmqv.c:358
+#: rpm.c:257 rpmqv.c:338
 msgid "                        [--rmsource] [--rmspec] specfile"
 msgstr ""
 
-#: rpm.c:249
+#: rpm.c:258
 msgid "       rpm {--rmsource} [--rcfile <file>] [-v] specfile"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:259
 msgid ""
 "       rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 
-#: rpm.c:251
+#: rpm.c:260
 msgid ""
 "       rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 
-#: rpm.c:252
+#: rpm.c:261
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:253
+#: rpm.c:262
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:263
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:255 rpmqv.c:369
+#: rpm.c:264 rpmqv.c:349
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:265
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:266
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:291 rpmqv.c:405
+#: rpm.c:300 rpmqv.c:385
 #, fuzzy
 msgid "Usage:"
 msgstr "»ÈÍÑË¡:"
 
-#: rpm.c:293 rpmqv.c:407
+#: rpm.c:302 rpmqv.c:387
 msgid "print this message"
 msgstr "¤³¤Î¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:295 rpmqv.c:409
+#: rpm.c:304 rpmqv.c:389
 msgid "print the version of rpm being used"
 msgstr "»ÈÍѤ·¤Æ¤¤¤ë rpm ¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:298
+#: rpm.c:307
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   °Ê²¼¤Î°ú¿ô¤Ï¤¹¤Ù¤Æ¤Î¥â¡¼¥É¤Ç»ÈÍѤǤ­¤Þ¤¹:"
 
-#: rpm.c:299
+#: rpm.c:308
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:300 rpmqv.c:414
+#: rpm.c:309 rpmqv.c:394
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:301
+#: rpm.c:310
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:302 rpmqv.c:416
+#: rpm.c:311 rpmqv.c:396
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "»ÈÍѤ·¤Æ¤¤¤ë rpm ¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:303
+#: rpm.c:312
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:304 rpmqv.c:418
+#: rpm.c:313 rpmqv.c:398
 msgid "send stdout to <cmd>"
 msgstr "ɸ½à½ÐÎϤò <cmd> ¤Ø¥Ñ¥¤¥×¤·¤Þ¤¹"
 
-#: rpm.c:305
+#: rpm.c:314
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:306 rpmqv.c:420
+#: rpm.c:315 rpmqv.c:400
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "/etc/rpmrc ¤È $HOME/.rpmrc ¤ÎÂå¤ê¤Ë <file> ¤ò»ÈÍѤ·¤Þ¤¹"
 
-#: rpm.c:308 rpmqv.c:422
+#: rpm.c:317 rpmqv.c:402
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:310 rpmqv.c:430
+#: rpm.c:319 rpmqv.c:410
 msgid "be a little more verbose"
 msgstr "¤â¤¦¾¯¤·¾ðÊóɽ¼¨¤òÁý¤ä¤·¤Þ¤¹"
 
-#: rpm.c:312 rpmqv.c:432
+#: rpm.c:321 rpmqv.c:412
 msgid "be incredibly verbose (for debugging)"
 msgstr "½½Ê¬¤Ë¾ðÊóɽ¼¨¤òÁý¤ä¤·¤Þ¤¹(¥Ç¥Ð¥Ã¥°ÍÑ)"
 
-#: rpm.c:315
+#: rpm.c:324
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr "¥Õ¥¡¥¤¥ë̾¤È°Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤ÎÂå¤ê¤Ë ftp URL ¤ò»È¤¨¤ë¤è¤¦(-p ¤òÍѤ¤¤Æ)"
 
-#: rpm.c:316
+#: rpm.c:325
 msgid "   of file names as well as the following options:"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¡¢¥¢¥Ã¥×¥°¥ì¡¼¥É¡¢Ì䤤¹ç¤ï¤»¤·¤Þ¤¹:"
 
-#: rpm.c:317
+#: rpm.c:326
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:318 rpmqv.c:439
+#: rpm.c:327 rpmqv.c:419
 msgid "hostname or IP of ftp proxy"
 msgstr "ftp ¥×¥í¥­¥·¤Î¥Û¥¹¥È̾¤â¤·¤¯¤Ï IP"
 
-#: rpm.c:319
+#: rpm.c:328
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:441
+#: rpm.c:329 rpmqv.c:421
 msgid "port number of ftp server (or proxy)"
 msgstr "ftp (¤â¤·¤¯¤Ï¥×¥í¥­¥·)¥µ¡¼¥Ð¤Î¥Ý¡¼¥ÈÈÖ¹æ"
 
-#: rpm.c:321
+#: rpm.c:330
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:322 rpmqv.c:443
+#: rpm.c:331 rpmqv.c:423
 #, fuzzy
 msgid "hostname or IP of http proxy"
 msgstr "http ¥×¥í¥­¥·¤Î¥Û¥¹¥È̾¤â¤·¤¯¤Ï IP"
 
-#: rpm.c:323
+#: rpm.c:332
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:324 rpmqv.c:445
+#: rpm.c:333 rpmqv.c:425
 #, fuzzy
 msgid "port number of http server (or proxy)"
 msgstr "http (¤â¤·¤¯¤Ï¥×¥í¥­¥·)¥µ¡¼¥Ð¤Î¥Ý¡¼¥ÈÈÖ¹æ"
 
-#: rpm.c:328 rpmqv.c:465
+#: rpm.c:337 rpmqv.c:445
 msgid "query mode"
 msgstr "Ì䤤¹ç¤ï¤»¥â¡¼¥É"
 
-#: rpm.c:329 rpm.c:375 rpm.c:400 rpm.c:452 rpm.c:526
+#: rpm.c:338 rpm.c:384 rpm.c:409 rpm.c:461 rpm.c:535
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:330 rpm.c:376 rpm.c:401 rpm.c:453 rpm.c:527 rpmqv.c:425
+#: rpm.c:339 rpm.c:385 rpm.c:410 rpm.c:462 rpm.c:536 rpmqv.c:405
 msgid "use <dir> as the directory for the database"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹ÍѤΥǥ£¥ì¥¯¥È¥ê¤È¤·¤Æ <dir> ¤òÍѤ¤¤Þ¤¹"
 
-#: rpm.c:331
+#: rpm.c:340
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:467
+#: rpm.c:341 rpmqv.c:447
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "¥Ø¥Ã¥À¥Õ¥©¡¼¥Þ¥Ã¥È¤È¤·¤Æ <qfmt> ¤ò»ÈÍѤ·¤Þ¤¹ (-i ¤ÎƯ¤­¤ò´Þ¤ß¤Þ¤¹)"
 
-#: rpm.c:333 rpm.c:377 rpm.c:435 rpm.c:464
+#: rpm.c:342 rpm.c:386 rpm.c:444 rpm.c:473
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:334 rpm.c:378 rpm.c:436 rpm.c:465 rpm.c:529 rpmqv.c:427
+#: rpm.c:343 rpm.c:387 rpm.c:445 rpm.c:474 rpm.c:538 rpmqv.c:407
 msgid "use <dir> as the top level directory"
 msgstr "¥È¥Ã¥×¥Ç¥£¥ì¥¯¥È¥ê¤È¤·¤Æ <dir> ¤ò»ÈÍѤ·¤Þ¤¹"
 
-#: rpm.c:335
+#: rpm.c:344
 msgid "      Package specification options:"
 msgstr "      ¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó:"
 
-#: rpm.c:337
+#: rpm.c:346
 msgid "query all packages"
 msgstr "Á´¤Æ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpm.c:338
+#: rpm.c:347
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:339
+#: rpm.c:348
 msgid "query package owning <file>"
 msgstr "<file> ¤ò½êÍ­¤·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpm.c:340
+#: rpm.c:349
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:341
+#: rpm.c:350
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 "(̤¥¤¥ó¥¹¥È¡¼¥ë)¥Ñ¥Ã¥±¡¼¥¸ <packagefile> ¤ò\n"
 "Ì䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpm.c:342
+#: rpm.c:351
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:352
 msgid "query packages triggered by <pkg>"
 msgstr "<pkg> ¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpm.c:344
+#: rpm.c:353
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:345
+#: rpm.c:354
 msgid "query packages which provide <cap> capability"
 msgstr "<cap> ¤òÄ󶡤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpm.c:346
+#: rpm.c:355
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:356
 msgid "query packages which require <cap> capability"
 msgstr ""
 "<cap> ¤Îµ¡Ç½¤òɬÍפȤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤Æ\n"
 "Ì䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpm.c:348
+#: rpm.c:357
 msgid "      Information selection options:"
 msgstr "      ¾ðÊóÁªÂò¥ª¥×¥·¥ç¥ó:"
 
-#: rpm.c:350 rpmqv.c:471
+#: rpm.c:359 rpmqv.c:451
 msgid "display package information"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¾ðÊó¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:352 rpmqv.c:473
+#: rpm.c:361 rpmqv.c:453
 msgid "display the package's change log"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤ÎÊѹ¹ÍúÎò¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:354 rpmqv.c:475
+#: rpm.c:363 rpmqv.c:455
 msgid "display package file list"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ë¥Õ¥¡¥¤¥ë¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:356 rpmqv.c:477
+#: rpm.c:365 rpmqv.c:457
 msgid "show file states (implies -l)"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ë¥Õ¥¡¥¤¥ë¤Î¾õÂÖ¤òɽ¼¨¤·¤Þ¤¹(-l ¤ÎƯ¤­¤ò´Þ¤ß¤Þ¤¹)"
 
-#: rpm.c:358 rpmqv.c:479
+#: rpm.c:367 rpmqv.c:459
 msgid "list only documentation files (implies -l)"
 msgstr ""
 "¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ëʸ½ñ¥Õ¥¡¥¤¥ë¤Î¤ß¤Î¾õÂÖ¤òɽ¼¨¤·\n"
 "\t\t\t     ¤Þ¤¹(-l ¤ÎƯ¤­¤ò´Þ¤ß¤Þ¤¹)"
 
-#: rpm.c:360 rpmqv.c:481
+#: rpm.c:369 rpmqv.c:461
 msgid "list only configuration files (implies -l)"
 msgstr "ÀßÄê¥Õ¥¡¥¤¥ë¤Î¤ß¤òɽ¼¨¤·¤Þ¤¹(-l ¤ÎƯ¤­¤ò´Þ¤ß¤Þ¤¹)"
 
-#: rpm.c:362 rpmqv.c:483
+#: rpm.c:371 rpmqv.c:463
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -705,25 +590,25 @@ msgstr ""
 "¸Ä¡¹¤Î¥Õ¥¡¥¤¥ë¤Î¸¡¾Ú²Äǽ¤ÊÁ´¾ðÊó¤òɽ¼¨¤·¤Þ¤¹(-l¡¢\n"
 "-c¡¢-d ¤Î¤¤¤º¤ì¤«¤È¶¦¤ËÍѤ¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó)"
 
-#: rpm.c:364
+#: rpm.c:373
 msgid "list capabilities package provides"
 msgstr "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬Ä󶡤¹¤ëµ¡Ç½¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:366
+#: rpm.c:375
 msgid "list package dependencies"
 msgstr "°Í¸¤·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸Ì¾¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:368
+#: rpm.c:377
 msgid "print the various [un]install scripts"
 msgstr "[¥¢¥ó]¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¥¹¥¯¥ê¥×¥È¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:370
+#: rpm.c:379
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 "¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ë¥È¥ê¥¬¡¼¥¹¥¯¥ê¥×¥È¤òɽ¼¨¤·¤Þ\n"
 "\t\t\t       ¤¹"
 
-#: rpm.c:374 rpmqv.c:494
+#: rpm.c:383 rpmqv.c:474
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
@@ -731,155 +616,155 @@ msgstr ""
 "-q ¤ÈƱÍͤËƱ¤¸¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó¤ò¼è¤ê\n"
 "¥¤¥ó¥¹¥È¡¼¥ë¤Î¾õ¶·¤ò¸¡¾Ú¤·¤Þ¤¹"
 
-#: rpm.c:380 rpm.c:422 rpm.c:457 rpmqv.c:496 rpmqv.c:542 rpmqv.c:576
+#: rpm.c:389 rpm.c:431 rpm.c:466 rpmqv.c:476 rpmqv.c:522 rpmqv.c:556
 msgid "do not verify package dependencies"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î°Í¸´Ø·¸¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: rpm.c:382 rpmqv.c:498
+#: rpm.c:391 rpmqv.c:478
 msgid "do not verify file md5 checksums"
 msgstr "¥Õ¥¡¥¤¥ë¤Î md5 ¥Á¥§¥Ã¥¯¥µ¥à¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: rpm.c:384 rpmqv.c:500
+#: rpm.c:393 rpmqv.c:480
 msgid "do not verify file attributes"
 msgstr "¥Õ¥¡¥¤¥ë°À­¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: rpm.c:386 rpmqv.c:503
+#: rpm.c:395 rpmqv.c:483
 msgid "list the tags that can be used in a query format"
 msgstr ""
 "Ì䤤¹ç¤ï¤»¥Õ¥©¡¼¥Þ¥Ã¥ÈÃæ¤ËÍѤ¤¤é¤ìÆÀ¤ë¥¿¥°¤ò\n"
 "\t\t\t      É½¼¨¤·¤Þ¤¹"
 
-#: rpm.c:389
+#: rpm.c:398
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:390
+#: rpm.c:399
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:391 rpmqv.c:517
+#: rpm.c:400 rpmqv.c:497
 msgid "install package"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: rpm.c:392
+#: rpm.c:401
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:393
+#: rpm.c:402
 #, fuzzy
 msgid "skip files in path <path>"
 msgstr "¥Ñ¥¹ <path> Ãæ¤Î¥Õ¥¡¥¤¥ë¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: rpm.c:394
+#: rpm.c:403
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:395 rpmqv.c:554
+#: rpm.c:404 rpmqv.c:534
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "<oldpath> ¤«¤é <newpath> ¤Ë¥Õ¥¡¥¤¥ë¤òºÆÇÛÃÖ¤µ¤»¤Þ¤¹"
 
-#: rpm.c:397 rpmqv.c:522
+#: rpm.c:406 rpmqv.c:502
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "¥Ñ¥¹ %s ¤ÏºÆÇÛÃ֤Ǥ­¤Þ¤»¤ó(¥Ñ¥Ã¥±¡¼¥¸ %s-%s-%s ¤ËÂФ·¤Æ)"
 
-#: rpm.c:398
+#: rpm.c:407
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:399 rpmqv.c:552
+#: rpm.c:408 rpmqv.c:532
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 "ºÆÇÛÃÖ²Äǽ¤Ê¥Ñ¥Ã¥±¡¼¥¸¤ËÂФ·¡¢¥¤¥ó¥¹¥È¡¼¥ë¥Ñ¥¹\n"
 "ÀÜƬ¼­¤ò <dir> ¤ËÀßÄꤷ¤Þ¤¹"
 
-#: rpm.c:403 rpmqv.c:524
+#: rpm.c:412 rpmqv.c:504
 msgid "do not install documentation"
 msgstr "¥É¥­¥å¥á¥ó¥È¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤»¤ó"
 
-#: rpm.c:405 rpmqv.c:528
+#: rpm.c:414 rpmqv.c:508
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "--replacepkgs ¤È --replacefiles ¤òû½Ì¤·¤¿¤â¤Î"
 
-#: rpm.c:407 rpmqv.c:530
+#: rpm.c:416 rpmqv.c:510
 msgid "print hash marks as package installs (good with -v)"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëºÝ¤Ë '#' ¤Çɽ¼¨¤·¤Þ¤¹(-v ¤ò»ÈÍѤ¹¤ë¤ÈÎɤ¤)"
 
-#: rpm.c:409 rpmqv.c:519
+#: rpm.c:418 rpmqv.c:499
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr "ÀßÄê¤ò¥¹¥­¥Ã¥×¤·¡¢Á´¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: rpm.c:412 rpmqv.c:532
+#: rpm.c:421 rpmqv.c:512
 msgid "don't verify package architecture"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤ÎÂоݥ¢¡¼¥­¥Æ¥¯¥Á¥ã¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: rpm.c:414 rpmqv.c:534
+#: rpm.c:423 rpmqv.c:514
 msgid "don't check disk space before installing"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ëÁ°¤Ë¥Ç¥£¥¹¥¯¤ÎÍÆÎÌ¥Á¥§¥Ã¥¯¤ò¤·¤Þ¤»¤ó"
 
-#: rpm.c:416 rpmqv.c:536
+#: rpm.c:425 rpmqv.c:516
 msgid "don't verify package operating system"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ÂоÝOS¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: rpm.c:418 rpmqv.c:538
+#: rpm.c:427 rpmqv.c:518
 msgid "install documentation"
 msgstr "¥É¥­¥å¥á¥ó¥È¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: rpm.c:420 rpm.c:455 rpmqv.c:540 rpmqv.c:574
+#: rpm.c:429 rpm.c:464 rpmqv.c:520 rpmqv.c:554
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 "¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¹¹¿·¤·¤Þ¤¹¤¬¡¢\n"
 "¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤ÎÊѹ¹¤·¤Þ¤»¤ó"
 
-#: rpm.c:424 rpm.c:459 rpmqv.c:544 rpmqv.c:578
+#: rpm.c:433 rpm.c:468 rpmqv.c:524 rpmqv.c:558
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 "°Í¸À­¤òËþ¤¿¤¹¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤Î\n"
 "¥¤¥ó¥¹¥È¡¼¥ë¤òÍ׵ᤷ¤Þ¤»¤ó"
 
-#: rpm.c:426
+#: rpm.c:435
 msgid "don't execute any installation scripts"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: rpm.c:428 rpm.c:463 rpmqv.c:582
+#: rpm.c:437 rpm.c:472 rpmqv.c:562
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥¹¥¯¥ê¥×¥È¤ò\n"
 "¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: rpm.c:430 rpmqv.c:550
+#: rpm.c:439 rpmqv.c:530
 msgid "print percentages as package installs"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëºÝ¤Ë '%' ¤Çɽ¼¨¤·¤Þ¤¹"
 
-#: rpm.c:432 rpmqv.c:556
+#: rpm.c:441 rpmqv.c:536
 msgid "install even if the package replaces installed files"
 msgstr ""
 "¥¤¥ó¥¹¥È¡¼¥ë»þ¤ËÃÖ¤­´¹¤¨¤é¤ì¤ë¥Õ¥¡¥¤¥ë¤¬\n"
 "¤¢¤Ã¤Æ¤â¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: rpm.c:434 rpmqv.c:558
+#: rpm.c:443 rpmqv.c:538
 msgid "reinstall if the package is already present"
 msgstr "´û¤Ë¸ºß¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ç¤âºÆ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: rpm.c:438 rpmqv.c:560
+#: rpm.c:447 rpmqv.c:540
 msgid "don't install, but tell if it would work or not"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤»¤º¤Ë¡¢¥Æ¥¹¥È¤Î¤ß¹Ô¤¤¤Þ¤¹"
 
-#: rpm.c:441
+#: rpm.c:450
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:442
+#: rpm.c:451
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:443 rpmqv.c:564
+#: rpm.c:452 rpmqv.c:544
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 "¥Ñ¥Ã¥±¡¼¥¸¤ò¥¢¥Ã¥×¥°¥ì¡¼¥É¤·¤Þ¤¹(--install "
 "¤È´ö¤Ä¤«¤Î¥ª¥×¥·¥ç¥ó¤òÉÕ¤±Â­¤·¤¿¤â¤Î)"
 
-#: rpm.c:445 rpmqv.c:566
+#: rpm.c:454 rpmqv.c:546
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -887,15 +772,15 @@ msgstr ""
 "¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¥¢¥Ã¥×¥°¥ì¡¼¥É¤·¤Þ¤¹\n"
 "(¥¢¥Ã¥×¥°¥ì¡¼¥É»þ¤Î --force ¤Ï¤³¤ì¤ò¼«Æ°Åª¤Ë¹Ô¤¤¤Þ¤¹)"
 
-#: rpm.c:447
+#: rpm.c:456
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:449 rpmqv.c:570
+#: rpm.c:458 rpmqv.c:550
 msgid "erase (uninstall) package"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤òºï½ü(¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë)¤·¤Þ¤¹"
 
-#: rpm.c:451 rpmqv.c:572
+#: rpm.c:460 rpmqv.c:552
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -903,90 +788,103 @@ msgstr ""
 "<package> ¤È°ìÃפ¹¤ë¥Ñ¥Ã¥±¡¼¥¸Á´¤Æ¤òºï½ü¤·¤Þ¤¹(°ìÈÌ\n"
 "\t\t\t      Åª¤ËÊ£¿ô¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò»ØÄꤹ¤ë¤È¥¨¥é¡¼¤Ë¤Ê¤ê¤Þ¤¹)"
 
-#: rpm.c:461 rpmqv.c:580
+#: rpm.c:470 rpmqv.c:560
 msgid "do not execute any package specific scripts"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸»ØÄê¤Î¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: rpm.c:467
+#: rpm.c:476
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:468
+#: rpm.c:477
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:469 rpmqv.c:589
+#: rpm.c:478 rpmqv.c:569
 msgid "build package, where <stage> is one of:"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤òºîÀ®¤·¤Þ¤¹¡¢<stage> ¤Ï°Ê²¼¤Î¤¦¤Á¤Ò¤È¤Ä¤Ç¤¹:"
 
-#: rpm.c:471 rpmqv.c:591
+#: rpm.c:480 rpmqv.c:571
 msgid "prep (unpack sources and apply patches)"
 msgstr "prep (¥½¡¼¥¹¤òŸ³«¤·¥Ñ¥Ã¥Á¤òÅö¤Æ¤Þ¤¹)"
 
-#: rpm.c:473 rpmqv.c:593
+#: rpm.c:482 rpmqv.c:573
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "¥ê¥¹¥È¸¡ºº (%files ¥»¥¯¥·¥ç¥ó¤ÎÂç¤Þ¤«¤Ê¥Á¥§¥Ã¥¯)"
 
-#: rpm.c:475 rpmqv.c:595
+#: rpm.c:484 rpmqv.c:575
 msgid "compile (prep and compile)"
 msgstr "¥³¥ó¥Ñ¥¤¥ë (prep¡¢compile)"
 
-#: rpm.c:477 rpmqv.c:597
+#: rpm.c:486 rpmqv.c:577
 msgid "install (prep, compile, install)"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë (prep¡¢compile¡¢install)"
 
-#: rpm.c:479 rpmqv.c:599
+#: rpm.c:488 rpmqv.c:579
 msgid "binary package (prep, compile, install, package)"
 msgstr "¥Ð¥¤¥Ê¥ê¤ò¥Ñ¥Ã¥±¡¼¥¸²½ (prep¡¢compile¡¢install¡¢package)"
 
-#: rpm.c:481 rpmqv.c:601
+#: rpm.c:490 rpmqv.c:581
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "¥Ð¥¤¥Ê¥ê/¥½¡¼¥¹¤ò¥Ñ¥Ã¥±¡¼¥¸²½ (prep¡¢compile¡¢install¡¢package)"
 
-#: rpm.c:489 rpmqv.c:611
+#: lib/poptBT.c:155 rpm.c:492 rpmqv.c:585
+msgid "skip straight to specified stage (only for c,i)"
+msgstr "»ØÄꤷ¤¿²áÄø¤Þ¤Ç¥¹¥­¥Ã¥×¤·¤Þ¤¹ (c¡¢i ¤Ç¤Î¤ßÍ­¸ú)"
+
+#: lib/poptBT.c:145 rpm.c:494 rpmqv.c:587
+msgid "remove build tree when done"
+msgstr "¥Ñ¥Ã¥±¡¼¥¸¥ó¥°¸åºîÀ®¥Ä¥ê¡¼¤òºï½ü¤·¤Þ¤¹"
+
+#: lib/poptBT.c:151 rpm.c:496 rpmqv.c:589
+#, fuzzy
+msgid "remove sources when done"
+msgstr "½ªÎ»¸å¥½¡¼¥¹¤òºï½ü¤·¤Þ¤¹"
+
+#: rpm.c:498 rpmqv.c:591
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "½ªÎ»¸å¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Þ¤¹"
 
-#: rpm.c:491 rpmqv.c:613
+#: rpm.c:500 rpmqv.c:593
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "PGP/GPG ½ð̾¤òÀ¸À®¤·¤Þ¤¹"
 
-#: rpm.c:492
+#: rpm.c:501
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:493 rpmqv.c:615
+#: rpm.c:502 rpmqv.c:595
 msgid "use <dir> as the build root"
 msgstr "BuildRoot ¤È¤·¤Æ <dir> ¤òÍѤ¤¤Þ¤¹"
 
-#: rpm.c:494
+#: rpm.c:503
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:495 rpmqv.c:617
+#: rpm.c:504 rpmqv.c:597
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:497 rpmqv.c:619
+#: rpm.c:506 rpmqv.c:599
 msgid "do not execute any stages"
 msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: rpm.c:498
+#: rpm.c:507
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:499
+#: rpm.c:508
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "¥¿¥¤¥à¥Á¥§¥Ã¥¯´ü¸Â¤òÀßÄꤷ¤Þ¤¹(0¤Ç̵¸ú)"
 
-#: rpm.c:501
+#: rpm.c:510
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:502 rpmqv.c:622
+#: rpm.c:511 rpmqv.c:602
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -995,64 +893,64 @@ msgstr ""
 "\t\t\t     ¥¸¤òºîÀ®¤·¡¢spec¥Õ¥¡¥¤¥ë¡¢¥½¡¼¥¹¥Õ¥¡¥¤¥ë¡¢¥Ñ¥Ã¥Á¡¢\n"
 "\t\t\t     ¥¢¥¤¥³¥ó¤òºï½ü¤·¤Þ¤¹"
 
-#: rpm.c:503
+#: rpm.c:512
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:504 rpmqv.c:624
+#: rpm.c:513 rpmqv.c:604
 msgid "like --rebuild, but don't build any package"
 msgstr "--rebuild ¤Ë»÷¤Æ¤¤¤Þ¤¹¤¬¡¢¥Ñ¥Ã¥±¡¼¥¸¤òºîÀ®¤·¤Þ¤»¤ó"
 
-#: rpm.c:507
+#: rpm.c:516
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:508 rpmqv.c:630
+#: rpm.c:517 rpmqv.c:610
 msgid "sign a package (discard current signature)"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë½ð̾¤·¤Þ¤¹(¸½ºß¤Î½ð̾¤Ï¼Î¤Æ¤é¤ì¤Þ¤¹)"
 
-#: rpm.c:509
+#: rpm.c:518
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:510 rpmqv.c:632
+#: rpm.c:519 rpmqv.c:612
 msgid "add a signature to a package"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë½ð̾¤òÄɲä·¤Þ¤¹"
 
-#: rpm.c:511
+#: rpm.c:520
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:512
+#: rpm.c:521
 msgid "    -K <pkg>+           "
 msgstr ""
 
-#: rpm.c:513 rpmqv.c:636
+#: rpm.c:522 rpmqv.c:616
 msgid "verify package signature"
 msgstr "½ð̾¤Î¸¡¾Ú¤ò¤·¤Þ¤¹"
 
-#: rpm.c:515 rpmqv.c:638
+#: rpm.c:524 rpmqv.c:618
 msgid "skip any PGP signatures"
 msgstr "PGP ½ð̾¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: rpm.c:517 rpmqv.c:640
+#: rpm.c:526 rpmqv.c:620
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "GPG ½ð̾¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: rpm.c:519 rpmqv.c:642
+#: rpm.c:528 rpmqv.c:622
 msgid "skip any MD5 signatures"
 msgstr "MD5 ½ð̾¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: rpm.c:523
+#: rpm.c:532
 msgid "make sure a valid database exists"
 msgstr "Í­¸ú¤Ê¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬Â¸ºß¤¹¤ë¤³¤È¤ò³Î¤«¤á¤Þ¤¹"
 
-#: rpm.c:525
+#: rpm.c:534
 msgid "rebuild database from existing database"
 msgstr "´û¸¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºÆ¹½ÃÛ¤·¤Þ¤¹"
 
-#: rpm.c:533 rpmqv.c:505
+#: rpm.c:542 rpmqv.c:485
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -1060,7 +958,7 @@ msgstr ""
 "-q ¤ÈƱÍͤËƱ¤¸¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó¤ò¼è¤ê\n"
 "¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Îµö²Ä°À­¤ËÀßÄꤷ¤Þ¤¹"
 
-#: rpm.c:536 rpmqv.c:508
+#: rpm.c:545 rpmqv.c:488
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -1068,78 +966,78 @@ msgstr ""
 "-q ¤ÈƱÍͤËƱ¤¸¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó¤ò¼è¤ê\n"
 "¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Î½êÍ­¼Ô¤È¥°¥ë¡¼¥×¤ËÀßÄꤷ¤Þ¤¹"
 
-#: rpm.c:673 rpm.c:679 rpm.c:686 rpm.c:692 rpm.c:701 rpm.c:723 rpm.c:729
-#: rpm.c:763 rpm.c:771 rpm.c:792 rpm.c:849 rpm.c:857 rpmqv.c:827 rpmqv.c:833
-#: rpmqv.c:842 rpmqv.c:851 rpmqv.c:857 rpmqv.c:863 rpmqv.c:897 rpmqv.c:904
-#: rpmqv.c:939 rpmqv.c:947 rpmqv.c:953 rpmqv.c:961 rpmqv.c:1019 rpmqv.c:1035
+#: rpm.c:682 rpm.c:688 rpm.c:695 rpm.c:701 rpm.c:710 rpm.c:732 rpm.c:738
+#: rpm.c:772 rpm.c:780 rpm.c:801 rpm.c:858 rpm.c:866 rpmqv.c:806 rpmqv.c:815
+#: rpmqv.c:821 rpmqv.c:827 rpmqv.c:861 rpmqv.c:868 rpmqv.c:903 rpmqv.c:911
+#: rpmqv.c:917 rpmqv.c:925 rpmqv.c:987
 msgid "only one major mode may be specified"
 msgstr "°ì¤Ä¤Î¥á¥¸¥ã¡¼¥â¡¼¥É¤Î¤ß¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤"
 
-#: rpm.c:694 rpmqv.c:844
+#: rpm.c:703 rpmqv.c:808
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u ¤È --uninstall ¤Ï¤â¤Ï¤äÆ°ºî¤·¤Þ¤»¤ó\n"
 
-#: rpm.c:696 rpmqv.c:846
+#: rpm.c:705 rpmqv.c:810
 msgid "Use -e or --erase instead.\n"
 msgstr "-e ¤« --erase ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤\n"
 
-#: rpm.c:736 rpm.c:742 rpm.c:749 rpm.c:756 rpm.c:865 rpmqv.c:910 rpmqv.c:916
-#: rpmqv.c:923 rpmqv.c:930 rpmqv.c:1043
+#: rpm.c:745 rpm.c:751 rpm.c:758 rpm.c:765 rpm.c:874 rpmqv.c:874 rpmqv.c:880
+#: rpmqv.c:887 rpmqv.c:894 rpmqv.c:1002
 msgid "one type of query/verify may be performed at a time"
 msgstr "Ì䤤¹ç¤ï¤»/¸¡¾Ú¤Ï°ìÅ٤˰ì¤Ä¤·¤«¼Â¹Ô¤Ç¤­¤Þ¤»¤ó"
 
-#: rpm.c:798 rpmqv.c:881
+#: rpm.c:807 rpmqv.c:845
 msgid "relocations must begin with a /"
 msgstr "ºÆÇÛÃ֤Ϡ/ ¤«¤é»Ï¤Þ¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: rpm.c:800 rpmqv.c:883
+#: rpm.c:809 rpmqv.c:847
 msgid "relocations must contain a ="
 msgstr "ºÆÇÛÃ֤Ϡ= ¤ò´Þ¤ó¤Ç¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: rpm.c:803 rpmqv.c:886
+#: rpm.c:812 rpmqv.c:850
 msgid "relocations must have a / following the ="
 msgstr "ºÆÇÛÃ֤Ϡ= ¤Î¼¡¤Ë / ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: rpm.c:812 rpmqv.c:870
+#: rpm.c:821 rpmqv.c:834
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "½ü³°¤¹¤ë¥Ñ¥¹¤Ï / ¤«¤é»Ï¤Þ¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: rpm.c:821 rpmqv.c:982
+#: rpm.c:830 rpmqv.c:946
 #, fuzzy, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "°ú¿ô½èÍý(%d)¤Ç¤ÎÆâÉô¥¨¥é¡¼ :-(\n"
 
-#: rpm.c:871 rpmqv.c:1062
+#: rpm.c:880 rpmqv.c:1007
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "ͽ´ü¤»¤ÌÌ䤤¹ç¤ï¤»¤Î¥Õ¥é¥°"
 
-#: rpm.c:874 rpmqv.c:1065
+#: rpm.c:883 rpmqv.c:1010
 #, fuzzy
 msgid "unexpected query format"
 msgstr "ͽ´ü¤»¤ÌÌ䤤¹ç¤ï¤»¤Î¥Õ¥©¡¼¥Þ¥Ã¥È"
 
-#: rpm.c:877 rpmqv.c:1068
+#: rpm.c:886 rpmqv.c:1013
 msgid "unexpected query source"
 msgstr "ͽ´ü¤»¤ÌÌ䤤¹ç¤ï¤»¤Î¥½¡¼¥¹"
 
-#: rpm.c:880 rpmqv.c:1084
+#: rpm.c:889 rpmqv.c:1033
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 "¥¤¥ó¥¹¥È¡¼¥ë¡¢¥¢¥Ã¥×¥°¥ì¡¼¥É¡¢¥½¡¼¥¹ºï½ü¡¢¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ëºï½ü»þ¤Î¤ß¶¯À©¤Ç¤­¤"
 "Þ¤¹"
 
-#: rpm.c:883 rpmqv.c:1089
+#: rpm.c:892 rpmqv.c:1038
 msgid "files may only be relocated during package installation"
 msgstr "¥Õ¥¡¥¤¥ë¤Ï¥Ñ¥Ã¥±¡¼¥¸¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ßºÆÇÛÃ֤Ǥ­¤Þ¤¹"
 
-#: rpm.c:886 rpmqv.c:1092
+#: rpm.c:895 rpmqv.c:1041
 msgid "only one of --prefix or --relocate may be used"
 msgstr "--prefix ¤â¤·¤¯¤Ï --relocate ¤Î¤¤¤º¤ì¤«¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:889 rpmqv.c:1095
+#: rpm.c:898 rpmqv.c:1044
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
@@ -1147,80 +1045,80 @@ msgstr ""
 "--relocate ¤È --excludepath "
 "¤Ï¿·¤·¤¤¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤È¤­¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:892 rpmqv.c:1098
+#: rpm.c:901 rpmqv.c:1047
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix ¤Ï¿·µ¬¤Ë¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤È¤­¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:895 rpmqv.c:1101
+#: rpm.c:904 rpmqv.c:1050
 msgid "arguments to --prefix must begin with a /"
 msgstr "--prefix ¤Ø¤Î°ú¿ô¤Ï / ¤«¤é»Ï¤Þ¤é¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: rpm.c:898 rpmqv.c:1104
+#: rpm.c:907 rpmqv.c:1053
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:902 rpmqv.c:1108
+#: rpm.c:911 rpmqv.c:1057
 msgid "--percent may only be specified during package installation"
 msgstr "--percent ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:906 rpmqv.c:1112
+#: rpm.c:915 rpmqv.c:1061
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:910 rpmqv.c:1116
+#: rpm.c:919 rpmqv.c:1065
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:914 rpmqv.c:1120
+#: rpm.c:923 rpmqv.c:1069
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:918 rpmqv.c:1124
+#: rpm.c:927 rpmqv.c:1073
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:922 rpmqv.c:1128
+#: rpm.c:931 rpmqv.c:1077
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "--excludedocs ¤È --includedocs ¤Ï¤É¤Á¤é¤«°ìÊý¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:926 rpmqv.c:1132
+#: rpm.c:935 rpmqv.c:1081
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:930 rpmqv.c:1136
+#: rpm.c:939 rpmqv.c:1085
 msgid "--ignoreos may only be specified during package installation"
 msgstr "-ignoreos ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:934 rpmqv.c:1140
+#: rpm.c:943 rpmqv.c:1089
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "-ignoresize ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:938 rpmqv.c:1144
+#: rpm.c:947 rpmqv.c:1093
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Îºï½ü»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:942 rpmqv.c:1148
+#: rpm.c:951 rpmqv.c:1097
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:946 rpmqv.c:1152
+#: rpm.c:955 rpmqv.c:1101
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:951 rpmqv.c:1159
+#: rpm.c:960 rpmqv.c:1108
 msgid ""
 "--noscripts may only be specified during package installation, erasure, and "
 "verification"
 msgstr "--noscripts ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢¸¡¾Ú»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:955
+#: rpm.c:964
 msgid ""
 "--notriggers may only be specified during package installation, erasure, and "
 "verification"
 msgstr "--notriggers ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢¸¡¾Ú»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:959 rpmqv.c:1171
+#: rpm.c:968 rpmqv.c:1120
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1228,13 +1126,13 @@ msgid ""
 msgstr ""
 "--nodeps ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤ÎºîÀ®¡¢¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢¸¡¾Ú»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:964 rpmqv.c:1176
+#: rpm.c:973 rpmqv.c:1125
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr "--test ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢ºîÀ®»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:968 rpmqv.c:1181
+#: rpm.c:977 rpmqv.c:1130
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1242,101 +1140,101 @@ msgstr ""
 "--root (-r) "
 "¤Ï¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢Ì䤤¹ç¤ï¤»¡¢¥Ç¡¼¥¿¥Ù¡¼¥¹ºÆ¹½ÃÛ»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpm.c:980 rpmqv.c:1193
+#: rpm.c:989 rpmqv.c:1142
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "--root (-r) ¤Î°ú¿ô¤Ï / ¤«¤é»Ï¤Þ¤é¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: rpm.c:986 rpmqv.c:1200
+#: rpm.c:995 rpmqv.c:1149
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage ¤Ï¥¢¥Ã¥×¥°¥ì¡¼¥É»þ¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:989 rpmqv.c:1205
+#: rpm.c:998 rpmqv.c:1154
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp ¤Ï½ð̾¸¡ºº»þ¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:992 rpmqv.c:1208
+#: rpm.c:1001 rpmqv.c:1157
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nogpg ¤Ï½ð̾¸¡ºº»þ¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:995 rpmqv.c:1213
+#: rpm.c:1004 rpmqv.c:1162
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nomd5 ¤Ï½ð̾¸¡ºº¤È¥Ñ¥Ã¥±¡¼¥¸¸¡¾Ú»þ¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:1006 rpmqv.c:1226
+#: rpm.c:1015 rpmqv.c:1175
 msgid "no files to sign\n"
 msgstr "½ð̾¤¹¤ë¤¿¤á¤Î¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó\n"
 
-#: rpm.c:1011 rpmqv.c:1231
+#: rpm.c:1020 rpmqv.c:1180
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó\n"
 
-#: rpm.c:1026 rpmqv.c:1247
+#: rpm.c:1035 rpmqv.c:1196
 #, fuzzy
 msgid "pgp not found: "
 msgstr "pgp ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: "
 
-#: rpm.c:1030 rpmqv.c:1251
+#: rpm.c:1039 rpmqv.c:1200
 msgid "Enter pass phrase: "
 msgstr "¥Ñ¥¹¥Õ¥ì¡¼¥º¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤: "
 
-#: rpm.c:1032 rpmqv.c:1253
+#: rpm.c:1041 rpmqv.c:1202
 msgid "Pass phrase check failed\n"
 msgstr "¥Ñ¥¹¥Õ¥ì¡¼¥º¥Á¥§¥Ã¥¯¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: rpm.c:1035 rpmqv.c:1256
+#: rpm.c:1044 rpmqv.c:1205
 msgid "Pass phrase is good.\n"
 msgstr "¥Ñ¥¹¥Õ¥ì¡¼¥º¤ÏÀµ¾ï¤Ç¤¹¡¥\n"
 
-#: rpm.c:1040 rpmqv.c:1261
+#: rpm.c:1049 rpmqv.c:1210
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "¥Þ¥¯¥í¥Õ¥¡¥¤¥ëÃæ¤Î̵¸ú¤Ê %%_signature ¡£\n"
 
-#: rpm.c:1046 rpmqv.c:1267
+#: rpm.c:1055 rpmqv.c:1216
 msgid "--sign may only be used during package building"
 msgstr "--sign ¤Ï¥Ñ¥Ã¥±¡¼¥¸ºîÀ®»þ¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
 
-#: rpm.c:1061 rpmqv.c:1283
+#: rpm.c:1070 rpmqv.c:1232
 msgid "exec failed\n"
 msgstr "¼Â¹Ô¼ºÇÔ\n"
 
-#: rpm.c:1080 rpmqv.c:1552
+#: rpm.c:1089 rpmqv.c:1501
 msgid "unexpected arguments to --querytags "
 msgstr "--querytags ¤Î°ú¿ô¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
 
-#: rpm.c:1091 rpmqv.c:1574
+#: rpm.c:1100 rpmqv.c:1523
 msgid "no packages given for signature check"
 msgstr "½ð̾¸¡ºº¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1102 rpmqv.c:1585
+#: rpm.c:1111 rpmqv.c:1534
 msgid "no packages given for signing"
 msgstr "½ð̾¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1118 rpmqv.c:1425
+#: rpm.c:1127 rpmqv.c:1374
 msgid "no packages given for uninstall"
 msgstr "¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1168 rpmqv.c:1475
+#: rpm.c:1177 rpmqv.c:1424
 msgid "no packages given for install"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1191 rpmqv.c:1515
+#: rpm.c:1200 rpmqv.c:1464
 msgid "extra arguments given for query of all packages"
 msgstr "Á´¥Ñ¥Ã¥±¡¼¥¸¤ÎÌ䤤¹ç¤ï¤»¤Î¤¿¤á¤Ë;ʬ¤Ê°ú¿ô¤¬¤¢¤ê¤Þ¤¹"
 
-#: rpm.c:1196 rpmqv.c:1520
+#: rpm.c:1205 rpmqv.c:1469
 msgid "no arguments given for query"
 msgstr "Ì䤤¹ç¤ï¤»¤Î¤¿¤á¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpm.c:1213 rpmqv.c:1540
+#: rpm.c:1222 rpmqv.c:1489
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "Á´¥Ñ¥Ã¥±¡¼¥¸¤Î¸¡¾Ú¤Î¤¿¤á¤Ë;ʬ¤Ê°ú¿ô¤¬¤¢¤ê¤Þ¤¹"
 
-#: rpm.c:1217 rpmqv.c:1544
+#: rpm.c:1226 rpmqv.c:1493
 msgid "no arguments given for verify"
 msgstr "¸¡¾Ú¤Î¤¿¤á¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
 
@@ -1360,389 +1258,389 @@ msgstr "
 msgid "cannot re-open payload: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó"
 
-#: rpmqv.c:304
+#: rpmqv.c:284
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "»ÈÍÑË¡: rpm {--help}"
 
-#: rpmqv.c:305
+#: rpmqv.c:285
 #, c-format
 msgid "       %s {--version}\n"
 msgstr ""
 
-#: rpmqv.c:308
+#: rpmqv.c:288
 #, c-format
 msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 msgstr ""
 
-#: rpmqv.c:309
+#: rpmqv.c:289
 #, c-format
 msgid "       %s {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]\n"
 msgstr ""
 
-#: rpmqv.c:313
+#: rpmqv.c:293
 #, c-format
 msgid ""
 "       %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 
-#: rpmqv.c:323
+#: rpmqv.c:303
 #, c-format
 msgid ""
 "       %s {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 
-#: rpmqv.c:333
+#: rpmqv.c:313
 #, c-format
 msgid "       %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]\n"
 msgstr ""
 
-#: rpmqv.c:339
+#: rpmqv.c:319
 #, c-format
 msgid "       %s {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]\n"
 msgstr ""
 
-#: rpmqv.c:346
+#: rpmqv.c:326
 #, c-format
 msgid "       %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]\n"
 msgstr ""
 
-#: rpmqv.c:349
+#: rpmqv.c:329
 #, c-format
 msgid "       %s {--querytags}\n"
 msgstr ""
 
-#: rpmqv.c:350
+#: rpmqv.c:330
 #, c-format
 msgid "       %s {--setperms} [-afpg] [target]\n"
 msgstr ""
 
-#: rpmqv.c:351
+#: rpmqv.c:331
 #, c-format
 msgid "       %s {--setugids} [-afpg] [target]\n"
 msgstr ""
 
-#: rpmqv.c:355
+#: rpmqv.c:335
 #, c-format
 msgid ""
 "       %s {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<file>]\n"
 msgstr ""
 
-#: rpmqv.c:356
+#: rpmqv.c:336
 msgid "                        [--sign] [--nobuild] ]"
 msgstr ""
 
-#: rpmqv.c:359
+#: rpmqv.c:339
 #, c-format
 msgid "       %s {--rmsource} [--rcfile <file>] [-v] specfile\n"
 msgstr ""
 
-#: rpmqv.c:360
+#: rpmqv.c:340
 #, c-format
 msgid ""
 "       %s {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 
-#: rpmqv.c:361
+#: rpmqv.c:341
 #, c-format
 msgid ""
 "       %s {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 
-#: rpmqv.c:362
+#: rpmqv.c:342
 #, c-format
 msgid "       %s {--freshen -F} file1.rpm ... fileN.rpm\n"
 msgstr ""
 
-#: rpmqv.c:366
+#: rpmqv.c:346
 #, c-format
 msgid "       %s {--resign} [--rcfile <file>] package1 package2 ... packageN\n"
 msgstr ""
 
-#: rpmqv.c:367
+#: rpmqv.c:347
 #, c-format
 msgid "       %s {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpmqv.c:368
+#: rpmqv.c:348
 #, c-format
 msgid ""
 "       %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]\n"
 msgstr ""
 
-#: rpmqv.c:412
+#: rpmqv.c:392
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   °Ê²¼¤Î°ú¿ô¤Ï¤¹¤Ù¤Æ¤Î¥â¡¼¥É¤Ç»ÈÍѤǤ­¤Þ¤¹:"
 
-#: rpmqv.c:413
+#: rpmqv.c:393
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:415
+#: rpmqv.c:395
 msgid "   --eval '<name>+'       "
 msgstr ""
 
-#: rpmqv.c:417
+#: rpmqv.c:397
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:419
+#: rpmqv.c:399
 msgid "   --rcfile <file>        "
 msgstr ""
 
-#: rpmqv.c:424
+#: rpmqv.c:404
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:426
+#: rpmqv.c:406
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:436
+#: rpmqv.c:416
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr "¥Õ¥¡¥¤¥ë̾¤È°Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤ÎÂå¤ê¤Ë ftp URL ¤ò»È¤¨¤ë¤è¤¦(-p ¤òÍѤ¤¤Æ)"
 
-#: rpmqv.c:437
+#: rpmqv.c:417
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¡¢¥¢¥Ã¥×¥°¥ì¡¼¥É¡¢Ì䤤¹ç¤ï¤»¤·¤Þ¤¹:"
 
-#: rpmqv.c:438
+#: rpmqv.c:418
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:440
+#: rpmqv.c:420
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:442
+#: rpmqv.c:422
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:444
+#: rpmqv.c:424
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:450
+#: rpmqv.c:430
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      ¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó:"
 
-#: rpmqv.c:452
+#: rpmqv.c:432
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "Á´¤Æ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:453
+#: rpmqv.c:433
 msgid "     -f <file>+          "
 msgstr ""
 
-#: rpmqv.c:454
+#: rpmqv.c:434
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "<file> ¤ò½êÍ­¤·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:455
+#: rpmqv.c:435
 msgid "     -p <packagefile>+   "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:436
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 "(̤¥¤¥ó¥¹¥È¡¼¥ë)¥Ñ¥Ã¥±¡¼¥¸ <packagefile> ¤ò\n"
 "Ì䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:457
+#: rpmqv.c:437
 #, fuzzy
 msgid "     --triggeredby <pkg> "
 msgstr "<pkg> ¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:458
+#: rpmqv.c:438
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "<pkg> ¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:459
+#: rpmqv.c:439
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:440
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "<cap> ¤òÄ󶡤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:461
+#: rpmqv.c:441
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:442
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 "<cap> ¤Îµ¡Ç½¤òɬÍפȤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤Æ\n"
 "Ì䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:466
+#: rpmqv.c:446
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:469
+#: rpmqv.c:449
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      ¾ðÊóÁªÂò¥ª¥×¥·¥ç¥ó:"
 
-#: rpmqv.c:485
+#: rpmqv.c:465
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬Ä󶡤¹¤ëµ¡Ç½¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpmqv.c:487
+#: rpmqv.c:467
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬Ä󶡤¹¤ëµ¡Ç½¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpmqv.c:489
+#: rpmqv.c:469
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "[¥¢¥ó]¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¥¹¥¯¥ê¥×¥È¤òɽ¼¨¤·¤Þ¤¹"
 
-#: rpmqv.c:491
+#: rpmqv.c:471
 #, fuzzy
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 "¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ë¥È¥ê¥¬¡¼¥¹¥¯¥ê¥×¥È¤òɽ¼¨¤·¤Þ\n"
 "\t\t\t       ¤¹"
 
-#: rpmqv.c:515
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
 
-#: rpmqv.c:516
+#: rpmqv.c:496
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:505
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:526
+#: rpmqv.c:506
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "¥Ñ¥¹ <path> Ãæ¤Î¥Õ¥¡¥¤¥ë¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: rpmqv.c:546
+#: rpmqv.c:526
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: rpmqv.c:548
+#: rpmqv.c:528
 #, fuzzy
 msgid "don't execute any scriptlets triggered by this package"
 msgstr ""
 "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥¹¥¯¥ê¥×¥È¤ò\n"
 "¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: rpmqv.c:551
+#: rpmqv.c:531
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:533
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "<oldpath> ¤«¤é <newpath> ¤Ë¥Õ¥¡¥¤¥ë¤òºÆÇÛÃÖ¤µ¤»¤Þ¤¹"
 
-#: rpmqv.c:562
+#: rpmqv.c:542
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
 
-#: rpmqv.c:563
+#: rpmqv.c:543
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:568
+#: rpmqv.c:548
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:587
+#: rpmqv.c:567
 msgid "   -b<stage> <spec>       "
 msgstr ""
 
-#: rpmqv.c:588
+#: rpmqv.c:568
 msgid "   -t<stage> <tarball>    "
 msgstr ""
 
-#: rpmqv.c:603
+#: rpmqv.c:583
 #, fuzzy
 msgid "package src rpm only"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë̾Á°¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpmqv.c:614
+#: rpmqv.c:594
 msgid "     --buildroot <dir>    "
 msgstr ""
 
-#: rpmqv.c:616
+#: rpmqv.c:596
 msgid "     --target=<platform>+ "
 msgstr ""
 
-#: rpmqv.c:621
+#: rpmqv.c:601
 msgid "   --rebuild <src_pkg>    "
 msgstr ""
 
-#: rpmqv.c:623
+#: rpmqv.c:603
 msgid "   --recompile <src_pkg>  "
 msgstr ""
 
-#: rpmqv.c:629
+#: rpmqv.c:609
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:611
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:634
+#: rpmqv.c:614
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:635
+#: rpmqv.c:615
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:648
+#: rpmqv.c:628
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:650
+#: rpmqv.c:630
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "´û¸¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºÆ¹½ÃÛ¤·¤Þ¤¹"
 
-#: rpmqv.c:1057
+#: rpmqv.c:1017
 msgid "--dbpath given for operation that does not use a database"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò»ÈÍѤ·¤Ê¤¤¤Î¤Ë --dbpath ¤¬Í¿¤¨¤é¤ì¤Æ¤¤¤Þ¤¹"
 
-#: rpmqv.c:1165
+#: rpmqv.c:1114
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation and erasure"
 msgstr "--justdb ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü»þ¤Î¤ß»ØÄê¤Ç¤­¤Þ¤¹"
 
-#: rpmqv.c:1323
+#: rpmqv.c:1272
 msgid "no packages files given for rebuild"
 msgstr "ºÆºîÀ®¤¹¤ë¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpmqv.c:1393
+#: rpmqv.c:1342
 msgid "no spec files given for build"
 msgstr "ºîÀ®¤Î¤¿¤á¤Î spec ¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: rpmqv.c:1395
+#: rpmqv.c:1344
 msgid "no tar files given for build"
 msgstr "ºîÀ®(build)¤Î¤¿¤á¤Î tar ¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
 
@@ -3081,6 +2979,108 @@ msgid ""
 msgstr ""
 "¥á¥¸¥ã¡¼ÈÖ¹æ <=3 ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Î¤ß¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î RPM ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹"
 
+#: lib/poptBT.c:82
+msgid "buildroot already specified"
+msgstr "¥Ó¥ë¥É¥ë¡¼¥È¤Ï¤¹¤Ç¤Ë»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: lib/poptBT.c:108
+msgid "build through %%prep stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:110
+msgid "build through %%build stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:112
+msgid "build through %%install stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:114
+#, fuzzy
+msgid "verify %%files section from spec file"
+msgstr "°Ê²¼¤Î¥«¥¿¥í¥°¤«¤é i18n ¥»¥¯¥·¥ç¥ó¤òÃÖ¤­´¹¤¨¤Þ¤¹"
+
+#: lib/poptBT.c:116
+#, fuzzy
+msgid "build source and binary package from spec file"
+msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
+
+#: lib/poptBT.c:118
+#, fuzzy
+msgid "build binary package from spec file"
+msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
+
+#: lib/poptBT.c:120
+#, fuzzy
+msgid "build source package from spec file"
+msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
+
+#: lib/poptBT.c:123
+msgid "build through %%prep stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:125
+msgid "build through %%build stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:127
+msgid "build through %%install stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:129
+msgid "verify %%files section from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:131
+#, fuzzy
+msgid "build source and binary package from tar ball"
+msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
+
+#: lib/poptBT.c:133
+msgid "build binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:135
+msgid "build source package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:138
+#, fuzzy
+msgid "build binary package from source package"
+msgstr "¥Ð¥¤¥Ê¥ê¤ò¥Ñ¥Ã¥±¡¼¥¸²½ (prep¡¢compile¡¢install¡¢package)"
+
+#: lib/poptBT.c:140
+#, fuzzy
+msgid "build through %%install stage from source package"
+msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤Þ¤¹\n"
+
+#: lib/poptBT.c:143
+#, fuzzy
+msgid "override build root"
+msgstr "¥Ó¥ë¥É¥ë¡¼¥È¤ò¾å½ñ¤­¤·¤Þ¤¹"
+
+#: lib/poptBT.c:147
+#, fuzzy
+msgid "do not execute any stages of the build"
+msgstr "ºîÀ®¤¹¤ë¤¿¤á¤Î¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
+
+#: lib/poptBT.c:149
+msgid "do not accept I18N msgstr's from specfile"
+msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤«¤é I18N ¤Ê msgstr ¤ò¼õ¤±Æþ¤ì¤Þ¤»¤ó"
+
+#: lib/poptBT.c:153
+#, fuzzy
+msgid "remove specfile when done"
+msgstr "½ªÎ»¸å¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Þ¤¹"
+
+#: lib/poptBT.c:157
+msgid "override target platform"
+msgstr "¥¿¡¼¥²¥Ã¥È¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤ò¾å½ñ¤­¤·¤Þ¤¹"
+
+#: lib/poptBT.c:159
+msgid "lookup I18N strings in specfile catalog"
+msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¥«¥¿¥í¥°Ãæ¤Î I18N Ê¸»úÎó¤òõ¤·¤Æ¤¤¤Þ¤¹"
+
 #: lib/problems.c:43
 #, c-format
 msgid " is needed by %s-%s-%s\n"
@@ -3144,222 +3144,129 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s-%s-%s"
 msgstr "ÉÔÌÀ¤Ê¥¨¥é¡¼ %d ¤¬¥Ñ¥Ã¥±¡¼¥¸ %s-%s-%s ¤ÎÁàºîÃæ¤Ë¤ª¤­¤Þ¤·¤¿"
 
-#: lib/query.c:141
+#: lib/query.c:139
 #, c-format
 msgid "error in format: %s\n"
 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥ÈÃæ¤Î¥¨¥é¡¼: %s\n"
 
-#: lib/query.c:200
+#: lib/query.c:198
 msgid "(contains no files)"
 msgstr "¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
 
-#: lib/query.c:259
+#: lib/query.c:257
 msgid "normal        "
 msgstr "Ä̾ï"
 
-#: lib/query.c:261
+#: lib/query.c:259
 msgid "replaced      "
 msgstr "ÃÖ¤­´¹¤¨¤é¤ì¤Æ¤¤¤Þ¤¹"
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "not installed "
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
 
-#: lib/query.c:265
+#: lib/query.c:263
 msgid "net shared    "
 msgstr "¥Í¥Ã¥È¶¦Í­"
 
-#: lib/query.c:267
+#: lib/query.c:265
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(̤ÃΤΠ%3d)"
 
-#: lib/query.c:271
+#: lib/query.c:269
 msgid "(no state)    "
 msgstr "(²¿¤Î¾õÂ֤⤢¤ê¤Þ¤»¤ó)"
 
-#: lib/query.c:288 lib/query.c:331
+#: lib/query.c:286 lib/query.c:329
 msgid "package has neither file owner or id lists"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ï¥Õ¥¡¥¤¥ë½êÍ­¼Ô¤ä id ¥ê¥¹¥È¤ò¤É¤Á¤é¤â»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
 
-#: lib/query.c:375
+#: lib/query.c:373
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "%s ¤òºï½ü(unlink)¤Ç¤­¤Þ¤»¤ó: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:492
+#: lib/query.c:490
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s\n"
 
-#: lib/query.c:510
+#: lib/query.c:508
 msgid "old format source packages cannot be queried\n"
 msgstr "µì·Á¼°¤Î¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/query.c:519 lib/rpminstall.c:231
+#: lib/query.c:517 lib/rpminstall.c:231
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s ¤Ï RPM ¥Ñ¥Ã¥±¡¼¥¸¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó\n"
 
-#: lib/query.c:523
+#: lib/query.c:521
 #, c-format
 msgid "query of %s failed\n"
 msgstr "%s ¤Ø¤ÎÌ䤤¹ç¤ï¤»¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë %s ¤Ø¤ÎÌ䤤¹ç¤ï¤»¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡¢¥Ñ¡¼¥¹¤Ç¤­¤Þ¤»¤ó\n"
 
-#: lib/query.c:579
+#: lib/query.c:577
 #, fuzzy
 msgid "no packages\n"
 msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¸«¤Ä¤±¤Þ¤·¤¿\n"
 
-#: lib/query.c:589
+#: lib/query.c:587
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "¥°¥ë¡¼¥× %s ¤Ë°¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:599
+#: lib/query.c:597
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "%s ¤ò¥È¥ê¥¬¡¼¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:609
+#: lib/query.c:607
 #, c-format
 msgid "no package requires %s\n"
 msgstr "%s ¤òɬÍפȤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:620
+#: lib/query.c:618
 #, c-format
 msgid "no package provides %s\n"
 msgstr "%s ¤òÄ󶡤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
 
-#: lib/query.c:636
+#: lib/query.c:634
 #, c-format
 msgid "file %s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s: %s\n"
 
-#: lib/query.c:639
+#: lib/query.c:637
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ï¤É¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤â°¤·¤Æ¤¤¤Þ¤»¤ó\n"
 
-#: lib/query.c:664
+#: lib/query.c:662
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "̵¸ú¤Ê¥Ñ¥Ã¥±¡¼¥¸ÈÖ¹æ: %s\n"
 
-#: lib/query.c:667
+#: lib/query.c:665
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥ì¥³¡¼¥ÉÈÖ¹æ %d\n"
 
-#: lib/query.c:671
+#: lib/query.c:669
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "¥ì¥³¡¼¥É %d ¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿\n"
 
-#: lib/query.c:682 lib/rpminstall.c:435
+#: lib/query.c:680 lib/rpminstall.c:435
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
 
-#: lib/query.c:769
-#, fuzzy
-msgid "query package owning file"
-msgstr "¥Õ¥¡¥¤¥ë¤ò½êÍ­¤·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
-
-#: lib/query.c:771
-#, fuzzy
-msgid "query packages in group"
-msgstr "¥°¥ë¡¼¥×Ãæ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹\n"
-
-#: lib/query.c:773
-#, fuzzy
-msgid "query a package file"
-msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
-
-#: lib/query.c:775
-#, fuzzy
-msgid "rpm query mode"
-msgstr "Ì䤤¹ç¤ï¤»¥â¡¼¥É"
-
-#: lib/query.c:779
-msgid "display known query tags"
-msgstr ""
-
-#: lib/query.c:781
-#, fuzzy
-msgid "query a spec file"
-msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
-
-#: lib/query.c:783
-#, fuzzy
-msgid "query the pacakges triggered by the package"
-msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
-
-#: lib/query.c:785
-#, fuzzy
-msgid "rpm verify mode"
-msgstr "Ì䤤¹ç¤ï¤»¥â¡¼¥É"
-
-#: lib/query.c:787
-msgid "rpm verify mode (legacy)"
-msgstr ""
-
-#: lib/query.c:789
-#, fuzzy
-msgid "query the packages which require a capability"
-msgstr ""
-"µ¡Ç½¤òɬÍפȤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤Æ\n"
-"Ì䤤¹ç¤ï¤»¤Þ¤¹"
-
-#: lib/query.c:791
-#, fuzzy
-msgid "query the packages which provide a capability"
-msgstr "µ¡Ç½¤òÄ󶡤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
-
-#: lib/query.c:831
-#, fuzzy
-msgid "list all configuration files"
-msgstr "Á´¤Æ¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤òÎóµó¤·¤Þ¤¹"
-
-#: lib/query.c:833
-#, fuzzy
-msgid "list all documentation files"
-msgstr "Á´¤Æ¤Î¥É¥­¥å¥á¥ó¥È¥Õ¥¡¥¤¥ë¤òÎóµó¤·¤Þ¤¹"
-
-#: lib/query.c:835
-#, fuzzy
-msgid "dump basic file information"
-msgstr "´ðËÜŪ¤Ê¥Õ¥¡¥¤¥ë¾ðÊó¤ò¥À¥ó¥×¤·¤Þ¤¹"
-
-#: lib/query.c:837
-#, fuzzy
-msgid "list files in package"
-msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤Î¥Õ¥¡¥¤¥ë¤òÎóµó¤·¤Þ¤¹\n"
-
-#: lib/query.c:841
-msgid "use the following query format"
-msgstr "°Ê²¼¤ÎÌ䤤¹ç¤ï¤»¥Õ¥©¡¼¥Þ¥Ã¥È¤ò»ÈÍѤ·¤Þ¤¹"
-
-#: lib/query.c:843
-#, fuzzy
-msgid "substitute i18n sections into spec file"
-msgstr "°Ê²¼¤Î¥«¥¿¥í¥°¤«¤é i18n ¥»¥¯¥·¥ç¥ó¤òÃÖ¤­´¹¤¨¤Þ¤¹"
-
-#: lib/query.c:845
-msgid "display the states of the listed files"
-msgstr "Îóµó¤·¤¿¥Õ¥¡¥¤¥ë¤Î¾õÂÖ¤òɽ¼¨¤·¤Þ¤¹"
-
-#: lib/query.c:847
-#, fuzzy
-msgid "display a verbose file listing"
-msgstr "¥Õ¥¡¥¤¥ë¥ê¥¹¥È¤ò¾éŤËɽ¼¨¤·¤Þ¤¹"
-
 #: lib/rpmchecksig.c:31
 #, fuzzy, c-format
 msgid "%s: open failed: %s\n"
@@ -4150,6 +4057,74 @@ msgstr "%s 
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "%s-%s-%s ¤Î¤¿¤á¤Î°Í¸À­¤òËþ¤¿¤·¤Æ¤¤¤Þ¤»¤ó:"
 
+#, fuzzy
+#~ msgid "query package owning file"
+#~ msgstr "¥Õ¥¡¥¤¥ë¤ò½êÍ­¤·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
+
+#, fuzzy
+#~ msgid "query packages in group"
+#~ msgstr "¥°¥ë¡¼¥×Ãæ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹\n"
+
+#, fuzzy
+#~ msgid "query a package file"
+#~ msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
+
+#, fuzzy
+#~ msgid "rpm query mode"
+#~ msgstr "Ì䤤¹ç¤ï¤»¥â¡¼¥É"
+
+#, fuzzy
+#~ msgid "query a spec file"
+#~ msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
+
+#, fuzzy
+#~ msgid "query the pacakges triggered by the package"
+#~ msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
+
+#, fuzzy
+#~ msgid "rpm verify mode"
+#~ msgstr "Ì䤤¹ç¤ï¤»¥â¡¼¥É"
+
+#, fuzzy
+#~ msgid "query the packages which require a capability"
+#~ msgstr ""
+#~ "µ¡Ç½¤òɬÍפȤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤Æ\n"
+#~ "Ì䤤¹ç¤ï¤»¤Þ¤¹"
+
+#, fuzzy
+#~ msgid "query the packages which provide a capability"
+#~ msgstr "µ¡Ç½¤òÄ󶡤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
+
+#, fuzzy
+#~ msgid "list all configuration files"
+#~ msgstr "Á´¤Æ¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤òÎóµó¤·¤Þ¤¹"
+
+#, fuzzy
+#~ msgid "list all documentation files"
+#~ msgstr "Á´¤Æ¤Î¥É¥­¥å¥á¥ó¥È¥Õ¥¡¥¤¥ë¤òÎóµó¤·¤Þ¤¹"
+
+#, fuzzy
+#~ msgid "dump basic file information"
+#~ msgstr "´ðËÜŪ¤Ê¥Õ¥¡¥¤¥ë¾ðÊó¤ò¥À¥ó¥×¤·¤Þ¤¹"
+
+#, fuzzy
+#~ msgid "list files in package"
+#~ msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤Î¥Õ¥¡¥¤¥ë¤òÎóµó¤·¤Þ¤¹\n"
+
+#~ msgid "use the following query format"
+#~ msgstr "°Ê²¼¤ÎÌ䤤¹ç¤ï¤»¥Õ¥©¡¼¥Þ¥Ã¥È¤ò»ÈÍѤ·¤Þ¤¹"
+
+#, fuzzy
+#~ msgid "substitute i18n sections into spec file"
+#~ msgstr "°Ê²¼¤Î¥«¥¿¥í¥°¤«¤é i18n ¥»¥¯¥·¥ç¥ó¤òÃÖ¤­´¹¤¨¤Þ¤¹"
+
+#~ msgid "display the states of the listed files"
+#~ msgstr "Îóµó¤·¤¿¥Õ¥¡¥¤¥ë¤Î¾õÂÖ¤òɽ¼¨¤·¤Þ¤¹"
+
+#, fuzzy
+#~ msgid "display a verbose file listing"
+#~ msgstr "¥Õ¥¡¥¤¥ë¥ê¥¹¥È¤ò¾éŤËɽ¼¨¤·¤Þ¤¹"
+
 #~ msgid "--buildarch has been obsoleted.  Use the --target option instead.\n"
 #~ msgstr ""
 #~ "--buildarch ¤Ïµì¼°¤Ë¤Ê¤ê¤Þ¤·¤¿¡£Âå¤ê¤Ë --target "
index b89a4b7..7d4c59d 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm-3.0.2\n"
-"POT-Creation-Date: 2000-05-31 13:32-0400\n"
+"POT-Creation-Date: 2000-06-01 00:32-0400\n"
 "PO-Revision-Date: 1999-05-25 17:00+0100\n"
 "Last-Translator: Pawe³ Dziekoñski <pdziekonski@mml.ch.pwr.wroc.pl>\n"
 "Language-Team: Polish <pl@li.org>\n"
@@ -67,117 +67,6 @@ msgstr "Budowanie dla platform: %s\n"
 msgid "Building for target %s\n"
 msgstr "Budowanie dla %s\n"
 
-#: build.c:385
-msgid "buildroot already specified"
-msgstr "buildroot by³ ju¿ wcze¶niej podany"
-
-#: build.c:411
-msgid "build through %%prep stage from spec file"
-msgstr ""
-
-#: build.c:413
-msgid "build through %%build stage from spec file"
-msgstr ""
-
-#: build.c:415
-msgid "build through %%install stage from spec file"
-msgstr ""
-
-#: build.c:417
-#, fuzzy
-msgid "verify %%files section from spec file"
-msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
-
-#: build.c:419
-#, fuzzy
-msgid "build source and binary package from spec file"
-msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
-
-#: build.c:421
-#, fuzzy
-msgid "build binary package from spec file"
-msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
-
-#: build.c:423
-#, fuzzy
-msgid "build source package from spec file"
-msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
-
-#: build.c:426
-msgid "build through %%prep stage from tar ball"
-msgstr ""
-
-#: build.c:428
-msgid "build through %%build stage from tar ball"
-msgstr ""
-
-#: build.c:430
-msgid "build through %%install stage from tar ball"
-msgstr ""
-
-#: build.c:432
-msgid "verify %%files section from tar ball"
-msgstr ""
-
-#: build.c:434
-#, fuzzy
-msgid "build source and binary package from tar ball"
-msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
-
-#: build.c:436
-msgid "build binary package from tar ball"
-msgstr ""
-
-#: build.c:438
-msgid "build source package from tar ball"
-msgstr ""
-
-#: build.c:441
-#, fuzzy
-msgid "build binary package from source package"
-msgstr "pakiet binarny (preparuj, kompiluj, instaluj, pakiet)"
-
-#: build.c:443
-#, fuzzy
-msgid "build through %%install stage from source package"
-msgstr "instacja pakietu ¼ród³owego\n"
-
-#: build.c:446
-msgid "override build root"
-msgstr "wymu¶ build root"
-
-#: build.c:448 rpm.c:485 rpmqv.c:607
-msgid "remove build tree when done"
-msgstr "usuñ budowane drzewo po skoñczeniu"
-
-#: build.c:450
-msgid "do not execute any stages of the build"
-msgstr "nie wykonuj ¿adnych etapów budowania"
-
-#: build.c:452
-msgid "do not accept I18N msgstr's from specfile"
-msgstr "nie akceptuj wpisów I18N ze speca"
-
-#: build.c:454 rpm.c:487 rpmqv.c:609
-msgid "remove sources when done"
-msgstr "usuñ ¼ród³a po zakoñczeniu"
-
-#: build.c:456
-msgid "remove specfile when done"
-msgstr "usuñ speca po zakoñczeniu"
-
-#: build.c:458 rpm.c:483 rpmqv.c:605
-msgid "skip straight to specified stage (only for c,i)"
-msgstr "przejd¼ od razu do podanego etapu (tylko dla c,i)"
-
-#: build.c:460
-msgid "override target platform"
-msgstr "wymu¶ platformê docelow±"
-
-#: build.c:462
-msgid "lookup I18N strings in specfile catalog"
-msgstr "wyszukaj wpisy I18N w katalogu speca"
-
 #: convertdb.c:39
 msgid "RPM database already exists"
 msgstr "Baza RPM'a ju¿ istnieje"
@@ -222,207 +111,207 @@ msgstr "nie znaleziono pakietu w bazie danych"
 msgid "no copyright!\n"
 msgstr "brak praw autorskich!\n"
 
-#: rpm.c:182 rpmqv.c:277
+#: rpm.c:191 rpmqv.c:257
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:193 rpmqv.c:288
+#: rpm.c:202 rpmqv.c:268
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM wersja %s\n"
 
-#: rpm.c:197 rpmqv.c:292
+#: rpm.c:206 rpmqv.c:272
 msgid "Copyright (C) 1998 - Red Hat Software"
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:198 rpmqv.c:293
+#: rpm.c:207 rpmqv.c:273
 #, fuzzy
 msgid "This may be freely redistributed under the terms of the GNU GPL"
 msgstr "Program mo¿e byæ swobodnie rozpowszechniany na warunkach licencji GNU"
 
-#: rpm.c:206
+#: rpm.c:215
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "U¿ycie: rpm {--help}"
 
-#: rpm.c:207
+#: rpm.c:216
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:208
+#: rpm.c:217
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <katalog>]"
 
-#: rpm.c:209
+#: rpm.c:218
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:210 rpmqv.c:314
+#: rpm.c:219 rpmqv.c:294
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <katalog>]"
 
-#: rpm.c:211 rpmqv.c:315
+#: rpm.c:220 rpmqv.c:295
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:212 rpmqv.c:316
+#: rpm.c:221 rpmqv.c:296
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <plik>] [--ignorearch] [--dbpath <katalog>]"
 
-#: rpm.c:213 rpmqv.c:317
+#: rpm.c:222 rpmqv.c:297
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <katalog>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:214 rpmqv.c:318
+#: rpm.c:223 rpmqv.c:298
 msgid ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 msgstr ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 
-#: rpm.c:215 rpm.c:224 rpm.c:233 rpmqv.c:319 rpmqv.c:328 rpmqv.c:343
+#: rpm.c:224 rpm.c:233 rpm.c:242 rpmqv.c:299 rpmqv.c:308 rpmqv.c:323
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--httpproxy <host>] [--httpport <port>] "
 
-#: rpm.c:216 rpm.c:226 rpmqv.c:320 rpmqv.c:330
+#: rpm.c:225 rpm.c:235 rpmqv.c:300 rpmqv.c:310
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 "                        [--noorder] [--relocate stara-¶cie¿ka=nowa-¶cie¿ka]"
 
-#: rpm.c:217 rpmqv.c:321
+#: rpm.c:226 rpmqv.c:301
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--badreloc] [--notriggers] [--excludepath <¶cie¿ka>]"
 
-#: rpm.c:218 rpmqv.c:322
+#: rpm.c:227 rpmqv.c:302
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--ignoresize] plik1.rpm ... plikN.rpm"
 
-#: rpm.c:219
+#: rpm.c:228
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:220 rpmqv.c:324
+#: rpm.c:229 rpmqv.c:304
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 "                        [--oldpackage] [--root <katalog>] [--noscripts]"
 
-#: rpm.c:221 rpmqv.c:325
+#: rpm.c:230 rpmqv.c:305
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <plik>]"
 
-#: rpm.c:222 rpmqv.c:326
+#: rpm.c:231 rpmqv.c:306
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <katalog>] [--prefix "
 "<katalog>] "
 
-#: rpm.c:223 rpmqv.c:327
+#: rpm.c:232 rpmqv.c:307
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <host>] [--ftpport <port>]"
 
-#: rpm.c:225 rpmqv.c:329
+#: rpm.c:234 rpmqv.c:309
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:227 rpmqv.c:331
+#: rpm.c:236 rpmqv.c:311
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                        [--badreloc] [--excludepath <¶cie¿ka>] [--ignoresize]"
 
-#: rpm.c:228 rpmqv.c:332
+#: rpm.c:237 rpmqv.c:312
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        plik1.rpm ... plikN.rpm"
 
-#: rpm.c:229
+#: rpm.c:238
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:230 rpmqv.c:340
+#: rpm.c:239 rpmqv.c:320
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                        [--scripts] [--root <katalog>] [--rcfile <plik>]"
 
-#: rpm.c:231 rpmqv.c:341
+#: rpm.c:240 rpmqv.c:321
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr "                        [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:232 rpmqv.c:342
+#: rpm.c:241 rpmqv.c:322
 msgid ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
 msgstr ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
 
-#: rpm.c:234 rpmqv.c:344
+#: rpm.c:243 rpmqv.c:324
 msgid ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 msgstr ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 
-#: rpm.c:235 rpmqv.c:345
+#: rpm.c:244 rpmqv.c:325
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--changelog] [--dbpath <katalog>] [cele]"
 
-#: rpm.c:236
+#: rpm.c:245
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <katalog>] [--rcfile <plik>]"
 
-#: rpm.c:237 rpmqv.c:347
+#: rpm.c:246 rpmqv.c:327
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <katalog>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:238 rpmqv.c:348
+#: rpm.c:247 rpmqv.c:328
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [cele]"
 
-#: rpm.c:239
+#: rpm.c:248
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [cel]"
 
-#: rpm.c:240
+#: rpm.c:249
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [cel]"
 
-#: rpm.c:241
+#: rpm.c:250
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "                        plik1.rpm ... plikN.rpm"
 
-#: rpm.c:242
+#: rpm.c:251
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e} [--root <katalog>] [--noscripts] [--rcfile <plik>]"
 
-#: rpm.c:243 rpmqv.c:334
+#: rpm.c:252 rpmqv.c:314
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <katalog>] [--nodeps] [--allmatches]"
 
-#: rpm.c:244 rpmqv.c:335
+#: rpm.c:253 rpmqv.c:315
 msgid ""
 "                        [--justdb] [--notriggers] rpackage1 ... packageN"
 msgstr "                        [--justdb] [--notriggers] pakiet1 ... pakietN"
 
-#: rpm.c:245
+#: rpm.c:254
 #, fuzzy
 msgid ""
 "       rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -430,442 +319,442 @@ msgid ""
 msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile <plik>]"
 
-#: rpm.c:246
+#: rpm.c:255
 msgid "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 msgstr "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 
-#: rpm.c:247 rpmqv.c:357
+#: rpm.c:256 rpmqv.c:337
 msgid "                        [--target=platform1[,platform2...]]"
 msgstr "                        [--target=platforma1[,platforma2...]]"
 
-#: rpm.c:248 rpmqv.c:358
+#: rpm.c:257 rpmqv.c:338
 #, fuzzy
 msgid "                        [--rmsource] [--rmspec] specfile"
 msgstr "                        [--rmsource] plik_spec"
 
-#: rpm.c:249
+#: rpm.c:258
 msgid "       rpm {--rmsource} [--rcfile <file>] [-v] specfile"
 msgstr "       rpm {--rmsource} [--rcfile <plik>] [-v] plik_spec"
 
-#: rpm.c:250
+#: rpm.c:259
 msgid ""
 "       rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <plik>] [-v] ¼ród³owy1.rpm ... ¼ród³owyN.rpm"
 
-#: rpm.c:251
+#: rpm.c:260
 msgid ""
 "       rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--recompile} [--rcfile <plik>] [-v] ¼ród³owy1.rpm ... "
 "¼ród³owyN.rpm"
 
-#: rpm.c:252
+#: rpm.c:261
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <plik>] pakiet1 pakiet2 ... pakietN"
 
-#: rpm.c:253
+#: rpm.c:262
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <plik>] pakiet1 pakiet2 ... pakietN"
 
-#: rpm.c:254
+#: rpm.c:263
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <plik>]"
 
-#: rpm.c:255 rpmqv.c:369
+#: rpm.c:264 rpmqv.c:349
 msgid "                           package1 ... packageN"
 msgstr "                           pakiet1 ... pakietN"
 
-#: rpm.c:256
+#: rpm.c:265
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <plik>] [--dbpath <katalog>]"
 
-#: rpm.c:257
+#: rpm.c:266
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:291 rpmqv.c:405
+#: rpm.c:300 rpmqv.c:385
 #, fuzzy
 msgid "Usage:"
 msgstr "u¿ycie:"
 
-#: rpm.c:293 rpmqv.c:407
+#: rpm.c:302 rpmqv.c:387
 msgid "print this message"
 msgstr "wy¶wietl ten tekst"
 
-#: rpm.c:295 rpmqv.c:409
+#: rpm.c:304 rpmqv.c:389
 msgid "print the version of rpm being used"
 msgstr "wy¶wietl wersjê u¿ywanego rpm-a"
 
-#: rpm.c:298
+#: rpm.c:307
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   wszystkie tryby pracy pozwalaj± u¿yæ nastêpuj±cych argumentów:"
 
-#: rpm.c:299
+#: rpm.c:308
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:300 rpmqv.c:414
+#: rpm.c:309 rpmqv.c:394
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:301
+#: rpm.c:310
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    --pipe <komenda>      "
 
-#: rpm.c:302 rpmqv.c:416
+#: rpm.c:311 rpmqv.c:396
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "wy¶wietl wersjê u¿ywanego rpm-a"
 
-#: rpm.c:303
+#: rpm.c:312
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <komenda>      "
 
-#: rpm.c:304 rpmqv.c:418
+#: rpm.c:313 rpmqv.c:398
 msgid "send stdout to <cmd>"
 msgstr "przeka¿ standartowe wyj¶cie do <komenda>"
 
-#: rpm.c:305
+#: rpm.c:314
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "      --rcfile <plik>     "
 
-#: rpm.c:306 rpmqv.c:420
+#: rpm.c:315 rpmqv.c:400
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "u¿yj <plik> zamiast /etc/rpmrc i $HOME/.rpmrc"
 
-#: rpm.c:308 rpmqv.c:422
+#: rpm.c:317 rpmqv.c:402
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:310 rpmqv.c:430
+#: rpm.c:319 rpmqv.c:410
 msgid "be a little more verbose"
 msgstr "wy¶wietlaj nieco wiêcej komunikatów"
 
-#: rpm.c:312 rpmqv.c:432
+#: rpm.c:321 rpmqv.c:412
 msgid "be incredibly verbose (for debugging)"
 msgstr "wy¶wietlaj BARDZO du¿o komunikatów (dla odpluskwiania)"
 
-#: rpm.c:315
+#: rpm.c:324
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   instalacja, uaktualnianie i odpytywanie (z opcj± -p) pozwalaj± u¿yæ URL'a "
 "ftp zamiast"
 
-#: rpm.c:316
+#: rpm.c:325
 msgid "   of file names as well as the following options:"
 msgstr "   nazwy pliku tak jak i nastêpuj±cych opcji:"
 
-#: rpm.c:317
+#: rpm.c:326
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <host>   "
 
-#: rpm.c:318 rpmqv.c:439
+#: rpm.c:327 rpmqv.c:419
 msgid "hostname or IP of ftp proxy"
 msgstr "nazwa lub numer IP maszyny bêd±cej ftp proksy"
 
-#: rpm.c:319
+#: rpm.c:328
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <port>    "
 
-#: rpm.c:320 rpmqv.c:441
+#: rpm.c:329 rpmqv.c:421
 msgid "port number of ftp server (or proxy)"
 msgstr "numer portu serwera ftp (lub proksy)"
 
-#: rpm.c:321
+#: rpm.c:330
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "      --httpproxy <host>   "
 
-#: rpm.c:322 rpmqv.c:443
+#: rpm.c:331 rpmqv.c:423
 msgid "hostname or IP of http proxy"
 msgstr "nazwa lub IP hosta bêd±cego http proksy"
 
-#: rpm.c:323
+#: rpm.c:332
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "      --httpport <port>    "
 
-#: rpm.c:324 rpmqv.c:445
+#: rpm.c:333 rpmqv.c:425
 msgid "port number of http server (or proxy)"
 msgstr "numer portu serwera http (albo proksy)"
 
-#: rpm.c:328 rpmqv.c:465
+#: rpm.c:337 rpmqv.c:445
 msgid "query mode"
 msgstr "tryb odpytywania"
 
-#: rpm.c:329 rpm.c:375 rpm.c:400 rpm.c:452 rpm.c:526
+#: rpm.c:338 rpm.c:384 rpm.c:409 rpm.c:461 rpm.c:535
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <katalog>      "
 
-#: rpm.c:330 rpm.c:376 rpm.c:401 rpm.c:453 rpm.c:527 rpmqv.c:425
+#: rpm.c:339 rpm.c:385 rpm.c:410 rpm.c:462 rpm.c:536 rpmqv.c:405
 msgid "use <dir> as the directory for the database"
 msgstr "u¿yj <katalog> jako katalogu bazy pakietów"
 
-#: rpm.c:331
+#: rpm.c:340
 msgid "      --queryformat <qfmt>"
 msgstr "      --queryformat <format zapytania>"
 
-#: rpm.c:332 rpmqv.c:467
+#: rpm.c:341 rpmqv.c:447
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "u¿yj <format zapytania> jako formatu nag³ówka (dotyczy -i)"
 
-#: rpm.c:333 rpm.c:377 rpm.c:435 rpm.c:464
+#: rpm.c:342 rpm.c:386 rpm.c:444 rpm.c:473
 msgid "      --root <dir>        "
 msgstr "      --root <katalog>        "
 
-#: rpm.c:334 rpm.c:378 rpm.c:436 rpm.c:465 rpm.c:529 rpmqv.c:427
+#: rpm.c:343 rpm.c:387 rpm.c:445 rpm.c:474 rpm.c:538 rpmqv.c:407
 msgid "use <dir> as the top level directory"
 msgstr "u¿yj <katalogu> jako katalogu najwy¿szego poziomu"
 
-#: rpm.c:335
+#: rpm.c:344
 msgid "      Package specification options:"
 msgstr "      Opcje selekcjonuj±ce pakiety:"
 
-#: rpm.c:337
+#: rpm.c:346
 msgid "query all packages"
 msgstr "odpytuj wszystkie pakiety"
 
-#: rpm.c:338
+#: rpm.c:347
 msgid "        -f <file>+        "
 msgstr "        -f <plik>+        "
 
-#: rpm.c:339
+#: rpm.c:348
 msgid "query package owning <file>"
 msgstr "zapytaj do jakiego pakietu nale¿y <plik>"
 
-#: rpm.c:340
+#: rpm.c:349
 msgid "        -p <packagefile>+ "
 msgstr "        -p <nazwa pakietu>+ "
 
-#: rpm.c:341
+#: rpm.c:350
 msgid "query (uninstalled) package <packagefile>"
 msgstr "odpytaj (niezainstalowany) pakiet <nazwa pakietu>"
 
-#: rpm.c:342
+#: rpm.c:351
 msgid "        --triggeredby <pkg>"
 msgstr "        --triggeredby <pakiet>"
 
-#: rpm.c:343
+#: rpm.c:352
 msgid "query packages triggered by <pkg>"
 msgstr "odpytaj pakiety zahaczane przez <pakiet>"
 
-#: rpm.c:344
+#: rpm.c:353
 msgid "        --whatprovides <cap>"
 msgstr "        --whatprovides <zas>"
 
-#: rpm.c:345
+#: rpm.c:354
 msgid "query packages which provide <cap> capability"
 msgstr "odszukaj pakiety udostêpniaj±ce zasób <zas>"
 
-#: rpm.c:346
+#: rpm.c:355
 msgid "        --whatrequires <cap>"
 msgstr "        --whatrequires <zas>"
 
-#: rpm.c:347
+#: rpm.c:356
 msgid "query packages which require <cap> capability"
 msgstr "odszukaj pakiety wymagaj±ce zasobu <zas>"
 
-#: rpm.c:348
+#: rpm.c:357
 msgid "      Information selection options:"
 msgstr "      Opcje odpytuj±ce pakiety:"
 
-#: rpm.c:350 rpmqv.c:471
+#: rpm.c:359 rpmqv.c:451
 msgid "display package information"
 msgstr "wy¶wietl informacjê o pakiecie"
 
-#: rpm.c:352 rpmqv.c:473
+#: rpm.c:361 rpmqv.c:453
 msgid "display the package's change log"
 msgstr "wy¶wietl wykaz zmian dokonanych w pakiecie"
 
-#: rpm.c:354 rpmqv.c:475
+#: rpm.c:363 rpmqv.c:455
 msgid "display package file list"
 msgstr "wy¶wietl listê plików zawartych w pakiecie"
 
-#: rpm.c:356 rpmqv.c:477
+#: rpm.c:365 rpmqv.c:457
 msgid "show file states (implies -l)"
 msgstr "poka¿ statusy plików (dotyczy -l)"
 
-#: rpm.c:358 rpmqv.c:479
+#: rpm.c:367 rpmqv.c:459
 msgid "list only documentation files (implies -l)"
 msgstr "wy¶wietl tylko pliki dokumentacji (dotyczy -l)"
 
-#: rpm.c:360 rpmqv.c:481
+#: rpm.c:369 rpmqv.c:461
 msgid "list only configuration files (implies -l)"
 msgstr "wy¶wietl tylko pliki konfiguracyjne (dotyczy -l)"
 
-#: rpm.c:362 rpmqv.c:483
+#: rpm.c:371 rpmqv.c:463
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 "poka¿ wszystkie informacje o ka¿dym pliku (musi byæ u¿yte z -l, -c lub -d)"
 
-#: rpm.c:364
+#: rpm.c:373
 msgid "list capabilities package provides"
 msgstr "wypisz zasoby udostêpniane przez pakiet"
 
-#: rpm.c:366
+#: rpm.c:375
 msgid "list package dependencies"
 msgstr "wypisz zale¿no¶ci pakietu"
 
-#: rpm.c:368
+#: rpm.c:377
 msgid "print the various [un]install scripts"
 msgstr "wy¶wietl skrypty [de]instalacyjne"
 
-#: rpm.c:370
+#: rpm.c:379
 msgid "show the trigger scripts contained in the package"
 msgstr "wy¶wietl trigger skrypty zawarte w pakiecie"
 
-#: rpm.c:374 rpmqv.c:494
+#: rpm.c:383 rpmqv.c:474
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr "sprawd¼ stan pakietu (u¿ywa tych samych opcji co -q)"
 
-#: rpm.c:380 rpm.c:422 rpm.c:457 rpmqv.c:496 rpmqv.c:542 rpmqv.c:576
+#: rpm.c:389 rpm.c:431 rpm.c:466 rpmqv.c:476 rpmqv.c:522 rpmqv.c:556
 msgid "do not verify package dependencies"
 msgstr "nie sprawdzaj zale¿no¶ci pakietu"
 
-#: rpm.c:382 rpmqv.c:498
+#: rpm.c:391 rpmqv.c:478
 msgid "do not verify file md5 checksums"
 msgstr "nie sprawdzaj sum kontrolnych md5 plików"
 
-#: rpm.c:384 rpmqv.c:500
+#: rpm.c:393 rpmqv.c:480
 msgid "do not verify file attributes"
 msgstr "nie sprawdzaj atrybutów plików"
 
-#: rpm.c:386 rpmqv.c:503
+#: rpm.c:395 rpmqv.c:483
 msgid "list the tags that can be used in a query format"
 msgstr "wypisz etykiety w³asno¶ci, o które mo¿na zapytaæ"
 
-#: rpm.c:389
+#: rpm.c:398
 msgid "    --install <packagefile>"
 msgstr "    --install <nazwa pakietu>"
 
-#: rpm.c:390
+#: rpm.c:399
 msgid "    -i <packagefile>      "
 msgstr "    -i <nazwa pakietu>      "
 
-#: rpm.c:391 rpmqv.c:517
+#: rpm.c:400 rpmqv.c:497
 msgid "install package"
 msgstr "instaluj pakiet"
 
-#: rpm.c:392
+#: rpm.c:401
 msgid "      --excludepath <path>"
 msgstr "      --excludepath <¶cie¿ka>"
 
-#: rpm.c:393
+#: rpm.c:402
 msgid "skip files in path <path>"
 msgstr "pomiñ pliki le¿±ce w <¶cie¿ce>"
 
-#: rpm.c:394
+#: rpm.c:403
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <stara-¶cie¿ka>=<nowa-¶cie¿ka>"
 
-#: rpm.c:395 rpmqv.c:554
+#: rpm.c:404 rpmqv.c:534
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "przesuñ pliki z drzewa <stara-¶cie¿ka> do drzewa <nowa-¶cie¿ka>"
 
-#: rpm.c:397 rpmqv.c:522
+#: rpm.c:406 rpmqv.c:502
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "nie mo¿na u¿yæ ¶cie¿ki %s przy przesuwaniu pakietu %s-%s-%s"
 
-#: rpm.c:398
+#: rpm.c:407
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <katalog>      "
 
-#: rpm.c:399 rpmqv.c:552
+#: rpm.c:408 rpmqv.c:532
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "przesuñ pliki pakietu do drzewa <katalog>, je¶li jest przesuwalny"
 
-#: rpm.c:403 rpmqv.c:524
+#: rpm.c:412 rpmqv.c:504
 msgid "do not install documentation"
 msgstr "nie instaluj dokumentacji"
 
-#: rpm.c:405 rpmqv.c:528
+#: rpm.c:414 rpmqv.c:508
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "skrócona wersja kombinacji --replacepkgs --replacefiles"
 
-#: rpm.c:407 rpmqv.c:530
+#: rpm.c:416 rpmqv.c:510
 msgid "print hash marks as package installs (good with -v)"
 msgstr "wy¶wietlaj znaki hash przy instalacji (fajne z -v)"
 
-#: rpm.c:409 rpmqv.c:519
+#: rpm.c:418 rpmqv.c:499
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "instaluj wszystkie pliki, nawet konfiguracyjne, które w innym przypadku by "
 "pominêto"
 
-#: rpm.c:412 rpmqv.c:532
+#: rpm.c:421 rpmqv.c:512
 msgid "don't verify package architecture"
 msgstr "nie sprawdzaj architektury systemu"
 
-#: rpm.c:414 rpmqv.c:534
+#: rpm.c:423 rpmqv.c:514
 msgid "don't check disk space before installing"
 msgstr "nie sprawdzaj zajêto¶ci dysku przed instalacj±"
 
-#: rpm.c:416 rpmqv.c:536
+#: rpm.c:425 rpmqv.c:516
 msgid "don't verify package operating system"
 msgstr "nie sprawdzaj rodzaju systemu operacyjnego"
 
-#: rpm.c:418 rpmqv.c:538
+#: rpm.c:427 rpmqv.c:518
 msgid "install documentation"
 msgstr "zainstaluj dokumentacjê"
 
-#: rpm.c:420 rpm.c:455 rpmqv.c:540 rpmqv.c:574
+#: rpm.c:429 rpm.c:464 rpmqv.c:520 rpmqv.c:554
 msgid "update the database, but do not modify the filesystem"
 msgstr "od¶wie¿ bazê, ale nie modyfikuj systemu plików"
 
-#: rpm.c:424 rpm.c:459 rpmqv.c:544 rpmqv.c:578
+#: rpm.c:433 rpm.c:468 rpmqv.c:524 rpmqv.c:558
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "nie zmieniaj kolejno¶ci instalacji pakietów by zapewniæ zale¿no¶ci"
 
-#: rpm.c:426
+#: rpm.c:435
 msgid "don't execute any installation scripts"
 msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
 
-#: rpm.c:428 rpm.c:463 rpmqv.c:582
+#: rpm.c:437 rpm.c:472 rpmqv.c:562
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:550
+#: rpm.c:439 rpmqv.c:530
 msgid "print percentages as package installs"
 msgstr "wy¶wietlaj stan instalacji w procentach"
 
-#: rpm.c:432 rpmqv.c:556
+#: rpm.c:441 rpmqv.c:536
 msgid "install even if the package replaces installed files"
 msgstr "instaluj nawet gdy pakiet zastêpuje inne zainstalowane pliki"
 
-#: rpm.c:434 rpmqv.c:558
+#: rpm.c:443 rpmqv.c:538
 msgid "reinstall if the package is already present"
 msgstr "przeinstaluj je¶li pakiet jest ju¿ zainstalowany"
 
-#: rpm.c:438 rpmqv.c:560
+#: rpm.c:447 rpmqv.c:540
 msgid "don't install, but tell if it would work or not"
 msgstr "nie instaluj, podaj tylko czy instalacja zadzia³a czy nie"
 
-#: rpm.c:441
+#: rpm.c:450
 msgid "    --upgrade <packagefile>"
 msgstr "    --upgrade <nazwa pakietu>"
 
-#: rpm.c:442
+#: rpm.c:451
 msgid "    -U <packagefile>      "
 msgstr "    -U <nazwa pakietu>      "
 
-#: rpm.c:443 rpmqv.c:564
+#: rpm.c:452 rpmqv.c:544
 msgid "upgrade package (same options as --install, plus)"
 msgstr "uaktualnij pakiet (te same opcje jak --install, plus)"
 
-#: rpm.c:445 rpmqv.c:566
+#: rpm.c:454 rpmqv.c:546
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -873,15 +762,15 @@ msgstr ""
 "uaktualnij do starej wersji (--force robi to samo automatycznie podczas "
 "uaktualniania)"
 
-#: rpm.c:447
+#: rpm.c:456
 msgid "    --erase <package>"
 msgstr "    --erase <pakiet>"
 
-#: rpm.c:449 rpmqv.c:570
+#: rpm.c:458 rpmqv.c:550
 msgid "erase (uninstall) package"
 msgstr "usuñ (odinstaluj) pakiet"
 
-#: rpm.c:451 rpmqv.c:572
+#: rpm.c:460 rpmqv.c:552
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -889,90 +778,102 @@ msgstr ""
 "usuñ wszystkie pakiety, które spe³niaj± wzorzec <pakiet> (zazwyczaj "
 "wy¶wietlany jest b³±d gdy <pakiet> opisuje wiele pakietów)"
 
-#: rpm.c:461 rpmqv.c:580
+#: rpm.c:470 rpmqv.c:560
 msgid "do not execute any package specific scripts"
 msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
 
-#: rpm.c:467
+#: rpm.c:476
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<etap> <plik-spec>  "
 
-#: rpm.c:468
+#: rpm.c:477
 msgid "    -t<stage> <tarball>   "
 msgstr "    -t<etap> <plik-tar>   "
 
-#: rpm.c:469 rpmqv.c:589
+#: rpm.c:478 rpmqv.c:569
 msgid "build package, where <stage> is one of:"
 msgstr "buduj pakiet, gdzie <etap> to:"
 
-#: rpm.c:471 rpmqv.c:591
+#: rpm.c:480 rpmqv.c:571
 msgid "prep (unpack sources and apply patches)"
 msgstr "preparuj (rozpakuj ¼ród³a i na³ó¿ ³aty)"
 
-#: rpm.c:473 rpmqv.c:593
+#: rpm.c:482 rpmqv.c:573
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 "sprawdzanie z listy (wykonuje kilka podstawowych weryfikacji na %files)"
 
-#: rpm.c:475 rpmqv.c:595
+#: rpm.c:484 rpmqv.c:575
 msgid "compile (prep and compile)"
 msgstr "kompiluj (preparuj i kompiluj)"
 
-#: rpm.c:477 rpmqv.c:597
+#: rpm.c:486 rpmqv.c:577
 msgid "install (prep, compile, install)"
 msgstr "instaluj (preparuj, kompiluj i instaluj)"
 
-#: rpm.c:479 rpmqv.c:599
+#: rpm.c:488 rpmqv.c:579
 msgid "binary package (prep, compile, install, package)"
 msgstr "pakiet binarny (preparuj, kompiluj, instaluj, pakiet)"
 
-#: rpm.c:481 rpmqv.c:601
+#: rpm.c:490 rpmqv.c:581
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "pakiet binarny/¼ród³owy (preparuj, kompiluj, instaluj, pakiet)"
 
-#: rpm.c:489 rpmqv.c:611
+#: lib/poptBT.c:155 rpm.c:492 rpmqv.c:585
+msgid "skip straight to specified stage (only for c,i)"
+msgstr "przejd¼ od razu do podanego etapu (tylko dla c,i)"
+
+#: lib/poptBT.c:145 rpm.c:494 rpmqv.c:587
+msgid "remove build tree when done"
+msgstr "usuñ budowane drzewo po skoñczeniu"
+
+#: lib/poptBT.c:151 rpm.c:496 rpmqv.c:589
+msgid "remove sources when done"
+msgstr "usuñ ¼ród³a po zakoñczeniu"
+
+#: rpm.c:498 rpmqv.c:591
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "usuñ speca po zakoñczeniu"
 
-#: rpm.c:491 rpmqv.c:613
+#: rpm.c:500 rpmqv.c:593
 msgid "generate PGP/GPG signature"
 msgstr "generuj sygnaturê PGP/GPG"
 
-#: rpm.c:492
+#: rpm.c:501
 msgid "      --buildroot <dir>   "
 msgstr "      --buildroot <katalog>"
 
-#: rpm.c:493 rpmqv.c:615
+#: rpm.c:502 rpmqv.c:595
 msgid "use <dir> as the build root"
 msgstr "u¿yj <katalog> jako korzeñ budowanego drzewa"
 
-#: rpm.c:494
+#: rpm.c:503
 msgid "      --target=<platform>+"
 msgstr "      --target=<platforma>+"
 
-#: rpm.c:495 rpmqv.c:617
+#: rpm.c:504 rpmqv.c:597
 msgid "build the packages for the build targets platform1...platformN."
 msgstr "buduj pakiety dla platform docelowych platforma1...platformaN."
 
-#: rpm.c:497 rpmqv.c:619
+#: rpm.c:506 rpmqv.c:599
 msgid "do not execute any stages"
 msgstr "nie wykonuj ¿adnych etapów"
 
-#: rpm.c:498
+#: rpm.c:507
 msgid "      --timecheck <secs>  "
 msgstr "      --timecheck <sekundy>"
 
-#: rpm.c:499
+#: rpm.c:508
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "ustaw sprawdzanie czasu do ilo¶ci <sekund> (0 wy³±cza)"
 
-#: rpm.c:501
+#: rpm.c:510
 msgid "    --rebuild <src_pkg>   "
 msgstr "    --rebuild <pkt_¼ród³> "
 
-#: rpm.c:502 rpmqv.c:622
+#: rpm.c:511 rpmqv.c:602
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -980,65 +881,65 @@ msgstr ""
 "instaluj pakiet ¼ród³owy, buduj pakiet binarny i usuñ plik spec, ¼ród³a, "
 "³aty i ikony"
 
-#: rpm.c:503
+#: rpm.c:512
 msgid "    --recompile <src_pkg> "
 msgstr "    --recompile <pkt_¼ród³>"
 
-#: rpm.c:504 rpmqv.c:624
+#: rpm.c:513 rpmqv.c:604
 msgid "like --rebuild, but don't build any package"
 msgstr "jak --rebuild, ale nie buduj ¿adnych pakietów"
 
-#: rpm.c:507
+#: rpm.c:516
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pakiet>+    "
 
-#: rpm.c:508 rpmqv.c:630
+#: rpm.c:517 rpmqv.c:610
 msgid "sign a package (discard current signature)"
 msgstr "podpisz pakiet (porzuæ bierz±c± sygnaturê)"
 
-#: rpm.c:509
+#: rpm.c:518
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pakiet>+   "
 
-#: rpm.c:510 rpmqv.c:632
+#: rpm.c:519 rpmqv.c:612
 msgid "add a signature to a package"
 msgstr "dodaj sygnaturê do pakietu"
 
-#: rpm.c:511
+#: rpm.c:520
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <pakiet>+  "
 
-#: rpm.c:512
+#: rpm.c:521
 #, fuzzy
 msgid "    -K <pkg>+           "
 msgstr "    --resign <pakiet>+    "
 
-#: rpm.c:513 rpmqv.c:636
+#: rpm.c:522 rpmqv.c:616
 msgid "verify package signature"
 msgstr "sprawd¼ sygnaturê pakietu"
 
-#: rpm.c:515 rpmqv.c:638
+#: rpm.c:524 rpmqv.c:618
 msgid "skip any PGP signatures"
 msgstr "pomiñ wszelkie sygnatury PGP"
 
-#: rpm.c:517 rpmqv.c:640
+#: rpm.c:526 rpmqv.c:620
 msgid "skip any GPG signatures"
 msgstr "pomiñ wszelkie sygnatury GPG"
 
-#: rpm.c:519 rpmqv.c:642
+#: rpm.c:528 rpmqv.c:622
 msgid "skip any MD5 signatures"
 msgstr "pomiñ wszelkie sygnatury MD5"
 
-#: rpm.c:523
+#: rpm.c:532
 msgid "make sure a valid database exists"
 msgstr "upewnij siê, ¿e poprawna baza istnieje"
 
-#: rpm.c:525
+#: rpm.c:534
 msgid "rebuild database from existing database"
 msgstr "przebuduj istniej±c± bazê"
 
-#: rpm.c:533 rpmqv.c:505
+#: rpm.c:542 rpmqv.c:485
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -1046,7 +947,7 @@ msgstr ""
 "ustaw prawa dostêpu takie jak zapisano w bazie pakietów (u¿ywa tych samych "
 "opcji co -q)"
 
-#: rpm.c:536 rpmqv.c:508
+#: rpm.c:545 rpmqv.c:488
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -1054,139 +955,139 @@ msgstr ""
 "ustaw w³a¶ciciela i grupê takie jak zapisano w bazie pakietów (u¿ywa tych "
 "samych opcji co -q)"
 
-#: rpm.c:673 rpm.c:679 rpm.c:686 rpm.c:692 rpm.c:701 rpm.c:723 rpm.c:729
-#: rpm.c:763 rpm.c:771 rpm.c:792 rpm.c:849 rpm.c:857 rpmqv.c:827 rpmqv.c:833
-#: rpmqv.c:842 rpmqv.c:851 rpmqv.c:857 rpmqv.c:863 rpmqv.c:897 rpmqv.c:904
-#: rpmqv.c:939 rpmqv.c:947 rpmqv.c:953 rpmqv.c:961 rpmqv.c:1019 rpmqv.c:1035
+#: rpm.c:682 rpm.c:688 rpm.c:695 rpm.c:701 rpm.c:710 rpm.c:732 rpm.c:738
+#: rpm.c:772 rpm.c:780 rpm.c:801 rpm.c:858 rpm.c:866 rpmqv.c:806 rpmqv.c:815
+#: rpmqv.c:821 rpmqv.c:827 rpmqv.c:861 rpmqv.c:868 rpmqv.c:903 rpmqv.c:911
+#: rpmqv.c:917 rpmqv.c:925 rpmqv.c:987
 msgid "only one major mode may be specified"
 msgstr "tylko jeden g³ówny tryb pracy mo¿e byæ podany"
 
-#: rpm.c:694 rpmqv.c:844
+#: rpm.c:703 rpmqv.c:808
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u i --uninstall nie s± ju¿ obs³ugiwane i nie pracuj±.\n"
 
-#: rpm.c:696 rpmqv.c:846
+#: rpm.c:705 rpmqv.c:810
 msgid "Use -e or --erase instead.\n"
 msgstr "U¿yj -e lub --erase\n"
 
-#: rpm.c:736 rpm.c:742 rpm.c:749 rpm.c:756 rpm.c:865 rpmqv.c:910 rpmqv.c:916
-#: rpmqv.c:923 rpmqv.c:930 rpmqv.c:1043
+#: rpm.c:745 rpm.c:751 rpm.c:758 rpm.c:765 rpm.c:874 rpmqv.c:874 rpmqv.c:880
+#: rpmqv.c:887 rpmqv.c:894 rpmqv.c:1002
 msgid "one type of query/verify may be performed at a time"
 msgstr "tylko jeden typ odpytywania/sprawdzania mo¿na wykonaæ na raz"
 
-#: rpm.c:798 rpmqv.c:881
+#: rpm.c:807 rpmqv.c:845
 msgid "relocations must begin with a /"
 msgstr "drzewa przesuniêæ musz± zaczynaæ sie od /"
 
-#: rpm.c:800 rpmqv.c:883
+#: rpm.c:809 rpmqv.c:847
 msgid "relocations must contain a ="
 msgstr "specyfikacja przesuniêcia musi zawieraæ ="
 
-#: rpm.c:803 rpmqv.c:886
+#: rpm.c:812 rpmqv.c:850
 msgid "relocations must have a / following the ="
 msgstr "specyfikacja przesuniêcia musi zawieraæ / po ="
 
-#: rpm.c:812 rpmqv.c:870
+#: rpm.c:821 rpmqv.c:834
 msgid "exclude paths must begin with a /"
 msgstr "¶cie¿ki wy³±czeñ musz± siê zaczynaæ od /"
 
-#: rpm.c:821 rpmqv.c:982
+#: rpm.c:830 rpmqv.c:946
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "B³±d wewnêtrzny w przetwarzaniu argumentu (%d) :-(\n"
 
-#: rpm.c:871 rpmqv.c:1062
+#: rpm.c:880 rpmqv.c:1007
 msgid "unexpected query flags"
 msgstr "b³êdna konstrukcja argumentów odpytywania"
 
-#: rpm.c:874 rpmqv.c:1065
+#: rpm.c:883 rpmqv.c:1010
 msgid "unexpected query format"
 msgstr "b³êdna konstrukcja argumentów odpytywania"
 
-#: rpm.c:877 rpmqv.c:1068
+#: rpm.c:886 rpmqv.c:1013
 msgid "unexpected query source"
 msgstr "b³êdna konstrukcja argumentów odpytywania"
 
-#: rpm.c:880 rpmqv.c:1084
+#: rpm.c:889 rpmqv.c:1033
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "tylko instalacjê, uaktualnienie i usuwanie ¼róde³ mo¿na wymusiæ"
 
-#: rpm.c:883 rpmqv.c:1089
+#: rpm.c:892 rpmqv.c:1038
 msgid "files may only be relocated during package installation"
 msgstr "przesuwania plików mo¿na dokonaæ tylko w trakcie instalacji"
 
-#: rpm.c:886 rpmqv.c:1092
+#: rpm.c:895 rpmqv.c:1041
 msgid "only one of --prefix or --relocate may be used"
 msgstr "nie mo¿na jednocze¶nie u¿yæ --prefix i --relocate"
 
-#: rpm.c:889 rpmqv.c:1095
+#: rpm.c:898 rpmqv.c:1044
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "--relocate i --excludepath mo¿na u¿yæ tylko w trakcie instalacji nowych "
 "pakietów"
 
-#: rpm.c:892 rpmqv.c:1098
+#: rpm.c:901 rpmqv.c:1047
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix mo¿na u¿yæ tylko w trakcie instalacji nowych pakietów"
 
-#: rpm.c:895 rpmqv.c:1101
+#: rpm.c:904 rpmqv.c:1050
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenty dla --prefix musz± siê rozpoczynaæ od /"
 
-#: rpm.c:898 rpmqv.c:1104
+#: rpm.c:907 rpmqv.c:1053
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:902 rpmqv.c:1108
+#: rpm.c:911 rpmqv.c:1057
 msgid "--percent may only be specified during package installation"
 msgstr "--percent mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:906 rpmqv.c:1112
+#: rpm.c:915 rpmqv.c:1061
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:910 rpmqv.c:1116
+#: rpm.c:919 rpmqv.c:1065
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:914 rpmqv.c:1120
+#: rpm.c:923 rpmqv.c:1069
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:918 rpmqv.c:1124
+#: rpm.c:927 rpmqv.c:1073
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:922 rpmqv.c:1128
+#: rpm.c:931 rpmqv.c:1077
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "nie mo¿na jednocze¶nie u¿yæ --excludedocs i --includedocs"
 
-#: rpm.c:926 rpmqv.c:1132
+#: rpm.c:935 rpmqv.c:1081
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:930 rpmqv.c:1136
+#: rpm.c:939 rpmqv.c:1085
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:934 rpmqv.c:1140
+#: rpm.c:943 rpmqv.c:1089
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:938 rpmqv.c:1144
+#: rpm.c:947 rpmqv.c:1093
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches mo¿na u¿yæ tylko w trakcie usuwania pakietów"
 
-#: rpm.c:942 rpmqv.c:1148
+#: rpm.c:951 rpmqv.c:1097
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles mo¿na u¿yæ tylko w trakcie instalacji pakietów"
 
-#: rpm.c:946 rpmqv.c:1152
+#: rpm.c:955 rpmqv.c:1101
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb mo¿na u¿yæ tylko w trakcie instalacji lub usuwania pakietów"
 
-#: rpm.c:951 rpmqv.c:1159
+#: rpm.c:960 rpmqv.c:1108
 msgid ""
 "--noscripts may only be specified during package installation, erasure, and "
 "verification"
@@ -1194,7 +1095,7 @@ msgstr ""
 "--noscripts mo¿na u¿yæ tylko w trakcie instalacji, usuwania lub sprawdzania "
 "pakietów"
 
-#: rpm.c:955
+#: rpm.c:964
 msgid ""
 "--notriggers may only be specified during package installation, erasure, and "
 "verification"
@@ -1202,7 +1103,7 @@ msgstr ""
 "--notriggers mo¿na u¿yæ tylko w trakcie instalacji, usuwania lub sprawdzania "
 "pakietów"
 
-#: rpm.c:959 rpmqv.c:1171
+#: rpm.c:968 rpmqv.c:1120
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1211,14 +1112,14 @@ msgstr ""
 "--nodeps mo¿na u¿yæ tylko w trakcie budowania, instalacji, usuwania lub "
 "sprawdzania pakietów"
 
-#: rpm.c:964 rpmqv.c:1176
+#: rpm.c:973 rpmqv.c:1125
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 "--test mo¿na u¿yæ tylko w trakcie instalacji, usuwania lub budowania pakietów"
 
-#: rpm.c:968 rpmqv.c:1181
+#: rpm.c:977 rpmqv.c:1130
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1226,98 +1127,98 @@ msgstr ""
 "--root (-r) mo¿na u¿yæ tylko w trakcie instalacji, usuwania, sprawdzania "
 "pakietów lub przebudowywania bazy"
 
-#: rpm.c:980 rpmqv.c:1193
+#: rpm.c:989 rpmqv.c:1142
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumenty dla --root (-r) musz± siê rozpoczynaæ od /"
 
-#: rpm.c:986 rpmqv.c:1200
+#: rpm.c:995 rpmqv.c:1149
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage mo¿na u¿yæ tylko podczas aktualizacji"
 
-#: rpm.c:989 rpmqv.c:1205
+#: rpm.c:998 rpmqv.c:1154
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp mo¿na u¿yæ tylko w trakcie sprawdzania sygnatury"
 
-#: rpm.c:992 rpmqv.c:1208
+#: rpm.c:1001 rpmqv.c:1157
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nogpg mo¿na u¿yæ tylko podczas sprawdzania sygnatury"
 
-#: rpm.c:995 rpmqv.c:1213
+#: rpm.c:1004 rpmqv.c:1162
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 "--nomd5 mo¿na u¿yæ tylko podczas sprawdzania sygnatury i weryfkiacji pakietu"
 
-#: rpm.c:1006 rpmqv.c:1226
+#: rpm.c:1015 rpmqv.c:1175
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1231
+#: rpm.c:1020 rpmqv.c:1180
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "brak dostêpu do pliku %s\n"
 
-#: rpm.c:1026 rpmqv.c:1247
+#: rpm.c:1035 rpmqv.c:1196
 msgid "pgp not found: "
 msgstr "nie znaleziono pgp: "
 
-#: rpm.c:1030 rpmqv.c:1251
+#: rpm.c:1039 rpmqv.c:1200
 msgid "Enter pass phrase: "
 msgstr "Podaj has³o: "
 
-#: rpm.c:1032 rpmqv.c:1253
+#: rpm.c:1041 rpmqv.c:1202
 msgid "Pass phrase check failed\n"
 msgstr "Weryfikacja has³a nieudana\n"
 
-#: rpm.c:1035 rpmqv.c:1256
+#: rpm.c:1044 rpmqv.c:1205
 msgid "Pass phrase is good.\n"
 msgstr "Has³o jest prawid³owe.\n"
 
-#: rpm.c:1040 rpmqv.c:1261
+#: rpm.c:1049 rpmqv.c:1210
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "B³êdny %%_signature spec w pliku makra.\n"
 
-#: rpm.c:1046 rpmqv.c:1267
+#: rpm.c:1055 rpmqv.c:1216
 msgid "--sign may only be used during package building"
 msgstr "--sign mo¿na u¿yæ tylko w trakcie budowania pakietu"
 
-#: rpm.c:1061 rpmqv.c:1283
+#: rpm.c:1070 rpmqv.c:1232
 msgid "exec failed\n"
 msgstr "wykonanie nie powiod³o siê\n"
 
-#: rpm.c:1080 rpmqv.c:1552
+#: rpm.c:1089 rpmqv.c:1501
 msgid "unexpected arguments to --querytags "
 msgstr "nieoczekiwane argumenty dla --querytags "
 
-#: rpm.c:1091 rpmqv.c:1574
+#: rpm.c:1100 rpmqv.c:1523
 msgid "no packages given for signature check"
 msgstr "nie podano nazwy pakietu do sprawdzenia sygnatury"
 
-#: rpm.c:1102 rpmqv.c:1585
+#: rpm.c:1111 rpmqv.c:1534
 msgid "no packages given for signing"
 msgstr "nie podano nazwy pakietu do podpisania"
 
-#: rpm.c:1118 rpmqv.c:1425
+#: rpm.c:1127 rpmqv.c:1374
 msgid "no packages given for uninstall"
 msgstr "nie podano nazw plików do usuniêcia"
 
-#: rpm.c:1168 rpmqv.c:1475
+#: rpm.c:1177 rpmqv.c:1424
 msgid "no packages given for install"
 msgstr "nie podano nazw plików do zainstalowania"
 
-#: rpm.c:1191 rpmqv.c:1515
+#: rpm.c:1200 rpmqv.c:1464
 msgid "extra arguments given for query of all packages"
 msgstr "zbyt wiele argumentów dla odpytywania wszystkich pakietów"
 
-#: rpm.c:1196 rpmqv.c:1520
+#: rpm.c:1205 rpmqv.c:1469
 msgid "no arguments given for query"
 msgstr "nie podano argumentów dla trybu zapytañ"
 
-#: rpm.c:1213 rpmqv.c:1540
+#: rpm.c:1222 rpmqv.c:1489
 msgid "extra arguments given for verify of all packages"
 msgstr "zbyt wiele argumentów dla weryfikacji wszystkich pakietów"
 
-#: rpm.c:1217 rpmqv.c:1544
+#: rpm.c:1226 rpmqv.c:1493
 msgid "no arguments given for verify"
 msgstr "nie podano argumentów dla sprawdzania"
 
@@ -1339,73 +1240,73 @@ msgstr "b
 msgid "cannot re-open payload: %s\n"
 msgstr "nie mo¿na otworzyæ pliku %s\n"
 
-#: rpmqv.c:304
+#: rpmqv.c:284
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "U¿ycie: rpm {--help}"
 
-#: rpmqv.c:305
+#: rpmqv.c:285
 #, fuzzy, c-format
 msgid "       %s {--version}\n"
 msgstr "       rpm {--version}"
 
-#: rpmqv.c:308
+#: rpmqv.c:288
 #, fuzzy, c-format
 msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 msgstr "       rpm {--initdb}   [--dbpath <katalog>]"
 
-#: rpmqv.c:309
+#: rpmqv.c:289
 #, fuzzy, c-format
 msgid "       %s {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]\n"
 msgstr "       rpm {--rebuilddb} [--rcfile <plik>] [--dbpath <katalog>]"
 
-#: rpmqv.c:313
+#: rpmqv.c:293
 #, fuzzy, c-format
 msgid ""
 "       %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpmqv.c:323
+#: rpmqv.c:303
 #, fuzzy, c-format
 msgid ""
 "       %s {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpmqv.c:333
+#: rpmqv.c:313
 #, fuzzy, c-format
 msgid "       %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--erase -e} [--root <katalog>] [--noscripts] [--rcfile <plik>]"
 
-#: rpmqv.c:339
+#: rpmqv.c:319
 #, fuzzy, c-format
 msgid "       %s {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]\n"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpmqv.c:346
+#: rpmqv.c:326
 #, fuzzy, c-format
 msgid "       %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <katalog>] [--rcfile <plik>]"
 
-#: rpmqv.c:349
+#: rpmqv.c:329
 #, fuzzy, c-format
 msgid "       %s {--querytags}\n"
 msgstr "       rpm {--querytags}"
 
-#: rpmqv.c:350
+#: rpmqv.c:330
 #, fuzzy, c-format
 msgid "       %s {--setperms} [-afpg] [target]\n"
 msgstr "       rpm {--setperms} [-afpg] [cel]"
 
-#: rpmqv.c:351
+#: rpmqv.c:331
 #, fuzzy, c-format
 msgid "       %s {--setugids} [-afpg] [target]\n"
 msgstr "       rpm {--setugids} [-afpg] [cel]"
 
-#: rpmqv.c:355
+#: rpmqv.c:335
 #, fuzzy, c-format
 msgid ""
 "       %s {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -1413,24 +1314,24 @@ msgid ""
 msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile <plik>]"
 
-#: rpmqv.c:356
+#: rpmqv.c:336
 #, fuzzy
 msgid "                        [--sign] [--nobuild] ]"
 msgstr "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 
-#: rpmqv.c:359
+#: rpmqv.c:339
 #, fuzzy, c-format
 msgid "       %s {--rmsource} [--rcfile <file>] [-v] specfile\n"
 msgstr "       rpm {--rmsource} [--rcfile <plik>] [-v] plik_spec"
 
-#: rpmqv.c:360
+#: rpmqv.c:340
 #, fuzzy, c-format
 msgid ""
 "       %s {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <plik>] [-v] ¼ród³owy1.rpm ... ¼ród³owyN.rpm"
 
-#: rpmqv.c:361
+#: rpmqv.c:341
 #, fuzzy, c-format
 msgid ""
 "       %s {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
@@ -1438,63 +1339,63 @@ msgstr ""
 "       rpm {--recompile} [--rcfile <plik>] [-v] ¼ród³owy1.rpm ... "
 "¼ród³owyN.rpm"
 
-#: rpmqv.c:362
+#: rpmqv.c:342
 #, fuzzy, c-format
 msgid "       %s {--freshen -F} file1.rpm ... fileN.rpm\n"
 msgstr "                        plik1.rpm ... plikN.rpm"
 
-#: rpmqv.c:366
+#: rpmqv.c:346
 #, fuzzy, c-format
 msgid "       %s {--resign} [--rcfile <file>] package1 package2 ... packageN\n"
 msgstr "       rpm {--resign} [--rcfile <plik>] pakiet1 pakiet2 ... pakietN"
 
-#: rpmqv.c:367
+#: rpmqv.c:347
 #, fuzzy, c-format
 msgid "       %s {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <plik>] pakiet1 pakiet2 ... pakietN"
 
-#: rpmqv.c:368
+#: rpmqv.c:348
 #, fuzzy, c-format
 msgid ""
 "       %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <plik>]"
 
-#: rpmqv.c:412
+#: rpmqv.c:392
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   wszystkie tryby pracy pozwalaj± u¿yæ nastêpuj±cych argumentów:"
 
-#: rpmqv.c:413
+#: rpmqv.c:393
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:415
+#: rpmqv.c:395
 #, fuzzy
 msgid "   --eval '<name>+'       "
 msgstr "    --pipe <komenda>      "
 
-#: rpmqv.c:417
+#: rpmqv.c:397
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    --pipe <komenda>      "
 
-#: rpmqv.c:419
+#: rpmqv.c:399
 #, fuzzy
 msgid "   --rcfile <file>        "
 msgstr "      --rcfile <plik>     "
 
-#: rpmqv.c:424
+#: rpmqv.c:404
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "      --dbpath <katalog>      "
 
-#: rpmqv.c:426
+#: rpmqv.c:406
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "      --root <katalog>        "
 
-#: rpmqv.c:436
+#: rpmqv.c:416
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
@@ -1502,259 +1403,259 @@ msgstr ""
 "   instalacja, uaktualnianie i odpytywanie (z opcj± -p) pozwalaj± u¿yæ URL'a "
 "ftp zamiast"
 
-#: rpmqv.c:437
+#: rpmqv.c:417
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   nazwy pliku tak jak i nastêpuj±cych opcji:"
 
-#: rpmqv.c:438
+#: rpmqv.c:418
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "      --ftpproxy <host>   "
 
-#: rpmqv.c:440
+#: rpmqv.c:420
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "      --ftpport <port>    "
 
-#: rpmqv.c:442
+#: rpmqv.c:422
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "      --httpproxy <host>   "
 
-#: rpmqv.c:444
+#: rpmqv.c:424
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "      --httpport <port>    "
 
-#: rpmqv.c:450
+#: rpmqv.c:430
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Opcje selekcjonuj±ce pakiety:"
 
-#: rpmqv.c:452
+#: rpmqv.c:432
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "odpytuj wszystkie pakiety"
 
-#: rpmqv.c:453
+#: rpmqv.c:433
 #, fuzzy
 msgid "     -f <file>+          "
 msgstr "        -f <plik>+        "
 
-#: rpmqv.c:454
+#: rpmqv.c:434
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "zapytaj do jakiego pakietu nale¿y <plik>"
 
-#: rpmqv.c:455
+#: rpmqv.c:435
 #, fuzzy
 msgid "     -p <packagefile>+   "
 msgstr "        -p <nazwa pakietu>+ "
 
-#: rpmqv.c:456
+#: rpmqv.c:436
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "odpytaj (niezainstalowany) pakiet <nazwa pakietu>"
 
-#: rpmqv.c:457
+#: rpmqv.c:437
 #, fuzzy
 msgid "     --triggeredby <pkg> "
 msgstr "        --triggeredby <pakiet>"
 
-#: rpmqv.c:458
+#: rpmqv.c:438
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "odpytaj pakiety zahaczane przez <pakiet>"
 
-#: rpmqv.c:459
+#: rpmqv.c:439
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "        --whatprovides <zas>"
 
-#: rpmqv.c:460
+#: rpmqv.c:440
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "odszukaj pakiety udostêpniaj±ce zasób <zas>"
 
-#: rpmqv.c:461
+#: rpmqv.c:441
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "        --whatrequires <zas>"
 
-#: rpmqv.c:462
+#: rpmqv.c:442
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "odszukaj pakiety wymagaj±ce zasobu <zas>"
 
-#: rpmqv.c:466
+#: rpmqv.c:446
 #, fuzzy
 msgid "     --queryformat <qfmt> "
 msgstr "      --queryformat <format zapytania>"
 
-#: rpmqv.c:469
+#: rpmqv.c:449
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Opcje odpytuj±ce pakiety:"
 
-#: rpmqv.c:485
+#: rpmqv.c:465
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "wypisz zasoby udostêpniane przez pakiet"
 
-#: rpmqv.c:487
+#: rpmqv.c:467
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "wypisz zasoby udostêpniane przez pakiet"
 
-#: rpmqv.c:489
+#: rpmqv.c:469
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "wy¶wietl skrypty [de]instalacyjne"
 
-#: rpmqv.c:491
+#: rpmqv.c:471
 #, fuzzy
 msgid "show the trigger scriptlets contained in the package"
 msgstr "wy¶wietl trigger skrypty zawarte w pakiecie"
 
-#: rpmqv.c:515
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "    --install <nazwa pakietu>"
 
-#: rpmqv.c:516
+#: rpmqv.c:496
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -i <nazwa pakietu>      "
 
-#: rpmqv.c:525
+#: rpmqv.c:505
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "      --excludepath <¶cie¿ka>"
 
-#: rpmqv.c:526
+#: rpmqv.c:506
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "pomiñ pliki le¿±ce w <¶cie¿ce>"
 
-#: rpmqv.c:546
+#: rpmqv.c:526
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
 
-#: rpmqv.c:548
+#: rpmqv.c:528
 #, fuzzy
 msgid "don't execute any scriptlets triggered by this package"
 msgstr "odpytywanie pakietów zahaczanych przez pakiet"
 
-#: rpmqv.c:551
+#: rpmqv.c:531
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "      --prefix <katalog>      "
 
-#: rpmqv.c:553
+#: rpmqv.c:533
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <stara-¶cie¿ka>=<nowa-¶cie¿ka>"
 
-#: rpmqv.c:562
+#: rpmqv.c:542
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "    --upgrade <nazwa pakietu>"
 
-#: rpmqv.c:563
+#: rpmqv.c:543
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -U <nazwa pakietu>      "
 
-#: rpmqv.c:568
+#: rpmqv.c:548
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "    --erase <pakiet>"
 
-#: rpmqv.c:587
+#: rpmqv.c:567
 #, fuzzy
 msgid "   -b<stage> <spec>       "
 msgstr "    -b<etap> <plik-spec>  "
 
-#: rpmqv.c:588
+#: rpmqv.c:568
 #, fuzzy
 msgid "   -t<stage> <tarball>    "
 msgstr "    -t<etap> <plik-tar>   "
 
-#: rpmqv.c:603
+#: rpmqv.c:583
 #, fuzzy
 msgid "package src rpm only"
 msgstr "pakiet nie ma nazwy"
 
-#: rpmqv.c:614
+#: rpmqv.c:594
 #, fuzzy
 msgid "     --buildroot <dir>    "
 msgstr "      --buildroot <katalog>"
 
-#: rpmqv.c:616
+#: rpmqv.c:596
 #, fuzzy
 msgid "     --target=<platform>+ "
 msgstr "      --target=<platforma>+"
 
-#: rpmqv.c:621
+#: rpmqv.c:601
 #, fuzzy
 msgid "   --rebuild <src_pkg>    "
 msgstr "    --rebuild <pkt_¼ród³> "
 
-#: rpmqv.c:623
+#: rpmqv.c:603
 #, fuzzy
 msgid "   --recompile <src_pkg>  "
 msgstr "    --recompile <pkt_¼ród³>"
 
-#: rpmqv.c:629
+#: rpmqv.c:609
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    --resign <pakiet>+    "
 
-#: rpmqv.c:631
+#: rpmqv.c:611
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    --addsign <pakiet>+   "
 
-#: rpmqv.c:634
+#: rpmqv.c:614
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    --checksig <pakiet>+  "
 
-#: rpmqv.c:635
+#: rpmqv.c:615
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    --resign <pakiet>+    "
 
-#: rpmqv.c:648
+#: rpmqv.c:628
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:650
+#: rpmqv.c:630
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "przebuduj istniej±c± bazê"
 
-#: rpmqv.c:1057
+#: rpmqv.c:1017
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath podano dla operacji nie u¿ywaj±cej bazy"
 
-#: rpmqv.c:1165
+#: rpmqv.c:1114
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation and erasure"
 msgstr "--justdb mo¿na u¿yæ tylko w trakcie instalacji lub usuwania pakietów"
 
-#: rpmqv.c:1323
+#: rpmqv.c:1272
 msgid "no packages files given for rebuild"
 msgstr "nie podano nazw pakietów do przebudowania"
 
-#: rpmqv.c:1393
+#: rpmqv.c:1342
 msgid "no spec files given for build"
 msgstr "nie podano nazw plików spec do budowania"
 
-#: rpmqv.c:1395
+#: rpmqv.c:1344
 msgid "no tar files given for build"
 msgstr "nie podano nazw plików tar do budowania"
 
@@ -3075,6 +2976,105 @@ msgid ""
 msgstr ""
 "tylko pakiety z numerem g³ównym <= 3 s± obs³ugiwane przez t± wersjê RPM'a"
 
+#: lib/poptBT.c:82
+msgid "buildroot already specified"
+msgstr "buildroot by³ ju¿ wcze¶niej podany"
+
+#: lib/poptBT.c:108
+msgid "build through %%prep stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:110
+msgid "build through %%build stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:112
+msgid "build through %%install stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:114
+#, fuzzy
+msgid "verify %%files section from spec file"
+msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
+
+#: lib/poptBT.c:116
+#, fuzzy
+msgid "build source and binary package from spec file"
+msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
+
+#: lib/poptBT.c:118
+#, fuzzy
+msgid "build binary package from spec file"
+msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
+
+#: lib/poptBT.c:120
+#, fuzzy
+msgid "build source package from spec file"
+msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
+
+#: lib/poptBT.c:123
+msgid "build through %%prep stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:125
+msgid "build through %%build stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:127
+msgid "build through %%install stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:129
+msgid "verify %%files section from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:131
+#, fuzzy
+msgid "build source and binary package from tar ball"
+msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
+
+#: lib/poptBT.c:133
+msgid "build binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:135
+msgid "build source package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:138
+#, fuzzy
+msgid "build binary package from source package"
+msgstr "pakiet binarny (preparuj, kompiluj, instaluj, pakiet)"
+
+#: lib/poptBT.c:140
+#, fuzzy
+msgid "build through %%install stage from source package"
+msgstr "instacja pakietu ¼ród³owego\n"
+
+#: lib/poptBT.c:143
+msgid "override build root"
+msgstr "wymu¶ build root"
+
+#: lib/poptBT.c:147
+msgid "do not execute any stages of the build"
+msgstr "nie wykonuj ¿adnych etapów budowania"
+
+#: lib/poptBT.c:149
+msgid "do not accept I18N msgstr's from specfile"
+msgstr "nie akceptuj wpisów I18N ze speca"
+
+#: lib/poptBT.c:153
+msgid "remove specfile when done"
+msgstr "usuñ speca po zakoñczeniu"
+
+#: lib/poptBT.c:157
+msgid "override target platform"
+msgstr "wymu¶ platformê docelow±"
+
+#: lib/poptBT.c:159
+msgid "lookup I18N strings in specfile catalog"
+msgstr "wyszukaj wpisy I18N w katalogu speca"
+
 #: lib/problems.c:43
 #, c-format
 msgid " is needed by %s-%s-%s\n"
@@ -3133,208 +3133,129 @@ msgstr "instalacja pakietu %s-%s-%s wymaga %ld%c w systemie plik
 msgid "unknown error %d encountered while manipulating package %s-%s-%s"
 msgstr "wyst±pi³ nieznany b³±d %d w trakcie manipulowania pakietem %s-%s-%s"
 
-#: lib/query.c:141
+#: lib/query.c:139
 #, c-format
 msgid "error in format: %s\n"
 msgstr "b³±d w formacie: %s\n"
 
-#: lib/query.c:200
+#: lib/query.c:198
 msgid "(contains no files)"
 msgstr "(nie zawiera plików)"
 
-#: lib/query.c:259
+#: lib/query.c:257
 msgid "normal        "
 msgstr "normalny      "
 
-#: lib/query.c:261
+#: lib/query.c:259
 msgid "replaced      "
 msgstr "zast±piony    "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "not installed "
 msgstr "niezainstalowany"
 
-#: lib/query.c:265
+#: lib/query.c:263
 msgid "net shared    "
 msgstr "udostêpniony w sieci"
 
-#: lib/query.c:267
+#: lib/query.c:265
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(nieznany %3d)"
 
-#: lib/query.c:271
+#: lib/query.c:269
 msgid "(no state)    "
 msgstr "(brak statusu)"
 
-#: lib/query.c:288 lib/query.c:331
+#: lib/query.c:286 lib/query.c:329
 msgid "package has neither file owner or id lists"
 msgstr "pakiet nie ma ani w³a¶ciciela pliku ani list id"
 
-#: lib/query.c:375
+#: lib/query.c:373
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "nie mo¿na odwi±zaæ %s: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:492
+#: lib/query.c:490
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "otwarcie %s nie powiod³o siê\n"
 
-#: lib/query.c:510
+#: lib/query.c:508
 msgid "old format source packages cannot be queried\n"
 msgstr "pakiety w starym formacie nie mog± byæ odpytywane\n"
 
-#: lib/query.c:519 lib/rpminstall.c:231
+#: lib/query.c:517 lib/rpminstall.c:231
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s nie wygl±da na pakiet RPM\n"
 
-#: lib/query.c:523
+#: lib/query.c:521
 #, c-format
 msgid "query of %s failed\n"
 msgstr "odpytywanie %s nie powiod³o siê\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "odpytywanie pliku spec %s nie powiod³o siê, nie mo¿na interpretowaæ\n"
 
-#: lib/query.c:579
+#: lib/query.c:577
 #, fuzzy
 msgid "no packages\n"
 msgstr "znaleziono %d pakietów\n"
 
-#: lib/query.c:589
+#: lib/query.c:587
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "grupa %s nie zawiera ¿adnych pakietów\n"
 
-#: lib/query.c:599
+#: lib/query.c:597
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "¿aden pakiet nie zahacza %s\n"
 
-#: lib/query.c:609
+#: lib/query.c:607
 #, c-format
 msgid "no package requires %s\n"
 msgstr "¿aden pakiet nie wymaga %s\n"
 
-#: lib/query.c:620
+#: lib/query.c:618
 #, c-format
 msgid "no package provides %s\n"
 msgstr "¿aden pakiet nie udostêpnia %s\n"
 
-#: lib/query.c:636
+#: lib/query.c:634
 #, c-format
 msgid "file %s: %s\n"
 msgstr "plik %s: %s\n"
 
-#: lib/query.c:639
+#: lib/query.c:637
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
 
-#: lib/query.c:664
+#: lib/query.c:662
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "b³êdny numer pakietu: %s\n"
 
-#: lib/query.c:667
+#: lib/query.c:665
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "numer rekordu pakietu: %d\n"
 
-#: lib/query.c:671
+#: lib/query.c:669
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "nie mo¿na odczytaæ rekordu %d\n"
 
-#: lib/query.c:682 lib/rpminstall.c:435
+#: lib/query.c:680 lib/rpminstall.c:435
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "pakiet %s nie jest zainstalowany\n"
 
-#: lib/query.c:769
-msgid "query package owning file"
-msgstr "sprawdzanie do jakiego pakietu nale¿y plik"
-
-#: lib/query.c:771
-msgid "query packages in group"
-msgstr "odpytywanie pakietów w grupie"
-
-#: lib/query.c:773
-msgid "query a package file"
-msgstr "odpytywanie pakietu"
-
-#: lib/query.c:775
-#, fuzzy
-msgid "rpm query mode"
-msgstr "tryb odpytywania"
-
-#: lib/query.c:779
-msgid "display known query tags"
-msgstr ""
-
-#: lib/query.c:781
-msgid "query a spec file"
-msgstr "odpytywanie pliku spec"
-
-#: lib/query.c:783
-msgid "query the pacakges triggered by the package"
-msgstr "odpytywanie pakietów zahaczanych przez pakiet"
-
-#: lib/query.c:785
-#, fuzzy
-msgid "rpm verify mode"
-msgstr "tryb odpytywania"
-
-#: lib/query.c:787
-msgid "rpm verify mode (legacy)"
-msgstr ""
-
-#: lib/query.c:789
-msgid "query the packages which require a capability"
-msgstr "odpytywanie pakietów wymagaj±cych zasobu"
-
-#: lib/query.c:791
-msgid "query the packages which provide a capability"
-msgstr "odpytywanie pakietów udostêpniaj±cych zasób"
-
-#: lib/query.c:831
-msgid "list all configuration files"
-msgstr "wy¶wietl wszystkie pliki konfiguracyjne"
-
-#: lib/query.c:833
-msgid "list all documentation files"
-msgstr "wy¶wietl wszystkie pliki dokumentacji"
-
-#: lib/query.c:835
-msgid "dump basic file information"
-msgstr "podaj postawowe informacje o pliku"
-
-#: lib/query.c:837
-msgid "list files in package"
-msgstr "wy¶wietl pliki zawarte w pakiecie"
-
-#: lib/query.c:841
-msgid "use the following query format"
-msgstr "u¿yj nastêpuj±cego formatu zapytania"
-
-#: lib/query.c:843
-#, fuzzy
-msgid "substitute i18n sections into spec file"
-msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
-
-#: lib/query.c:845
-msgid "display the states of the listed files"
-msgstr "wy¶wietl status pokazywanych plików"
-
-#: lib/query.c:847
-msgid "display a verbose file listing"
-msgstr "wy¶wietl wiêcej informacji o plikach z listy"
-
 #: lib/rpmchecksig.c:31
 #, fuzzy, c-format
 msgid "%s: open failed: %s\n"
@@ -4104,6 +4025,60 @@ msgstr "brak    %s\n"
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Niespe³nione zale¿no¶ci dla %s-%s-%s: "
 
+#~ msgid "query package owning file"
+#~ msgstr "sprawdzanie do jakiego pakietu nale¿y plik"
+
+#~ msgid "query packages in group"
+#~ msgstr "odpytywanie pakietów w grupie"
+
+#~ msgid "query a package file"
+#~ msgstr "odpytywanie pakietu"
+
+#, fuzzy
+#~ msgid "rpm query mode"
+#~ msgstr "tryb odpytywania"
+
+#~ msgid "query a spec file"
+#~ msgstr "odpytywanie pliku spec"
+
+#~ msgid "query the pacakges triggered by the package"
+#~ msgstr "odpytywanie pakietów zahaczanych przez pakiet"
+
+#, fuzzy
+#~ msgid "rpm verify mode"
+#~ msgstr "tryb odpytywania"
+
+#~ msgid "query the packages which require a capability"
+#~ msgstr "odpytywanie pakietów wymagaj±cych zasobu"
+
+#~ msgid "query the packages which provide a capability"
+#~ msgstr "odpytywanie pakietów udostêpniaj±cych zasób"
+
+#~ msgid "list all configuration files"
+#~ msgstr "wy¶wietl wszystkie pliki konfiguracyjne"
+
+#~ msgid "list all documentation files"
+#~ msgstr "wy¶wietl wszystkie pliki dokumentacji"
+
+#~ msgid "dump basic file information"
+#~ msgstr "podaj postawowe informacje o pliku"
+
+#~ msgid "list files in package"
+#~ msgstr "wy¶wietl pliki zawarte w pakiecie"
+
+#~ msgid "use the following query format"
+#~ msgstr "u¿yj nastêpuj±cego formatu zapytania"
+
+#, fuzzy
+#~ msgid "substitute i18n sections into spec file"
+#~ msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
+
+#~ msgid "display the states of the listed files"
+#~ msgstr "wy¶wietl status pokazywanych plików"
+
+#~ msgid "display a verbose file listing"
+#~ msgstr "wy¶wietl wiêcej informacji o plikach z listy"
+
 #~ msgid "--buildarch has been obsoleted.  Use the --target option instead.\n"
 #~ msgstr "--buildarch wysz³o z u¿ycia. U¿yj opcji --target.\n"
 
index 4913d81..7a4a0a6 100644 (file)
@@ -2,7 +2,7 @@
 # Revised by Arnaldo Carvalho de Melo <acme@conectiva.com.br>, 1998.
 #
 msgid ""
-msgstr "POT-Creation-Date: 2000-05-31 13:32-0400\n"
+msgstr "POT-Creation-Date: 2000-06-01 00:32-0400\n"
 
 #: build.c:25 lib/rpminstall.c:250 lib/rpminstall.c:422
 #, c-format
@@ -60,120 +60,6 @@ msgstr ""
 msgid "Building for target %s\n"
 msgstr "instale pacote"
 
-#: build.c:385
-msgid "buildroot already specified"
-msgstr ""
-
-#: build.c:411
-msgid "build through %%prep stage from spec file"
-msgstr ""
-
-#: build.c:413
-msgid "build through %%build stage from spec file"
-msgstr ""
-
-#: build.c:415
-msgid "build through %%install stage from spec file"
-msgstr ""
-
-#: build.c:417
-#, fuzzy
-msgid "verify %%files section from spec file"
-msgstr "pesquise o pacote ao qual <arquivo> pertence"
-
-#: build.c:419
-#, fuzzy
-msgid "build source and binary package from spec file"
-msgstr "pesquise o pacote ao qual <arquivo> pertence"
-
-#: build.c:421
-#, fuzzy
-msgid "build binary package from spec file"
-msgstr "pesquise o pacote ao qual <arquivo> pertence"
-
-#: build.c:423
-#, fuzzy
-msgid "build source package from spec file"
-msgstr "pesquise o pacote ao qual <arquivo> pertence"
-
-#: build.c:426
-msgid "build through %%prep stage from tar ball"
-msgstr ""
-
-#: build.c:428
-msgid "build through %%build stage from tar ball"
-msgstr ""
-
-#: build.c:430
-msgid "build through %%install stage from tar ball"
-msgstr ""
-
-#: build.c:432
-msgid "verify %%files section from tar ball"
-msgstr ""
-
-#: build.c:434
-msgid "build source and binary package from tar ball"
-msgstr ""
-
-#: build.c:436
-msgid "build binary package from tar ball"
-msgstr ""
-
-#: build.c:438
-msgid "build source package from tar ball"
-msgstr ""
-
-#: build.c:441
-#, fuzzy
-msgid "build binary package from source package"
-msgstr "pacote binário (prep, compile, instale, pacote)"
-
-#: build.c:443
-#, fuzzy
-msgid "build through %%install stage from source package"
-msgstr "instale pacote"
-
-#: build.c:446
-#, fuzzy
-msgid "override build root"
-msgstr "use s como o root da construção"
-
-#: build.c:448 rpm.c:485 rpmqv.c:607
-msgid "remove build tree when done"
-msgstr "remova a árvore de construção quando terminar"
-
-#: build.c:450
-#, fuzzy
-msgid "do not execute any stages of the build"
-msgstr "não execute nenhum estágio"
-
-#: build.c:452
-msgid "do not accept I18N msgstr's from specfile"
-msgstr ""
-
-#: build.c:454 rpm.c:487 rpmqv.c:609
-#, fuzzy
-msgid "remove sources when done"
-msgstr "remova a árvore de construção quando terminar"
-
-#: build.c:456
-#, fuzzy
-msgid "remove specfile when done"
-msgstr "remova a árvore de construção quando terminar"
-
-#: build.c:458 rpm.c:483 rpmqv.c:605
-msgid "skip straight to specified stage (only for c,i)"
-msgstr "pule direto para o estágio especificado (somente para c,i)"
-
-#: build.c:460
-msgid "override target platform"
-msgstr ""
-
-#: build.c:462
-msgid "lookup I18N strings in specfile catalog"
-msgstr ""
-
 #: convertdb.c:39
 msgid "RPM database already exists"
 msgstr ""
@@ -217,7 +103,7 @@ msgstr "n
 msgid "no copyright!\n"
 msgstr ""
 
-#: rpm.c:182 rpmqv.c:277
+#: rpm.c:191 rpmqv.c:257
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
@@ -230,149 +116,149 @@ msgstr ""
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: rpm.c:193 rpmqv.c:288
+#: rpm.c:202 rpmqv.c:268
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM versão %s\n"
 
-#: rpm.c:197 rpmqv.c:292
+#: rpm.c:206 rpmqv.c:272
 msgid "Copyright (C) 1998 - Red Hat Software"
 msgstr ""
 
-#: rpm.c:198 rpmqv.c:293
+#: rpm.c:207 rpmqv.c:273
 msgid "This may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 "Este Software pode ser livremente redistribuido sob os termos da Licensa "
 "Pública GNU (GPL)"
 
-#: rpm.c:206
+#: rpm.c:215
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "uso: rpm {--help}"
 
-#: rpm.c:207
+#: rpm.c:216
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:208
+#: rpm.c:217
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <diretório>]"
 
-#: rpm.c:209
+#: rpm.c:218
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:210 rpmqv.c:314
+#: rpm.c:219 rpmqv.c:294
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <diretório>]"
 
-#: rpm.c:211 rpmqv.c:315
+#: rpm.c:220 rpmqv.c:295
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:212 rpmqv.c:316
+#: rpm.c:221 rpmqv.c:296
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <arquivo>] [--ignorearch] [--dbpath "
 "<diretório>]"
 
-#: rpm.c:213 rpmqv.c:317
+#: rpm.c:222 rpmqv.c:297
 #, fuzzy
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr "                        [--prefix <diretório>] [--ignoreos] [--nodeps]"
 
-#: rpm.c:214 rpmqv.c:318
+#: rpm.c:223 rpmqv.c:298
 #, fuzzy
 msgid ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 msgstr "                        [--ftpproxy <host>] [--ftpport <porta>]"
 
-#: rpm.c:215 rpm.c:224 rpm.c:233 rpmqv.c:319 rpmqv.c:328 rpmqv.c:343
+#: rpm.c:224 rpm.c:233 rpm.c:242 rpmqv.c:299 rpmqv.c:308 rpmqv.c:323
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--ftpproxy <host>] [--ftpport <porta>]"
 
-#: rpm.c:216 rpm.c:226 rpmqv.c:320 rpmqv.c:330
+#: rpm.c:225 rpm.c:235 rpmqv.c:300 rpmqv.c:310
 #, fuzzy
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpm.c:217 rpmqv.c:321
+#: rpm.c:226 rpmqv.c:301
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] arquivo.rpm ... arquivoN.rpm"
 
-#: rpm.c:218 rpmqv.c:322
+#: rpm.c:227 rpmqv.c:302
 #, fuzzy
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        arquivo.rpm ... arquivoN.rpm"
 
-#: rpm.c:219
+#: rpm.c:228
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:220 rpmqv.c:324
+#: rpm.c:229 rpmqv.c:304
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 "                        [--oldpackage] [--root <diretório>] [--noscripts]"
 
-#: rpm.c:221 rpmqv.c:325
+#: rpm.c:230 rpmqv.c:305
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <arquivo>]"
 
-#: rpm.c:222 rpmqv.c:326
+#: rpm.c:231 rpmqv.c:306
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix "
 "<diretório>]"
 
-#: rpm.c:223 rpmqv.c:327
+#: rpm.c:232 rpmqv.c:307
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <host>] [--ftpport <porta>]"
 
-#: rpm.c:225 rpmqv.c:329
+#: rpm.c:234 rpmqv.c:309
 #, fuzzy
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--dbpath <diretório>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:227 rpmqv.c:331
+#: rpm.c:236 rpmqv.c:311
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                        [--provides] [--dump] [--dbpath <diretório>] [alvos]"
 
-#: rpm.c:228 rpmqv.c:332
+#: rpm.c:237 rpmqv.c:312
 #, fuzzy
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        arquivo.rpm ... arquivoN.rpm"
 
-#: rpm.c:229
+#: rpm.c:238
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:230 rpmqv.c:340
+#: rpm.c:239 rpmqv.c:320
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                        [--scripts] [--root <diretório>] [--rcfile <arquivo>]"
 
-#: rpm.c:231 rpmqv.c:341
+#: rpm.c:240 rpmqv.c:321
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:232 rpmqv.c:342
+#: rpm.c:241 rpmqv.c:322
 #, fuzzy
 msgid ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
@@ -380,7 +266,7 @@ msgstr ""
 "                        [--ftpuseport] [--ftpproxy <host>] [--ftpport "
 "<porta>]"
 
-#: rpm.c:234 rpmqv.c:344
+#: rpm.c:243 rpmqv.c:324
 #, fuzzy
 msgid ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
@@ -388,60 +274,60 @@ msgstr ""
 "                        [--dbpath <diretório>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:235 rpmqv.c:345
+#: rpm.c:244 rpmqv.c:325
 #, fuzzy
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 "                        [--provides] [--dump] [--dbpath <diretório>] [alvos]"
 
-#: rpm.c:236
+#: rpm.c:245
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <diretório>] [--rcfile <arquivo>]"
 
-#: rpm.c:237 rpmqv.c:347
+#: rpm.c:246 rpmqv.c:327
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <diretório>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:238 rpmqv.c:348
+#: rpm.c:247 rpmqv.c:328
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpm.c:239
+#: rpm.c:248
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [alvo]"
 
-#: rpm.c:240
+#: rpm.c:249
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [alvo]"
 
-#: rpm.c:241
+#: rpm.c:250
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "                        arquivo.rpm ... arquivoN.rpm"
 
-#: rpm.c:242
+#: rpm.c:251
 #, fuzzy
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e] [--root <diretório>] [--noscripts] [--rcfile "
 "<arquivo>]"
 
-#: rpm.c:243 rpmqv.c:334
+#: rpm.c:252 rpmqv.c:314
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 "                        [--dbpath <diretório>] [--nodeps] [--allmatches]"
 
-#: rpm.c:244 rpmqv.c:335
+#: rpm.c:253 rpmqv.c:315
 #, fuzzy
 msgid ""
 "                        [--justdb] [--notriggers] rpackage1 ... packageN"
 msgstr "                           pacote1 ... pacoteN"
 
-#: rpm.c:245
+#: rpm.c:254
 #, fuzzy
 msgid ""
 "       rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -450,296 +336,296 @@ msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<arquivo>]"
 
-#: rpm.c:246
+#: rpm.c:255
 #, fuzzy
 msgid "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 msgstr ""
 "                        [--sign] [--test] [--timecheck <S>] arquivo-spec"
 
-#: rpm.c:247 rpmqv.c:357
+#: rpm.c:256 rpmqv.c:337
 #, fuzzy
 msgid "                        [--target=platform1[,platform2...]]"
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpm.c:248 rpmqv.c:358
+#: rpm.c:257 rpmqv.c:338
 #, fuzzy
 msgid "                        [--rmsource] [--rmspec] specfile"
 msgstr ""
 "                        [--sign] [--test] [--timecheck <S>] arquivo-spec"
 
-#: rpm.c:249
+#: rpm.c:258
 #, fuzzy
 msgid "       rpm {--rmsource} [--rcfile <file>] [-v] specfile"
 msgstr ""
 "       rpm {--recompile} [--rcfile <arquivo>] [-v] fonte1.rpm ... fonteN.rpm"
 
-#: rpm.c:250
+#: rpm.c:259
 msgid ""
 "       rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <arquivo>] [-v] fonte1.rpm ... fonteN.rpm"
 
-#: rpm.c:251
+#: rpm.c:260
 msgid ""
 "       rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--recompile} [--rcfile <arquivo>] [-v] fonte1.rpm ... fonteN.rpm"
 
-#: rpm.c:252
+#: rpm.c:261
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <arquivo>] pacote1 pacote2 ... pacoteN"
 
-#: rpm.c:253
+#: rpm.c:262
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 "       rpm {--addsign} [--rcfile <arquivo>] pacote1 pacote2 ... pacoteN"
 
-#: rpm.c:254
+#: rpm.c:263
 #, fuzzy
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr "       rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <arquivo>]"
 
-#: rpm.c:255 rpmqv.c:369
+#: rpm.c:264 rpmqv.c:349
 msgid "                           package1 ... packageN"
 msgstr "                           pacote1 ... pacoteN"
 
-#: rpm.c:256
+#: rpm.c:265
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <arquivo>] [--dbpath <diretório>]"
 
-#: rpm.c:257
+#: rpm.c:266
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:291 rpmqv.c:405
+#: rpm.c:300 rpmqv.c:385
 #, fuzzy
 msgid "Usage:"
 msgstr "uso:"
 
-#: rpm.c:293 rpmqv.c:407
+#: rpm.c:302 rpmqv.c:387
 msgid "print this message"
 msgstr "mostra esta mensagem"
 
-#: rpm.c:295 rpmqv.c:409
+#: rpm.c:304 rpmqv.c:389
 msgid "print the version of rpm being used"
 msgstr "mostra a versão do programa rpm sendo usado"
 
-#: rpm.c:298
+#: rpm.c:307
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   todos os modos suportam os seguintes argumentos:"
 
-#: rpm.c:299
+#: rpm.c:308
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:300 rpmqv.c:414
+#: rpm.c:309 rpmqv.c:394
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:301
+#: rpm.c:310
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:302 rpmqv.c:416
+#: rpm.c:311 rpmqv.c:396
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "mostra a versão do programa rpm sendo usado"
 
-#: rpm.c:303
+#: rpm.c:312
 #, fuzzy
 msgid "    --pipe <cmd>          "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:304 rpmqv.c:418
+#: rpm.c:313 rpmqv.c:398
 msgid "send stdout to <cmd>"
 msgstr "envia a saida padrão para <cmd>"
 
-#: rpm.c:305
+#: rpm.c:314
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:306 rpmqv.c:420
+#: rpm.c:315 rpmqv.c:400
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "use <arquivo> no lugar de /etc/rpmrc e $HOME/.rpmrc"
 
-#: rpm.c:308 rpmqv.c:422
+#: rpm.c:317 rpmqv.c:402
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:310 rpmqv.c:430
+#: rpm.c:319 rpmqv.c:410
 msgid "be a little more verbose"
 msgstr "seja um pouco mais detalhado"
 
-#: rpm.c:312 rpmqv.c:432
+#: rpm.c:321 rpmqv.c:412
 msgid "be incredibly verbose (for debugging)"
 msgstr "seja _muito_ mais detalhado (para depuração)"
 
-#: rpm.c:315
+#: rpm.c:324
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "  Instale, atualize e pesquise (com -p) permitem que sejam usadas URLs ftp "
 "no lugar"
 
-#: rpm.c:316
+#: rpm.c:325
 #, fuzzy
 msgid "   of file names as well as the following options:"
 msgstr "   de nomes de arquivos bem como as seguintes opções:\n"
 
-#: rpm.c:317
+#: rpm.c:326
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:318 rpmqv.c:439
+#: rpm.c:327 rpmqv.c:419
 msgid "hostname or IP of ftp proxy"
 msgstr "nome do host ou IP do proxy ftp"
 
-#: rpm.c:319
+#: rpm.c:328
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:441
+#: rpm.c:329 rpmqv.c:421
 msgid "port number of ftp server (or proxy)"
 msgstr "número da porta do servidor ftp (ou proxy)"
 
-#: rpm.c:321
+#: rpm.c:330
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:322 rpmqv.c:443
+#: rpm.c:331 rpmqv.c:423
 #, fuzzy
 msgid "hostname or IP of http proxy"
 msgstr "nome do host ou IP do proxy ftp"
 
-#: rpm.c:323
+#: rpm.c:332
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:324 rpmqv.c:445
+#: rpm.c:333 rpmqv.c:425
 #, fuzzy
 msgid "port number of http server (or proxy)"
 msgstr "número da porta do servidor ftp (ou proxy)"
 
-#: rpm.c:328 rpmqv.c:465
+#: rpm.c:337 rpmqv.c:445
 msgid "query mode"
 msgstr "modo pesquisa"
 
-#: rpm.c:329 rpm.c:375 rpm.c:400 rpm.c:452 rpm.c:526
+#: rpm.c:338 rpm.c:384 rpm.c:409 rpm.c:461 rpm.c:535
 #, fuzzy
 msgid "      --dbpath <dir>      "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:330 rpm.c:376 rpm.c:401 rpm.c:453 rpm.c:527 rpmqv.c:425
+#: rpm.c:339 rpm.c:385 rpm.c:410 rpm.c:462 rpm.c:536 rpmqv.c:405
 msgid "use <dir> as the directory for the database"
 msgstr "use <diretório> como diretório para o banco de dados"
 
-#: rpm.c:331
+#: rpm.c:340
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:467
+#: rpm.c:341 rpmqv.c:447
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "use s como formato do cabeçalho (implica -i)"
 
-#: rpm.c:333 rpm.c:377 rpm.c:435 rpm.c:464
+#: rpm.c:342 rpm.c:386 rpm.c:444 rpm.c:473
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:334 rpm.c:378 rpm.c:436 rpm.c:465 rpm.c:529 rpmqv.c:427
+#: rpm.c:343 rpm.c:387 rpm.c:445 rpm.c:474 rpm.c:538 rpmqv.c:407
 msgid "use <dir> as the top level directory"
 msgstr "use <diretório> como diretório raiz"
 
-#: rpm.c:335
+#: rpm.c:344
 msgid "      Package specification options:"
 msgstr "      Opcões para especificação de pacotes:"
 
-#: rpm.c:337
+#: rpm.c:346
 msgid "query all packages"
 msgstr "pesquise todos os pacotes"
 
-#: rpm.c:338
+#: rpm.c:347
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:339
+#: rpm.c:348
 msgid "query package owning <file>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpm.c:340
+#: rpm.c:349
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:341
+#: rpm.c:350
 msgid "query (uninstalled) package <packagefile>"
 msgstr "pesquise pacote (não instalado) <arquivo-pacote>"
 
-#: rpm.c:342
+#: rpm.c:351
 #, fuzzy
 msgid "        --triggeredby <pkg>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpm.c:343
+#: rpm.c:352
 #, fuzzy
 msgid "query packages triggered by <pkg>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpm.c:344
+#: rpm.c:353
 #, fuzzy
 msgid "        --whatprovides <cap>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpm.c:345
+#: rpm.c:354
 #, fuzzy
 msgid "query packages which provide <cap> capability"
 msgstr "pesquise pacotes que fornecem a capacidade <i>"
 
-#: rpm.c:346
+#: rpm.c:355
 #, fuzzy
 msgid "        --whatrequires <cap>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpm.c:347
+#: rpm.c:356
 #, fuzzy
 msgid "query packages which require <cap> capability"
 msgstr "pesquise pacotes que requerem capacidade <i>"
 
-#: rpm.c:348
+#: rpm.c:357
 msgid "      Information selection options:"
 msgstr "      Opcões de selecão de informação"
 
-#: rpm.c:350 rpmqv.c:471
+#: rpm.c:359 rpmqv.c:451
 msgid "display package information"
 msgstr "mostre informação do pacote"
 
-#: rpm.c:352 rpmqv.c:473
+#: rpm.c:361 rpmqv.c:453
 #, fuzzy
 msgid "display the package's change log"
 msgstr "mostre a lista de arquivos do pacote"
 
-#: rpm.c:354 rpmqv.c:475
+#: rpm.c:363 rpmqv.c:455
 msgid "display package file list"
 msgstr "mostre a lista de arquivos do pacote"
 
-#: rpm.c:356 rpmqv.c:477
+#: rpm.c:365 rpmqv.c:457
 msgid "show file states (implies -l)"
 msgstr "mostre estados dos arquivos (implica -l)"
 
-#: rpm.c:358 rpmqv.c:479
+#: rpm.c:367 rpmqv.c:459
 msgid "list only documentation files (implies -l)"
 msgstr "liste somente os arquivos de documentação (implica -l)"
 
-#: rpm.c:360 rpmqv.c:481
+#: rpm.c:369 rpmqv.c:461
 msgid "list only configuration files (implies -l)"
 msgstr "liste somente os arquivos de configuração (implica -l)"
 
-#: rpm.c:362 rpmqv.c:483
+#: rpm.c:371 rpmqv.c:463
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -747,24 +633,24 @@ msgstr ""
 "mostre todas as informações verificáveis para cada arquivo (deve ser usado "
 "com -l, -c ou -d)"
 
-#: rpm.c:364
+#: rpm.c:373
 #, fuzzy
 msgid "list capabilities package provides"
 msgstr "lista as capacidades que o pacote fornece"
 
-#: rpm.c:366
+#: rpm.c:375
 msgid "list package dependencies"
 msgstr "lista dependências do pacote"
 
-#: rpm.c:368
+#: rpm.c:377
 msgid "print the various [un]install scripts"
 msgstr "mostra as várias scripts de [des]instalação"
 
-#: rpm.c:370
+#: rpm.c:379
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:494
+#: rpm.c:383 rpmqv.c:474
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
@@ -772,147 +658,147 @@ msgstr ""
 "verifique uma instalação de pacote usando as mesmas opções de especificação "
 "de pacote do -q"
 
-#: rpm.c:380 rpm.c:422 rpm.c:457 rpmqv.c:496 rpmqv.c:542 rpmqv.c:576
+#: rpm.c:389 rpm.c:431 rpm.c:466 rpmqv.c:476 rpmqv.c:522 rpmqv.c:556
 msgid "do not verify package dependencies"
 msgstr "não verifique as dependências do pacote"
 
-#: rpm.c:382 rpmqv.c:498
+#: rpm.c:391 rpmqv.c:478
 msgid "do not verify file md5 checksums"
 msgstr "não verifique os checksums md5 do arquivo"
 
-#: rpm.c:384 rpmqv.c:500
+#: rpm.c:393 rpmqv.c:480
 msgid "do not verify file attributes"
 msgstr "não verifique os atributos dos arquivos"
 
-#: rpm.c:386 rpmqv.c:503
+#: rpm.c:395 rpmqv.c:483
 msgid "list the tags that can be used in a query format"
 msgstr "liste as etiquetas que podem ser usadas em um formato de pesquisa"
 
-#: rpm.c:389
+#: rpm.c:398
 #, fuzzy
 msgid "    --install <packagefile>"
 msgstr "instale pacote"
 
-#: rpm.c:390
+#: rpm.c:399
 #, fuzzy
 msgid "    -i <packagefile>      "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:391 rpmqv.c:517
+#: rpm.c:400 rpmqv.c:497
 msgid "install package"
 msgstr "instale pacote"
 
-#: rpm.c:392
+#: rpm.c:401
 #, fuzzy
 msgid "      --excludepath <path>"
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpm.c:393
+#: rpm.c:402
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:394
+#: rpm.c:403
 #, fuzzy
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpm.c:395 rpmqv.c:554
+#: rpm.c:404 rpmqv.c:534
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:397 rpmqv.c:522
+#: rpm.c:406 rpmqv.c:502
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "não foi passado pacote para instalação"
 
-#: rpm.c:398
+#: rpm.c:407
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:399 rpmqv.c:552
+#: rpm.c:408 rpmqv.c:532
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "realoque o pacote para <diretório>, se realocável"
 
-#: rpm.c:403 rpmqv.c:524
+#: rpm.c:412 rpmqv.c:504
 msgid "do not install documentation"
 msgstr "não instale documentação"
 
-#: rpm.c:405 rpmqv.c:528
+#: rpm.c:414 rpmqv.c:508
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "aliás para --replacepkgs --replacefiles"
 
-#: rpm.c:407 rpmqv.c:530
+#: rpm.c:416 rpmqv.c:510
 msgid "print hash marks as package installs (good with -v)"
 msgstr "mostre caracteres # a medida que o pacote instala (bom com -v)"
 
-#: rpm.c:409 rpmqv.c:519
+#: rpm.c:418 rpmqv.c:499
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:412 rpmqv.c:532
+#: rpm.c:421 rpmqv.c:512
 #, fuzzy
 msgid "don't verify package architecture"
 msgstr "não verifique a arquitetura do pacote"
 
-#: rpm.c:414 rpmqv.c:534
+#: rpm.c:423 rpmqv.c:514
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:416 rpmqv.c:536
+#: rpm.c:425 rpmqv.c:516
 msgid "don't verify package operating system"
 msgstr "não verifique o sistema operacional do pacote"
 
-#: rpm.c:418 rpmqv.c:538
+#: rpm.c:427 rpmqv.c:518
 msgid "install documentation"
 msgstr "instale documentação"
 
-#: rpm.c:420 rpm.c:455 rpmqv.c:540 rpmqv.c:574
+#: rpm.c:429 rpm.c:464 rpmqv.c:520 rpmqv.c:554
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:424 rpm.c:459 rpmqv.c:544 rpmqv.c:578
+#: rpm.c:433 rpm.c:468 rpmqv.c:524 rpmqv.c:558
 #, fuzzy
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "não verifique as dependências do pacote"
 
-#: rpm.c:426
+#: rpm.c:435
 msgid "don't execute any installation scripts"
 msgstr "não execute nenhuma script de instalação"
 
-#: rpm.c:428 rpm.c:463 rpmqv.c:582
+#: rpm.c:437 rpm.c:472 rpmqv.c:562
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:550
+#: rpm.c:439 rpmqv.c:530
 msgid "print percentages as package installs"
 msgstr "imprima porcentagens a medida que o pacote vai sendo instalado"
 
-#: rpm.c:432 rpmqv.c:556
+#: rpm.c:441 rpmqv.c:536
 msgid "install even if the package replaces installed files"
 msgstr "instale mesmo que o pacote substitua arquivos já instalados"
 
-#: rpm.c:434 rpmqv.c:558
+#: rpm.c:443 rpmqv.c:538
 msgid "reinstall if the package is already present"
 msgstr "reinstale se o pacote já estiver presente"
 
-#: rpm.c:438 rpmqv.c:560
+#: rpm.c:447 rpmqv.c:540
 msgid "don't install, but tell if it would work or not"
 msgstr "não instale, mas diga se a instalação funcionará ou não"
 
-#: rpm.c:441
+#: rpm.c:450
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:442
+#: rpm.c:451
 #, fuzzy
 msgid "    -U <packagefile>      "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:443 rpmqv.c:564
+#: rpm.c:452 rpmqv.c:544
 msgid "upgrade package (same options as --install, plus)"
 msgstr "atualize pacote (mesmas opcões em --install, mais"
 
-#: rpm.c:445 rpmqv.c:566
+#: rpm.c:454 rpmqv.c:546
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -920,15 +806,15 @@ msgstr ""
 "atualize para uma versão mais velha do pacote (--force em atualizações não "
 "faz isto automaticamente)"
 
-#: rpm.c:447
+#: rpm.c:456
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:449 rpmqv.c:570
+#: rpm.c:458 rpmqv.c:550
 msgid "erase (uninstall) package"
 msgstr "apague (desinstale) pacote"
 
-#: rpm.c:451 rpmqv.c:572
+#: rpm.c:460 rpmqv.c:552
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -936,96 +822,109 @@ msgstr ""
 "remova todos os pacotes iguais a <pacote> (normalmente um erro é gerado se "
 "<pacote> especificou múltiplos pacotes)"
 
-#: rpm.c:461 rpmqv.c:580
+#: rpm.c:470 rpmqv.c:560
 msgid "do not execute any package specific scripts"
 msgstr "não execute nenhuma script específica do pacote"
 
-#: rpm.c:467
+#: rpm.c:476
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:468
+#: rpm.c:477
 #, fuzzy
 msgid "    -t<stage> <tarball>   "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:469 rpmqv.c:589
+#: rpm.c:478 rpmqv.c:569
 msgid "build package, where <stage> is one of:"
 msgstr "Constroi pacote, onde <estágio> é um dos seguintes:"
 
-#: rpm.c:471 rpmqv.c:591
+#: rpm.c:480 rpmqv.c:571
 msgid "prep (unpack sources and apply patches)"
 msgstr "prep (descompacte fontes e aplique patches)"
 
 # , c-format
-#: rpm.c:473 rpmqv.c:593
+#: rpm.c:482 rpmqv.c:573
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "cheque lista (faça algumas checagens em %files)"
 
-#: rpm.c:475 rpmqv.c:595
+#: rpm.c:484 rpmqv.c:575
 msgid "compile (prep and compile)"
 msgstr "compile (prep e compile)"
 
-#: rpm.c:477 rpmqv.c:597
+#: rpm.c:486 rpmqv.c:577
 msgid "install (prep, compile, install)"
 msgstr "instale (prep, compile, instale)"
 
-#: rpm.c:479 rpmqv.c:599
+#: rpm.c:488 rpmqv.c:579
 msgid "binary package (prep, compile, install, package)"
 msgstr "pacote binário (prep, compile, instale, pacote)"
 
-#: rpm.c:481 rpmqv.c:601
+#: rpm.c:490 rpmqv.c:581
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "pacote bin/src (prep, compile, instale, pacote)"
 
-#: rpm.c:489 rpmqv.c:611
+#: lib/poptBT.c:155 rpm.c:492 rpmqv.c:585
+msgid "skip straight to specified stage (only for c,i)"
+msgstr "pule direto para o estágio especificado (somente para c,i)"
+
+#: lib/poptBT.c:145 rpm.c:494 rpmqv.c:587
+msgid "remove build tree when done"
+msgstr "remova a árvore de construção quando terminar"
+
+#: lib/poptBT.c:151 rpm.c:496 rpmqv.c:589
+#, fuzzy
+msgid "remove sources when done"
+msgstr "remova a árvore de construção quando terminar"
+
+#: rpm.c:498 rpmqv.c:591
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "remova a árvore de construção quando terminar"
 
-#: rpm.c:491 rpmqv.c:613
+#: rpm.c:500 rpmqv.c:593
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "gere assinatura PGP"
 
-#: rpm.c:492
+#: rpm.c:501
 #, fuzzy
 msgid "      --buildroot <dir>   "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:493 rpmqv.c:615
+#: rpm.c:502 rpmqv.c:595
 #, fuzzy
 msgid "use <dir> as the build root"
 msgstr "use s como o root da construção"
 
-#: rpm.c:494
+#: rpm.c:503
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:495 rpmqv.c:617
+#: rpm.c:504 rpmqv.c:597
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:497 rpmqv.c:619
+#: rpm.c:506 rpmqv.c:599
 msgid "do not execute any stages"
 msgstr "não execute nenhum estágio"
 
-#: rpm.c:498
+#: rpm.c:507
 #, fuzzy
 msgid "      --timecheck <secs>  "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:499
+#: rpm.c:508
 #, fuzzy
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "atribua S segundos ao tempo de checagem (0 o desabilita)"
 
-#: rpm.c:501
+#: rpm.c:510
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:502 rpmqv.c:622
+#: rpm.c:511 rpmqv.c:602
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -1033,68 +932,68 @@ msgstr ""
 "instale pacote fonte, construa pacote binário e remova o arquivo spec, "
 "fontes, patches e ícones."
 
-#: rpm.c:503
+#: rpm.c:512
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:504 rpmqv.c:624
+#: rpm.c:513 rpmqv.c:604
 msgid "like --rebuild, but don't build any package"
 msgstr "como --rebuild, mas não construa nenhum pacote"
 
-#: rpm.c:507
+#: rpm.c:516
 #, fuzzy
 msgid "    --resign <pkg>+       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:508 rpmqv.c:630
+#: rpm.c:517 rpmqv.c:610
 msgid "sign a package (discard current signature)"
 msgstr "assine um pacote (descarte a assinatura corrente)"
 
-#: rpm.c:509
+#: rpm.c:518
 #, fuzzy
 msgid "    --addsign <pkg>+      "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:510 rpmqv.c:632
+#: rpm.c:519 rpmqv.c:612
 msgid "add a signature to a package"
 msgstr "adicione uma assinatura a um pacote"
 
-#: rpm.c:511
+#: rpm.c:520
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:512
+#: rpm.c:521
 #, fuzzy
 msgid "    -K <pkg>+           "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpm.c:513 rpmqv.c:636
+#: rpm.c:522 rpmqv.c:616
 msgid "verify package signature"
 msgstr "verifique a assinatura do pacote"
 
-#: rpm.c:515 rpmqv.c:638
+#: rpm.c:524 rpmqv.c:618
 msgid "skip any PGP signatures"
 msgstr "desconsidere quaisquer assinaturas PGP"
 
-#: rpm.c:517 rpmqv.c:640
+#: rpm.c:526 rpmqv.c:620
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "desconsidere quaisquer assinaturas PGP"
 
-#: rpm.c:519 rpmqv.c:642
+#: rpm.c:528 rpmqv.c:622
 msgid "skip any MD5 signatures"
 msgstr "desconsidere quaisquer assinaturas MD5"
 
-#: rpm.c:523
+#: rpm.c:532
 msgid "make sure a valid database exists"
 msgstr "certifique que um banco de dados válido existe"
 
-#: rpm.c:525
+#: rpm.c:534
 msgid "rebuild database from existing database"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
-#: rpm.c:533 rpmqv.c:505
+#: rpm.c:542 rpmqv.c:485
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -1102,7 +1001,7 @@ msgstr ""
 "atribua as permissões dos arquivos para aquelas no banco de dados de pacotes "
 "usando as mesmas opções de especificação de pacote do -q"
 
-#: rpm.c:536 rpmqv.c:508
+#: rpm.c:545 rpmqv.c:488
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -1110,160 +1009,160 @@ msgstr ""
 "atribua dono e grupo dos arquivos para aquelas no banco de dados de pacotes "
 "usando as mesmas opções de especificação de pacote do -q"
 
-#: rpm.c:673 rpm.c:679 rpm.c:686 rpm.c:692 rpm.c:701 rpm.c:723 rpm.c:729
-#: rpm.c:763 rpm.c:771 rpm.c:792 rpm.c:849 rpm.c:857 rpmqv.c:827 rpmqv.c:833
-#: rpmqv.c:842 rpmqv.c:851 rpmqv.c:857 rpmqv.c:863 rpmqv.c:897 rpmqv.c:904
-#: rpmqv.c:939 rpmqv.c:947 rpmqv.c:953 rpmqv.c:961 rpmqv.c:1019 rpmqv.c:1035
+#: rpm.c:682 rpm.c:688 rpm.c:695 rpm.c:701 rpm.c:710 rpm.c:732 rpm.c:738
+#: rpm.c:772 rpm.c:780 rpm.c:801 rpm.c:858 rpm.c:866 rpmqv.c:806 rpmqv.c:815
+#: rpmqv.c:821 rpmqv.c:827 rpmqv.c:861 rpmqv.c:868 rpmqv.c:903 rpmqv.c:911
+#: rpmqv.c:917 rpmqv.c:925 rpmqv.c:987
 msgid "only one major mode may be specified"
 msgstr "somente um modo principal pode ser especificado"
 
-#: rpm.c:694 rpmqv.c:844
+#: rpm.c:703 rpmqv.c:808
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u e --uninstall foram descontinuados e não funcionam mais.\n"
 
-#: rpm.c:696 rpmqv.c:846
+#: rpm.c:705 rpmqv.c:810
 msgid "Use -e or --erase instead.\n"
 msgstr "Use -e ou --erase no lugar.\n"
 
-#: rpm.c:736 rpm.c:742 rpm.c:749 rpm.c:756 rpm.c:865 rpmqv.c:910 rpmqv.c:916
-#: rpmqv.c:923 rpmqv.c:930 rpmqv.c:1043
+#: rpm.c:745 rpm.c:751 rpm.c:758 rpm.c:765 rpm.c:874 rpmqv.c:874 rpmqv.c:880
+#: rpmqv.c:887 rpmqv.c:894 rpmqv.c:1002
 msgid "one type of query/verify may be performed at a time"
 msgstr "um tipo de pesquisa/verificação pode ser feita por vez"
 
-#: rpm.c:798 rpmqv.c:881
+#: rpm.c:807 rpmqv.c:845
 #, fuzzy
 msgid "relocations must begin with a /"
 msgstr "argumentos para o --dbpath devem começar com uma /"
 
-#: rpm.c:800 rpmqv.c:883
+#: rpm.c:809 rpmqv.c:847
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:803 rpmqv.c:886
+#: rpm.c:812 rpmqv.c:850
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:812 rpmqv.c:870
+#: rpm.c:821 rpmqv.c:834
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "argumentos para o --dbpath devem começar com uma /"
 
-#: rpm.c:821 rpmqv.c:982
+#: rpm.c:830 rpmqv.c:946
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1062
+#: rpm.c:880 rpmqv.c:1007
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "fonte de pesquisa não esperado"
 
-#: rpm.c:874 rpmqv.c:1065
+#: rpm.c:883 rpmqv.c:1010
 #, fuzzy
 msgid "unexpected query format"
 msgstr "fonte de pesquisa não esperado"
 
-#: rpm.c:877 rpmqv.c:1068
+#: rpm.c:886 rpmqv.c:1013
 msgid "unexpected query source"
 msgstr "fonte de pesquisa não esperado"
 
-#: rpm.c:880 rpmqv.c:1084
+#: rpm.c:889 rpmqv.c:1033
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "somente instalação e atualização podem ser forçadas"
 
-#: rpm.c:883 rpmqv.c:1089
+#: rpm.c:892 rpmqv.c:1038
 #, fuzzy
 msgid "files may only be relocated during package installation"
 msgstr "--percent somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:886 rpmqv.c:1092
+#: rpm.c:895 rpmqv.c:1041
 #, fuzzy
 msgid "only one of --prefix or --relocate may be used"
 msgstr "somente um entre --excludedocs e --includedocs pode ser especificado"
 
-#: rpm.c:889 rpmqv.c:1095
+#: rpm.c:898 rpmqv.c:1044
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "--prefix somente pode ser usada quando se está instalando novos pacotes"
 
-#: rpm.c:892 rpmqv.c:1098
+#: rpm.c:901 rpmqv.c:1047
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 "--prefix somente pode ser usada quando se está instalando novos pacotes"
 
-#: rpm.c:895 rpmqv.c:1101
+#: rpm.c:904 rpmqv.c:1050
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumentos para --prefix devem começar com uma /"
 
-#: rpm.c:898 rpmqv.c:1104
+#: rpm.c:907 rpmqv.c:1053
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 "--hash (-h) somente podem ser especificado durante instalações de pacotes"
 
-#: rpm.c:902 rpmqv.c:1108
+#: rpm.c:911 rpmqv.c:1057
 msgid "--percent may only be specified during package installation"
 msgstr "--percent somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:906 rpmqv.c:1112
+#: rpm.c:915 rpmqv.c:1061
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--percent somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:910 rpmqv.c:1116
+#: rpm.c:919 rpmqv.c:1065
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 "--replacepkgs somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:914 rpmqv.c:1120
+#: rpm.c:923 rpmqv.c:1069
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 "--excludedocs somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:918 rpmqv.c:1124
+#: rpm.c:927 rpmqv.c:1073
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 "--includedocs somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:922 rpmqv.c:1128
+#: rpm.c:931 rpmqv.c:1077
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "somente um entre --excludedocs e --includedocs pode ser especificado"
 
-#: rpm.c:926 rpmqv.c:1132
+#: rpm.c:935 rpmqv.c:1081
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 "--ignorearch somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:930 rpmqv.c:1136
+#: rpm.c:939 rpmqv.c:1085
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 "--ignoreos somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:934 rpmqv.c:1140
+#: rpm.c:943 rpmqv.c:1089
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 "--ignoreos somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:938 rpmqv.c:1144
+#: rpm.c:947 rpmqv.c:1093
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 "--allmatches somente pode ser especificado durante desinstalações de pacotes"
 
-#: rpm.c:942 rpmqv.c:1148
+#: rpm.c:951 rpmqv.c:1097
 #, fuzzy
 msgid "--allfiles may only be specified during package installation"
 msgstr "--percent somente pode ser especificado durante instalações de pacotes"
 
-#: rpm.c:946 rpmqv.c:1152
+#: rpm.c:955 rpmqv.c:1101
 #, fuzzy
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 "--test somente pode ser especificado durante [des]instalações e construções "
 "de pacotes"
 
-#: rpm.c:951 rpmqv.c:1159
+#: rpm.c:960 rpmqv.c:1108
 msgid ""
 "--noscripts may only be specified during package installation, erasure, and "
 "verification"
@@ -1271,7 +1170,7 @@ msgstr ""
 "--noscripts somente pode ser especificado durante [des]instalações e "
 "verificações de pacotes"
 
-#: rpm.c:955
+#: rpm.c:964
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation, erasure, and "
@@ -1280,7 +1179,7 @@ msgstr ""
 "--nodeps somente pode ser especificado durante [des]instalações e "
 "verificações de pacotes"
 
-#: rpm.c:959 rpmqv.c:1171
+#: rpm.c:968 rpmqv.c:1120
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1289,7 +1188,7 @@ msgstr ""
 "--nodeps somente pode ser especificado durante [des]instalações e "
 "verificações de pacotes"
 
-#: rpm.c:964 rpmqv.c:1176
+#: rpm.c:973 rpmqv.c:1125
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1297,7 +1196,7 @@ msgstr ""
 "--test somente pode ser especificado durante [des]instalações e construções "
 "de pacotes"
 
-#: rpm.c:968 rpmqv.c:1181
+#: rpm.c:977 rpmqv.c:1130
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1305,24 +1204,24 @@ msgstr ""
 "--root (-r) somente pode ser especificado durante [des]instalações, "
 "pesquisas e reconstrução de bancos de dados"
 
-#: rpm.c:980 rpmqv.c:1193
+#: rpm.c:989 rpmqv.c:1142
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumentos para --root (-r) devem começar com uma /"
 
-#: rpm.c:986 rpmqv.c:1200
+#: rpm.c:995 rpmqv.c:1149
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage somente pode ser usado durante a atualização de pacotes"
 
-#: rpm.c:989 rpmqv.c:1205
+#: rpm.c:998 rpmqv.c:1154
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp somente pode ser usado durante checagem de assinaturas"
 
-#: rpm.c:992 rpmqv.c:1208
+#: rpm.c:1001 rpmqv.c:1157
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nopgp somente pode ser usado durante checagem de assinaturas"
 
-#: rpm.c:995 rpmqv.c:1213
+#: rpm.c:1004 rpmqv.c:1162
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
@@ -1330,79 +1229,79 @@ msgstr ""
 "--nopgp somente pode ser usado durante checagem de assinaturas e verificação "
 "de pacotes"
 
-#: rpm.c:1006 rpmqv.c:1226
+#: rpm.c:1015 rpmqv.c:1175
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1231
+#: rpm.c:1020 rpmqv.c:1180
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1026 rpmqv.c:1247
+#: rpm.c:1035 rpmqv.c:1196
 #, fuzzy
 msgid "pgp not found: "
 msgstr "não foi passado pacote para desinstalação"
 
-#: rpm.c:1030 rpmqv.c:1251
+#: rpm.c:1039 rpmqv.c:1200
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1032 rpmqv.c:1253
+#: rpm.c:1041 rpmqv.c:1202
 msgid "Pass phrase check failed\n"
 msgstr "Checagem de pass phrase falhou\n"
 
-#: rpm.c:1035 rpmqv.c:1256
+#: rpm.c:1044 rpmqv.c:1205
 msgid "Pass phrase is good.\n"
 msgstr "Pass phrase ok.\n"
 
-#: rpm.c:1040 rpmqv.c:1261
+#: rpm.c:1049 rpmqv.c:1210
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1046 rpmqv.c:1267
+#: rpm.c:1055 rpmqv.c:1216
 msgid "--sign may only be used during package building"
 msgstr "--sign somente pode ser usado durante a construção de pacotes"
 
-#: rpm.c:1061 rpmqv.c:1283
+#: rpm.c:1070 rpmqv.c:1232
 #, fuzzy
 msgid "exec failed\n"
 msgstr "Construção falhou.\n"
 
-#: rpm.c:1080 rpmqv.c:1552
+#: rpm.c:1089 rpmqv.c:1501
 msgid "unexpected arguments to --querytags "
 msgstr "argumentos não esperados em --querytags"
 
-#: rpm.c:1091 rpmqv.c:1574
+#: rpm.c:1100 rpmqv.c:1523
 msgid "no packages given for signature check"
 msgstr "nenhum pacote informado para checagem de assinatura"
 
-#: rpm.c:1102 rpmqv.c:1585
+#: rpm.c:1111 rpmqv.c:1534
 msgid "no packages given for signing"
 msgstr "não foram passados pacotes para assinatura"
 
-#: rpm.c:1118 rpmqv.c:1425
+#: rpm.c:1127 rpmqv.c:1374
 msgid "no packages given for uninstall"
 msgstr "não foi passado pacote para desinstalação"
 
-#: rpm.c:1168 rpmqv.c:1475
+#: rpm.c:1177 rpmqv.c:1424
 msgid "no packages given for install"
 msgstr "não foi passado pacote para instalação"
 
-#: rpm.c:1191 rpmqv.c:1515
+#: rpm.c:1200 rpmqv.c:1464
 msgid "extra arguments given for query of all packages"
 msgstr "foram passados argumentos em excesso para pesquisa em todos os pacotes"
 
-#: rpm.c:1196 rpmqv.c:1520
+#: rpm.c:1205 rpmqv.c:1469
 msgid "no arguments given for query"
 msgstr "não foi passado argumento para pesquisa"
 
-#: rpm.c:1213 rpmqv.c:1540
+#: rpm.c:1222 rpmqv.c:1489
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "foram passados argumentos em excesso para pesquisa em todos os pacotes"
 
-#: rpm.c:1217 rpmqv.c:1544
+#: rpm.c:1226 rpmqv.c:1493
 msgid "no arguments given for verify"
 msgstr "não foi passado argumento para verificação"
 
@@ -1426,72 +1325,72 @@ msgstr ""
 msgid "cannot re-open payload: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
-#: rpmqv.c:304
+#: rpmqv.c:284
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "uso: rpm {--help}"
 
-#: rpmqv.c:305
+#: rpmqv.c:285
 #, c-format
 msgid "       %s {--version}\n"
 msgstr ""
 
-#: rpmqv.c:308
+#: rpmqv.c:288
 #, fuzzy, c-format
 msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 msgstr "       rpm {--initdb}   [--dbpath <diretório>]"
 
-#: rpmqv.c:309
+#: rpmqv.c:289
 #, fuzzy, c-format
 msgid "       %s {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]\n"
 msgstr "       rpm {--rebuilddb} [--rcfile <arquivo>] [--dbpath <diretório>]"
 
-#: rpmqv.c:313
+#: rpmqv.c:293
 #, c-format
 msgid ""
 "       %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 
-#: rpmqv.c:323
+#: rpmqv.c:303
 #, c-format
 msgid ""
 "       %s {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 
-#: rpmqv.c:333
+#: rpmqv.c:313
 #, fuzzy, c-format
 msgid "       %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--erase -e] [--root <diretório>] [--noscripts] [--rcfile "
 "<arquivo>]"
 
-#: rpmqv.c:339
+#: rpmqv.c:319
 #, c-format
 msgid "       %s {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]\n"
 msgstr ""
 
-#: rpmqv.c:346
+#: rpmqv.c:326
 #, fuzzy, c-format
 msgid "       %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <diretório>] [--rcfile <arquivo>]"
 
-#: rpmqv.c:349
+#: rpmqv.c:329
 #, c-format
 msgid "       %s {--querytags}\n"
 msgstr ""
 
-#: rpmqv.c:350
+#: rpmqv.c:330
 #, fuzzy, c-format
 msgid "       %s {--setperms} [-afpg] [target]\n"
 msgstr "       rpm {--setperms} [-afpg] [alvo]"
 
-#: rpmqv.c:351
+#: rpmqv.c:331
 #, fuzzy, c-format
 msgid "       %s {--setugids} [-afpg] [target]\n"
 msgstr "       rpm {--setugids} [-afpg] [alvo]"
 
-#: rpmqv.c:355
+#: rpmqv.c:335
 #, fuzzy, c-format
 msgid ""
 "       %s {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -1500,89 +1399,89 @@ msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<arquivo>]"
 
-#: rpmqv.c:356
+#: rpmqv.c:336
 #, fuzzy
 msgid "                        [--sign] [--nobuild] ]"
 msgstr ""
 "                        [--sign] [--test] [--timecheck <S>] arquivo-spec"
 
-#: rpmqv.c:359
+#: rpmqv.c:339
 #, fuzzy, c-format
 msgid "       %s {--rmsource} [--rcfile <file>] [-v] specfile\n"
 msgstr ""
 "       rpm {--recompile} [--rcfile <arquivo>] [-v] fonte1.rpm ... fonteN.rpm"
 
-#: rpmqv.c:360
+#: rpmqv.c:340
 #, fuzzy, c-format
 msgid ""
 "       %s {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <arquivo>] [-v] fonte1.rpm ... fonteN.rpm"
 
-#: rpmqv.c:361
+#: rpmqv.c:341
 #, fuzzy, c-format
 msgid ""
 "       %s {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "       rpm {--recompile} [--rcfile <arquivo>] [-v] fonte1.rpm ... fonteN.rpm"
 
-#: rpmqv.c:362
+#: rpmqv.c:342
 #, fuzzy, c-format
 msgid "       %s {--freshen -F} file1.rpm ... fileN.rpm\n"
 msgstr "                        arquivo.rpm ... arquivoN.rpm"
 
-#: rpmqv.c:366
+#: rpmqv.c:346
 #, fuzzy, c-format
 msgid "       %s {--resign} [--rcfile <file>] package1 package2 ... packageN\n"
 msgstr "       rpm {--resign} [--rcfile <arquivo>] pacote1 pacote2 ... pacoteN"
 
-#: rpmqv.c:367
+#: rpmqv.c:347
 #, fuzzy, c-format
 msgid "       %s {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 "       rpm {--addsign} [--rcfile <arquivo>] pacote1 pacote2 ... pacoteN"
 
-#: rpmqv.c:368
+#: rpmqv.c:348
 #, fuzzy, c-format
 msgid ""
 "       %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]\n"
 msgstr "       rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <arquivo>]"
 
-#: rpmqv.c:412
+#: rpmqv.c:392
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   todos os modos suportam os seguintes argumentos:"
 
-#: rpmqv.c:413
+#: rpmqv.c:393
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:415
+#: rpmqv.c:395
 #, fuzzy
 msgid "   --eval '<name>+'       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:417
+#: rpmqv.c:397
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:419
+#: rpmqv.c:399
 #, fuzzy
 msgid "   --rcfile <file>        "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:424
+#: rpmqv.c:404
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:426
+#: rpmqv.c:406
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:436
+#: rpmqv.c:416
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
@@ -1590,241 +1489,241 @@ msgstr ""
 "  Instale, atualize e pesquise (com -p) permitem que sejam usadas URLs ftp "
 "no lugar"
 
-#: rpmqv.c:437
+#: rpmqv.c:417
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   de nomes de arquivos bem como as seguintes opções:\n"
 
-#: rpmqv.c:438
+#: rpmqv.c:418
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:440
+#: rpmqv.c:420
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:442
+#: rpmqv.c:422
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:444
+#: rpmqv.c:424
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:450
+#: rpmqv.c:430
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Opcões para especificação de pacotes:"
 
-#: rpmqv.c:452
+#: rpmqv.c:432
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "pesquise todos os pacotes"
 
-#: rpmqv.c:453
+#: rpmqv.c:433
 #, fuzzy
 msgid "     -f <file>+          "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:454
+#: rpmqv.c:434
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpmqv.c:455
+#: rpmqv.c:435
 #, fuzzy
 msgid "     -p <packagefile>+   "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:456
+#: rpmqv.c:436
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "pesquise pacote (não instalado) <arquivo-pacote>"
 
-#: rpmqv.c:457
+#: rpmqv.c:437
 #, fuzzy
 msgid "     --triggeredby <pkg> "
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpmqv.c:458
+#: rpmqv.c:438
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpmqv.c:459
+#: rpmqv.c:439
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpmqv.c:460
+#: rpmqv.c:440
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "pesquise pacotes que fornecem a capacidade <i>"
 
-#: rpmqv.c:461
+#: rpmqv.c:441
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpmqv.c:462
+#: rpmqv.c:442
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "pesquise pacotes que requerem capacidade <i>"
 
-#: rpmqv.c:466
+#: rpmqv.c:446
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:469
+#: rpmqv.c:449
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Opcões de selecão de informação"
 
-#: rpmqv.c:485
+#: rpmqv.c:465
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "lista as capacidades que o pacote fornece"
 
-#: rpmqv.c:487
+#: rpmqv.c:467
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "lista as capacidades que o pacote fornece"
 
-#: rpmqv.c:489
+#: rpmqv.c:469
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "mostra as várias scripts de [des]instalação"
 
-#: rpmqv.c:491
+#: rpmqv.c:471
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:515
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "instale pacote"
 
-#: rpmqv.c:516
+#: rpmqv.c:496
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:525
+#: rpmqv.c:505
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpmqv.c:526
+#: rpmqv.c:506
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:546
+#: rpmqv.c:526
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "não execute nenhuma script de instalação"
 
-#: rpmqv.c:548
+#: rpmqv.c:528
 #, fuzzy
 msgid "don't execute any scriptlets triggered by this package"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: rpmqv.c:551
+#: rpmqv.c:531
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:553
+#: rpmqv.c:533
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "                        [--nomd5] [alvos]"
 
-#: rpmqv.c:562
+#: rpmqv.c:542
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "instale pacote"
 
-#: rpmqv.c:563
+#: rpmqv.c:543
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:568
+#: rpmqv.c:548
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "instale pacote"
 
-#: rpmqv.c:587
+#: rpmqv.c:567
 #, fuzzy
 msgid "   -b<stage> <spec>       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:588
+#: rpmqv.c:568
 #, fuzzy
 msgid "   -t<stage> <tarball>    "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:603
+#: rpmqv.c:583
 msgid "package src rpm only"
 msgstr ""
 
-#: rpmqv.c:614
+#: rpmqv.c:594
 #, fuzzy
 msgid "     --buildroot <dir>    "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:616
+#: rpmqv.c:596
 #, fuzzy
 msgid "     --target=<platform>+ "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:621
+#: rpmqv.c:601
 #, fuzzy
 msgid "   --rebuild <src_pkg>    "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:623
+#: rpmqv.c:603
 #, fuzzy
 msgid "   --recompile <src_pkg>  "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:629
+#: rpmqv.c:609
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:631
+#: rpmqv.c:611
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:634
+#: rpmqv.c:614
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:635
+#: rpmqv.c:615
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    -b<estágio> <spec>    "
 
-#: rpmqv.c:648
+#: rpmqv.c:628
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:650
+#: rpmqv.c:630
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
-#: rpmqv.c:1057
+#: rpmqv.c:1017
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath passado para uma operação que não usa um banco de dados"
 
-#: rpmqv.c:1165
+#: rpmqv.c:1114
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation and erasure"
@@ -1832,15 +1731,15 @@ msgstr ""
 "--test somente pode ser especificado durante [des]instalações e construções "
 "de pacotes"
 
-#: rpmqv.c:1323
+#: rpmqv.c:1272
 msgid "no packages files given for rebuild"
 msgstr "não foram passados pacotes para reconstrução"
 
-#: rpmqv.c:1393
+#: rpmqv.c:1342
 msgid "no spec files given for build"
 msgstr "não foi passado arquivo spec para construção"
 
-#: rpmqv.c:1395
+#: rpmqv.c:1344
 msgid "no tar files given for build"
 msgstr "não foram passados arquivos tar para construção"
 
@@ -3212,6 +3111,107 @@ msgid ""
 "only packages with major numbers <= 3 are supported by this version of RPM"
 msgstr ""
 
+#: lib/poptBT.c:82
+msgid "buildroot already specified"
+msgstr ""
+
+#: lib/poptBT.c:108
+msgid "build through %%prep stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:110
+msgid "build through %%build stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:112
+msgid "build through %%install stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:114
+#, fuzzy
+msgid "verify %%files section from spec file"
+msgstr "pesquise o pacote ao qual <arquivo> pertence"
+
+#: lib/poptBT.c:116
+#, fuzzy
+msgid "build source and binary package from spec file"
+msgstr "pesquise o pacote ao qual <arquivo> pertence"
+
+#: lib/poptBT.c:118
+#, fuzzy
+msgid "build binary package from spec file"
+msgstr "pesquise o pacote ao qual <arquivo> pertence"
+
+#: lib/poptBT.c:120
+#, fuzzy
+msgid "build source package from spec file"
+msgstr "pesquise o pacote ao qual <arquivo> pertence"
+
+#: lib/poptBT.c:123
+msgid "build through %%prep stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:125
+msgid "build through %%build stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:127
+msgid "build through %%install stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:129
+msgid "verify %%files section from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:131
+msgid "build source and binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:133
+msgid "build binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:135
+msgid "build source package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:138
+#, fuzzy
+msgid "build binary package from source package"
+msgstr "pacote binário (prep, compile, instale, pacote)"
+
+#: lib/poptBT.c:140
+#, fuzzy
+msgid "build through %%install stage from source package"
+msgstr "instale pacote"
+
+#: lib/poptBT.c:143
+#, fuzzy
+msgid "override build root"
+msgstr "use s como o root da construção"
+
+#: lib/poptBT.c:147
+#, fuzzy
+msgid "do not execute any stages of the build"
+msgstr "não execute nenhum estágio"
+
+#: lib/poptBT.c:149
+msgid "do not accept I18N msgstr's from specfile"
+msgstr ""
+
+#: lib/poptBT.c:153
+#, fuzzy
+msgid "remove specfile when done"
+msgstr "remova a árvore de construção quando terminar"
+
+#: lib/poptBT.c:157
+msgid "override target platform"
+msgstr ""
+
+#: lib/poptBT.c:159
+msgid "lookup I18N strings in specfile catalog"
+msgstr ""
+
 #: lib/problems.c:43
 #, c-format
 msgid " is needed by %s-%s-%s\n"
@@ -3268,222 +3268,131 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s-%s-%s"
 msgstr ""
 
-#: lib/query.c:141
+#: lib/query.c:139
 #, c-format
 msgid "error in format: %s\n"
 msgstr ""
 
-#: lib/query.c:200
+#: lib/query.c:198
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:259
+#: lib/query.c:257
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:261
+#: lib/query.c:259
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 #, fuzzy
 msgid "not installed "
 msgstr "não foi passado pacote para instalação"
 
-#: lib/query.c:265
+#: lib/query.c:263
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:267
+#: lib/query.c:265
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:271
+#: lib/query.c:269
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:288 lib/query.c:331
+#: lib/query.c:286 lib/query.c:329
 msgid "package has neither file owner or id lists"
 msgstr ""
 
 # , c-format
-#: lib/query.c:375
+#: lib/query.c:373
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "Não consegui abrir: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:492
+#: lib/query.c:490
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "Construção falhou.\n"
 
-#: lib/query.c:510
+#: lib/query.c:508
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:519 lib/rpminstall.c:231
+#: lib/query.c:517 lib/rpminstall.c:231
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:523
+#: lib/query.c:521
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:579
+#: lib/query.c:577
 #, fuzzy
 msgid "no packages\n"
 msgstr "pesquise todos os pacotes"
 
-#: lib/query.c:589
+#: lib/query.c:587
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:599
+#: lib/query.c:597
 #, fuzzy, c-format
 msgid "no package triggers %s\n"
 msgstr "não foram passados pacotes para assinatura"
 
-#: lib/query.c:609
+#: lib/query.c:607
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:620
+#: lib/query.c:618
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:636
+#: lib/query.c:634
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:639
+#: lib/query.c:637
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:664
+#: lib/query.c:662
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:667
+#: lib/query.c:665
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:671
+#: lib/query.c:669
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:682 lib/rpminstall.c:435
+#: lib/query.c:680 lib/rpminstall.c:435
 #, fuzzy, c-format
 msgid "package %s is not installed\n"
 msgstr "não foi passado pacote para instalação"
 
-#: lib/query.c:769
-#, fuzzy
-msgid "query package owning file"
-msgstr "pesquise o pacote ao qual <arquivo> pertence"
-
-#: lib/query.c:771
-#, fuzzy
-msgid "query packages in group"
-msgstr "não foi passado pacote para desinstalação"
-
-#: lib/query.c:773
-#, fuzzy
-msgid "query a package file"
-msgstr "pesquise todos os pacotes"
-
-#: lib/query.c:775
-#, fuzzy
-msgid "rpm query mode"
-msgstr "modo pesquisa"
-
-#: lib/query.c:779
-msgid "display known query tags"
-msgstr ""
-
-#: lib/query.c:781
-#, fuzzy
-msgid "query a spec file"
-msgstr "pesquise todos os pacotes"
-
-#: lib/query.c:783
-#, fuzzy
-msgid "query the pacakges triggered by the package"
-msgstr "pesquise o pacote ao qual <arquivo> pertence"
-
-#: lib/query.c:785
-#, fuzzy
-msgid "rpm verify mode"
-msgstr "modo pesquisa"
-
-#: lib/query.c:787
-msgid "rpm verify mode (legacy)"
-msgstr ""
-
-#: lib/query.c:789
-#, fuzzy
-msgid "query the packages which require a capability"
-msgstr "pesquise pacotes que requerem capacidade <i>"
-
-#: lib/query.c:791
-#, fuzzy
-msgid "query the packages which provide a capability"
-msgstr "pesquise pacotes que fornecem a capacidade <i>"
-
-#: lib/query.c:831
-#, fuzzy
-msgid "list all configuration files"
-msgstr "liste somente os arquivos de configuração (implica -l)"
-
-#: lib/query.c:833
-#, fuzzy
-msgid "list all documentation files"
-msgstr "instale documentação"
-
-#: lib/query.c:835
-#, fuzzy
-msgid "dump basic file information"
-msgstr "mostre informação do pacote"
-
-#: lib/query.c:837
-#, fuzzy
-msgid "list files in package"
-msgstr "instale pacote"
-
-#: lib/query.c:841
-msgid "use the following query format"
-msgstr ""
-
-#: lib/query.c:843
-#, fuzzy
-msgid "substitute i18n sections into spec file"
-msgstr "pesquise o pacote ao qual <arquivo> pertence"
-
-#: lib/query.c:845
-msgid "display the states of the listed files"
-msgstr ""
-
-#: lib/query.c:847
-#, fuzzy
-msgid "display a verbose file listing"
-msgstr "mostre a lista de arquivos do pacote"
-
 # , c-format
 #: lib/rpmchecksig.c:31
 #, fuzzy, c-format
@@ -4306,6 +4215,66 @@ msgstr ""
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr ""
 
+#, fuzzy
+#~ msgid "query package owning file"
+#~ msgstr "pesquise o pacote ao qual <arquivo> pertence"
+
+#, fuzzy
+#~ msgid "query packages in group"
+#~ msgstr "não foi passado pacote para desinstalação"
+
+#, fuzzy
+#~ msgid "query a package file"
+#~ msgstr "pesquise todos os pacotes"
+
+#, fuzzy
+#~ msgid "rpm query mode"
+#~ msgstr "modo pesquisa"
+
+#, fuzzy
+#~ msgid "query a spec file"
+#~ msgstr "pesquise todos os pacotes"
+
+#, fuzzy
+#~ msgid "query the pacakges triggered by the package"
+#~ msgstr "pesquise o pacote ao qual <arquivo> pertence"
+
+#, fuzzy
+#~ msgid "rpm verify mode"
+#~ msgstr "modo pesquisa"
+
+#, fuzzy
+#~ msgid "query the packages which require a capability"
+#~ msgstr "pesquise pacotes que requerem capacidade <i>"
+
+#, fuzzy
+#~ msgid "query the packages which provide a capability"
+#~ msgstr "pesquise pacotes que fornecem a capacidade <i>"
+
+#, fuzzy
+#~ msgid "list all configuration files"
+#~ msgstr "liste somente os arquivos de configuração (implica -l)"
+
+#, fuzzy
+#~ msgid "list all documentation files"
+#~ msgstr "instale documentação"
+
+#, fuzzy
+#~ msgid "dump basic file information"
+#~ msgstr "mostre informação do pacote"
+
+#, fuzzy
+#~ msgid "list files in package"
+#~ msgstr "instale pacote"
+
+#, fuzzy
+#~ msgid "substitute i18n sections into spec file"
+#~ msgstr "pesquise o pacote ao qual <arquivo> pertence"
+
+#, fuzzy
+#~ msgid "display a verbose file listing"
+#~ msgstr "mostre a lista de arquivos do pacote"
+
 # , c-format
 #, fuzzy
 #~ msgid "override build architecture"
index a812948..38bf424 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-06-01 00:32-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -65,110 +65,6 @@ msgstr ""
 msgid "Building for target %s\n"
 msgstr ""
 
-#: build.c:385
-msgid "buildroot already specified"
-msgstr ""
-
-#: build.c:411
-msgid "build through %%prep stage from spec file"
-msgstr ""
-
-#: build.c:413
-msgid "build through %%build stage from spec file"
-msgstr ""
-
-#: build.c:415
-msgid "build through %%install stage from spec file"
-msgstr ""
-
-#: build.c:417
-msgid "verify %%files section from spec file"
-msgstr ""
-
-#: build.c:419
-msgid "build source and binary package from spec file"
-msgstr ""
-
-#: build.c:421
-msgid "build binary package from spec file"
-msgstr ""
-
-#: build.c:423
-msgid "build source package from spec file"
-msgstr ""
-
-#: build.c:426
-msgid "build through %%prep stage from tar ball"
-msgstr ""
-
-#: build.c:428
-msgid "build through %%build stage from tar ball"
-msgstr ""
-
-#: build.c:430
-msgid "build through %%install stage from tar ball"
-msgstr ""
-
-#: build.c:432
-msgid "verify %%files section from tar ball"
-msgstr ""
-
-#: build.c:434
-msgid "build source and binary package from tar ball"
-msgstr ""
-
-#: build.c:436
-msgid "build binary package from tar ball"
-msgstr ""
-
-#: build.c:438
-msgid "build source package from tar ball"
-msgstr ""
-
-#: build.c:441
-msgid "build binary package from source package"
-msgstr ""
-
-#: build.c:443
-msgid "build through %%install stage from source package"
-msgstr ""
-
-#: build.c:446
-msgid "override build root"
-msgstr ""
-
-#: build.c:448 rpm.c:490 rpmqv.c:607
-msgid "remove build tree when done"
-msgstr ""
-
-#: build.c:450
-msgid "do not execute any stages of the build"
-msgstr ""
-
-#: build.c:452
-msgid "do not accept I18N msgstr's from specfile"
-msgstr ""
-
-#: build.c:454 rpm.c:492 rpmqv.c:609
-msgid "remove sources when done"
-msgstr ""
-
-#: build.c:456
-msgid "remove specfile when done"
-msgstr ""
-
-#: build.c:458 rpm.c:488 rpmqv.c:605
-msgid "skip straight to specified stage (only for c,i)"
-msgstr ""
-
-#: build.c:460
-msgid "override target platform"
-msgstr ""
-
-#: build.c:462
-msgid "lookup I18N strings in specfile catalog"
-msgstr ""
-
 #: convertdb.c:39
 msgid "RPM database already exists"
 msgstr ""
@@ -211,1028 +107,1040 @@ msgstr ""
 msgid "no copyright!\n"
 msgstr ""
 
-#: rpm.c:187 rpmqv.c:277
+#: rpm.c:191 rpmqv.c:257
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:198 rpmqv.c:288
+#: rpm.c:202 rpmqv.c:268
 #, c-format
 msgid "RPM version %s\n"
 msgstr ""
 
-#: rpm.c:202 rpmqv.c:292
+#: rpm.c:206 rpmqv.c:272
 msgid "Copyright (C) 1998 - Red Hat Software"
 msgstr ""
 
-#: rpm.c:203 rpmqv.c:293
+#: rpm.c:207 rpmqv.c:273
 msgid "This may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 
-#: rpm.c:211
+#: rpm.c:215
 msgid "Usage: rpm {--help}"
 msgstr ""
 
-#: rpm.c:212
+#: rpm.c:216
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:213
+#: rpm.c:217
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:214
+#: rpm.c:218
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:215 rpmqv.c:314
+#: rpm.c:219 rpmqv.c:294
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:216 rpmqv.c:315
+#: rpm.c:220 rpmqv.c:295
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:217 rpmqv.c:316
+#: rpm.c:221 rpmqv.c:296
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:218 rpmqv.c:317
+#: rpm.c:222 rpmqv.c:297
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:219 rpmqv.c:318
+#: rpm.c:223 rpmqv.c:298
 msgid ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 msgstr ""
 
-#: rpm.c:220 rpm.c:229 rpm.c:238 rpmqv.c:319 rpmqv.c:328 rpmqv.c:343
+#: rpm.c:224 rpm.c:233 rpm.c:242 rpmqv.c:299 rpmqv.c:308 rpmqv.c:323
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr ""
 
-#: rpm.c:221 rpm.c:231 rpmqv.c:320 rpmqv.c:330
+#: rpm.c:225 rpm.c:235 rpmqv.c:300 rpmqv.c:310
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:222 rpmqv.c:321
+#: rpm.c:226 rpmqv.c:301
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 
-#: rpm.c:223 rpmqv.c:322
+#: rpm.c:227 rpmqv.c:302
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:224
+#: rpm.c:228
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:225 rpmqv.c:324
+#: rpm.c:229 rpmqv.c:304
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:226 rpmqv.c:325
+#: rpm.c:230 rpmqv.c:305
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:227 rpmqv.c:326
+#: rpm.c:231 rpmqv.c:306
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:228 rpmqv.c:327
+#: rpm.c:232 rpmqv.c:307
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:230 rpmqv.c:329
+#: rpm.c:234 rpmqv.c:309
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:232 rpmqv.c:331
+#: rpm.c:236 rpmqv.c:311
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 
-#: rpm.c:233 rpmqv.c:332
+#: rpm.c:237 rpmqv.c:312
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:234
+#: rpm.c:238
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:235 rpmqv.c:340
+#: rpm.c:239 rpmqv.c:320
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:236 rpmqv.c:341
+#: rpm.c:240 rpmqv.c:321
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:237 rpmqv.c:342
+#: rpm.c:241 rpmqv.c:322
 msgid ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
 msgstr ""
 
-#: rpm.c:239 rpmqv.c:344
+#: rpm.c:243 rpmqv.c:324
 msgid ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:240 rpmqv.c:345
+#: rpm.c:244 rpmqv.c:325
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 
-#: rpm.c:241
+#: rpm.c:245
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:242 rpmqv.c:347
+#: rpm.c:246 rpmqv.c:327
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:348
+#: rpm.c:247 rpmqv.c:328
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:244
+#: rpm.c:248
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:245
+#: rpm.c:249
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:246
+#: rpm.c:250
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr ""
 
-#: rpm.c:247
+#: rpm.c:251
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:248 rpmqv.c:334
+#: rpm.c:252 rpmqv.c:314
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:249 rpmqv.c:335
+#: rpm.c:253 rpmqv.c:315
 msgid ""
 "                        [--justdb] [--notriggers] rpackage1 ... packageN"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:254
 msgid ""
 "       rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<file>]"
 msgstr ""
 
-#: rpm.c:251
+#: rpm.c:255
 msgid "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 msgstr ""
 
-#: rpm.c:252 rpmqv.c:357
+#: rpm.c:256 rpmqv.c:337
 msgid "                        [--target=platform1[,platform2...]]"
 msgstr ""
 
-#: rpm.c:253 rpmqv.c:358
+#: rpm.c:257 rpmqv.c:338
 msgid "                        [--rmsource] [--rmspec] specfile"
 msgstr ""
 
-#: rpm.c:254
+#: rpm.c:258
 msgid "       rpm {--rmsource} [--rcfile <file>] [-v] specfile"
 msgstr ""
 
-#: rpm.c:255
+#: rpm.c:259
 msgid ""
 "       rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 
-#: rpm.c:256
+#: rpm.c:260
 msgid ""
 "       rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:261
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:258
+#: rpm.c:262
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpm.c:259
+#: rpm.c:263
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:260 rpmqv.c:369
+#: rpm.c:264 rpmqv.c:349
 msgid "                           package1 ... packageN"
 msgstr ""
 
-#: rpm.c:261
+#: rpm.c:265
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:262
+#: rpm.c:266
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:296 rpmqv.c:405
+#: rpm.c:300 rpmqv.c:385
 msgid "Usage:"
 msgstr ""
 
-#: rpm.c:298 rpmqv.c:407
+#: rpm.c:302 rpmqv.c:387
 msgid "print this message"
 msgstr ""
 
-#: rpm.c:300 rpmqv.c:409
+#: rpm.c:304 rpmqv.c:389
 msgid "print the version of rpm being used"
 msgstr ""
 
-#: rpm.c:303
+#: rpm.c:307
 msgid "   All modes support the following arguments:"
 msgstr ""
 
-#: rpm.c:304
+#: rpm.c:308
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:305 rpmqv.c:414
+#: rpm.c:309 rpmqv.c:394
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:306
+#: rpm.c:310
 msgid "    --eval '<name>+'      "
 msgstr ""
 
-#: rpm.c:307 rpmqv.c:416
+#: rpm.c:311 rpmqv.c:396
 msgid "print the expansion of macro <name> to stdout"
 msgstr ""
 
-#: rpm.c:308
+#: rpm.c:312
 msgid "    --pipe <cmd>          "
 msgstr ""
 
-#: rpm.c:309 rpmqv.c:418
+#: rpm.c:313 rpmqv.c:398
 msgid "send stdout to <cmd>"
 msgstr ""
 
-#: rpm.c:310
+#: rpm.c:314
 msgid "    --rcfile <file>       "
 msgstr ""
 
-#: rpm.c:311 rpmqv.c:420
+#: rpm.c:315 rpmqv.c:400
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr ""
 
-#: rpm.c:313 rpmqv.c:422
+#: rpm.c:317 rpmqv.c:402
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:315 rpmqv.c:430
+#: rpm.c:319 rpmqv.c:410
 msgid "be a little more verbose"
 msgstr ""
 
-#: rpm.c:317 rpmqv.c:432
+#: rpm.c:321 rpmqv.c:412
 msgid "be incredibly verbose (for debugging)"
 msgstr ""
 
-#: rpm.c:320
+#: rpm.c:324
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 
-#: rpm.c:321
+#: rpm.c:325
 msgid "   of file names as well as the following options:"
 msgstr ""
 
-#: rpm.c:322
+#: rpm.c:326
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:323 rpmqv.c:439
+#: rpm.c:327 rpmqv.c:419
 msgid "hostname or IP of ftp proxy"
 msgstr ""
 
-#: rpm.c:324
+#: rpm.c:328
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:325 rpmqv.c:441
+#: rpm.c:329 rpmqv.c:421
 msgid "port number of ftp server (or proxy)"
 msgstr ""
 
-#: rpm.c:326
+#: rpm.c:330
 msgid "      --httpproxy <host>  "
 msgstr ""
 
-#: rpm.c:327 rpmqv.c:443
+#: rpm.c:331 rpmqv.c:423
 msgid "hostname or IP of http proxy"
 msgstr ""
 
-#: rpm.c:328
+#: rpm.c:332
 msgid "      --httpport <port>   "
 msgstr ""
 
-#: rpm.c:329 rpmqv.c:445
+#: rpm.c:333 rpmqv.c:425
 msgid "port number of http server (or proxy)"
 msgstr ""
 
-#: rpm.c:333 rpmqv.c:465
+#: rpm.c:337 rpmqv.c:445
 msgid "query mode"
 msgstr ""
 
-#: rpm.c:334 rpm.c:380 rpm.c:405 rpm.c:457 rpm.c:531
+#: rpm.c:338 rpm.c:384 rpm.c:409 rpm.c:461 rpm.c:535
 msgid "      --dbpath <dir>      "
 msgstr ""
 
-#: rpm.c:335 rpm.c:381 rpm.c:406 rpm.c:458 rpm.c:532 rpmqv.c:425
+#: rpm.c:339 rpm.c:385 rpm.c:410 rpm.c:462 rpm.c:536 rpmqv.c:405
 msgid "use <dir> as the directory for the database"
 msgstr ""
 
-#: rpm.c:336
+#: rpm.c:340
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:337 rpmqv.c:467
+#: rpm.c:341 rpmqv.c:447
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr ""
 
-#: rpm.c:338 rpm.c:382 rpm.c:440 rpm.c:469
+#: rpm.c:342 rpm.c:386 rpm.c:444 rpm.c:473
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:339 rpm.c:383 rpm.c:441 rpm.c:470 rpm.c:534 rpmqv.c:427
+#: rpm.c:343 rpm.c:387 rpm.c:445 rpm.c:474 rpm.c:538 rpmqv.c:407
 msgid "use <dir> as the top level directory"
 msgstr ""
 
-#: rpm.c:340
+#: rpm.c:344
 msgid "      Package specification options:"
 msgstr ""
 
-#: rpm.c:342
+#: rpm.c:346
 msgid "query all packages"
 msgstr ""
 
-#: rpm.c:343
+#: rpm.c:347
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:344
+#: rpm.c:348
 msgid "query package owning <file>"
 msgstr ""
 
-#: rpm.c:345
+#: rpm.c:349
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:346
+#: rpm.c:350
 msgid "query (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpm.c:347
+#: rpm.c:351
 msgid "        --triggeredby <pkg>"
 msgstr ""
 
-#: rpm.c:348
+#: rpm.c:352
 msgid "query packages triggered by <pkg>"
 msgstr ""
 
-#: rpm.c:349
+#: rpm.c:353
 msgid "        --whatprovides <cap>"
 msgstr ""
 
-#: rpm.c:350
+#: rpm.c:354
 msgid "query packages which provide <cap> capability"
 msgstr ""
 
-#: rpm.c:351
+#: rpm.c:355
 msgid "        --whatrequires <cap>"
 msgstr ""
 
-#: rpm.c:352
+#: rpm.c:356
 msgid "query packages which require <cap> capability"
 msgstr ""
 
-#: rpm.c:353
+#: rpm.c:357
 msgid "      Information selection options:"
 msgstr ""
 
-#: rpm.c:355 rpmqv.c:471
+#: rpm.c:359 rpmqv.c:451
 msgid "display package information"
 msgstr ""
 
-#: rpm.c:357 rpmqv.c:473
+#: rpm.c:361 rpmqv.c:453
 msgid "display the package's change log"
 msgstr ""
 
-#: rpm.c:359 rpmqv.c:475
+#: rpm.c:363 rpmqv.c:455
 msgid "display package file list"
 msgstr ""
 
-#: rpm.c:361 rpmqv.c:477
+#: rpm.c:365 rpmqv.c:457
 msgid "show file states (implies -l)"
 msgstr ""
 
-#: rpm.c:363 rpmqv.c:479
+#: rpm.c:367 rpmqv.c:459
 msgid "list only documentation files (implies -l)"
 msgstr ""
 
-#: rpm.c:365 rpmqv.c:481
+#: rpm.c:369 rpmqv.c:461
 msgid "list only configuration files (implies -l)"
 msgstr ""
 
-#: rpm.c:367 rpmqv.c:483
+#: rpm.c:371 rpmqv.c:463
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
 msgstr ""
 
-#: rpm.c:369
+#: rpm.c:373
 msgid "list capabilities package provides"
 msgstr ""
 
-#: rpm.c:371
+#: rpm.c:375
 msgid "list package dependencies"
 msgstr ""
 
-#: rpm.c:373
+#: rpm.c:377
 msgid "print the various [un]install scripts"
 msgstr ""
 
-#: rpm.c:375
+#: rpm.c:379
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:379 rpmqv.c:494
+#: rpm.c:383 rpmqv.c:474
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr ""
 
-#: rpm.c:385 rpm.c:427 rpm.c:462 rpmqv.c:496 rpmqv.c:542 rpmqv.c:576
+#: rpm.c:389 rpm.c:431 rpm.c:466 rpmqv.c:476 rpmqv.c:522 rpmqv.c:556
 msgid "do not verify package dependencies"
 msgstr ""
 
-#: rpm.c:387 rpmqv.c:498
+#: rpm.c:391 rpmqv.c:478
 msgid "do not verify file md5 checksums"
 msgstr ""
 
-#: rpm.c:389 rpmqv.c:500
+#: rpm.c:393 rpmqv.c:480
 msgid "do not verify file attributes"
 msgstr ""
 
-#: rpm.c:391 rpmqv.c:503
+#: rpm.c:395 rpmqv.c:483
 msgid "list the tags that can be used in a query format"
 msgstr ""
 
-#: rpm.c:394
+#: rpm.c:398
 msgid "    --install <packagefile>"
 msgstr ""
 
-#: rpm.c:395
+#: rpm.c:399
 msgid "    -i <packagefile>      "
 msgstr ""
 
-#: rpm.c:396 rpmqv.c:517
+#: rpm.c:400 rpmqv.c:497
 msgid "install package"
 msgstr ""
 
-#: rpm.c:397
+#: rpm.c:401
 msgid "      --excludepath <path>"
 msgstr ""
 
-#: rpm.c:398
+#: rpm.c:402
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:399
+#: rpm.c:403
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpm.c:400 rpmqv.c:554
+#: rpm.c:404 rpmqv.c:534
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr ""
 
-#: rpm.c:402 rpmqv.c:522
+#: rpm.c:406 rpmqv.c:502
 msgid "relocate files in non-relocateable package"
 msgstr ""
 
-#: rpm.c:403
+#: rpm.c:407
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:404 rpmqv.c:552
+#: rpm.c:408 rpmqv.c:532
 msgid "relocate the package to <dir>, if relocatable"
 msgstr ""
 
-#: rpm.c:408 rpmqv.c:524
+#: rpm.c:412 rpmqv.c:504
 msgid "do not install documentation"
 msgstr ""
 
-#: rpm.c:410 rpmqv.c:528
+#: rpm.c:414 rpmqv.c:508
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr ""
 
-#: rpm.c:412 rpmqv.c:530
+#: rpm.c:416 rpmqv.c:510
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 
-#: rpm.c:414 rpmqv.c:519
+#: rpm.c:418 rpmqv.c:499
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 
-#: rpm.c:417 rpmqv.c:532
+#: rpm.c:421 rpmqv.c:512
 msgid "don't verify package architecture"
 msgstr ""
 
-#: rpm.c:419 rpmqv.c:534
+#: rpm.c:423 rpmqv.c:514
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:421 rpmqv.c:536
+#: rpm.c:425 rpmqv.c:516
 msgid "don't verify package operating system"
 msgstr ""
 
-#: rpm.c:423 rpmqv.c:538
+#: rpm.c:427 rpmqv.c:518
 msgid "install documentation"
 msgstr ""
 
-#: rpm.c:425 rpm.c:460 rpmqv.c:540 rpmqv.c:574
+#: rpm.c:429 rpm.c:464 rpmqv.c:520 rpmqv.c:554
 msgid "update the database, but do not modify the filesystem"
 msgstr ""
 
-#: rpm.c:429 rpm.c:464 rpmqv.c:544 rpmqv.c:578
+#: rpm.c:433 rpm.c:468 rpmqv.c:524 rpmqv.c:558
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 
-#: rpm.c:431
+#: rpm.c:435
 msgid "don't execute any installation scripts"
 msgstr ""
 
-#: rpm.c:433 rpm.c:468 rpmqv.c:582
+#: rpm.c:437 rpm.c:472 rpmqv.c:562
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:435 rpmqv.c:550
+#: rpm.c:439 rpmqv.c:530
 msgid "print percentages as package installs"
 msgstr ""
 
-#: rpm.c:437 rpmqv.c:556
+#: rpm.c:441 rpmqv.c:536
 msgid "install even if the package replaces installed files"
 msgstr ""
 
-#: rpm.c:439 rpmqv.c:558
+#: rpm.c:443 rpmqv.c:538
 msgid "reinstall if the package is already present"
 msgstr ""
 
-#: rpm.c:443 rpmqv.c:560
+#: rpm.c:447 rpmqv.c:540
 msgid "don't install, but tell if it would work or not"
 msgstr ""
 
-#: rpm.c:446
+#: rpm.c:450
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:447
+#: rpm.c:451
 msgid "    -U <packagefile>      "
 msgstr ""
 
-#: rpm.c:448 rpmqv.c:564
+#: rpm.c:452 rpmqv.c:544
 msgid "upgrade package (same options as --install, plus)"
 msgstr ""
 
-#: rpm.c:450 rpmqv.c:566
+#: rpm.c:454 rpmqv.c:546
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 
-#: rpm.c:452
+#: rpm.c:456
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:454 rpmqv.c:570
+#: rpm.c:458 rpmqv.c:550
 msgid "erase (uninstall) package"
 msgstr ""
 
-#: rpm.c:456 rpmqv.c:572
+#: rpm.c:460 rpmqv.c:552
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
 msgstr ""
 
-#: rpm.c:466 rpmqv.c:580
+#: rpm.c:470 rpmqv.c:560
 msgid "do not execute any package specific scripts"
 msgstr ""
 
-#: rpm.c:472
+#: rpm.c:476
 msgid "    -b<stage> <spec>      "
 msgstr ""
 
-#: rpm.c:473
+#: rpm.c:477
 msgid "    -t<stage> <tarball>   "
 msgstr ""
 
-#: rpm.c:474 rpmqv.c:589
+#: rpm.c:478 rpmqv.c:569
 msgid "build package, where <stage> is one of:"
 msgstr ""
 
-#: rpm.c:476 rpmqv.c:591
+#: rpm.c:480 rpmqv.c:571
 msgid "prep (unpack sources and apply patches)"
 msgstr ""
 
-#: rpm.c:478 rpmqv.c:593
+#: rpm.c:482 rpmqv.c:573
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr ""
 
-#: rpm.c:480 rpmqv.c:595
+#: rpm.c:484 rpmqv.c:575
 msgid "compile (prep and compile)"
 msgstr ""
 
-#: rpm.c:482 rpmqv.c:597
+#: rpm.c:486 rpmqv.c:577
 msgid "install (prep, compile, install)"
 msgstr ""
 
-#: rpm.c:484 rpmqv.c:599
+#: rpm.c:488 rpmqv.c:579
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:486 rpmqv.c:601
+#: rpm.c:490 rpmqv.c:581
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: rpm.c:494 rpmqv.c:611
+#: lib/poptBT.c:155 rpm.c:492 rpmqv.c:585
+msgid "skip straight to specified stage (only for c,i)"
+msgstr ""
+
+#: lib/poptBT.c:145 rpm.c:494 rpmqv.c:587
+msgid "remove build tree when done"
+msgstr ""
+
+#: lib/poptBT.c:151 rpm.c:496 rpmqv.c:589
+msgid "remove sources when done"
+msgstr ""
+
+#: rpm.c:498 rpmqv.c:591
 msgid "remove spec file when done"
 msgstr ""
 
-#: rpm.c:496 rpmqv.c:613
+#: rpm.c:500 rpmqv.c:593
 msgid "generate PGP/GPG signature"
 msgstr ""
 
-#: rpm.c:497
+#: rpm.c:501
 msgid "      --buildroot <dir>   "
 msgstr ""
 
-#: rpm.c:498 rpmqv.c:615
+#: rpm.c:502 rpmqv.c:595
 msgid "use <dir> as the build root"
 msgstr ""
 
-#: rpm.c:499
+#: rpm.c:503
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:500 rpmqv.c:617
+#: rpm.c:504 rpmqv.c:597
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:502 rpmqv.c:619
+#: rpm.c:506 rpmqv.c:599
 msgid "do not execute any stages"
 msgstr ""
 
-#: rpm.c:503
+#: rpm.c:507
 msgid "      --timecheck <secs>  "
 msgstr ""
 
-#: rpm.c:504
+#: rpm.c:508
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr ""
 
-#: rpm.c:506
+#: rpm.c:510
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:507 rpmqv.c:622
+#: rpm.c:511 rpmqv.c:602
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
 msgstr ""
 
-#: rpm.c:508
+#: rpm.c:512
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:509 rpmqv.c:624
+#: rpm.c:513 rpmqv.c:604
 msgid "like --rebuild, but don't build any package"
 msgstr ""
 
-#: rpm.c:512
+#: rpm.c:516
 msgid "    --resign <pkg>+       "
 msgstr ""
 
-#: rpm.c:513 rpmqv.c:630
+#: rpm.c:517 rpmqv.c:610
 msgid "sign a package (discard current signature)"
 msgstr ""
 
-#: rpm.c:514
+#: rpm.c:518
 msgid "    --addsign <pkg>+      "
 msgstr ""
 
-#: rpm.c:515 rpmqv.c:632
+#: rpm.c:519 rpmqv.c:612
 msgid "add a signature to a package"
 msgstr ""
 
-#: rpm.c:516
+#: rpm.c:520
 msgid "    --checksig <pkg>+"
 msgstr ""
 
-#: rpm.c:517
+#: rpm.c:521
 msgid "    -K <pkg>+           "
 msgstr ""
 
-#: rpm.c:518 rpmqv.c:636
+#: rpm.c:522 rpmqv.c:616
 msgid "verify package signature"
 msgstr ""
 
-#: rpm.c:520 rpmqv.c:638
+#: rpm.c:524 rpmqv.c:618
 msgid "skip any PGP signatures"
 msgstr ""
 
-#: rpm.c:522 rpmqv.c:640
+#: rpm.c:526 rpmqv.c:620
 msgid "skip any GPG signatures"
 msgstr ""
 
-#: rpm.c:524 rpmqv.c:642
+#: rpm.c:528 rpmqv.c:622
 msgid "skip any MD5 signatures"
 msgstr ""
 
-#: rpm.c:528
+#: rpm.c:532
 msgid "make sure a valid database exists"
 msgstr ""
 
-#: rpm.c:530
+#: rpm.c:534
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:538 rpmqv.c:505
+#: rpm.c:542 rpmqv.c:485
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:541 rpmqv.c:508
+#: rpm.c:545 rpmqv.c:488
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
 msgstr ""
 
-#: rpm.c:678 rpm.c:684 rpm.c:691 rpm.c:697 rpm.c:706 rpm.c:728 rpm.c:734
-#: rpm.c:768 rpm.c:776 rpm.c:797 rpm.c:854 rpm.c:862 rpmqv.c:827 rpmqv.c:833
-#: rpmqv.c:842 rpmqv.c:851 rpmqv.c:857 rpmqv.c:863 rpmqv.c:897 rpmqv.c:904
-#: rpmqv.c:939 rpmqv.c:947 rpmqv.c:953 rpmqv.c:961 rpmqv.c:1019 rpmqv.c:1035
+#: rpm.c:682 rpm.c:688 rpm.c:695 rpm.c:701 rpm.c:710 rpm.c:732 rpm.c:738
+#: rpm.c:772 rpm.c:780 rpm.c:801 rpm.c:858 rpm.c:866 rpmqv.c:806 rpmqv.c:815
+#: rpmqv.c:821 rpmqv.c:827 rpmqv.c:861 rpmqv.c:868 rpmqv.c:903 rpmqv.c:911
+#: rpmqv.c:917 rpmqv.c:925 rpmqv.c:987
 msgid "only one major mode may be specified"
 msgstr ""
 
-#: rpm.c:699 rpmqv.c:844
+#: rpm.c:703 rpmqv.c:808
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr ""
 
-#: rpm.c:701 rpmqv.c:846
+#: rpm.c:705 rpmqv.c:810
 msgid "Use -e or --erase instead.\n"
 msgstr ""
 
-#: rpm.c:741 rpm.c:747 rpm.c:754 rpm.c:761 rpm.c:870 rpmqv.c:910 rpmqv.c:916
-#: rpmqv.c:923 rpmqv.c:930 rpmqv.c:1043
+#: rpm.c:745 rpm.c:751 rpm.c:758 rpm.c:765 rpm.c:874 rpmqv.c:874 rpmqv.c:880
+#: rpmqv.c:887 rpmqv.c:894 rpmqv.c:1002
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
 
-#: rpm.c:803 rpmqv.c:881
+#: rpm.c:807 rpmqv.c:845
 msgid "relocations must begin with a /"
 msgstr ""
 
-#: rpm.c:805 rpmqv.c:883
+#: rpm.c:809 rpmqv.c:847
 msgid "relocations must contain a ="
 msgstr ""
 
-#: rpm.c:808 rpmqv.c:886
+#: rpm.c:812 rpmqv.c:850
 msgid "relocations must have a / following the ="
 msgstr ""
 
-#: rpm.c:817 rpmqv.c:870
+#: rpm.c:821 rpmqv.c:834
 msgid "exclude paths must begin with a /"
 msgstr ""
 
-#: rpm.c:826 rpmqv.c:982
+#: rpm.c:830 rpmqv.c:946
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:876 rpmqv.c:1062
+#: rpm.c:880 rpmqv.c:1007
 msgid "unexpected query flags"
 msgstr ""
 
-#: rpm.c:879 rpmqv.c:1065
+#: rpm.c:883 rpmqv.c:1010
 msgid "unexpected query format"
 msgstr ""
 
-#: rpm.c:882 rpmqv.c:1068
+#: rpm.c:886 rpmqv.c:1013
 msgid "unexpected query source"
 msgstr ""
 
-#: rpm.c:885 rpmqv.c:1084
+#: rpm.c:889 rpmqv.c:1033
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 
-#: rpm.c:888 rpmqv.c:1089
+#: rpm.c:892 rpmqv.c:1038
 msgid "files may only be relocated during package installation"
 msgstr ""
 
-#: rpm.c:891 rpmqv.c:1092
+#: rpm.c:895 rpmqv.c:1041
 msgid "only one of --prefix or --relocate may be used"
 msgstr ""
 
-#: rpm.c:894 rpmqv.c:1095
+#: rpm.c:898 rpmqv.c:1044
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:897 rpmqv.c:1098
+#: rpm.c:901 rpmqv.c:1047
 msgid "--prefix may only be used when installing new packages"
 msgstr ""
 
-#: rpm.c:900 rpmqv.c:1101
+#: rpm.c:904 rpmqv.c:1050
 msgid "arguments to --prefix must begin with a /"
 msgstr ""
 
-#: rpm.c:903 rpmqv.c:1104
+#: rpm.c:907 rpmqv.c:1053
 msgid "--hash (-h) may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:907 rpmqv.c:1108
+#: rpm.c:911 rpmqv.c:1057
 msgid "--percent may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:911 rpmqv.c:1112
+#: rpm.c:915 rpmqv.c:1061
 msgid "--replacefiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:915 rpmqv.c:1116
+#: rpm.c:919 rpmqv.c:1065
 msgid "--replacepkgs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:919 rpmqv.c:1120
+#: rpm.c:923 rpmqv.c:1069
 msgid "--excludedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:923 rpmqv.c:1124
+#: rpm.c:927 rpmqv.c:1073
 msgid "--includedocs may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:927 rpmqv.c:1128
+#: rpm.c:931 rpmqv.c:1077
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 
-#: rpm.c:931 rpmqv.c:1132
+#: rpm.c:935 rpmqv.c:1081
 msgid "--ignorearch may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:935 rpmqv.c:1136
+#: rpm.c:939 rpmqv.c:1085
 msgid "--ignoreos may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:939 rpmqv.c:1140
+#: rpm.c:943 rpmqv.c:1089
 msgid "--ignoresize may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:943 rpmqv.c:1144
+#: rpm.c:947 rpmqv.c:1093
 msgid "--allmatches may only be specified during package erasure"
 msgstr ""
 
-#: rpm.c:947 rpmqv.c:1148
+#: rpm.c:951 rpmqv.c:1097
 msgid "--allfiles may only be specified during package installation"
 msgstr ""
 
-#: rpm.c:951 rpmqv.c:1152
+#: rpm.c:955 rpmqv.c:1101
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpm.c:956 rpmqv.c:1159
+#: rpm.c:960 rpmqv.c:1108
 msgid ""
 "--noscripts may only be specified during package installation, erasure, and "
 "verification"
 msgstr ""
 
-#: rpm.c:960
+#: rpm.c:964
 msgid ""
 "--notriggers may only be specified during package installation, erasure, and "
 "verification"
 msgstr ""
 
-#: rpm.c:964 rpmqv.c:1171
+#: rpm.c:968 rpmqv.c:1120
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
 msgstr ""
 
-#: rpm.c:969 rpmqv.c:1176
+#: rpm.c:973 rpmqv.c:1125
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 
-#: rpm.c:973 rpmqv.c:1181
+#: rpm.c:977 rpmqv.c:1130
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
 msgstr ""
 
-#: rpm.c:985 rpmqv.c:1193
+#: rpm.c:989 rpmqv.c:1142
 msgid "arguments to --root (-r) must begin with a /"
 msgstr ""
 
-#: rpm.c:991 rpmqv.c:1200
+#: rpm.c:995 rpmqv.c:1149
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 
-#: rpm.c:994 rpmqv.c:1205
+#: rpm.c:998 rpmqv.c:1154
 msgid "--nopgp may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:997 rpmqv.c:1208
+#: rpm.c:1001 rpmqv.c:1157
 msgid "--nogpg may only be used during signature checking"
 msgstr ""
 
-#: rpm.c:1000 rpmqv.c:1213
+#: rpm.c:1004 rpmqv.c:1162
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1226
+#: rpm.c:1015 rpmqv.c:1175
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1016 rpmqv.c:1231
+#: rpm.c:1020 rpmqv.c:1180
 #, c-format
 msgid "cannot access file %s\n"
 msgstr ""
 
-#: rpm.c:1031 rpmqv.c:1247
+#: rpm.c:1035 rpmqv.c:1196
 msgid "pgp not found: "
 msgstr ""
 
-#: rpm.c:1035 rpmqv.c:1251
+#: rpm.c:1039 rpmqv.c:1200
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1037 rpmqv.c:1253
+#: rpm.c:1041 rpmqv.c:1202
 msgid "Pass phrase check failed\n"
 msgstr ""
 
-#: rpm.c:1040 rpmqv.c:1256
+#: rpm.c:1044 rpmqv.c:1205
 msgid "Pass phrase is good.\n"
 msgstr ""
 
-#: rpm.c:1045 rpmqv.c:1261
+#: rpm.c:1049 rpmqv.c:1210
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1051 rpmqv.c:1267
+#: rpm.c:1055 rpmqv.c:1216
 msgid "--sign may only be used during package building"
 msgstr ""
 
-#: rpm.c:1066 rpmqv.c:1283
+#: rpm.c:1070 rpmqv.c:1232
 msgid "exec failed\n"
 msgstr ""
 
-#: rpm.c:1085 rpmqv.c:1552
+#: rpm.c:1089 rpmqv.c:1501
 msgid "unexpected arguments to --querytags "
 msgstr ""
 
-#: rpm.c:1096 rpmqv.c:1574
+#: rpm.c:1100 rpmqv.c:1523
 msgid "no packages given for signature check"
 msgstr ""
 
-#: rpm.c:1107 rpmqv.c:1585
+#: rpm.c:1111 rpmqv.c:1534
 msgid "no packages given for signing"
 msgstr ""
 
-#: rpm.c:1123 rpmqv.c:1425
+#: rpm.c:1127 rpmqv.c:1374
 msgid "no packages given for uninstall"
 msgstr ""
 
-#: rpm.c:1173 rpmqv.c:1475
+#: rpm.c:1177 rpmqv.c:1424
 msgid "no packages given for install"
 msgstr ""
 
-#: rpm.c:1196 rpmqv.c:1515
+#: rpm.c:1200 rpmqv.c:1464
 msgid "extra arguments given for query of all packages"
 msgstr ""
 
-#: rpm.c:1201 rpmqv.c:1520
+#: rpm.c:1205 rpmqv.c:1469
 msgid "no arguments given for query"
 msgstr ""
 
-#: rpm.c:1218 rpmqv.c:1540
+#: rpm.c:1222 rpmqv.c:1489
 msgid "extra arguments given for verify of all packages"
 msgstr ""
 
-#: rpm.c:1222 rpmqv.c:1544
+#: rpm.c:1226 rpmqv.c:1493
 msgid "no arguments given for verify"
 msgstr ""
 
@@ -1254,356 +1162,356 @@ msgstr ""
 msgid "cannot re-open payload: %s\n"
 msgstr ""
 
-#: rpmqv.c:304
+#: rpmqv.c:284
 #, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 
-#: rpmqv.c:305
+#: rpmqv.c:285
 #, c-format
 msgid "       %s {--version}\n"
 msgstr ""
 
-#: rpmqv.c:308
+#: rpmqv.c:288
 #, c-format
 msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 msgstr ""
 
-#: rpmqv.c:309
+#: rpmqv.c:289
 #, c-format
 msgid "       %s {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]\n"
 msgstr ""
 
-#: rpmqv.c:313
+#: rpmqv.c:293
 #, c-format
 msgid ""
 "       %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 
-#: rpmqv.c:323
+#: rpmqv.c:303
 #, c-format
 msgid ""
 "       %s {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 
-#: rpmqv.c:333
+#: rpmqv.c:313
 #, c-format
 msgid "       %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]\n"
 msgstr ""
 
-#: rpmqv.c:339
+#: rpmqv.c:319
 #, c-format
 msgid "       %s {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]\n"
 msgstr ""
 
-#: rpmqv.c:346
+#: rpmqv.c:326
 #, c-format
 msgid "       %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]\n"
 msgstr ""
 
-#: rpmqv.c:349
+#: rpmqv.c:329
 #, c-format
 msgid "       %s {--querytags}\n"
 msgstr ""
 
-#: rpmqv.c:350
+#: rpmqv.c:330
 #, c-format
 msgid "       %s {--setperms} [-afpg] [target]\n"
 msgstr ""
 
-#: rpmqv.c:351
+#: rpmqv.c:331
 #, c-format
 msgid "       %s {--setugids} [-afpg] [target]\n"
 msgstr ""
 
-#: rpmqv.c:355
+#: rpmqv.c:335
 #, c-format
 msgid ""
 "       %s {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<file>]\n"
 msgstr ""
 
-#: rpmqv.c:356
+#: rpmqv.c:336
 msgid "                        [--sign] [--nobuild] ]"
 msgstr ""
 
-#: rpmqv.c:359
+#: rpmqv.c:339
 #, c-format
 msgid "       %s {--rmsource} [--rcfile <file>] [-v] specfile\n"
 msgstr ""
 
-#: rpmqv.c:360
+#: rpmqv.c:340
 #, c-format
 msgid ""
 "       %s {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 
-#: rpmqv.c:361
+#: rpmqv.c:341
 #, c-format
 msgid ""
 "       %s {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 
-#: rpmqv.c:362
+#: rpmqv.c:342
 #, c-format
 msgid "       %s {--freshen -F} file1.rpm ... fileN.rpm\n"
 msgstr ""
 
-#: rpmqv.c:366
+#: rpmqv.c:346
 #, c-format
 msgid "       %s {--resign} [--rcfile <file>] package1 package2 ... packageN\n"
 msgstr ""
 
-#: rpmqv.c:367
+#: rpmqv.c:347
 #, c-format
 msgid "       %s {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr ""
 
-#: rpmqv.c:368
+#: rpmqv.c:348
 #, c-format
 msgid ""
 "       %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]\n"
 msgstr ""
 
-#: rpmqv.c:412
+#: rpmqv.c:392
 msgid "  All modes support the following options:"
 msgstr ""
 
-#: rpmqv.c:413
+#: rpmqv.c:393
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:415
+#: rpmqv.c:395
 msgid "   --eval '<name>+'       "
 msgstr ""
 
-#: rpmqv.c:417
+#: rpmqv.c:397
 msgid "   --pipe <cmd>           "
 msgstr ""
 
-#: rpmqv.c:419
+#: rpmqv.c:399
 msgid "   --rcfile <file>        "
 msgstr ""
 
-#: rpmqv.c:424
+#: rpmqv.c:404
 msgid "   --dbpath <dir>         "
 msgstr ""
 
-#: rpmqv.c:426
+#: rpmqv.c:406
 msgid "   --root <dir>           "
 msgstr ""
 
-#: rpmqv.c:436
+#: rpmqv.c:416
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 
-#: rpmqv.c:437
+#: rpmqv.c:417
 msgid "  of file names as well as the following options:"
 msgstr ""
 
-#: rpmqv.c:438
+#: rpmqv.c:418
 msgid "     --ftpproxy <host>    "
 msgstr ""
 
-#: rpmqv.c:440
+#: rpmqv.c:420
 msgid "     --ftpport <port>     "
 msgstr ""
 
-#: rpmqv.c:442
+#: rpmqv.c:422
 msgid "     --httpproxy <host>   "
 msgstr ""
 
-#: rpmqv.c:444
+#: rpmqv.c:424
 msgid "     --httpport <port>    "
 msgstr ""
 
-#: rpmqv.c:450
+#: rpmqv.c:430
 msgid "  Package specification options:"
 msgstr ""
 
-#: rpmqv.c:452
+#: rpmqv.c:432
 msgid "query/verify all packages"
 msgstr ""
 
-#: rpmqv.c:453
+#: rpmqv.c:433
 msgid "     -f <file>+          "
 msgstr ""
 
-#: rpmqv.c:454
+#: rpmqv.c:434
 msgid "query/verify package owning <file>"
 msgstr ""
 
-#: rpmqv.c:455
+#: rpmqv.c:435
 msgid "     -p <packagefile>+   "
 msgstr ""
 
-#: rpmqv.c:456
+#: rpmqv.c:436
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr ""
 
-#: rpmqv.c:457
+#: rpmqv.c:437
 msgid "     --triggeredby <pkg> "
 msgstr ""
 
-#: rpmqv.c:458
+#: rpmqv.c:438
 msgid "query/verify packages triggered by <pkg>"
 msgstr ""
 
-#: rpmqv.c:459
+#: rpmqv.c:439
 msgid "     --whatprovides <cap> "
 msgstr ""
 
-#: rpmqv.c:460
+#: rpmqv.c:440
 msgid "query/verify packages which provide <cap> capability"
 msgstr ""
 
-#: rpmqv.c:461
+#: rpmqv.c:441
 msgid "     --whatrequires <cap> "
 msgstr ""
 
-#: rpmqv.c:462
+#: rpmqv.c:442
 msgid "query/verify packages which require <cap> capability"
 msgstr ""
 
-#: rpmqv.c:466
+#: rpmqv.c:446
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:469
+#: rpmqv.c:449
 msgid "    Information selection options:"
 msgstr ""
 
-#: rpmqv.c:485
+#: rpmqv.c:465
 msgid "list capabilities provided by package"
 msgstr ""
 
-#: rpmqv.c:487
+#: rpmqv.c:467
 msgid "list capabilities required by package"
 msgstr ""
 
-#: rpmqv.c:489
+#: rpmqv.c:469
 msgid "print the various [un]install scriptlets"
 msgstr ""
 
-#: rpmqv.c:491
+#: rpmqv.c:471
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:515
+#: rpmqv.c:495
 msgid "   --install <packagefile>"
 msgstr ""
 
-#: rpmqv.c:516
+#: rpmqv.c:496
 msgid "   -i <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:525
+#: rpmqv.c:505
 msgid "     --excludepath <path> "
 msgstr ""
 
-#: rpmqv.c:526
+#: rpmqv.c:506
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:546
+#: rpmqv.c:526
 msgid "don't execute any installation scriptlets"
 msgstr ""
 
-#: rpmqv.c:548
+#: rpmqv.c:528
 msgid "don't execute any scriptlets triggered by this package"
 msgstr ""
 
-#: rpmqv.c:551
+#: rpmqv.c:531
 msgid "     --prefix <dir>       "
 msgstr ""
 
-#: rpmqv.c:553
+#: rpmqv.c:533
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr ""
 
-#: rpmqv.c:562
+#: rpmqv.c:542
 msgid "   --upgrade <packagefile>"
 msgstr ""
 
-#: rpmqv.c:563
+#: rpmqv.c:543
 msgid "   -U <packagefile>       "
 msgstr ""
 
-#: rpmqv.c:568
+#: rpmqv.c:548
 msgid "   --erase <package>"
 msgstr ""
 
-#: rpmqv.c:587
+#: rpmqv.c:567
 msgid "   -b<stage> <spec>       "
 msgstr ""
 
-#: rpmqv.c:588
+#: rpmqv.c:568
 msgid "   -t<stage> <tarball>    "
 msgstr ""
 
-#: rpmqv.c:603
+#: rpmqv.c:583
 msgid "package src rpm only"
 msgstr ""
 
-#: rpmqv.c:614
+#: rpmqv.c:594
 msgid "     --buildroot <dir>    "
 msgstr ""
 
-#: rpmqv.c:616
+#: rpmqv.c:596
 msgid "     --target=<platform>+ "
 msgstr ""
 
-#: rpmqv.c:621
+#: rpmqv.c:601
 msgid "   --rebuild <src_pkg>    "
 msgstr ""
 
-#: rpmqv.c:623
+#: rpmqv.c:603
 msgid "   --recompile <src_pkg>  "
 msgstr ""
 
-#: rpmqv.c:629
+#: rpmqv.c:609
 msgid "   --resign <pkg>+        "
 msgstr ""
 
-#: rpmqv.c:631
+#: rpmqv.c:611
 msgid "   --addsign <pkg>+       "
 msgstr ""
 
-#: rpmqv.c:634
+#: rpmqv.c:614
 msgid "   --checksig <pkg>+"
 msgstr ""
 
-#: rpmqv.c:635
+#: rpmqv.c:615
 msgid "   -K <pkg>+             "
 msgstr ""
 
-#: rpmqv.c:648
+#: rpmqv.c:628
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:650
+#: rpmqv.c:630
 msgid "rebuild database indices from existing database headers"
 msgstr ""
 
-#: rpmqv.c:1057
+#: rpmqv.c:1017
 msgid "--dbpath given for operation that does not use a database"
 msgstr ""
 
-#: rpmqv.c:1165
+#: rpmqv.c:1114
 msgid ""
 "--notriggers may only be specified during package installation and erasure"
 msgstr ""
 
-#: rpmqv.c:1323
+#: rpmqv.c:1272
 msgid "no packages files given for rebuild"
 msgstr ""
 
-#: rpmqv.c:1393
+#: rpmqv.c:1342
 msgid "no spec files given for build"
 msgstr ""
 
-#: rpmqv.c:1395
+#: rpmqv.c:1344
 msgid "no tar files given for build"
 msgstr ""
 
@@ -2916,6 +2824,98 @@ msgid ""
 "only packages with major numbers <= 3 are supported by this version of RPM"
 msgstr ""
 
+#: lib/poptBT.c:82
+msgid "buildroot already specified"
+msgstr ""
+
+#: lib/poptBT.c:108
+msgid "build through %%prep stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:110
+msgid "build through %%build stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:112
+msgid "build through %%install stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:114
+msgid "verify %%files section from spec file"
+msgstr ""
+
+#: lib/poptBT.c:116
+msgid "build source and binary package from spec file"
+msgstr ""
+
+#: lib/poptBT.c:118
+msgid "build binary package from spec file"
+msgstr ""
+
+#: lib/poptBT.c:120
+msgid "build source package from spec file"
+msgstr ""
+
+#: lib/poptBT.c:123
+msgid "build through %%prep stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:125
+msgid "build through %%build stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:127
+msgid "build through %%install stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:129
+msgid "verify %%files section from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:131
+msgid "build source and binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:133
+msgid "build binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:135
+msgid "build source package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:138
+msgid "build binary package from source package"
+msgstr ""
+
+#: lib/poptBT.c:140
+msgid "build through %%install stage from source package"
+msgstr ""
+
+#: lib/poptBT.c:143
+msgid "override build root"
+msgstr ""
+
+#: lib/poptBT.c:147
+msgid "do not execute any stages of the build"
+msgstr ""
+
+#: lib/poptBT.c:149
+msgid "do not accept I18N msgstr's from specfile"
+msgstr ""
+
+#: lib/poptBT.c:153
+msgid "remove specfile when done"
+msgstr ""
+
+#: lib/poptBT.c:157
+msgid "override target platform"
+msgstr ""
+
+#: lib/poptBT.c:159
+msgid "lookup I18N strings in specfile catalog"
+msgstr ""
+
 #: lib/problems.c:43
 #, c-format
 msgid " is needed by %s-%s-%s\n"
@@ -2972,204 +2972,128 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s-%s-%s"
 msgstr ""
 
-#: lib/query.c:141
+#: lib/query.c:139
 #, c-format
 msgid "error in format: %s\n"
 msgstr ""
 
-#: lib/query.c:200
+#: lib/query.c:198
 msgid "(contains no files)"
 msgstr ""
 
-#: lib/query.c:259
+#: lib/query.c:257
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:261
+#: lib/query.c:259
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "not installed "
 msgstr ""
 
-#: lib/query.c:265
+#: lib/query.c:263
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:267
+#: lib/query.c:265
 #, c-format
 msgid "(unknown %3d) "
 msgstr ""
 
-#: lib/query.c:271
+#: lib/query.c:269
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:288 lib/query.c:331
+#: lib/query.c:286 lib/query.c:329
 msgid "package has neither file owner or id lists"
 msgstr ""
 
-#: lib/query.c:375
+#: lib/query.c:373
 #, c-format
 msgid "can't query %s: %s\n"
 msgstr ""
 
 #. XXX Fstrerror
-#: lib/query.c:492
+#: lib/query.c:490
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr ""
 
-#: lib/query.c:510
+#: lib/query.c:508
 msgid "old format source packages cannot be queried\n"
 msgstr ""
 
-#: lib/query.c:519 lib/rpminstall.c:231
+#: lib/query.c:517 lib/rpminstall.c:231
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr ""
 
-#: lib/query.c:523
+#: lib/query.c:521
 #, c-format
 msgid "query of %s failed\n"
 msgstr ""
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr ""
 
-#: lib/query.c:579
+#: lib/query.c:577
 msgid "no packages\n"
 msgstr ""
 
-#: lib/query.c:589
+#: lib/query.c:587
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr ""
 
-#: lib/query.c:599
+#: lib/query.c:597
 #, c-format
 msgid "no package triggers %s\n"
 msgstr ""
 
-#: lib/query.c:609
+#: lib/query.c:607
 #, c-format
 msgid "no package requires %s\n"
 msgstr ""
 
-#: lib/query.c:620
+#: lib/query.c:618
 #, c-format
 msgid "no package provides %s\n"
 msgstr ""
 
-#: lib/query.c:636
+#: lib/query.c:634
 #, c-format
 msgid "file %s: %s\n"
 msgstr ""
 
-#: lib/query.c:639
+#: lib/query.c:637
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr ""
 
-#: lib/query.c:664
+#: lib/query.c:662
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr ""
 
-#: lib/query.c:667
+#: lib/query.c:665
 #, c-format
 msgid "package record number: %u\n"
 msgstr ""
 
-#: lib/query.c:671
+#: lib/query.c:669
 #, c-format
 msgid "record %d could not be read\n"
 msgstr ""
 
-#: lib/query.c:682 lib/rpminstall.c:435
+#: lib/query.c:680 lib/rpminstall.c:435
 #, c-format
 msgid "package %s is not installed\n"
 msgstr ""
 
-#: lib/query.c:769
-msgid "query package owning file"
-msgstr ""
-
-#: lib/query.c:771
-msgid "query packages in group"
-msgstr ""
-
-#: lib/query.c:773
-msgid "query a package file"
-msgstr ""
-
-#: lib/query.c:775
-msgid "rpm query mode"
-msgstr ""
-
-#: lib/query.c:779
-msgid "display known query tags"
-msgstr ""
-
-#: lib/query.c:781
-msgid "query a spec file"
-msgstr ""
-
-#: lib/query.c:783
-msgid "query the pacakges triggered by the package"
-msgstr ""
-
-#: lib/query.c:785
-msgid "rpm verify mode"
-msgstr ""
-
-#: lib/query.c:787
-msgid "rpm verify mode (legacy)"
-msgstr ""
-
-#: lib/query.c:789
-msgid "query the packages which require a capability"
-msgstr ""
-
-#: lib/query.c:791
-msgid "query the packages which provide a capability"
-msgstr ""
-
-#: lib/query.c:831
-msgid "list all configuration files"
-msgstr ""
-
-#: lib/query.c:833
-msgid "list all documentation files"
-msgstr ""
-
-#: lib/query.c:835
-msgid "dump basic file information"
-msgstr ""
-
-#: lib/query.c:837
-msgid "list files in package"
-msgstr ""
-
-#: lib/query.c:841
-msgid "use the following query format"
-msgstr ""
-
-#: lib/query.c:843
-msgid "substitute i18n sections into spec file"
-msgstr ""
-
-#: lib/query.c:845
-msgid "display the states of the listed files"
-msgstr ""
-
-#: lib/query.c:847
-msgid "display a verbose file listing"
-msgstr ""
-
 #: lib/rpmchecksig.c:31
 #, c-format
 msgid "%s: open failed: %s\n"
index 286ea37..931a76a 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,6 +1,6 @@
 msgid ""
 msgstr ""
-"POT-Creation-Date: 2000-05-31 13:32-0400\n"
+"POT-Creation-Date: 2000-06-01 00:32-0400\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=koi8-r\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -59,117 +59,6 @@ msgstr "
 msgid "Building for target %s\n"
 msgstr "óÂÏÒËÁ ÄÌÑ ÃÅÌÅ×ÏÊ ÐÌÁÔÆÏÒÍÙ %s\n"
 
-#: build.c:385
-msgid "buildroot already specified"
-msgstr "buildroot ÕÖÅ ÚÁÄÁÎ"
-
-#: build.c:411
-msgid "build through %%prep stage from spec file"
-msgstr ""
-
-#: build.c:413
-msgid "build through %%build stage from spec file"
-msgstr ""
-
-#: build.c:415
-msgid "build through %%install stage from spec file"
-msgstr ""
-
-#: build.c:417
-#, fuzzy
-msgid "verify %%files section from spec file"
-msgstr "ÐÏÄÓÔÁ×ÉÔØ ÓÅËÃÉÉ i18n ÉÚ ÓÌÅÄÕÀÝÅÇÏ ËÁÔÁÌÏÇÁ"
-
-#: build.c:419
-#, fuzzy
-msgid "build source and binary package from spec file"
-msgstr "ÎÁÊÄÅÎÏ %d ÉÓÈÏÄÎÙÈ É %d ÂÉÎÁÒÎÙÈ ÐÁËÅÔÏ×\n"
-
-#: build.c:421
-#, fuzzy
-msgid "build binary package from spec file"
-msgstr "ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÁ .spec"
-
-#: build.c:423
-#, fuzzy
-msgid "build source package from spec file"
-msgstr "ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÁ .spec"
-
-#: build.c:426
-msgid "build through %%prep stage from tar ball"
-msgstr ""
-
-#: build.c:428
-msgid "build through %%build stage from tar ball"
-msgstr ""
-
-#: build.c:430
-msgid "build through %%install stage from tar ball"
-msgstr ""
-
-#: build.c:432
-msgid "verify %%files section from tar ball"
-msgstr ""
-
-#: build.c:434
-#, fuzzy
-msgid "build source and binary package from tar ball"
-msgstr "ÎÁÊÄÅÎÏ %d ÉÓÈÏÄÎÙÈ É %d ÂÉÎÁÒÎÙÈ ÐÁËÅÔÏ×\n"
-
-#: build.c:436
-msgid "build binary package from tar ball"
-msgstr ""
-
-#: build.c:438
-msgid "build source package from tar ball"
-msgstr ""
-
-#: build.c:441
-#, fuzzy
-msgid "build binary package from source package"
-msgstr "binary package (ÉÓÐÏÌÎÉÔØ %prep, %build, %install É ÓÏÚÄÁÔØ RPM)"
-
-#: build.c:443
-#, fuzzy
-msgid "build through %%install stage from source package"
-msgstr "ÕÓÔÁÎÁ×ÌÉ×ÁÀ ÉÓÈÏÄÎÙÊ ÐÁËÅÔ\n"
-
-#: build.c:446
-msgid "override build root"
-msgstr "ÐÅÒÅÏÐÒÅÄÅÌÉÔØ build root"
-
-#: build.c:448 rpm.c:485 rpmqv.c:607
-msgid "remove build tree when done"
-msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÄÅÒÅ×Ï ÉÓÈÏÄÎÉËÏ×"
-
-#: build.c:450
-msgid "do not execute any stages of the build"
-msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ× ÓÂÏÒËÉ"
-
-#: build.c:452
-msgid "do not accept I18N msgstr's from specfile"
-msgstr "ÎÅ ÐÒÉÎÉÍÁÔØ ÓÔÒÏË I18N ÉÚ spec-ÆÁÊÌÁ"
-
-#: build.c:454 rpm.c:487 rpmqv.c:609
-msgid "remove sources when done"
-msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÉÓÈÏÄÎÉËb"
-
-#: build.c:456
-msgid "remove specfile when done"
-msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ spec-ÆÁÊÌ"
-
-#: build.c:458 rpm.c:483 rpmqv.c:605
-msgid "skip straight to specified stage (only for c,i)"
-msgstr "ÐÅÒÅÊÔÉ ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏ Ë ÕËÁÚÁÎÎÏÍÕ ÜÔÁÐÕ (ÔÏÌØËÏ ÄÌÑ c,i)"
-
-#: build.c:460
-msgid "override target platform"
-msgstr "ÐÅÒÅÏÐÒÅÄÅÌÉÔØ ÃÅÌÅ×ÕÀ ÐÌÁÔÆÏÒÍÕ"
-
-#: build.c:462
-msgid "lookup I18N strings in specfile catalog"
-msgstr "ÉÓËÁÔØ ÓÔÒÏËÉ I18N × ËÁÔÁÌÏÇÅ ÓÏ spec-ÆÁÊÌÏÍ"
-
 #: convertdb.c:39
 msgid "RPM database already exists"
 msgstr "âÁÚÁ ÄÁÎÎÙÈ RPM ÕÖÅ ÓÕÝÅÓÔ×ÕÅÔ"
@@ -214,206 +103,206 @@ msgstr "
 msgid "no copyright!\n"
 msgstr "ÎÅÔ ËÏÐÉÒÁÊÔÁ!\n"
 
-#: rpm.c:182 rpmqv.c:277
+#: rpm.c:191 rpmqv.c:257
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:193 rpmqv.c:288
+#: rpm.c:202 rpmqv.c:268
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM ×ÅÒÓÉÑ %s\n"
 
-#: rpm.c:197 rpmqv.c:292
+#: rpm.c:206 rpmqv.c:272
 msgid "Copyright (C) 1998 - Red Hat Software"
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:198 rpmqv.c:293
+#: rpm.c:207 rpmqv.c:273
 msgid "This may be freely redistributed under the terms of the GNU GPL"
 msgstr "íÏÖÅÔ Ó×ÏÂÏÄÎÏ ÒÁÓÐÒÏÓÔÒÁÎÑÔØÓÑ ÎÁ ÕÓÌÏ×ÉÑÈ GNU GPL."
 
-#: rpm.c:206
+#: rpm.c:215
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr ""
 "éÓÐÏÌØÚÏ×ÁÎÉÅ:\n"
 "       rpm {--help}"
 
-#: rpm.c:207
+#: rpm.c:216
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:208
+#: rpm.c:217
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <ËÁÔÁÌÏÇ>]"
 
-#: rpm.c:209
+#: rpm.c:218
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:210 rpmqv.c:314
+#: rpm.c:219 rpmqv.c:294
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <ËÁÔÁÌÏÇ>]"
 
-#: rpm.c:211 rpmqv.c:315
+#: rpm.c:220 rpmqv.c:295
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:212 rpmqv.c:316
+#: rpm.c:221 rpmqv.c:296
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <ËÁÔÁÌÏÇ>]"
 
-#: rpm.c:213 rpmqv.c:317
+#: rpm.c:222 rpmqv.c:297
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <ËÁÔ.>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:214 rpmqv.c:318
+#: rpm.c:223 rpmqv.c:298
 msgid ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 msgstr ""
 "                        [--ftpproxy <host>] [--ftpport <ÐÏÒÔ>] [--justdb]"
 
-#: rpm.c:215 rpm.c:224 rpm.c:233 rpmqv.c:319 rpmqv.c:328 rpmqv.c:343
+#: rpm.c:224 rpm.c:233 rpm.c:242 rpmqv.c:299 rpmqv.c:308 rpmqv.c:323
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--httpproxy <host>] [--httpport <ÐÏÒÔ>]"
 
-#: rpm.c:216 rpm.c:226 rpmqv.c:320 rpmqv.c:330
+#: rpm.c:225 rpm.c:235 rpmqv.c:300 rpmqv.c:310
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate oldpath=newpath]"
 
-#: rpm.c:217 rpmqv.c:321
+#: rpm.c:226 rpmqv.c:301
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--badreloc] [--notriggers] [--excludepath <ÐÕÔØ>]"
 
-#: rpm.c:218 rpmqv.c:322
+#: rpm.c:227 rpmqv.c:302
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--ignoresize] file1.rpm ... fileN.rpm"
 
-#: rpm.c:219
+#: rpm.c:228
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:220 rpmqv.c:324
+#: rpm.c:229 rpmqv.c:304
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 "                        [--oldpackage] [--root <ËÁÔÁÌÏÇ>] [--noscripts]"
 
-#: rpm.c:221 rpmqv.c:325
+#: rpm.c:230 rpmqv.c:305
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <ÆÁÊÌ>]"
 
-#: rpm.c:222 rpmqv.c:326
+#: rpm.c:231 rpmqv.c:306
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <ËÁÔ.>] [--prefix <ËÁÔ.>] "
 
-#: rpm.c:223 rpmqv.c:327
+#: rpm.c:232 rpmqv.c:307
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <host>] [--ftpport <ÐÏÒÔ>]"
 
-#: rpm.c:225 rpmqv.c:329
+#: rpm.c:234 rpmqv.c:309
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:227 rpmqv.c:331
+#: rpm.c:236 rpmqv.c:311
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                        [--badreloc] [--excludepath <ÐÕÔØ>] [--ignoresize]"
 
-#: rpm.c:228 rpmqv.c:332
+#: rpm.c:237 rpmqv.c:312
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        file1.rpm ... fileN.rpm"
 
-#: rpm.c:229
+#: rpm.c:238
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:230 rpmqv.c:340
+#: rpm.c:239 rpmqv.c:320
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                        [--scripts] [--root <ËÁÔÁÌÏÇ>] [--rcfile <ÆÁÊÌ>]"
 
-#: rpm.c:231 rpmqv.c:341
+#: rpm.c:240 rpmqv.c:321
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr "                        [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:232 rpmqv.c:342
+#: rpm.c:241 rpmqv.c:322
 msgid ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
 msgstr ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
 
-#: rpm.c:234 rpmqv.c:344
+#: rpm.c:243 rpmqv.c:324
 msgid ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 msgstr ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 
-#: rpm.c:235 rpmqv.c:345
+#: rpm.c:244 rpmqv.c:325
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--changelog] [--dbpath <ËÁÔÁÌÏÇ>] [ÃÅÌÉ]"
 
-#: rpm.c:236
+#: rpm.c:245
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <ËÁÔÁÌÏÇ>] [--rcfile <ÆÁÊÌ>]"
 
-#: rpm.c:237 rpmqv.c:347
+#: rpm.c:246 rpmqv.c:327
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <ËÁÔ>] [--nodeps] [--nofiles] [--noscripts]"
 
-#: rpm.c:238 rpmqv.c:348
+#: rpm.c:247 rpmqv.c:328
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [ÃÅÌÉ]"
 
-#: rpm.c:239
+#: rpm.c:248
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [ÃÅÌØ]"
 
-#: rpm.c:240
+#: rpm.c:249
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [ÃÅÌØ]"
 
-#: rpm.c:241
+#: rpm.c:250
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "                        file1.rpm ... fileN.rpm"
 
-#: rpm.c:242
+#: rpm.c:251
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e} [--root <ËÁÔÁÌÏÇ>] [--noscripts] [--rcfile <ÆÁÊÌ>]"
 
-#: rpm.c:243 rpmqv.c:334
+#: rpm.c:252 rpmqv.c:314
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <ËÁÔÁÌÏÇ>] [--nodeps] [--allmatches]"
 
-#: rpm.c:244 rpmqv.c:335
+#: rpm.c:253 rpmqv.c:315
 msgid ""
 "                        [--justdb] [--notriggers] rpackage1 ... packageN"
 msgstr ""
 "                        [--justdb] [--notriggers] package1 ... packageN"
 
-#: rpm.c:245
+#: rpm.c:254
 #, fuzzy
 msgid ""
 "       rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -421,277 +310,277 @@ msgid ""
 msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  <ÆÁÊÌ>]"
 
-#: rpm.c:246
+#: rpm.c:255
 msgid "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 msgstr "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 
-#: rpm.c:247 rpmqv.c:357
+#: rpm.c:256 rpmqv.c:337
 msgid "                        [--target=platform1[,platform2...]]"
 msgstr "                        [--target=platform1[,platform2...]]"
 
-#: rpm.c:248 rpmqv.c:358
+#: rpm.c:257 rpmqv.c:338
 #, fuzzy
 msgid "                        [--rmsource] [--rmspec] specfile"
 msgstr "                        [--rmsource] specfile"
 
-#: rpm.c:249
+#: rpm.c:258
 msgid "       rpm {--rmsource} [--rcfile <file>] [-v] specfile"
 msgstr "       rpm {--rmsource} [--rcfile <ÆÁÊÌ>] [-v] specfile"
 
-#: rpm.c:250
+#: rpm.c:259
 msgid ""
 "       rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <ÆÁÊÌ>] [-v] source1.rpm ... sourceN.rpm"
 
-#: rpm.c:251
+#: rpm.c:260
 msgid ""
 "       rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--recompile} [--rcfile <ÆÁÊÌ>] [-v] source1.rpm ... sourceN.rpm"
 
-#: rpm.c:252
+#: rpm.c:261
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <ÆÁÊÌ>] ÐÁËÅÔ1 ÐÁËÅÔ2 ... ÐÁËÅÔN"
 
-#: rpm.c:253
+#: rpm.c:262
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <ÆÁÊÌ>] ÐÁËÅÔ1 ÐÁËÅÔ2 ... ÐÁËÅÔN"
 
-#: rpm.c:254
+#: rpm.c:263
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <ÆÁÊÌ>]"
 
-#: rpm.c:255 rpmqv.c:369
+#: rpm.c:264 rpmqv.c:349
 msgid "                           package1 ... packageN"
 msgstr "                           ÐÁËÅÔ1 ... ÐÁËÅÔN"
 
-#: rpm.c:256
+#: rpm.c:265
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <ÆÁÊÌ>] [--dbpath <ËÁÔÁÌÏÇ>]"
 
-#: rpm.c:257
+#: rpm.c:266
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:291 rpmqv.c:405
+#: rpm.c:300 rpmqv.c:385
 #, fuzzy
 msgid "Usage:"
 msgstr "ÉÓÐÏÌØÚÏ×ÁÎÉÅ:"
 
-#: rpm.c:293 rpmqv.c:407
+#: rpm.c:302 rpmqv.c:387
 msgid "print this message"
 msgstr "×Ù×ÅÓÔÉ ÜÔÏ ÓÏÏÂÝÅÎÉÅ"
 
-#: rpm.c:295 rpmqv.c:409
+#: rpm.c:304 rpmqv.c:389
 msgid "print the version of rpm being used"
 msgstr "×Ù×ÅÓÔÉ ×ÅÒÓÉÀ ÉÓÐÏÌØÚÕÅÍÏÇÏ rpm"
 
-#: rpm.c:298
+#: rpm.c:307
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   ×ÓÅ ÒÅÖÉÍÙ ÐÏÄÄÅÒÖÉ×ÁÀÔ ÓÌÅÄÕÀÝÉÅ ÁÒÇÕÍÅÎÔÙ:"
 
-#: rpm.c:299
+#: rpm.c:308
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:300 rpmqv.c:414
+#: rpm.c:309 rpmqv.c:394
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:301
+#: rpm.c:310
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    --pipe <cmd>          "
 
-#: rpm.c:302 rpmqv.c:416
+#: rpm.c:311 rpmqv.c:396
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "×Ù×ÅÓÔÉ ×ÅÒÓÉÀ ÉÓÐÏÌØÚÕÅÍÏÇÏ rpm"
 
-#: rpm.c:303
+#: rpm.c:312
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <cmd>          "
 
-#: rpm.c:304 rpmqv.c:418
+#: rpm.c:313 rpmqv.c:398
 msgid "send stdout to <cmd>"
 msgstr "ÐÏÓÌÁÔØ ÓÔÁÎÄÁÒÔÎÙÊ ×Ù×ÏÄ × <cmd>"
 
-#: rpm.c:305
+#: rpm.c:314
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "      --rcfile <ÆÁÊÌ>     "
 
-#: rpm.c:306 rpmqv.c:420
+#: rpm.c:315 rpmqv.c:400
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <ÆÁÊÌ> ×ÍÅÓÔÏ /etc/rpmrc É $HOME/.rpmrc"
 
-#: rpm.c:308 rpmqv.c:422
+#: rpm.c:317 rpmqv.c:402
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:310 rpmqv.c:430
+#: rpm.c:319 rpmqv.c:410
 msgid "be a little more verbose"
 msgstr "ÂÙÔØ ÎÅÍÎÏÇÏ ÒÁÚÇÏ×ÏÒÞÉ×ÅÅ"
 
-#: rpm.c:312 rpmqv.c:432
+#: rpm.c:321 rpmqv.c:412
 msgid "be incredibly verbose (for debugging)"
 msgstr "ÂÙÔØ ïþåîø ÒÁÚÇÏ×ÏÒÞÉ×ÙÍ (ÄÌÑ ÏÔÌÁÄËÉ)"
 
-#: rpm.c:315
+#: rpm.c:324
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   ÕÓÔÁÎÏ×ËÁ, ÏÂÎÏ×ÌÅÎÉÅ É ÚÁÐÒÏÓ (Ó -p) ÄÏÐÕÓËÁÀÔ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ftp URL "
 "×ÍÅÓÔÏ"
 
-#: rpm.c:316
+#: rpm.c:325
 msgid "   of file names as well as the following options:"
 msgstr "   ÉÍÅΠÆÁÊÌÏ× Á ÔÁËÖÅ ÓÌÅÄÕÀÝÉÅ ÏÐÃÉÉ:"
 
-#: rpm.c:317
+#: rpm.c:326
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <host>   "
 
-#: rpm.c:318 rpmqv.c:439
+#: rpm.c:327 rpmqv.c:419
 msgid "hostname or IP of ftp proxy"
 msgstr "ÉÍÑ ÉÌÉ IP-ÁÄÒÅÓ ftp proxy"
 
-#: rpm.c:319
+#: rpm.c:328
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <ÐÏÒÔ>    "
 
-#: rpm.c:320 rpmqv.c:441
+#: rpm.c:329 rpmqv.c:421
 msgid "port number of ftp server (or proxy)"
 msgstr "ÎÏÍÅÒ ÐÏÒÔÁ ftp-ÓÅÒ×ÅÒÁ (ÉÌÉ proxy)"
 
-#: rpm.c:321
+#: rpm.c:330
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "      --httpproxy <host>   "
 
-#: rpm.c:322 rpmqv.c:443
+#: rpm.c:331 rpmqv.c:423
 msgid "hostname or IP of http proxy"
 msgstr "ÉÍÑ ÉÌÉ IP-ÁÄÒÅÓ http proxy"
 
-#: rpm.c:323
+#: rpm.c:332
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "      --httpport <ÐÏÒÔ>    "
 
-#: rpm.c:324 rpmqv.c:445
+#: rpm.c:333 rpmqv.c:425
 msgid "port number of http server (or proxy)"
 msgstr "ÎÏÍÅÒ ÐÏÒÔÁ http-ÓÅÒ×ÅÒÁ (ÉÌÉ proxy)"
 
-#: rpm.c:328 rpmqv.c:465
+#: rpm.c:337 rpmqv.c:445
 msgid "query mode"
 msgstr "ÒÅÖÉÍ ÚÁÐÒÏÓÁ"
 
-#: rpm.c:329 rpm.c:375 rpm.c:400 rpm.c:452 rpm.c:526
+#: rpm.c:338 rpm.c:384 rpm.c:409 rpm.c:461 rpm.c:535
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <ËÁÔÁÌÏÇ>  "
 
-#: rpm.c:330 rpm.c:376 rpm.c:401 rpm.c:453 rpm.c:527 rpmqv.c:425
+#: rpm.c:339 rpm.c:385 rpm.c:410 rpm.c:462 rpm.c:536 rpmqv.c:405
 msgid "use <dir> as the directory for the database"
 msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <ËÁÔÁÌÏÇ> ËÁË ËÁÔÁÌÏÇ ÄÌÑ ÂÁÚÙ ÄÁÎÎÙÈ"
 
-#: rpm.c:331
+#: rpm.c:340
 msgid "      --queryformat <qfmt>"
 msgstr "      --queryformat <qfmt>"
 
-#: rpm.c:332 rpmqv.c:467
+#: rpm.c:341 rpmqv.c:447
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <qfmt> ËÁË ÆÏÒÍÁÔ ÈÅÄÅÒÁ (ÐÏÄÒÁÚÕÍÅ×ÁÅÔ -i)"
 
-#: rpm.c:333 rpm.c:377 rpm.c:435 rpm.c:464
+#: rpm.c:342 rpm.c:386 rpm.c:444 rpm.c:473
 msgid "      --root <dir>        "
 msgstr "      --root <ËÁÔÁÌÏÇ>    "
 
-#: rpm.c:334 rpm.c:378 rpm.c:436 rpm.c:465 rpm.c:529 rpmqv.c:427
+#: rpm.c:343 rpm.c:387 rpm.c:445 rpm.c:474 rpm.c:538 rpmqv.c:407
 msgid "use <dir> as the top level directory"
 msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <ËÁÔÁÌÏÇ> ËÁË ËÏÒÎÅ×ÏÊ ËÁÔÁÌÏÇ"
 
-#: rpm.c:335
+#: rpm.c:344
 msgid "      Package specification options:"
 msgstr "      ïÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ ÐÁËÅÔÁ:"
 
-#: rpm.c:337
+#: rpm.c:346
 msgid "query all packages"
 msgstr "ÚÁÐÒÏÓÉÔØ ×ÓÅ ÐÁËÅÔÙ"
 
-#: rpm.c:338
+#: rpm.c:347
 msgid "        -f <file>+        "
 msgstr "        -f <ÆÁÊÌ>+        "
 
-#: rpm.c:339
+#: rpm.c:348
 msgid "query package owning <file>"
 msgstr "ÎÁÊÔÉ ÐÁËÅÔ, ËÏÔÏÒÏÍÕ ÐÒÉÎÁÄÌÅÖÉÔ <ÆÁÊÌ>"
 
-#: rpm.c:340
+#: rpm.c:349
 msgid "        -p <packagefile>+ "
 msgstr "        -p <ÆÁÊÌ ÐÁËÅÔÁ>+ "
 
-#: rpm.c:341
+#: rpm.c:350
 msgid "query (uninstalled) package <packagefile>"
 msgstr "ÚÁÐÒÏÓÉÔØ (ÎÅÕÓÔÁÎÏ×ÌÅÎÎÙÊ) ÐÁËÅÔ <ÆÁÊÌ ÐÁËÅÔÁ>"
 
-#: rpm.c:342
+#: rpm.c:351
 msgid "        --triggeredby <pkg>"
 msgstr "        --triggeredby <pkg>"
 
-#: rpm.c:343
+#: rpm.c:352
 msgid "query packages triggered by <pkg>"
 msgstr "ÚÁÐÒÏÓÉÔØ ÐÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÁÍÉ ÎÁ ÐÁËÅÔ <pkg>"
 
-#: rpm.c:344
+#: rpm.c:353
 msgid "        --whatprovides <cap>"
 msgstr "        --whatprovides <cap>"
 
-#: rpm.c:345
+#: rpm.c:354
 msgid "query packages which provide <cap> capability"
 msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÐÒÅÄÏÓÔÁ×ÌÑÀÝÉÅ ÓÅÒ×ÉÓ <cap>"
 
-#: rpm.c:346
+#: rpm.c:355
 msgid "        --whatrequires <cap>"
 msgstr "        --whatrequires <cap>"
 
-#: rpm.c:347
+#: rpm.c:356
 msgid "query packages which require <cap> capability"
 msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÔÒÅÂÕÀÝÉÅ ÓÅÒ×ÉÓÁ <cap>"
 
-#: rpm.c:348
+#: rpm.c:357
 msgid "      Information selection options:"
 msgstr "      ïÐÃÉÉ ×ÙÂÏÒÁ ÉÎÆÏÒÍÁÃÉÉ:"
 
-#: rpm.c:350 rpmqv.c:471
+#: rpm.c:359 rpmqv.c:451
 msgid "display package information"
 msgstr "×Ù×ÅÓÔÉ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÁËÅÔÅ"
 
-#: rpm.c:352 rpmqv.c:473
+#: rpm.c:361 rpmqv.c:453
 msgid "display the package's change log"
 msgstr "×Ù×ÅÓÔÉ ÐÒÏÔÏËÏÌ ÉÚÍÅÎÅÎÉÊ ÐÁËÅÔÁ"
 
-#: rpm.c:354 rpmqv.c:475
+#: rpm.c:363 rpmqv.c:455
 msgid "display package file list"
 msgstr "×Ù×ÅÓÔÉ ÓÐÉÓÏË ÆÁÊÌÏ× ÐÁËÅÔÁ"
 
-#: rpm.c:356 rpmqv.c:477
+#: rpm.c:365 rpmqv.c:457
 msgid "show file states (implies -l)"
 msgstr "ÐÏËÁÚÁÔØ ÓÏÓÔÏÑÎÉÅ ÆÁÊÌÏ× (ÐÏÄÒÁÚÕÍÅ×ÁÅÔ -l)"
 
-#: rpm.c:358 rpmqv.c:479
+#: rpm.c:367 rpmqv.c:459
 msgid "list only documentation files (implies -l)"
 msgstr "×Ù×ÅÓÔÉ ÔÏÌØËÏ ÆÁÊÌÙ ÄÏËÕÍÅÎÔÁÃÉÉ (ÐÏÄÒÁÚÕÍÅ×ÁÅÔ -l)"
 
-#: rpm.c:360 rpmqv.c:481
+#: rpm.c:369 rpmqv.c:461
 msgid "list only configuration files (implies -l)"
 msgstr "×Ù×ÅÓÔÉ ÔÏÌØËÏ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ ÆÁÊÌÙ (ÐÏÄÒÁÚÕÍÅ×ÁÅÔ -l)"
 
-#: rpm.c:362 rpmqv.c:483
+#: rpm.c:371 rpmqv.c:463
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -699,23 +588,23 @@ msgstr ""
 "ÐÏËÁÚÁÔØ ×ÓÀ ËÏÎÔÒÏÌØÎÕÀ ÉÎÆÏÒÍÁÃÉÀ ÄÌÑ ËÁÖÄÏÇÏ ÆÁÊÌÁ (ÄÏÌÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ "
 "Ó -l, -c ÉÌÉ -d)"
 
-#: rpm.c:364
+#: rpm.c:373
 msgid "list capabilities package provides"
 msgstr "ÐÏËÁÚÁÔØ ÓÅÒ×ÉÓÙ, ÐÒÅÄÏÓÔÁ×ÌÑÅÍÙÅ ÐÁËÅÔÏÍ"
 
-#: rpm.c:366
+#: rpm.c:375
 msgid "list package dependencies"
 msgstr "ÐÏËÁÚÁÔØ ÚÁ×ÉÓÉÍÏÓÔÉ ÐÁËÅÔÁ"
 
-#: rpm.c:368
+#: rpm.c:377
 msgid "print the various [un]install scripts"
 msgstr "×Ù×ÅÓÔÉ ÒÁÚÎÏÏÂÒÁÚÎÙÅ [ÄÅ]ÉÎÓÔÁÌÌÑÃÉÏÎÎÙÅ ÓËÒÉÐÔÙ"
 
-#: rpm.c:370
+#: rpm.c:379
 msgid "show the trigger scripts contained in the package"
 msgstr "ÐÏËÁÚÁÔØ ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÙ, ÓÏÄÅÒÖÁÝÉÅÓÑ × ÐÁËÅÔÅ"
 
-#: rpm.c:374 rpmqv.c:494
+#: rpm.c:383 rpmqv.c:474
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
@@ -723,142 +612,142 @@ msgstr ""
 "×ÅÒÉÆÉÃÉÒÏ×ÁÔØ ÉÎÓÔÁÌÌÑÃÉÀ ÐÁËÅÔÁ, ÉÓÐÏÌØÚÕÑ ÔÅ ÖÅ ÏÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ "
 "ÐÁËÅÔÁ, ÞÔÏ É -q"
 
-#: rpm.c:380 rpm.c:422 rpm.c:457 rpmqv.c:496 rpmqv.c:542 rpmqv.c:576
+#: rpm.c:389 rpm.c:431 rpm.c:466 rpmqv.c:476 rpmqv.c:522 rpmqv.c:556
 msgid "do not verify package dependencies"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÚÁ×ÉÓÉÍÏÓÔÅÊ ÐÁËÅÔÁ"
 
-#: rpm.c:382 rpmqv.c:498
+#: rpm.c:391 rpmqv.c:478
 msgid "do not verify file md5 checksums"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ËÏÎÔÒÏÌØÎÙÅ md5-ÓÕÍÍÙ ÆÁÊÌÏ×"
 
-#: rpm.c:384 rpmqv.c:500
+#: rpm.c:393 rpmqv.c:480
 msgid "do not verify file attributes"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÁÔÔÒÉÂÕÔÙ ÆÁÊÌÏ×"
 
-#: rpm.c:386 rpmqv.c:503
+#: rpm.c:395 rpmqv.c:483
 msgid "list the tags that can be used in a query format"
 msgstr "×Ù×ÅÓÔÉ ÔÜÇÉ, ËÏÔÏÒÙÅ ÍÏÇÕÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÙ × ÆÏÒÍÁÔÅ ÚÁÐÒÏÓÁ"
 
-#: rpm.c:389
+#: rpm.c:398
 msgid "    --install <packagefile>"
 msgstr "    --install <ÆÁÊÌ ÐÁËÅÔÁ>"
 
-#: rpm.c:390
+#: rpm.c:399
 msgid "    -i <packagefile>      "
 msgstr "    -i <ÆÁÊÌ ÐÁËÅÔÁ>      "
 
-#: rpm.c:391 rpmqv.c:517
+#: rpm.c:400 rpmqv.c:497
 msgid "install package"
 msgstr "ÕÓÔÁÎÏ×ÉÔØ ÐÁËÅÔ"
 
-#: rpm.c:392
+#: rpm.c:401
 msgid "      --excludepath <path>"
 msgstr "      --excludepath <ÐÕÔØ>"
 
-#: rpm.c:393
+#: rpm.c:402
 msgid "skip files in path <path>"
 msgstr "ÐÒÏÐÕÓÔÉÔØ ÆÁÊÌÙ × ÐÕÔÉ <ÐÕÔØ>"
 
-#: rpm.c:394
+#: rpm.c:403
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <oldpath>=<newpath>"
 
-#: rpm.c:395 rpmqv.c:554
+#: rpm.c:404 rpmqv.c:534
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "ÐÅÒÅÍÅÓÔÉÔØ ÆÁÊÌÙ ÉÚ <oldpath> × <newpath>"
 
-#: rpm.c:397 rpmqv.c:522
+#: rpm.c:406 rpmqv.c:502
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "ÐÕÔØ %s - ÎÅ ÐÅÒÅÍÅÝÁÅÍÙÊ ÄÌÑ ÐÁËÅÔÁ %s-%s-%s"
 
-#: rpm.c:398
+#: rpm.c:407
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <ËÁÔÁÌÏÇ>  "
 
-#: rpm.c:399 rpmqv.c:552
+#: rpm.c:408 rpmqv.c:532
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "ÐÅÒÅÍÅÓÔÉÔØ ÐÁËÅÔ × <ËÁÔÁÌÏÇ>, ÅÓÌÉ ÐÁËÅÔ ÜÔÏ ÐÏÚ×ÏÌÑÅÔ"
 
-#: rpm.c:403 rpmqv.c:524
+#: rpm.c:412 rpmqv.c:504
 msgid "do not install documentation"
 msgstr "ÎÅ ÕÓÔÁÎÁ×ÌÉ×ÁÔØ ÄÏËÕÍÅÎÔÁÃÉÀ"
 
-#: rpm.c:405 rpmqv.c:528
+#: rpm.c:414 rpmqv.c:508
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "ÓÏËÒÁÝÅÎÉÅ ÄÌÑ --replacepkgs --replacefiles"
 
-#: rpm.c:407 rpmqv.c:530
+#: rpm.c:416 rpmqv.c:510
 msgid "print hash marks as package installs (good with -v)"
 msgstr "×Ù×ÏÄÉÔØ \"#\" ÐÏ ÍÅÒÅ ÕÓÔÁÎÏ×ËÉ ÐÁËÅÔÁ (ÈÏÒÏÛÏ Ó -v)"
 
-#: rpm.c:409 rpmqv.c:519
+#: rpm.c:418 rpmqv.c:499
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "ÕÓÔÁÎÁ×ÌÉ×ÁÔØ ÷óå ÆÁÊÌÙ, ÄÁÖÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ, ËÏÔÏÒÙÅ ÍÏÇÌÉ ÂÙ ÂÙÔØ "
 "ÐÒÏÐÕÝÅÎÙ"
 
-#: rpm.c:412 rpmqv.c:532
+#: rpm.c:421 rpmqv.c:512
 msgid "don't verify package architecture"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÁÒÈÉÔÅËÔÕÒÕ ÐÁËÅÔÁ"
 
-#: rpm.c:414 rpmqv.c:534
+#: rpm.c:423 rpmqv.c:514
 msgid "don't check disk space before installing"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÄÉÓËÏ×ÏÅ ÐÒÏÓÔÒÁÎÓÔ×Ï ÐÅÒÅÄ ÕÓÔÁÎÏ×ËÏÊ"
 
-#: rpm.c:416 rpmqv.c:536
+#: rpm.c:425 rpmqv.c:516
 msgid "don't verify package operating system"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÏÐÅÒÁÃÉÏÎÎÕÀ ÓÉÓÔÅÍÕ ÐÁËÅÔÁ"
 
-#: rpm.c:418 rpmqv.c:538
+#: rpm.c:427 rpmqv.c:518
 msgid "install documentation"
 msgstr "ÕÓÔÁÎÏ×ÉÔØ ÄÏËÕÍÅÎÔÁÃÉÀ"
 
-#: rpm.c:420 rpm.c:455 rpmqv.c:540 rpmqv.c:574
+#: rpm.c:429 rpm.c:464 rpmqv.c:520 rpmqv.c:554
 msgid "update the database, but do not modify the filesystem"
 msgstr "ÏÂÎÏ×ÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ, ÎÏ ÎÅ ÍÏÄÉÆÉÃÉÒÏ×ÁÔØ ÆÁÊÌÏ×ÕÀ ÓÉÓÔÅÍÕ"
 
-#: rpm.c:424 rpm.c:459 rpmqv.c:544 rpmqv.c:578
+#: rpm.c:433 rpm.c:468 rpmqv.c:524 rpmqv.c:558
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "ÎÅ ÍÅÎÑÔØ ÐÏÒÑÄÏË ÕÓÔÁÎÏ×ËÉ ÐÁËÅÔÏ× ÄÌÑ ÕÄÏ×ÌÅÔ×ÏÒÅÎÉÑ ÚÁ×ÉÓÉÍÏÓÔÅÊ"
 
-#: rpm.c:426
+#: rpm.c:435
 msgid "don't execute any installation scripts"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ËÁËÉÈ-ÌÉÂÏ ÕÓÔÁÎÏ×ÏÞÎÙÈ ÓËÒÉÐÔÏ×"
 
-#: rpm.c:428 rpm.c:463 rpmqv.c:582
+#: rpm.c:437 rpm.c:472 rpmqv.c:562
 msgid "don't execute any scripts triggered by this package"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÏ×, ×Ú×ÅÄÅÎÎÙÈ ÎÁ ÜÔÏÔ ÐÁËÅÔ"
 
-#: rpm.c:430 rpmqv.c:550
+#: rpm.c:439 rpmqv.c:530
 msgid "print percentages as package installs"
 msgstr "×Ù×ÏÄÉÔØ ÐÒÏÃÅÎÔ ÇÏÔÏ×ÎÏÓÔÉ ÐÏ ÍÅÒÅ ÕÓÔÁÎÏ×ËÉ ÐÁËÅÔÁ"
 
-#: rpm.c:432 rpmqv.c:556
+#: rpm.c:441 rpmqv.c:536
 msgid "install even if the package replaces installed files"
 msgstr "ÕÓÔÁÎÁ×ÌÉ×ÁÔØ ÄÁÖÅ ÅÓÌÉ ÐÁËÅÔ ÐÅÒÅÐÉÛÅÔ ÕÖÅ ÕÓÔÁÎÏ×ÌÅÎÎÙÅ ÆÁÊÌÙ"
 
-#: rpm.c:434 rpmqv.c:558
+#: rpm.c:443 rpmqv.c:538
 msgid "reinstall if the package is already present"
 msgstr "ÐÅÒÅÕÓÔÁÎÏ×ÉÔØ ÅÓÌÉ ÐÁËÅÔ ÕÖÅ ÕÓÔÁÎÏ×ÌÅÎ"
 
-#: rpm.c:438 rpmqv.c:560
+#: rpm.c:447 rpmqv.c:540
 msgid "don't install, but tell if it would work or not"
 msgstr "ÎÅ ÕÓÔÁÎÁ×ÌÉ×ÁÔØ, Á ÔÏÌØËÏ ÓÏÏÂÝÉÔØ ÕÄÁÓÔÓÑ ÌÉ ÕÓÔÁÎÏ×ËÁ"
 
-#: rpm.c:441
+#: rpm.c:450
 msgid "    --upgrade <packagefile>"
 msgstr "    --upgrade <ÆÁÊÌ ÐÁËÅÔÁ>"
 
-#: rpm.c:442
+#: rpm.c:451
 msgid "    -U <packagefile>      "
 msgstr "    -U <ÆÁÊÌ ÐÁËÅÔÁ>      "
 
-#: rpm.c:443 rpmqv.c:564
+#: rpm.c:452 rpmqv.c:544
 msgid "upgrade package (same options as --install, plus)"
 msgstr "ÏÂÎÏ×ÌÅÎÉÅ ÐÁËÅÔÁ (ÔÅ ÖÅ ÏÐÃÉÉ, ÞÔÏ É Ó --install, ÐÌÀÓ)"
 
-#: rpm.c:445 rpmqv.c:566
+#: rpm.c:454 rpmqv.c:546
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -866,15 +755,15 @@ msgstr ""
 "ÏÔËÁÔ ÎÁ ÂÏÌÅÅ ÓÔÁÒÕÀ ×ÅÒÓÉÀ ÐÁËÅÔÁ (--force ÄÌÑ ÏÂÎÏ×ÌÅÎÉÑ ÄÅÌÁÅÔ ÜÔÏ "
 "Á×ÔÏÍÁÔÉÞÅÓËÉ)"
 
-#: rpm.c:447
+#: rpm.c:456
 msgid "    --erase <package>"
 msgstr "    --erase <ÐÁËÅÔ>  "
 
-#: rpm.c:449 rpmqv.c:570
+#: rpm.c:458 rpmqv.c:550
 msgid "erase (uninstall) package"
 msgstr "ÕÄÁÌÉÔØ (ÄÅÉÎÓÔÁÌÌÉÒÏ×ÁÔØ) ÐÁËÅÔ"
 
-#: rpm.c:451 rpmqv.c:572
+#: rpm.c:460 rpmqv.c:552
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -882,90 +771,102 @@ msgstr ""
 "ÕÄÁÌÉÔØ ×ÓÅ ÐÁËÅÔÙ, ÓÏ×ÐÁÄÁÀÝÉÅ Ó <ÐÁËÅÔ> (ÏÂÙÞÎÏ, ÅÓÌÉ <ÐÁËÅÔ> "
 "ÓÏÏÔ×ÅÔÓÔ×ÕÅÔ ÎÅÓËÏÌØËÉÍ ÐÁËÅÔÁÍ, ÇÅÎÅÒÉÒÕÅÔÓÑ ÏÛÉÂËÁ)"
 
-#: rpm.c:461 rpmqv.c:580
+#: rpm.c:470 rpmqv.c:560
 msgid "do not execute any package specific scripts"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÓËÒÉÐÔÏ×, ÓÐÅÃÉÆÉÞÎÙÈ ÄÌÑ ÐÁËÅÔÁ"
 
-#: rpm.c:467
+#: rpm.c:476
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<stage> <spec>      "
 
-#: rpm.c:468
+#: rpm.c:477
 msgid "    -t<stage> <tarball>   "
 msgstr "    -t<stage> <tarball>   "
 
-#: rpm.c:469 rpmqv.c:589
+#: rpm.c:478 rpmqv.c:569
 msgid "build package, where <stage> is one of:"
 msgstr "ÓÏÂÒÁÔØ ÐÁËÅÔ, ÇÄÅ <stage> - ÏÄÎÏ ÉÚ:"
 
-#: rpm.c:471 rpmqv.c:591
+#: rpm.c:480 rpmqv.c:571
 msgid "prep (unpack sources and apply patches)"
 msgstr "prep (ÉÓÐÏÌÎÉÔØ %prep)"
 
-#: rpm.c:473 rpmqv.c:593
+#: rpm.c:482 rpmqv.c:573
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "list check (ÐÒÏÉÚ×ÅÓÔÉ ÐÒÏ×ÅÒËÕ ÓÅËÃÉÉ %files)"
 
-#: rpm.c:475 rpmqv.c:595
+#: rpm.c:484 rpmqv.c:575
 msgid "compile (prep and compile)"
 msgstr "compile (ÉÓÐÏÌÎÉÔØ %prep É %build)"
 
-#: rpm.c:477 rpmqv.c:597
+#: rpm.c:486 rpmqv.c:577
 msgid "install (prep, compile, install)"
 msgstr "install (ÉÓÐÏÌÎÉÔØ %prep, %build É %install)"
 
-#: rpm.c:479 rpmqv.c:599
+#: rpm.c:488 rpmqv.c:579
 msgid "binary package (prep, compile, install, package)"
 msgstr "binary package (ÉÓÐÏÌÎÉÔØ %prep, %build, %install É ÓÏÚÄÁÔØ RPM)"
 
-#: rpm.c:481 rpmqv.c:601
+#: rpm.c:490 rpmqv.c:581
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 "bin/src package (ÉÓÐÏÌÎÉÔØ %prep, %build, %install, ÓÏÚÄÁÔØ RPM É SRPM)"
 
-#: rpm.c:489 rpmqv.c:611
+#: lib/poptBT.c:155 rpm.c:492 rpmqv.c:585
+msgid "skip straight to specified stage (only for c,i)"
+msgstr "ÐÅÒÅÊÔÉ ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏ Ë ÕËÁÚÁÎÎÏÍÕ ÜÔÁÐÕ (ÔÏÌØËÏ ÄÌÑ c,i)"
+
+#: lib/poptBT.c:145 rpm.c:494 rpmqv.c:587
+msgid "remove build tree when done"
+msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÄÅÒÅ×Ï ÉÓÈÏÄÎÉËÏ×"
+
+#: lib/poptBT.c:151 rpm.c:496 rpmqv.c:589
+msgid "remove sources when done"
+msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÉÓÈÏÄÎÉËb"
+
+#: rpm.c:498 rpmqv.c:591
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ spec-ÆÁÊÌ"
 
-#: rpm.c:491 rpmqv.c:613
+#: rpm.c:500 rpmqv.c:593
 msgid "generate PGP/GPG signature"
 msgstr "ÇÅÎÅÒÉÒÏ×ÁÔØ PGP/GPG-ÐÏÄÐÉÓØ"
 
-#: rpm.c:492
+#: rpm.c:501
 msgid "      --buildroot <dir>   "
 msgstr "      --buildroot <ËÁÔ.>  "
 
-#: rpm.c:493 rpmqv.c:615
+#: rpm.c:502 rpmqv.c:595
 msgid "use <dir> as the build root"
 msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <ËÁÔ.> ËÁË ËÏÒÎÅ×ÏÊ ÄÌÑ ÐÏÓÔÒÏÅÎÉÑ ÐÁËÅÔÁ"
 
-#: rpm.c:494
+#: rpm.c:503
 msgid "      --target=<platform>+"
 msgstr "      --target=<ÐÌÁÔÆÏÒÍÁ>+"
 
-#: rpm.c:495 rpmqv.c:617
+#: rpm.c:504 rpmqv.c:597
 msgid "build the packages for the build targets platform1...platformN."
 msgstr "ÐÏÓÔÒÏÉÔØ ÐÁËÅÔÙ ÄÌÑ ÃÅÌÅ×ÙÈ ÐÌÁÔÆÏÒÍ ÐÌÁÔÆÏÒÍÁ1...ÐÌÁÔÆÏÒÍÁN"
 
-#: rpm.c:497 rpmqv.c:619
+#: rpm.c:506 rpmqv.c:599
 msgid "do not execute any stages"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ×"
 
-#: rpm.c:498
+#: rpm.c:507
 msgid "      --timecheck <secs>  "
 msgstr "      --timecheck <secs>  "
 
-#: rpm.c:499
+#: rpm.c:508
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "ÕÓÔÁÎÏ×ÉÔØ ÐÒÏ×ÅÒËÕ ×ÒÅÍÅÎÉ × <secs> ÓÅËÕÎÄ (0 ÏÔÍÅÎÑÅÔ ÅÅ)"
 
-#: rpm.c:501
+#: rpm.c:510
 msgid "    --rebuild <src_pkg>   "
 msgstr "    --rebuild <src_pkg>   "
 
-#: rpm.c:502 rpmqv.c:622
+#: rpm.c:511 rpmqv.c:602
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -973,65 +874,65 @@ msgstr ""
 "ÕÓÔÁÎÏ×ÉÔØ SRPM, ÓÏÂÒÁÔØ RPM É ÕÄÁÌÉÔØ spec-ÆÁÊÌ, ÆÁÊÌÙ Ó ÉÓÈÏÄÎÙÍÉ "
 "ÔÅËÓÔÁÍÉ, ÐÁÔÞÉ É ÐÉËÔÏÇÒÁÍÍÙ."
 
-#: rpm.c:503
+#: rpm.c:512
 msgid "    --recompile <src_pkg> "
 msgstr "    --recompile <src_pkg> "
 
-#: rpm.c:504 rpmqv.c:624
+#: rpm.c:513 rpmqv.c:604
 msgid "like --rebuild, but don't build any package"
 msgstr "ËÁË --rebuild, ÎÏ ÎÅ ÓÏÂÉÒÁÅÔ ÎÉËÁËÉÈ ÐÁËÅÔÏ×"
 
-#: rpm.c:507
+#: rpm.c:516
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pkg>+       "
 
-#: rpm.c:508 rpmqv.c:630
+#: rpm.c:517 rpmqv.c:610
 msgid "sign a package (discard current signature)"
 msgstr "ÐÏÄÐÉÓÁÔØ ÐÁËÅÔ (ÕÄÁÌÉ× ÔÅËÕÝÕÀ ÐÏÄÐÉÓØ)"
 
-#: rpm.c:509
+#: rpm.c:518
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pkg>+      "
 
-#: rpm.c:510 rpmqv.c:632
+#: rpm.c:519 rpmqv.c:612
 msgid "add a signature to a package"
 msgstr "ÄÏÂÁ×ÉÔØ ÐÏÄÐÉÓØ Ë ÐÁËÅÔÕ"
 
-#: rpm.c:511
+#: rpm.c:520
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <pkg>+     "
 
-#: rpm.c:512
+#: rpm.c:521
 #, fuzzy
 msgid "    -K <pkg>+           "
 msgstr "    --resign <pkg>+       "
 
-#: rpm.c:513 rpmqv.c:636
+#: rpm.c:522 rpmqv.c:616
 msgid "verify package signature"
 msgstr "ÐÒÏ×ÅÒÉÔØ ÐÏÄÐÉÓØ × ÐÁËÅÔÅ"
 
-#: rpm.c:515 rpmqv.c:638
+#: rpm.c:524 rpmqv.c:618
 msgid "skip any PGP signatures"
 msgstr "ÐÒÏÐÕÓÔÉÔØ ×ÓÅ PGP-ÐÏÄÐÉÓÉ"
 
-#: rpm.c:517 rpmqv.c:640
+#: rpm.c:526 rpmqv.c:620
 msgid "skip any GPG signatures"
 msgstr "ÐÒÏÐÕÓÔÉÔØ ×ÓÅ GPG-ÐÏÄÐÉÓÉ"
 
-#: rpm.c:519 rpmqv.c:642
+#: rpm.c:528 rpmqv.c:622
 msgid "skip any MD5 signatures"
 msgstr "ÐÒÏÐÕÓÔÉÔØ ×ÓÅ MD5-ÐÏÄÐÉÓÉ"
 
-#: rpm.c:523
+#: rpm.c:532
 msgid "make sure a valid database exists"
 msgstr "ÕÂÅÄÉÔØÓÑ, ÞÔÏ ÓÕÝÅÓÔ×ÕÅÔ ÐÒÁ×ÉÌØÎÁÑ ÂÁÚÁ ÄÁÎÎÙÈ"
 
-#: rpm.c:525
+#: rpm.c:534
 msgid "rebuild database from existing database"
 msgstr "ÐÅÒÅÓÔÒÏÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ ÉÚ ÓÕÝÅÓÔ×ÕÀÝÅÊ ÂÁÚÙ"
 
-#: rpm.c:533 rpmqv.c:505
+#: rpm.c:542 rpmqv.c:485
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -1039,7 +940,7 @@ msgstr ""
 "ÕÓÔÁÎÏ×ÉÔØ ÐÒÁ×Á ÄÏÓÔÕÐÁ ÆÁÊÌÏ× ÔÁËÉÅ ÖÅ, ËÁË × ÂÁÚÅ ÄÁÎÎÙÈ ÐÁËÅÔÁ, "
 "ÉÓÐÏÌØÚÕÑ ÔÅ ÖÅ ÏÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ ÐÁËÅÔÁ, ÞÔÏ É -q"
 
-#: rpm.c:536 rpmqv.c:508
+#: rpm.c:545 rpmqv.c:488
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -1047,145 +948,145 @@ msgstr ""
 "ÕÓÔÁÎÏ×ÉÔØ ÈÏÚÑÉÎÁ É ÇÒÕÐÐÕ ÆÁÊÌÏ× ÔÁËÉÅ ÖÅ, ËÁË × ÂÁÚÅ ÄÁÎÎÙÈ ÐÁËÅÔÁ, "
 "ÉÓÐÏÌØÚÕÑ ÔÅ ÖÅ ÏÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ ÐÁËÅÔÁ, ÞÔÏ É -q"
 
-#: rpm.c:673 rpm.c:679 rpm.c:686 rpm.c:692 rpm.c:701 rpm.c:723 rpm.c:729
-#: rpm.c:763 rpm.c:771 rpm.c:792 rpm.c:849 rpm.c:857 rpmqv.c:827 rpmqv.c:833
-#: rpmqv.c:842 rpmqv.c:851 rpmqv.c:857 rpmqv.c:863 rpmqv.c:897 rpmqv.c:904
-#: rpmqv.c:939 rpmqv.c:947 rpmqv.c:953 rpmqv.c:961 rpmqv.c:1019 rpmqv.c:1035
+#: rpm.c:682 rpm.c:688 rpm.c:695 rpm.c:701 rpm.c:710 rpm.c:732 rpm.c:738
+#: rpm.c:772 rpm.c:780 rpm.c:801 rpm.c:858 rpm.c:866 rpmqv.c:806 rpmqv.c:815
+#: rpmqv.c:821 rpmqv.c:827 rpmqv.c:861 rpmqv.c:868 rpmqv.c:903 rpmqv.c:911
+#: rpmqv.c:917 rpmqv.c:925 rpmqv.c:987
 msgid "only one major mode may be specified"
 msgstr "ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁΠÔÏÌØËÏ ÏÄÉΠÉÚ ÏÓÎÏ×ÎÙÈ ÒÅÖÉÍÏ×"
 
-#: rpm.c:694 rpmqv.c:844
+#: rpm.c:703 rpmqv.c:808
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "ÏÐÃÉÉ -u É --uninstall ÕÓÔÁÒÅÌÉ É ÂÏÌØÛÅ ÎÅ ÒÁÂÏÔÁÀÔ.\n"
 
-#: rpm.c:696 rpmqv.c:846
+#: rpm.c:705 rpmqv.c:810
 msgid "Use -e or --erase instead.\n"
 msgstr "÷ÍÅÓÔÏ ÎÉÈ ÉÓÐÏÌØÚÕÊÔÅ -e ÉÌÉ --erase.\n"
 
-#: rpm.c:736 rpm.c:742 rpm.c:749 rpm.c:756 rpm.c:865 rpmqv.c:910 rpmqv.c:916
-#: rpmqv.c:923 rpmqv.c:930 rpmqv.c:1043
+#: rpm.c:745 rpm.c:751 rpm.c:758 rpm.c:765 rpm.c:874 rpmqv.c:874 rpmqv.c:880
+#: rpmqv.c:887 rpmqv.c:894 rpmqv.c:1002
 msgid "one type of query/verify may be performed at a time"
 msgstr "ÚÁ ÏÄÉΠÒÁÚ ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌÎÅΠÔÏÌØËÏ ÏÄÉΠÔÉРÐÒÏ×ÅÒËÉ ÉÌÉ ÚÁÐÒÏÓÁ"
 
-#: rpm.c:798 rpmqv.c:881
+#: rpm.c:807 rpmqv.c:845
 msgid "relocations must begin with a /"
 msgstr "ÐÅÒÅÍÅÝÅÎÉÑ ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
 
-#: rpm.c:800 rpmqv.c:883
+#: rpm.c:809 rpmqv.c:847
 msgid "relocations must contain a ="
 msgstr "ÐÅÒÅÍÅÝÅÎÉÑ ÄÏÌÖÎÙ ÓÏÄÅÒÖÁÔØ ="
 
-#: rpm.c:803 rpmqv.c:886
+#: rpm.c:812 rpmqv.c:850
 msgid "relocations must have a / following the ="
 msgstr "ÐÅÒÅÍÅÝÅÎÉÑ ÄÏÌÖÎÙ ÉÍÅÔØ / ÐÏÓÌÅ ="
 
-#: rpm.c:812 rpmqv.c:870
+#: rpm.c:821 rpmqv.c:834
 msgid "exclude paths must begin with a /"
 msgstr "ÉÓËÌÀÞÅÎÉÑ ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
 
-#: rpm.c:821 rpmqv.c:982
+#: rpm.c:830 rpmqv.c:946
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ ÐÒÉ ÏÂÒÁÂÏÔËÅ ÁÒÇÕÍÅÎÔÏ× (%d) :-(\n"
 
-#: rpm.c:871 rpmqv.c:1062
+#: rpm.c:880 rpmqv.c:1007
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "ÎÅÏÖÉÄÁÎÎÙÊ ÉÓÔÏÞÎÉË ÚÁÐÒÏÓÁ"
 
-#: rpm.c:874 rpmqv.c:1065
+#: rpm.c:883 rpmqv.c:1010
 #, fuzzy
 msgid "unexpected query format"
 msgstr "ÎÅÏÖÉÄÁÎÎÙÊ ÉÓÔÏÞÎÉË ÚÁÐÒÏÓÁ"
 
-#: rpm.c:877 rpmqv.c:1068
+#: rpm.c:886 rpmqv.c:1013
 msgid "unexpected query source"
 msgstr "ÎÅÏÖÉÄÁÎÎÙÊ ÉÓÔÏÞÎÉË ÚÁÐÒÏÓÁ"
 
-#: rpm.c:880 rpmqv.c:1084
+#: rpm.c:889 rpmqv.c:1033
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 "ÐÒÉÎÕÄÉÔÅÌØÎÙÍÉ ÍÏÇÕÔ ÂÙÔØ ÔÏÌØËÏ ÕÓÔÁÎÏ×ËÁ, ÏÂÎÏ×ÌÅÎÉÅ, ÕÄÁÌÅÎÉÅ ÉÓÈÏÄÎÉËÏ× "
 "É spec-ÆÁÊÌÁ"
 
-#: rpm.c:883 rpmqv.c:1089
+#: rpm.c:892 rpmqv.c:1038
 msgid "files may only be relocated during package installation"
 msgstr "ÆÁÊÌÙ ÍÏÇÕÔ ÂÙÔØ ÐÅÒÅÍÅÝÅÎÙ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:886 rpmqv.c:1092
+#: rpm.c:895 rpmqv.c:1041
 msgid "only one of --prefix or --relocate may be used"
 msgstr "ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÏÄÎÁ ÉÚ ÏÐÃÉÊ --prefix ÉÌÉ --relocate"
 
-#: rpm.c:889 rpmqv.c:1095
+#: rpm.c:898 rpmqv.c:1044
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "ÏÐÃÉÉ --relocate É --excludepath ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ "
 "ÎÏ×ÙÈ ÐÁËÅÔÏ×"
 
-#: rpm.c:892 rpmqv.c:1098
+#: rpm.c:901 rpmqv.c:1047
 msgid "--prefix may only be used when installing new packages"
 msgstr "ÏÐÃÉÀ --prefix ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÎÏ×ÙÈ ÐÁËÅÔÏ×"
 
-#: rpm.c:895 rpmqv.c:1101
+#: rpm.c:904 rpmqv.c:1050
 msgid "arguments to --prefix must begin with a /"
 msgstr "ÁÒÇÕÍÅÎÔÙ ÄÌÑ --prefix ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
 
-#: rpm.c:898 rpmqv.c:1104
+#: rpm.c:907 rpmqv.c:1053
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --hash (-h) ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:902 rpmqv.c:1108
+#: rpm.c:911 rpmqv.c:1057
 msgid "--percent may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --percent ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:906 rpmqv.c:1112
+#: rpm.c:915 rpmqv.c:1061
 msgid "--replacefiles may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --replacefiles ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:910 rpmqv.c:1116
+#: rpm.c:919 rpmqv.c:1065
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --replacepkgs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:914 rpmqv.c:1120
+#: rpm.c:923 rpmqv.c:1069
 msgid "--excludedocs may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --excludedocs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:918 rpmqv.c:1124
+#: rpm.c:927 rpmqv.c:1073
 msgid "--includedocs may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --includedocs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:922 rpmqv.c:1128
+#: rpm.c:931 rpmqv.c:1077
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 "ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÏÄÎÁ ÉÚ ÏÐÃÉÊ --excludedocs ÉÌÉ --includedocs"
 
-#: rpm.c:926 rpmqv.c:1132
+#: rpm.c:935 rpmqv.c:1081
 msgid "--ignorearch may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --ignorearch ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:930 rpmqv.c:1136
+#: rpm.c:939 rpmqv.c:1085
 msgid "--ignoreos may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --ignoreos ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:934 rpmqv.c:1140
+#: rpm.c:943 rpmqv.c:1089
 msgid "--ignoresize may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --ignoresize ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:938 rpmqv.c:1144
+#: rpm.c:947 rpmqv.c:1093
 msgid "--allmatches may only be specified during package erasure"
 msgstr "ÏÐÃÉÑ --allmatches ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÄÁÌÅÎÉÉ ÐÁËÅÔÁ"
 
-#: rpm.c:942 rpmqv.c:1148
+#: rpm.c:951 rpmqv.c:1097
 msgid "--allfiles may only be specified during package installation"
 msgstr "ÏÐÃÉÑ --allfiles ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
 
-#: rpm.c:946 rpmqv.c:1152
+#: rpm.c:955 rpmqv.c:1101
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 "ÏÐÃÉÑ --justdb ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÉÌÉ ÕÄÁÌÅÎÉÉ ÐÁËÅÔÁ"
 
-#: rpm.c:951 rpmqv.c:1159
+#: rpm.c:960 rpmqv.c:1108
 msgid ""
 "--noscripts may only be specified during package installation, erasure, and "
 "verification"
@@ -1193,7 +1094,7 @@ msgstr ""
 "ÏÐÃÉÑ --noscripts ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É "
 "×ÅÒÉÆÉËÁÃÉÉ ÐÁËÅÔÁ"
 
-#: rpm.c:955
+#: rpm.c:964
 msgid ""
 "--notriggers may only be specified during package installation, erasure, and "
 "verification"
@@ -1201,7 +1102,7 @@ msgstr ""
 "ÏÐÃÉÑ --notriggers ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É "
 "×ÅÒÉÆÉËÁÃÉÉ ÐÁËÅÔÁ"
 
-#: rpm.c:959 rpmqv.c:1171
+#: rpm.c:968 rpmqv.c:1120
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1210,7 +1111,7 @@ msgstr ""
 "ÏÐÃÉÑ --nodeps ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÓÂÏÒËÅ, ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É "
 "×ÅÒÉÆÉËÁÃÉÉ ÐÁËÅÔÏ×"
 
-#: rpm.c:964 rpmqv.c:1176
+#: rpm.c:973 rpmqv.c:1125
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1218,7 +1119,7 @@ msgstr ""
 "ÏÐÃÉÑ --test ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É ÓÂÏÒËÅ "
 "ÐÁËÅÔÁ"
 
-#: rpm.c:968 rpmqv.c:1181
+#: rpm.c:977 rpmqv.c:1130
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1226,100 +1127,100 @@ msgstr ""
 "ÏÐÃÉÑ --root (-r) ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ, "
 "ÚÁÐÒÏÓÁÈ ÐÁËÅÔÁ É ÐÅÒÅÓÔÒÏÅÎÉÉ ÂÁÚÙ ÄÁÎÎÙÈ"
 
-#: rpm.c:980 rpmqv.c:1193
+#: rpm.c:989 rpmqv.c:1142
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "ÁÒÇÕÍÅÎÔÙ ÄÌÑ --root (-r) ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
 
-#: rpm.c:986 rpmqv.c:1200
+#: rpm.c:995 rpmqv.c:1149
 msgid "--oldpackage may only be used during upgrades"
 msgstr ""
 "ÏÐÃÉÑ --oldpackage ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÏÂÎÏ×ÌÅÎÉÉ ÐÁËÅÔÏ×"
 
-#: rpm.c:989 rpmqv.c:1205
+#: rpm.c:998 rpmqv.c:1154
 msgid "--nopgp may only be used during signature checking"
 msgstr "ÏÐÃÉÑ --nopgp ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÐÒÏ×ÅÒËÅ ÐÏÄÐÉÓÉ"
 
-#: rpm.c:992 rpmqv.c:1208
+#: rpm.c:1001 rpmqv.c:1157
 msgid "--nogpg may only be used during signature checking"
 msgstr "ÏÐÃÉÑ --nogpg ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÐÒÏ×ÅÒËÅ ÐÏÄÐÉÓÉ"
 
-#: rpm.c:995 rpmqv.c:1213
+#: rpm.c:1004 rpmqv.c:1162
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 "ÏÐÃÉÑ --nomd5 ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÐÒÏ×ÅÒËÅ ÐÏÄÐÉÓÉ É "
 "×ÅÒÉÆÉËÁÃÉÉ ÐÁËÅÔÁ"
 
-#: rpm.c:1006 rpmqv.c:1226
+#: rpm.c:1015 rpmqv.c:1175
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1231
+#: rpm.c:1020 rpmqv.c:1180
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "ÎÅÔ ÄÏÓÔÕÐÁ Ë ÆÁÊÌÕ %s\n"
 
-#: rpm.c:1026 rpmqv.c:1247
+#: rpm.c:1035 rpmqv.c:1196
 msgid "pgp not found: "
 msgstr "pgp ÎÅ ÎÁÊÄÅÎ: "
 
-#: rpm.c:1030 rpmqv.c:1251
+#: rpm.c:1039 rpmqv.c:1200
 msgid "Enter pass phrase: "
 msgstr "÷×ÅÄÉÔÅ ÐÁÒÏÌØ: "
 
-#: rpm.c:1032 rpmqv.c:1253
+#: rpm.c:1041 rpmqv.c:1202
 msgid "Pass phrase check failed\n"
 msgstr "îÅ×ÅÒÎÙÊ ÐÁÒÏÌØ\n"
 
-#: rpm.c:1035 rpmqv.c:1256
+#: rpm.c:1044 rpmqv.c:1205
 msgid "Pass phrase is good.\n"
 msgstr "ðÁÒÏÌØ ÐÒÉÎÑÔ.\n"
 
-#: rpm.c:1040 rpmqv.c:1261
+#: rpm.c:1049 rpmqv.c:1210
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "îÅ×ÅÒÎÁÑ ÓÐÅÃÉÆÉËÁÃÉÑ %%_signature × ÍÁËÒÏÆÁÊÌÅ.\n"
 
-#: rpm.c:1046 rpmqv.c:1267
+#: rpm.c:1055 rpmqv.c:1216
 msgid "--sign may only be used during package building"
 msgstr "ÏÐÃÉÑ --sign ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÓÂÏÒËÅ ÐÁËÅÔÏ×"
 
-#: rpm.c:1061 rpmqv.c:1283
+#: rpm.c:1070 rpmqv.c:1232
 msgid "exec failed\n"
 msgstr "ÚÁÐÕÓË ÎÅ ÕÄÁÌÓÑ\n"
 
-#: rpm.c:1080 rpmqv.c:1552
+#: rpm.c:1089 rpmqv.c:1501
 msgid "unexpected arguments to --querytags "
 msgstr "ÎÅÏÖÉÄÁÎÎÙÅ ÁÒÇÕÍÅÎÔÙ ÄÌÑ --querytags "
 
-#: rpm.c:1091 rpmqv.c:1574
+#: rpm.c:1100 rpmqv.c:1523
 msgid "no packages given for signature check"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÐÒÏ×ÅÒËÉ ÐÏÄÐÉÓÉ"
 
-#: rpm.c:1102 rpmqv.c:1585
+#: rpm.c:1111 rpmqv.c:1534
 msgid "no packages given for signing"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÐÏÄÐÉÓÉ"
 
-#: rpm.c:1118 rpmqv.c:1425
+#: rpm.c:1127 rpmqv.c:1374
 msgid "no packages given for uninstall"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÕÄÁÌÅÎÉÑ"
 
-#: rpm.c:1168 rpmqv.c:1475
+#: rpm.c:1177 rpmqv.c:1424
 msgid "no packages given for install"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÕÓÔÁÎÏ×ËÉ"
 
-#: rpm.c:1191 rpmqv.c:1515
+#: rpm.c:1200 rpmqv.c:1464
 msgid "extra arguments given for query of all packages"
 msgstr "× ÚÁÐÒÏÓÅ ËÏ ×ÓÅÍ ÐÁËÅÔÁÍ ÚÁÄÁÎÙ ÌÉÛÎÉÅ ÁÒÇÕÍÅÎÔÙ"
 
-#: rpm.c:1196 rpmqv.c:1520
+#: rpm.c:1205 rpmqv.c:1469
 msgid "no arguments given for query"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÁÒÇÕÍÅÎÔÙ ÚÁÐÒÏÓÁ"
 
-#: rpm.c:1213 rpmqv.c:1540
+#: rpm.c:1222 rpmqv.c:1489
 msgid "extra arguments given for verify of all packages"
 msgstr "× ÚÁÐÒÏÓÅ ×ÅÒÉÆÉËÁÃÉÉ ×ÓÅÈ ÐÁËÅÔÏ× ÚÁÄÁÎÙ ÌÉÛÎÉÅ ÁÒÇÕÍÅÎÔÙ"
 
-#: rpm.c:1217 rpmqv.c:1544
+#: rpm.c:1226 rpmqv.c:1493
 msgid "no arguments given for verify"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÁÒÇÕÍÅÎÔÙ ÄÌÑ ×ÅÒÉÆÉËÁÃÉÉ"
 
@@ -1341,75 +1242,75 @@ msgstr "
 msgid "cannot re-open payload: %s\n"
 msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ %s\n"
 
-#: rpmqv.c:304
+#: rpmqv.c:284
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr ""
 "éÓÐÏÌØÚÏ×ÁÎÉÅ:\n"
 "       rpm {--help}"
 
-#: rpmqv.c:305
+#: rpmqv.c:285
 #, fuzzy, c-format
 msgid "       %s {--version}\n"
 msgstr "       rpm {--version}"
 
-#: rpmqv.c:308
+#: rpmqv.c:288
 #, fuzzy, c-format
 msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 msgstr "       rpm {--initdb}   [--dbpath <ËÁÔÁÌÏÇ>]"
 
-#: rpmqv.c:309
+#: rpmqv.c:289
 #, fuzzy, c-format
 msgid "       %s {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]\n"
 msgstr "       rpm {--rebuilddb} [--rcfile <ÆÁÊÌ>] [--dbpath <ËÁÔÁÌÏÇ>]"
 
-#: rpmqv.c:313
+#: rpmqv.c:293
 #, fuzzy, c-format
 msgid ""
 "       %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpmqv.c:323
+#: rpmqv.c:303
 #, fuzzy, c-format
 msgid ""
 "       %s {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpmqv.c:333
+#: rpmqv.c:313
 #, fuzzy, c-format
 msgid "       %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--erase -e} [--root <ËÁÔÁÌÏÇ>] [--noscripts] [--rcfile <ÆÁÊÌ>]"
 
-#: rpmqv.c:339
+#: rpmqv.c:319
 #, fuzzy, c-format
 msgid "       %s {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]\n"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpmqv.c:346
+#: rpmqv.c:326
 #, fuzzy, c-format
 msgid "       %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <ËÁÔÁÌÏÇ>] [--rcfile <ÆÁÊÌ>]"
 
-#: rpmqv.c:349
+#: rpmqv.c:329
 #, fuzzy, c-format
 msgid "       %s {--querytags}\n"
 msgstr "       rpm {--querytags}"
 
-#: rpmqv.c:350
+#: rpmqv.c:330
 #, fuzzy, c-format
 msgid "       %s {--setperms} [-afpg] [target]\n"
 msgstr "       rpm {--setperms} [-afpg] [ÃÅÌØ]"
 
-#: rpmqv.c:351
+#: rpmqv.c:331
 #, fuzzy, c-format
 msgid "       %s {--setugids} [-afpg] [target]\n"
 msgstr "       rpm {--setugids} [-afpg] [ÃÅÌØ]"
 
-#: rpmqv.c:355
+#: rpmqv.c:335
 #, fuzzy, c-format
 msgid ""
 "       %s {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -1417,87 +1318,87 @@ msgid ""
 msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  <ÆÁÊÌ>]"
 
-#: rpmqv.c:356
+#: rpmqv.c:336
 #, fuzzy
 msgid "                        [--sign] [--nobuild] ]"
 msgstr "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 
-#: rpmqv.c:359
+#: rpmqv.c:339
 #, fuzzy, c-format
 msgid "       %s {--rmsource} [--rcfile <file>] [-v] specfile\n"
 msgstr "       rpm {--rmsource} [--rcfile <ÆÁÊÌ>] [-v] specfile"
 
-#: rpmqv.c:360
+#: rpmqv.c:340
 #, fuzzy, c-format
 msgid ""
 "       %s {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <ÆÁÊÌ>] [-v] source1.rpm ... sourceN.rpm"
 
-#: rpmqv.c:361
+#: rpmqv.c:341
 #, fuzzy, c-format
 msgid ""
 "       %s {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "       rpm {--recompile} [--rcfile <ÆÁÊÌ>] [-v] source1.rpm ... sourceN.rpm"
 
-#: rpmqv.c:362
+#: rpmqv.c:342
 #, fuzzy, c-format
 msgid "       %s {--freshen -F} file1.rpm ... fileN.rpm\n"
 msgstr "                        file1.rpm ... fileN.rpm"
 
-#: rpmqv.c:366
+#: rpmqv.c:346
 #, fuzzy, c-format
 msgid "       %s {--resign} [--rcfile <file>] package1 package2 ... packageN\n"
 msgstr "       rpm {--resign} [--rcfile <ÆÁÊÌ>] ÐÁËÅÔ1 ÐÁËÅÔ2 ... ÐÁËÅÔN"
 
-#: rpmqv.c:367
+#: rpmqv.c:347
 #, fuzzy, c-format
 msgid "       %s {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <ÆÁÊÌ>] ÐÁËÅÔ1 ÐÁËÅÔ2 ... ÐÁËÅÔN"
 
-#: rpmqv.c:368
+#: rpmqv.c:348
 #, fuzzy, c-format
 msgid ""
 "       %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <ÆÁÊÌ>]"
 
-#: rpmqv.c:412
+#: rpmqv.c:392
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   ×ÓÅ ÒÅÖÉÍÙ ÐÏÄÄÅÒÖÉ×ÁÀÔ ÓÌÅÄÕÀÝÉÅ ÁÒÇÕÍÅÎÔÙ:"
 
-#: rpmqv.c:413
+#: rpmqv.c:393
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:415
+#: rpmqv.c:395
 #, fuzzy
 msgid "   --eval '<name>+'       "
 msgstr "    --pipe <cmd>          "
 
-#: rpmqv.c:417
+#: rpmqv.c:397
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    --pipe <cmd>          "
 
-#: rpmqv.c:419
+#: rpmqv.c:399
 #, fuzzy
 msgid "   --rcfile <file>        "
 msgstr "      --rcfile <ÆÁÊÌ>     "
 
-#: rpmqv.c:424
+#: rpmqv.c:404
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "      --dbpath <ËÁÔÁÌÏÇ>  "
 
-#: rpmqv.c:426
+#: rpmqv.c:406
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "      --root <ËÁÔÁÌÏÇ>    "
 
-#: rpmqv.c:436
+#: rpmqv.c:416
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
@@ -1505,260 +1406,260 @@ msgstr ""
 "   ÕÓÔÁÎÏ×ËÁ, ÏÂÎÏ×ÌÅÎÉÅ É ÚÁÐÒÏÓ (Ó -p) ÄÏÐÕÓËÁÀÔ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ftp URL "
 "×ÍÅÓÔÏ"
 
-#: rpmqv.c:437
+#: rpmqv.c:417
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   ÉÍÅΠÆÁÊÌÏ× Á ÔÁËÖÅ ÓÌÅÄÕÀÝÉÅ ÏÐÃÉÉ:"
 
-#: rpmqv.c:438
+#: rpmqv.c:418
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "      --ftpproxy <host>   "
 
-#: rpmqv.c:440
+#: rpmqv.c:420
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "      --ftpport <ÐÏÒÔ>    "
 
-#: rpmqv.c:442
+#: rpmqv.c:422
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "      --httpproxy <host>   "
 
-#: rpmqv.c:444
+#: rpmqv.c:424
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "      --httpport <ÐÏÒÔ>    "
 
-#: rpmqv.c:450
+#: rpmqv.c:430
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      ïÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ ÐÁËÅÔÁ:"
 
-#: rpmqv.c:452
+#: rpmqv.c:432
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "ÚÁÐÒÏÓÉÔØ ×ÓÅ ÐÁËÅÔÙ"
 
-#: rpmqv.c:453
+#: rpmqv.c:433
 #, fuzzy
 msgid "     -f <file>+          "
 msgstr "        -f <ÆÁÊÌ>+        "
 
-#: rpmqv.c:454
+#: rpmqv.c:434
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "ÎÁÊÔÉ ÐÁËÅÔ, ËÏÔÏÒÏÍÕ ÐÒÉÎÁÄÌÅÖÉÔ <ÆÁÊÌ>"
 
-#: rpmqv.c:455
+#: rpmqv.c:435
 #, fuzzy
 msgid "     -p <packagefile>+   "
 msgstr "        -p <ÆÁÊÌ ÐÁËÅÔÁ>+ "
 
-#: rpmqv.c:456
+#: rpmqv.c:436
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "ÚÁÐÒÏÓÉÔØ (ÎÅÕÓÔÁÎÏ×ÌÅÎÎÙÊ) ÐÁËÅÔ <ÆÁÊÌ ÐÁËÅÔÁ>"
 
-#: rpmqv.c:457
+#: rpmqv.c:437
 #, fuzzy
 msgid "     --triggeredby <pkg> "
 msgstr "        --triggeredby <pkg>"
 
-#: rpmqv.c:458
+#: rpmqv.c:438
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "ÚÁÐÒÏÓÉÔØ ÐÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÁÍÉ ÎÁ ÐÁËÅÔ <pkg>"
 
-#: rpmqv.c:459
+#: rpmqv.c:439
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "        --whatprovides <cap>"
 
-#: rpmqv.c:460
+#: rpmqv.c:440
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÐÒÅÄÏÓÔÁ×ÌÑÀÝÉÅ ÓÅÒ×ÉÓ <cap>"
 
-#: rpmqv.c:461
+#: rpmqv.c:441
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "        --whatrequires <cap>"
 
-#: rpmqv.c:462
+#: rpmqv.c:442
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÔÒÅÂÕÀÝÉÅ ÓÅÒ×ÉÓÁ <cap>"
 
-#: rpmqv.c:466
+#: rpmqv.c:446
 #, fuzzy
 msgid "     --queryformat <qfmt> "
 msgstr "      --queryformat <qfmt>"
 
-#: rpmqv.c:469
+#: rpmqv.c:449
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      ïÐÃÉÉ ×ÙÂÏÒÁ ÉÎÆÏÒÍÁÃÉÉ:"
 
-#: rpmqv.c:485
+#: rpmqv.c:465
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "ÐÏËÁÚÁÔØ ÓÅÒ×ÉÓÙ, ÐÒÅÄÏÓÔÁ×ÌÑÅÍÙÅ ÐÁËÅÔÏÍ"
 
-#: rpmqv.c:487
+#: rpmqv.c:467
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "ÐÏËÁÚÁÔØ ÓÅÒ×ÉÓÙ, ÐÒÅÄÏÓÔÁ×ÌÑÅÍÙÅ ÐÁËÅÔÏÍ"
 
-#: rpmqv.c:489
+#: rpmqv.c:469
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "×Ù×ÅÓÔÉ ÒÁÚÎÏÏÂÒÁÚÎÙÅ [ÄÅ]ÉÎÓÔÁÌÌÑÃÉÏÎÎÙÅ ÓËÒÉÐÔÙ"
 
-#: rpmqv.c:491
+#: rpmqv.c:471
 #, fuzzy
 msgid "show the trigger scriptlets contained in the package"
 msgstr "ÐÏËÁÚÁÔØ ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÙ, ÓÏÄÅÒÖÁÝÉÅÓÑ × ÐÁËÅÔÅ"
 
-#: rpmqv.c:515
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "    --install <ÆÁÊÌ ÐÁËÅÔÁ>"
 
-#: rpmqv.c:516
+#: rpmqv.c:496
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -i <ÆÁÊÌ ÐÁËÅÔÁ>      "
 
-#: rpmqv.c:525
+#: rpmqv.c:505
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "      --excludepath <ÐÕÔØ>"
 
-#: rpmqv.c:526
+#: rpmqv.c:506
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "ÐÒÏÐÕÓÔÉÔØ ÆÁÊÌÙ × ÐÕÔÉ <ÐÕÔØ>"
 
-#: rpmqv.c:546
+#: rpmqv.c:526
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ËÁËÉÈ-ÌÉÂÏ ÕÓÔÁÎÏ×ÏÞÎÙÈ ÓËÒÉÐÔÏ×"
 
-#: rpmqv.c:548
+#: rpmqv.c:528
 #, fuzzy
 msgid "don't execute any scriptlets triggered by this package"
 msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÏ×, ×Ú×ÅÄÅÎÎÙÈ ÎÁ ÜÔÏÔ ÐÁËÅÔ"
 
-#: rpmqv.c:551
+#: rpmqv.c:531
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "      --prefix <ËÁÔÁÌÏÇ>  "
 
-#: rpmqv.c:553
+#: rpmqv.c:533
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <oldpath>=<newpath>"
 
-#: rpmqv.c:562
+#: rpmqv.c:542
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "    --upgrade <ÆÁÊÌ ÐÁËÅÔÁ>"
 
-#: rpmqv.c:563
+#: rpmqv.c:543
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -U <ÆÁÊÌ ÐÁËÅÔÁ>      "
 
-#: rpmqv.c:568
+#: rpmqv.c:548
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "    --erase <ÐÁËÅÔ>  "
 
-#: rpmqv.c:587
+#: rpmqv.c:567
 #, fuzzy
 msgid "   -b<stage> <spec>       "
 msgstr "    -b<stage> <spec>      "
 
-#: rpmqv.c:588
+#: rpmqv.c:568
 #, fuzzy
 msgid "   -t<stage> <tarball>    "
 msgstr "    -t<stage> <tarball>   "
 
-#: rpmqv.c:603
+#: rpmqv.c:583
 #, fuzzy
 msgid "package src rpm only"
 msgstr "Õ ÐÁËÅÔÁ ÎÅÔ ÉÍÅÎÉ"
 
-#: rpmqv.c:614
+#: rpmqv.c:594
 #, fuzzy
 msgid "     --buildroot <dir>    "
 msgstr "      --buildroot <ËÁÔ.>  "
 
-#: rpmqv.c:616
+#: rpmqv.c:596
 #, fuzzy
 msgid "     --target=<platform>+ "
 msgstr "      --target=<ÐÌÁÔÆÏÒÍÁ>+"
 
-#: rpmqv.c:621
+#: rpmqv.c:601
 #, fuzzy
 msgid "   --rebuild <src_pkg>    "
 msgstr "    --rebuild <src_pkg>   "
 
-#: rpmqv.c:623
+#: rpmqv.c:603
 #, fuzzy
 msgid "   --recompile <src_pkg>  "
 msgstr "    --recompile <src_pkg> "
 
-#: rpmqv.c:629
+#: rpmqv.c:609
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    --resign <pkg>+       "
 
-#: rpmqv.c:631
+#: rpmqv.c:611
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    --addsign <pkg>+      "
 
-#: rpmqv.c:634
+#: rpmqv.c:614
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    --checksig <pkg>+     "
 
-#: rpmqv.c:635
+#: rpmqv.c:615
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    --resign <pkg>+       "
 
-#: rpmqv.c:648
+#: rpmqv.c:628
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:650
+#: rpmqv.c:630
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "ÐÅÒÅÓÔÒÏÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ ÉÚ ÓÕÝÅÓÔ×ÕÀÝÅÊ ÂÁÚÙ"
 
-#: rpmqv.c:1057
+#: rpmqv.c:1017
 msgid "--dbpath given for operation that does not use a database"
 msgstr "ÏÐÃÉÑ --dbpath ÚÁÄÁÎÁ ÄÌÑ ÏÐÅÒÁÃÉÉ, ÎÅ ÉÓÐÏÌØÚÕÀÝÅÊ ÂÁÚÕ ÄÁÎÎÙÈ"
 
-#: rpmqv.c:1165
+#: rpmqv.c:1114
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation and erasure"
 msgstr ""
 "ÏÐÃÉÑ --justdb ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÉÌÉ ÕÄÁÌÅÎÉÉ ÐÁËÅÔÁ"
 
-#: rpmqv.c:1323
+#: rpmqv.c:1272
 msgid "no packages files given for rebuild"
 msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÐÅÒÅÓÂÏÒËÉ"
 
-#: rpmqv.c:1393
+#: rpmqv.c:1342
 msgid "no spec files given for build"
 msgstr "ÎÅ ÚÁÄÁΠspec-ÆÁÊÌ ÄÌÑ ÓÂÏÒËÉ ÐÁËÅÔÁ"
 
-#: rpmqv.c:1395
+#: rpmqv.c:1344
 msgid "no tar files given for build"
 msgstr "ÎÅ ÚÁÄÁÎÙ tar-ÆÁÊÌÙ ÄÌÑ ÓÂÏÒËÉ ÐÁËÅÔÁ"
 
@@ -3077,6 +2978,105 @@ msgid ""
 "only packages with major numbers <= 3 are supported by this version of RPM"
 msgstr "ÜÔÁ ×ÅÒÓÉÑ RPM ÐÏÄÄÅÒÖÉ×ÁÅÔ ÔÏÌØËÏ ÐÁËÅÔÙ ×ÅÒÓÉÉ <= 3"
 
+#: lib/poptBT.c:82
+msgid "buildroot already specified"
+msgstr "buildroot ÕÖÅ ÚÁÄÁÎ"
+
+#: lib/poptBT.c:108
+msgid "build through %%prep stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:110
+msgid "build through %%build stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:112
+msgid "build through %%install stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:114
+#, fuzzy
+msgid "verify %%files section from spec file"
+msgstr "ÐÏÄÓÔÁ×ÉÔØ ÓÅËÃÉÉ i18n ÉÚ ÓÌÅÄÕÀÝÅÇÏ ËÁÔÁÌÏÇÁ"
+
+#: lib/poptBT.c:116
+#, fuzzy
+msgid "build source and binary package from spec file"
+msgstr "ÎÁÊÄÅÎÏ %d ÉÓÈÏÄÎÙÈ É %d ÂÉÎÁÒÎÙÈ ÐÁËÅÔÏ×\n"
+
+#: lib/poptBT.c:118
+#, fuzzy
+msgid "build binary package from spec file"
+msgstr "ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÁ .spec"
+
+#: lib/poptBT.c:120
+#, fuzzy
+msgid "build source package from spec file"
+msgstr "ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÁ .spec"
+
+#: lib/poptBT.c:123
+msgid "build through %%prep stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:125
+msgid "build through %%build stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:127
+msgid "build through %%install stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:129
+msgid "verify %%files section from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:131
+#, fuzzy
+msgid "build source and binary package from tar ball"
+msgstr "ÎÁÊÄÅÎÏ %d ÉÓÈÏÄÎÙÈ É %d ÂÉÎÁÒÎÙÈ ÐÁËÅÔÏ×\n"
+
+#: lib/poptBT.c:133
+msgid "build binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:135
+msgid "build source package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:138
+#, fuzzy
+msgid "build binary package from source package"
+msgstr "binary package (ÉÓÐÏÌÎÉÔØ %prep, %build, %install É ÓÏÚÄÁÔØ RPM)"
+
+#: lib/poptBT.c:140
+#, fuzzy
+msgid "build through %%install stage from source package"
+msgstr "ÕÓÔÁÎÁ×ÌÉ×ÁÀ ÉÓÈÏÄÎÙÊ ÐÁËÅÔ\n"
+
+#: lib/poptBT.c:143
+msgid "override build root"
+msgstr "ÐÅÒÅÏÐÒÅÄÅÌÉÔØ build root"
+
+#: lib/poptBT.c:147
+msgid "do not execute any stages of the build"
+msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ× ÓÂÏÒËÉ"
+
+#: lib/poptBT.c:149
+msgid "do not accept I18N msgstr's from specfile"
+msgstr "ÎÅ ÐÒÉÎÉÍÁÔØ ÓÔÒÏË I18N ÉÚ spec-ÆÁÊÌÁ"
+
+#: lib/poptBT.c:153
+msgid "remove specfile when done"
+msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ spec-ÆÁÊÌ"
+
+#: lib/poptBT.c:157
+msgid "override target platform"
+msgstr "ÐÅÒÅÏÐÒÅÄÅÌÉÔØ ÃÅÌÅ×ÕÀ ÐÌÁÔÆÏÒÍÕ"
+
+#: lib/poptBT.c:159
+msgid "lookup I18N strings in specfile catalog"
+msgstr "ÉÓËÁÔØ ÓÔÒÏËÉ I18N × ËÁÔÁÌÏÇÅ ÓÏ spec-ÆÁÊÌÏÍ"
+
 #: lib/problems.c:43
 #, c-format
 msgid " is needed by %s-%s-%s\n"
@@ -3133,208 +3133,129 @@ msgstr "
 msgid "unknown error %d encountered while manipulating package %s-%s-%s"
 msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ %d ÐÒÉ ÒÁÂÏÔÅ Ó ÐÁËÅÔÏÍ %s-%s-%s"
 
-#: lib/query.c:141
+#: lib/query.c:139
 #, c-format
 msgid "error in format: %s\n"
 msgstr "ÏÛÉÂËÁ × ÆÏÒÍÁÔÅ: %s\n"
 
-#: lib/query.c:200
+#: lib/query.c:198
 msgid "(contains no files)"
 msgstr "(ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÏ×)"
 
-#: lib/query.c:259
+#: lib/query.c:257
 msgid "normal        "
 msgstr "ÎÏÒÍÁÌØÎÙÊ    "
 
-#: lib/query.c:261
+#: lib/query.c:259
 msgid "replaced      "
 msgstr "ÚÁÍÅÎÅÎÎÙÊ    "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "not installed "
 msgstr "ÎÅ ÕÓÔÁÎÏ×ÌÅΠ"
 
-#: lib/query.c:265
+#: lib/query.c:263
 msgid "net shared    "
 msgstr "ÓÅÔÅ×ÏÊ       "
 
-#: lib/query.c:267
+#: lib/query.c:265
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(ÎÅÉÚ×. %3d)  "
 
-#: lib/query.c:271
+#: lib/query.c:269
 msgid "(no state)    "
 msgstr "(ÓÏÓÔ. ÎÅÔ)   "
 
-#: lib/query.c:288 lib/query.c:331
+#: lib/query.c:286 lib/query.c:329
 msgid "package has neither file owner or id lists"
 msgstr "ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÓÐÉÓËÏ× ÎÉ ÈÏÚÑÅ× ÆÁÊÌÏ×, ÎÉ ÉÈ ID"
 
-#: lib/query.c:375
+#: lib/query.c:373
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "ÎÅ ÍÏÇÕ ÕÄÁÌÉÔØ %s: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:492
+#: lib/query.c:490
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "ÏÔËÒÙÔÉÅ %s ÎÅ ÕÄÁÌÏÓØ\n"
 
-#: lib/query.c:510
+#: lib/query.c:508
 msgid "old format source packages cannot be queried\n"
 msgstr "ÚÁÐÒÏÓÙ Ë SRPM × ÓÔÁÒÏÍ ÆÏÒÍÁÔÅ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ\n"
 
-#: lib/query.c:519 lib/rpminstall.c:231
+#: lib/query.c:517 lib/rpminstall.c:231
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s ÎÅ ÐÏÈÏÖ ÎÁ ÐÁËÅÔ RPM...\n"
 
-#: lib/query.c:523
+#: lib/query.c:521
 #, c-format
 msgid "query of %s failed\n"
 msgstr "ÏÛÉÂËÁ ÚÁÐÒÏÓÁ %s\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "ÚÁÐÒÏÓ spec-ÆÁÊÌÁ %s ÎÅ ÕÄÁÌÓÑ, ÎÅ ÍÏÇÕ ÒÁÚÏÂÒÁÔØ ÆÁÊÌ\n"
 
-#: lib/query.c:579
+#: lib/query.c:577
 #, fuzzy
 msgid "no packages\n"
 msgstr "ÎÁÊÄÅÎÏ %d ÐÁËÅÔÏ×\n"
 
-#: lib/query.c:589
+#: lib/query.c:587
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "ÇÒÕÐÐÁ %s ÎÅ ÓÏÄÅÒÖÉÔ ÎÉËÁËÉÈ ÐÁËÅÔÏ×\n"
 
-#: lib/query.c:599
+#: lib/query.c:597
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "ÎÉ ÏÄÉΠÉÚ ÐÁËÅÔÏ× ÎÅ ×Ú×ÏÄÉÔ ÔÒÉÇÇÅÒ %s\n"
 
-#: lib/query.c:609
+#: lib/query.c:607
 #, c-format
 msgid "no package requires %s\n"
 msgstr "ÎÉ ÏÄÉΠÉÚ ÐÁËÅÔÏ× ÎÅ ÔÒÅÂÕÅÔ %s\n"
 
-#: lib/query.c:620
+#: lib/query.c:618
 #, c-format
 msgid "no package provides %s\n"
 msgstr "ÎÉ ÏÄÉΠÉÚ ÐÁËÅÔÏ× ÎÅ ÐÒÅÄÏÓÔÁ×ÌÑÅÔ %s\n"
 
-#: lib/query.c:636
+#: lib/query.c:634
 #, c-format
 msgid "file %s: %s\n"
 msgstr "ÆÁÊÌ %s: %s\n"
 
-#: lib/query.c:639
+#: lib/query.c:637
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "ÆÁÊÌ %s ÎÅ ÐÒÉÎÁÄÌÅÖÉÔ ÎÉ ÏÄÎÏÍÕ ÉÚ ÐÁËÅÔÏ×\n"
 
-#: lib/query.c:664
+#: lib/query.c:662
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "ÎÅ×ÅÒÎÙÊ ÎÏÍÅÒ ÐÁËÅÔÁ: %s\n"
 
-#: lib/query.c:667
+#: lib/query.c:665
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "ÚÁÐÉÓØ ÐÁËÅÔÁ ÎÏÍÅÒ %d\n"
 
-#: lib/query.c:671
+#: lib/query.c:669
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "ÚÁÐÉÓØ %d ÎÅ ÞÉÔÁÅÔÓÑ\n"
 
-#: lib/query.c:682 lib/rpminstall.c:435
+#: lib/query.c:680 lib/rpminstall.c:435
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "ÐÁËÅÔ %s ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n"
 
-#: lib/query.c:769
-msgid "query package owning file"
-msgstr "ÎÁÊÔÉ ÐÁËÅÔ, ËÏÔÏÒÏÍÕ ÐÒÉÎÁÄÌÅÖÉÔ ÆÁÊÌ"
-
-#: lib/query.c:771
-msgid "query packages in group"
-msgstr "ÚÁÐÒÏÓ ÐÁËÅÔÏ× × ÇÒÕÐÐÅ"
-
-#: lib/query.c:773
-msgid "query a package file"
-msgstr "ÚÁÐÒÏÓÉÔØ ÆÁÊÌ ÐÁËÅÔÁ"
-
-#: lib/query.c:775
-#, fuzzy
-msgid "rpm query mode"
-msgstr "ÒÅÖÉÍ ÚÁÐÒÏÓÁ"
-
-#: lib/query.c:779
-msgid "display known query tags"
-msgstr ""
-
-#: lib/query.c:781
-msgid "query a spec file"
-msgstr "ÚÁÐÒÏÓÉÔØ spec-ÆÁÊÌ"
-
-#: lib/query.c:783
-msgid "query the pacakges triggered by the package"
-msgstr "ÚÁÐÒÏÓÉÔØ ÐÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÁÍÉ ÎÁ ÐÁËÅÔ"
-
-#: lib/query.c:785
-#, fuzzy
-msgid "rpm verify mode"
-msgstr "ÒÅÖÉÍ ÚÁÐÒÏÓÁ"
-
-#: lib/query.c:787
-msgid "rpm verify mode (legacy)"
-msgstr ""
-
-#: lib/query.c:789
-msgid "query the packages which require a capability"
-msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÔÒÅÂÕÀÝÉÅ ÓÅÒ×ÉÓÁ"
-
-#: lib/query.c:791
-msgid "query the packages which provide a capability"
-msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÐÒÅÄÏÓÔÁ×ÌÑÀÝÉÅ ÓÅÒ×ÉÓ"
-
-#: lib/query.c:831
-msgid "list all configuration files"
-msgstr "ÐÏËÁÚÁÔØ ×ÓÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ ÆÁÊÌÙ"
-
-#: lib/query.c:833
-msgid "list all documentation files"
-msgstr "ÐÏËÁÚÁÔØ ×ÓÅ ÆÁÊÌÙ ÄÏËÕÍÅÎÔÁÃÉÉ"
-
-#: lib/query.c:835
-msgid "dump basic file information"
-msgstr "×Ù×ÅÓÔÉ ÂÁÚÏ×ÕÀ ÉÎÆÏÒÍÁÃÉÀ Ï ÆÁÊÌÅ"
-
-#: lib/query.c:837
-msgid "list files in package"
-msgstr "ÐÏËÁÚÁÔØ ÆÁÊÌÙ ÐÁËÅÔÁ"
-
-#: lib/query.c:841
-msgid "use the following query format"
-msgstr "ÉÓÐ. ÓÌÅÄÕÀÝÉÊ ÆÏÒÍÁÔ ÚÁÐÒÏÓÁ"
-
-#: lib/query.c:843
-#, fuzzy
-msgid "substitute i18n sections into spec file"
-msgstr "ÐÏÄÓÔÁ×ÉÔØ ÓÅËÃÉÉ i18n ÉÚ ÓÌÅÄÕÀÝÅÇÏ ËÁÔÁÌÏÇÁ"
-
-#: lib/query.c:845
-msgid "display the states of the listed files"
-msgstr "ÐÏËÁÚÁÔØ ÓÏÓÔÏÑÎÉÅ ÐÏËÁÚÁÎÎÙÈ ÆÁÊÌÏ×"
-
-#: lib/query.c:847
-msgid "display a verbose file listing"
-msgstr "×Ù×ÅÓÔÉ ÄÅÔÁÌØÎÙÊ ÓÐÉÓÏË ÆÁÊÌÏ× ÐÁËÅÔÁ"
-
 #: lib/rpmchecksig.c:31
 #, fuzzy, c-format
 msgid "%s: open failed: %s\n"
@@ -4103,6 +4024,60 @@ msgstr "
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "îÅÕÄÏ×ÌÅÔ×ÏÒÅÎÎÙÅ ÚÁ×ÉÓÉÍÏÓÔÉ ÄÌÑ %s-%s-%s: "
 
+#~ msgid "query package owning file"
+#~ msgstr "ÎÁÊÔÉ ÐÁËÅÔ, ËÏÔÏÒÏÍÕ ÐÒÉÎÁÄÌÅÖÉÔ ÆÁÊÌ"
+
+#~ msgid "query packages in group"
+#~ msgstr "ÚÁÐÒÏÓ ÐÁËÅÔÏ× × ÇÒÕÐÐÅ"
+
+#~ msgid "query a package file"
+#~ msgstr "ÚÁÐÒÏÓÉÔØ ÆÁÊÌ ÐÁËÅÔÁ"
+
+#, fuzzy
+#~ msgid "rpm query mode"
+#~ msgstr "ÒÅÖÉÍ ÚÁÐÒÏÓÁ"
+
+#~ msgid "query a spec file"
+#~ msgstr "ÚÁÐÒÏÓÉÔØ spec-ÆÁÊÌ"
+
+#~ msgid "query the pacakges triggered by the package"
+#~ msgstr "ÚÁÐÒÏÓÉÔØ ÐÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÁÍÉ ÎÁ ÐÁËÅÔ"
+
+#, fuzzy
+#~ msgid "rpm verify mode"
+#~ msgstr "ÒÅÖÉÍ ÚÁÐÒÏÓÁ"
+
+#~ msgid "query the packages which require a capability"
+#~ msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÔÒÅÂÕÀÝÉÅ ÓÅÒ×ÉÓÁ"
+
+#~ msgid "query the packages which provide a capability"
+#~ msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÐÒÅÄÏÓÔÁ×ÌÑÀÝÉÅ ÓÅÒ×ÉÓ"
+
+#~ msgid "list all configuration files"
+#~ msgstr "ÐÏËÁÚÁÔØ ×ÓÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ ÆÁÊÌÙ"
+
+#~ msgid "list all documentation files"
+#~ msgstr "ÐÏËÁÚÁÔØ ×ÓÅ ÆÁÊÌÙ ÄÏËÕÍÅÎÔÁÃÉÉ"
+
+#~ msgid "dump basic file information"
+#~ msgstr "×Ù×ÅÓÔÉ ÂÁÚÏ×ÕÀ ÉÎÆÏÒÍÁÃÉÀ Ï ÆÁÊÌÅ"
+
+#~ msgid "list files in package"
+#~ msgstr "ÐÏËÁÚÁÔØ ÆÁÊÌÙ ÐÁËÅÔÁ"
+
+#~ msgid "use the following query format"
+#~ msgstr "ÉÓÐ. ÓÌÅÄÕÀÝÉÊ ÆÏÒÍÁÔ ÚÁÐÒÏÓÁ"
+
+#, fuzzy
+#~ msgid "substitute i18n sections into spec file"
+#~ msgstr "ÐÏÄÓÔÁ×ÉÔØ ÓÅËÃÉÉ i18n ÉÚ ÓÌÅÄÕÀÝÅÇÏ ËÁÔÁÌÏÇÁ"
+
+#~ msgid "display the states of the listed files"
+#~ msgstr "ÐÏËÁÚÁÔØ ÓÏÓÔÏÑÎÉÅ ÐÏËÁÚÁÎÎÙÈ ÆÁÊÌÏ×"
+
+#~ msgid "display a verbose file listing"
+#~ msgstr "×Ù×ÅÓÔÉ ÄÅÔÁÌØÎÙÊ ÓÐÉÓÏË ÆÁÊÌÏ× ÐÁËÅÔÁ"
+
 #~ msgid "--buildarch has been obsoleted.  Use the --target option instead.\n"
 #~ msgstr "--buildarch ÕÖÅ ÎÅ × ÍÏÄÅ :) éÓÐÏÌØÚÕÊÔÅ ÏÐÃÉÀ --target.\n"
 
index 219433c..b9e31d6 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 2.93\n"
-"POT-Creation-Date: 2000-05-31 13:32-0400\n"
+"POT-Creation-Date: 2000-06-01 00:32-0400\n"
 "PO-Revision-Date: 1999-04-08 21:37+02:00\n"
 "Last-Translator: Stanislav Meduna <stano@eunet.sk>\n"
 "Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n"
@@ -61,120 +61,6 @@ msgstr "predefinova
 msgid "Building for target %s\n"
 msgstr "vyhµadáva sa balík %s\n"
 
-#: build.c:385
-msgid "buildroot already specified"
-msgstr "buildroot u¾ bol zadaný"
-
-#: build.c:411
-msgid "build through %%prep stage from spec file"
-msgstr ""
-
-#: build.c:413
-msgid "build through %%build stage from spec file"
-msgstr ""
-
-#: build.c:415
-msgid "build through %%install stage from spec file"
-msgstr ""
-
-#: build.c:417
-#, fuzzy
-msgid "verify %%files section from spec file"
-msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
-
-#: build.c:419
-#, fuzzy
-msgid "build source and binary package from spec file"
-msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
-
-#: build.c:421
-#, fuzzy
-msgid "build binary package from spec file"
-msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
-
-#: build.c:423
-#, fuzzy
-msgid "build source package from spec file"
-msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
-
-#: build.c:426
-msgid "build through %%prep stage from tar ball"
-msgstr ""
-
-#: build.c:428
-msgid "build through %%build stage from tar ball"
-msgstr ""
-
-#: build.c:430
-msgid "build through %%install stage from tar ball"
-msgstr ""
-
-#: build.c:432
-msgid "verify %%files section from tar ball"
-msgstr ""
-
-#: build.c:434
-#, fuzzy
-msgid "build source and binary package from tar ball"
-msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
-
-#: build.c:436
-msgid "build binary package from tar ball"
-msgstr ""
-
-#: build.c:438
-#, fuzzy
-msgid "build source package from tar ball"
-msgstr "zostavi» balík pre OS/architektúru <os>"
-
-#: build.c:441
-#, fuzzy
-msgid "build binary package from source package"
-msgstr "binárny balík (príprava, kompilácia, in¹talácia, zabalenie)"
-
-#: build.c:443
-#, fuzzy
-msgid "build through %%install stage from source package"
-msgstr "in¹taluje sa zdrojový balík\n"
-
-#: build.c:446
-msgid "override build root"
-msgstr "predefinova» adresár pre zostavenie balíka"
-
-#: build.c:448 rpm.c:485 rpmqv.c:607
-msgid "remove build tree when done"
-msgstr "po ukonèení odstráni» adresár, v ktorom sa balík zostavoval"
-
-#: build.c:450
-msgid "do not execute any stages of the build"
-msgstr "nevykona» ¾iadne etapy zostavenia"
-
-#: build.c:452
-msgid "do not accept I18N msgstr's from specfile"
-msgstr "neakceptova» lokalizované re»azce zo spec-súboru"
-
-#: build.c:454 rpm.c:487 rpmqv.c:609
-#, fuzzy
-msgid "remove sources when done"
-msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
-
-#: build.c:456
-#, fuzzy
-msgid "remove specfile when done"
-msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
-
-#: build.c:458 rpm.c:483 rpmqv.c:605
-msgid "skip straight to specified stage (only for c,i)"
-msgstr "preskoèi» priamo k urèenej etape (iba pre c, i)"
-
-#: build.c:460
-msgid "override target platform"
-msgstr "predefinova» cieµovú platformu"
-
-#: build.c:462
-msgid "lookup I18N strings in specfile catalog"
-msgstr "pre preklad re»azcov pou¾i» katalóg správ spec-súborov"
-
 #: convertdb.c:39
 msgid "RPM database already exists"
 msgstr "RPM databáza u¾ existuje"
@@ -217,216 +103,216 @@ msgstr "bal
 msgid "no copyright!\n"
 msgstr "¾iadny copyright!\n"
 
-#: rpm.c:182 rpmqv.c:277
+#: rpm.c:191 rpmqv.c:257
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:193 rpmqv.c:288
+#: rpm.c:202 rpmqv.c:268
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM verzia %s\n"
 
-#: rpm.c:197 rpmqv.c:292
+#: rpm.c:206 rpmqv.c:272
 msgid "Copyright (C) 1998 - Red Hat Software"
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:198 rpmqv.c:293
+#: rpm.c:207 rpmqv.c:273
 msgid "This may be freely redistributed under the terms of the GNU GPL"
 msgstr "Program mô¾e by» voµne redistribuovaný v súlade s podmienkami GNU GPL"
 
-#: rpm.c:206
+#: rpm.c:215
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "pou¾itie: rpm {--help}"
 
-#: rpm.c:207
+#: rpm.c:216
 msgid "       rpm {--version}"
 msgstr "          rpm {--version}"
 
-#: rpm.c:208
+#: rpm.c:217
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "          rpm {--initdb}   [--dbpath <adresár>]"
 
-#: rpm.c:209
+#: rpm.c:218
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "          rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:210 rpmqv.c:314
+#: rpm.c:219 rpmqv.c:294
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                           [--replacepkgs] [--replacefiles] [--root "
 "<adresár>]"
 
-#: rpm.c:211 rpmqv.c:315
+#: rpm.c:220 rpmqv.c:295
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 "                           [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:212 rpmqv.c:316
+#: rpm.c:221 rpmqv.c:296
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                           [--rcfile <súbor>] [--ignorearch] [--dbpath "
 "<adresár>]"
 
-#: rpm.c:213 rpmqv.c:317
+#: rpm.c:222 rpmqv.c:297
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                           [--prefix <adresár>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:214 rpmqv.c:318
+#: rpm.c:223 rpmqv.c:298
 msgid ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 msgstr ""
 "                           [--ftpproxy <poèítaè>] [--ftpport <port>] "
 "[--justdb]"
 
-#: rpm.c:215 rpm.c:224 rpm.c:233 rpmqv.c:319 rpmqv.c:328 rpmqv.c:343
+#: rpm.c:224 rpm.c:233 rpm.c:242 rpmqv.c:299 rpmqv.c:308 rpmqv.c:323
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                           [--httproxy <poèítaè>] [--httpport <port>]"
 
-#: rpm.c:216 rpm.c:226 rpmqv.c:320 rpmqv.c:330
+#: rpm.c:225 rpm.c:235 rpmqv.c:300 rpmqv.c:310
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 "                           [--noorder] [--relocate stará_cesta=nová_cesta]"
 
-#: rpm.c:217 rpmqv.c:321
+#: rpm.c:226 rpmqv.c:301
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                           [--badreloc] [--notriggers] [--excludepath <path>]"
 
-#: rpm.c:218 rpmqv.c:322
+#: rpm.c:227 rpmqv.c:302
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                           [--ignoresize] súbor1.rpm ... súborN.rpm"
 
-#: rpm.c:219
+#: rpm.c:228
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "          rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:220 rpmqv.c:324
+#: rpm.c:229 rpmqv.c:304
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 "                           [--oldpackage] [--root <adresár>] [--noscripts]"
 
-#: rpm.c:221 rpmqv.c:325
+#: rpm.c:230 rpmqv.c:305
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                           [--excludedocs] [--includedocs] [--rcfile <súbor>]"
 
-#: rpm.c:222 rpmqv.c:326
+#: rpm.c:231 rpmqv.c:306
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                           [--ignorearch]  [--dbpath <adresár>] [--prefix "
 "<adresár>] "
 
-#: rpm.c:223 rpmqv.c:327
+#: rpm.c:232 rpmqv.c:307
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                           [--ftpproxy <poèítaè>] [--ftpport <port>]"
 
-#: rpm.c:225 rpmqv.c:329
+#: rpm.c:234 rpmqv.c:309
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                           [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:227 rpmqv.c:331
+#: rpm.c:236 rpmqv.c:311
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                           [--badreloc] [--excludepath <path>] [--ignoresize]"
 
-#: rpm.c:228 rpmqv.c:332
+#: rpm.c:237 rpmqv.c:312
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                           súbor1.rpm ... súborN.rpm"
 
-#: rpm.c:229
+#: rpm.c:238
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "          rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:230 rpmqv.c:340
+#: rpm.c:239 rpmqv.c:320
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                           [--scripts] [--root <adresár>] [--rcfile <súbor>]"
 
-#: rpm.c:231 rpmqv.c:341
+#: rpm.c:240 rpmqv.c:321
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 "                           [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:232 rpmqv.c:342
+#: rpm.c:241 rpmqv.c:322
 msgid ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
 msgstr ""
 "                           [--triggeredby] [--ftpuseport] [--ftpproxy "
 "<poèítaè>]"
 
-#: rpm.c:234 rpmqv.c:344
+#: rpm.c:243 rpmqv.c:324
 msgid ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 msgstr ""
 "                           [--ftpport <port>] [--provides] [--triggers] "
 "[--dump]"
 
-#: rpm.c:235 rpmqv.c:345
+#: rpm.c:244 rpmqv.c:325
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr ""
 "                           [--changelog] [--dbpath <adresár>] [targets]"
 
-#: rpm.c:236
+#: rpm.c:245
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "          rpm {--verify -V -y} [-afpg] [--root <adresár>] [--rcfile <súbor>]"
 
-#: rpm.c:237 rpmqv.c:347
+#: rpm.c:246 rpmqv.c:327
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                           [--dbpath <adresár>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:238 rpmqv.c:348
+#: rpm.c:247 rpmqv.c:328
 msgid "                        [--nomd5] [targets]"
 msgstr "                           [--nomd5] [ciele]"
 
-#: rpm.c:239
+#: rpm.c:248
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "          rpm {--setperms} [-afpg] [cieµ]"
 
-#: rpm.c:240
+#: rpm.c:249
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "          rpm {--setugids} [-afpg] [cieµ]"
 
-#: rpm.c:241
+#: rpm.c:250
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "                           súbor1.rpm ... súborN.rpm"
 
-#: rpm.c:242
+#: rpm.c:251
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "          rpm {--erase -e} [--root <adresár>] [--noscripts] [--rcfile "
 "<súbor>]"
 
-#: rpm.c:243 rpmqv.c:334
+#: rpm.c:252 rpmqv.c:314
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 "                           [--dbpath <adresár>] [--nodeps] [--allmatches]"
 
-#: rpm.c:244 rpmqv.c:335
+#: rpm.c:253 rpmqv.c:315
 msgid ""
 "                        [--justdb] [--notriggers] rpackage1 ... packageN"
 msgstr "                           [--justdb] [--notriggers] balík1 ... balíkN"
 
-#: rpm.c:245
+#: rpm.c:254
 #, fuzzy
 msgid ""
 "       rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -435,276 +321,276 @@ msgstr ""
 "          rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<súbor>]"
 
-#: rpm.c:246
+#: rpm.c:255
 msgid "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 msgstr "                           [--sign] [--nobuild] [--timecheck <s>] ]"
 
-#: rpm.c:247 rpmqv.c:357
+#: rpm.c:256 rpmqv.c:337
 msgid "                        [--target=platform1[,platform2...]]"
 msgstr "                           [--target=platform1[,platform2...]]"
 
-#: rpm.c:248 rpmqv.c:358
+#: rpm.c:257 rpmqv.c:338
 #, fuzzy
 msgid "                        [--rmsource] [--rmspec] specfile"
 msgstr "                           [--rmsource] specsúbor"
 
-#: rpm.c:249
+#: rpm.c:258
 msgid "       rpm {--rmsource} [--rcfile <file>] [-v] specfile"
 msgstr "          rpm {--rmsource} [--rcfile <súbor>] [-v] specsúbor"
 
-#: rpm.c:250
+#: rpm.c:259
 msgid ""
 "       rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "          rpm {--rebuild}  [--rcfile <súbor>] [-v] zdroj1.rpm ... zdrojN.rpm"
 
-#: rpm.c:251
+#: rpm.c:260
 msgid ""
 "       rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "          rpm {--recompile} [--rcfile <súbor>] [-v] zdroj1.rpm ... zdrojN.rpm"
 
-#: rpm.c:252
+#: rpm.c:261
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "          rpm {--resign}   [--rcfile <súbor>] balík1 balík2 ... balíkN"
 
-#: rpm.c:253
+#: rpm.c:262
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "          rpm {--addsign}  [--rcfile <súbor>] balík1 balík2 ... balíkN"
 
-#: rpm.c:254
+#: rpm.c:263
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 "          rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
 "<súbor>]"
 
-#: rpm.c:255 rpmqv.c:369
+#: rpm.c:264 rpmqv.c:349
 msgid "                           package1 ... packageN"
 msgstr "                              balík1 ... balíkN"
 
-#: rpm.c:256
+#: rpm.c:265
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "          rpm {--rebuilddb} [--rcfile <súbor>] [--dbpath <adresár>]"
 
-#: rpm.c:257
+#: rpm.c:266
 msgid "       rpm {--querytags}"
 msgstr "          rpm {--querytags}"
 
-#: rpm.c:291 rpmqv.c:405
+#: rpm.c:300 rpmqv.c:385
 #, fuzzy
 msgid "Usage:"
 msgstr "pou¾itie:"
 
-#: rpm.c:293 rpmqv.c:407
+#: rpm.c:302 rpmqv.c:387
 msgid "print this message"
 msgstr "vypísa» túto správu"
 
-#: rpm.c:295 rpmqv.c:409
+#: rpm.c:304 rpmqv.c:389
 msgid "print the version of rpm being used"
 msgstr "vypísa» verziu pou¾ívaného rpm"
 
-#: rpm.c:298
+#: rpm.c:307
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   v¹etky re¾imy podporujú nasledovné argumenty:"
 
-#: rpm.c:299
+#: rpm.c:308
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:300 rpmqv.c:414
+#: rpm.c:309 rpmqv.c:394
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:301
+#: rpm.c:310
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    --pipe <príkaz>       "
 
-#: rpm.c:302 rpmqv.c:416
+#: rpm.c:311 rpmqv.c:396
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "vypísa» verziu pou¾ívaného rpm"
 
-#: rpm.c:303
+#: rpm.c:312
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <príkaz>       "
 
-#: rpm.c:304 rpmqv.c:418
+#: rpm.c:313 rpmqv.c:398
 msgid "send stdout to <cmd>"
 msgstr "posla» ¹tandardný výstup do <príkazu>"
 
-#: rpm.c:305
+#: rpm.c:314
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "      --rcfile <file>     "
 
-#: rpm.c:306 rpmqv.c:420
+#: rpm.c:315 rpmqv.c:400
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "pou¾i» <súbor> namiesto /etc/rpmrc a $HOME/.rpmrc"
 
-#: rpm.c:308 rpmqv.c:422
+#: rpm.c:317 rpmqv.c:402
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:310 rpmqv.c:430
+#: rpm.c:319 rpmqv.c:410
 msgid "be a little more verbose"
 msgstr "o nieèo popisnej¹í re¾im"
 
-#: rpm.c:312 rpmqv.c:432
+#: rpm.c:321 rpmqv.c:412
 msgid "be incredibly verbose (for debugging)"
 msgstr "veµmi popisný re¾im (pre odlaïovanie)"
 
-#: rpm.c:315
+#: rpm.c:324
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr "   in¹talácia, aktualizácia a otázky (s -p) umo¾òujú pou¾i» ftp URL"
 
-#: rpm.c:316
+#: rpm.c:325
 msgid "   of file names as well as the following options:"
 msgstr "   namiesto názvov súborov, ako aj nasledujúce voµby:"
 
-#: rpm.c:317
+#: rpm.c:326
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <poèítaè>"
 
-#: rpm.c:318 rpmqv.c:439
+#: rpm.c:327 rpmqv.c:419
 msgid "hostname or IP of ftp proxy"
 msgstr "názov poèítaèa alebo IP adresa ftp proxy"
 
-#: rpm.c:319
+#: rpm.c:328
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <port>    "
 
-#: rpm.c:320 rpmqv.c:441
+#: rpm.c:329 rpmqv.c:421
 msgid "port number of ftp server (or proxy)"
 msgstr "èíslo portu ftp servera (alebo proxy)"
 
-#: rpm.c:321
+#: rpm.c:330
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "      --httpproxy <poèítaè>"
 
-#: rpm.c:322 rpmqv.c:443
+#: rpm.c:331 rpmqv.c:423
 msgid "hostname or IP of http proxy"
 msgstr "názov poèítaèa alebo IP adresa http proxy"
 
-#: rpm.c:323
+#: rpm.c:332
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "      --httpport <port>   "
 
-#: rpm.c:324 rpmqv.c:445
+#: rpm.c:333 rpmqv.c:425
 msgid "port number of http server (or proxy)"
 msgstr "èíslo portu http servera (alebo proxy)"
 
-#: rpm.c:328 rpmqv.c:465
+#: rpm.c:337 rpmqv.c:445
 msgid "query mode"
 msgstr "re¾im otázok"
 
-#: rpm.c:329 rpm.c:375 rpm.c:400 rpm.c:452 rpm.c:526
+#: rpm.c:338 rpm.c:384 rpm.c:409 rpm.c:461 rpm.c:535
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <dir>      "
 
-#: rpm.c:330 rpm.c:376 rpm.c:401 rpm.c:453 rpm.c:527 rpmqv.c:425
+#: rpm.c:339 rpm.c:385 rpm.c:410 rpm.c:462 rpm.c:536 rpmqv.c:405
 msgid "use <dir> as the directory for the database"
 msgstr "pou¾i» <adresár> ako adresár pre databázu"
 
-#: rpm.c:331
+#: rpm.c:340
 msgid "      --queryformat <qfmt>"
 msgstr "      --queryformat <qfmt>"
 
-#: rpm.c:332 rpmqv.c:467
+#: rpm.c:341 rpmqv.c:447
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "pou¾i» <qfmt> ako hlavièkový formát (implikuje -i)"
 
-#: rpm.c:333 rpm.c:377 rpm.c:435 rpm.c:464
+#: rpm.c:342 rpm.c:386 rpm.c:444 rpm.c:473
 msgid "      --root <dir>        "
 msgstr "      --root <dir>        "
 
-#: rpm.c:334 rpm.c:378 rpm.c:436 rpm.c:465 rpm.c:529 rpmqv.c:427
+#: rpm.c:343 rpm.c:387 rpm.c:445 rpm.c:474 rpm.c:538 rpmqv.c:407
 msgid "use <dir> as the top level directory"
 msgstr "pou¾i» <adresár> ako adresár najvy¹¹ej úrovne"
 
-#: rpm.c:335
+#: rpm.c:344
 msgid "      Package specification options:"
 msgstr "      Voµby pre ¹pecifikáciu balíkov"
 
-#: rpm.c:337
+#: rpm.c:346
 msgid "query all packages"
 msgstr "opýta» sa na v¹etky balíky"
 
-#: rpm.c:338
+#: rpm.c:347
 msgid "        -f <file>+        "
 msgstr "        -f <súbor>+       "
 
-#: rpm.c:339
+#: rpm.c:348
 msgid "query package owning <file>"
 msgstr "opýta» sa na balík vlastniaci <súbor>"
 
-#: rpm.c:340
+#: rpm.c:349
 msgid "        -p <packagefile>+ "
 msgstr "        -p <súbor_balíku>+"
 
-#: rpm.c:341
+#: rpm.c:350
 msgid "query (uninstalled) package <packagefile>"
 msgstr "opýta» sa (nenain¹talovaného) balíku <súbor_balíku>"
 
-#: rpm.c:342
+#: rpm.c:351
 msgid "        --triggeredby <pkg>"
 msgstr "        --triggeredby <balík>"
 
-#: rpm.c:343
+#: rpm.c:352
 msgid "query packages triggered by <pkg>"
 msgstr "opýta» sa na balíky spustené balíkom <balík>"
 
-#: rpm.c:344
+#: rpm.c:353
 msgid "        --whatprovides <cap>"
 msgstr "        --whatprovides <schopnos»>"
 
-#: rpm.c:345
+#: rpm.c:354
 msgid "query packages which provide <cap> capability"
 msgstr "opýta» sa na balíky poskytujúce schopnos» <schopnos»>"
 
-#: rpm.c:346
+#: rpm.c:355
 msgid "        --whatrequires <cap>"
 msgstr "        --whatrequires <schopnos»>"
 
-#: rpm.c:347
+#: rpm.c:356
 msgid "query packages which require <cap> capability"
 msgstr "opýta» sa na balíky vy¾adujúce schopnos» <schopnos»>"
 
-#: rpm.c:348
+#: rpm.c:357
 msgid "      Information selection options:"
 msgstr "      Voµby pre výber po¾adovanej informácie:"
 
-#: rpm.c:350 rpmqv.c:471
+#: rpm.c:359 rpmqv.c:451
 msgid "display package information"
 msgstr "zobrazi» informácie o balíku"
 
-#: rpm.c:352 rpmqv.c:473
+#: rpm.c:361 rpmqv.c:453
 msgid "display the package's change log"
 msgstr "zobrazi» históriu zmien balíka"
 
-#: rpm.c:354 rpmqv.c:475
+#: rpm.c:363 rpmqv.c:455
 msgid "display package file list"
 msgstr "zobrazi» zoznam súborov balíka"
 
-#: rpm.c:356 rpmqv.c:477
+#: rpm.c:365 rpmqv.c:457
 msgid "show file states (implies -l)"
 msgstr "zobrazi» stavy súborov (implikuje -l)"
 
-#: rpm.c:358 rpmqv.c:479
+#: rpm.c:367 rpmqv.c:459
 msgid "list only documentation files (implies -l)"
 msgstr "zobrazi» len súbory obsahujúce dokumentáciu (implikuje -l)"
 
-#: rpm.c:360 rpmqv.c:481
+#: rpm.c:369 rpmqv.c:461
 msgid "list only configuration files (implies -l)"
 msgstr "zobrazi» iba konfiguraèné súbory (implikuje -l)"
 
-#: rpm.c:362 rpmqv.c:483
+#: rpm.c:371 rpmqv.c:463
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -712,23 +598,23 @@ msgstr ""
 "zobrazi» v¹etky overiteµné údaje pre ka¾dý súbor (musí by» pou¾ité s -l, -c "
 "alebo -d)"
 
-#: rpm.c:364
+#: rpm.c:373
 msgid "list capabilities package provides"
 msgstr "zobrazi» schopnosti poskytované balíkom"
 
-#: rpm.c:366
+#: rpm.c:375
 msgid "list package dependencies"
 msgstr "zobrazi» závislosti balíka"
 
-#: rpm.c:368
+#: rpm.c:377
 msgid "print the various [un]install scripts"
 msgstr "vypísa» rôzne [od]in¹talaèné skripty"
 
-#: rpm.c:370
+#: rpm.c:379
 msgid "show the trigger scripts contained in the package"
 msgstr "zobrazi» spú¹»acie skripty obsiahnuté v balíku"
 
-#: rpm.c:374 rpmqv.c:494
+#: rpm.c:383 rpmqv.c:474
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
@@ -736,142 +622,142 @@ msgstr ""
 "overi» in¹taláciu balíka s pou¾itím rovnakých volieb ¹pecifikácia balíka ako "
 "pre -q"
 
-#: rpm.c:380 rpm.c:422 rpm.c:457 rpmqv.c:496 rpmqv.c:542 rpmqv.c:576
+#: rpm.c:389 rpm.c:431 rpm.c:466 rpmqv.c:476 rpmqv.c:522 rpmqv.c:556
 msgid "do not verify package dependencies"
 msgstr "neoverova» závislosti balíka"
 
-#: rpm.c:382 rpmqv.c:498
+#: rpm.c:391 rpmqv.c:478
 msgid "do not verify file md5 checksums"
 msgstr "neoverova» md5 kontrolné súèty súborov"
 
-#: rpm.c:384 rpmqv.c:500
+#: rpm.c:393 rpmqv.c:480
 msgid "do not verify file attributes"
 msgstr "neoverova» atribúty súborov"
 
-#: rpm.c:386 rpmqv.c:503
+#: rpm.c:395 rpmqv.c:483
 msgid "list the tags that can be used in a query format"
 msgstr "vypísa» príznaky, ktoré mô¾u by» pou¾ité vo formáte otázky"
 
-#: rpm.c:389
+#: rpm.c:398
 msgid "    --install <packagefile>"
 msgstr "    --install <súbor_balíku>"
 
-#: rpm.c:390
+#: rpm.c:399
 msgid "    -i <packagefile>      "
 msgstr "    -i <súbor_balíku>      "
 
-#: rpm.c:391 rpmqv.c:517
+#: rpm.c:400 rpmqv.c:497
 msgid "install package"
 msgstr "in¹talova» balík"
 
-#: rpm.c:392
+#: rpm.c:401
 msgid "      --excludepath <path>"
 msgstr "      --excludepath <cesta>"
 
-#: rpm.c:393
+#: rpm.c:402
 msgid "skip files in path <path>"
 msgstr "vynecha» súbory v ceste <cesta>"
 
-#: rpm.c:394
+#: rpm.c:403
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <stará_cesta>=<nová_cesta>"
 
-#: rpm.c:395 rpmqv.c:554
+#: rpm.c:404 rpmqv.c:534
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "presunú» súbory zo <starej_cesty> do <novej_cesty>"
 
-#: rpm.c:397 rpmqv.c:522
+#: rpm.c:406 rpmqv.c:502
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "balík %s nie je nain¹talovaný\n"
 
-#: rpm.c:398
+#: rpm.c:407
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <adresár>  "
 
-#: rpm.c:399 rpmqv.c:552
+#: rpm.c:408 rpmqv.c:532
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "presunú» balík do <adresára>, pokiaµ to balík povoµuje"
 
-#: rpm.c:403 rpmqv.c:524
+#: rpm.c:412 rpmqv.c:504
 msgid "do not install documentation"
 msgstr "nein¹talova» dokumentáciu"
 
-#: rpm.c:405 rpmqv.c:528
+#: rpm.c:414 rpmqv.c:508
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "skratka pre --replacepkgs --replacefiles"
 
-#: rpm.c:407 rpmqv.c:530
+#: rpm.c:416 rpmqv.c:510
 msgid "print hash marks as package installs (good with -v)"
 msgstr "vypisova» znaèky poèas in¹talácie balíka (vhodné s -v)"
 
-#: rpm.c:409 rpmqv.c:519
+#: rpm.c:418 rpmqv.c:499
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "in¹talova» v¹etky súbory vrátane konfiguraèných súborov, ktoré by inak mohli "
 "by» vynechané"
 
-#: rpm.c:412 rpmqv.c:532
+#: rpm.c:421 rpmqv.c:512
 msgid "don't verify package architecture"
 msgstr "neoverova» architektúru balíka"
 
-#: rpm.c:414 rpmqv.c:534
+#: rpm.c:423 rpmqv.c:514
 msgid "don't check disk space before installing"
 msgstr "pred in¹taláciou nekontrolova» dostupné miesto na disku"
 
-#: rpm.c:416 rpmqv.c:536
+#: rpm.c:425 rpmqv.c:516
 msgid "don't verify package operating system"
 msgstr "neoverova» operaèný systém balíka"
 
-#: rpm.c:418 rpmqv.c:538
+#: rpm.c:427 rpmqv.c:518
 msgid "install documentation"
 msgstr "in¹talova» dokumentáciu"
 
-#: rpm.c:420 rpm.c:455 rpmqv.c:540 rpmqv.c:574
+#: rpm.c:429 rpm.c:464 rpmqv.c:520 rpmqv.c:554
 msgid "update the database, but do not modify the filesystem"
 msgstr "aktualizova» databázu bez zmeny súborového systému"
 
-#: rpm.c:424 rpm.c:459 rpmqv.c:544 rpmqv.c:578
+#: rpm.c:433 rpm.c:468 rpmqv.c:524 rpmqv.c:558
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "nemeni» poradie balíkov kvôli vyrie¹eniu závislostí"
 
-#: rpm.c:426
+#: rpm.c:435
 msgid "don't execute any installation scripts"
 msgstr "nevykona» ¾iadne in¹talaèné skripty"
 
-#: rpm.c:428 rpm.c:463 rpmqv.c:582
+#: rpm.c:437 rpm.c:472 rpmqv.c:562
 msgid "don't execute any scripts triggered by this package"
 msgstr "nevykona» ¾iadne skripty spú¹»ané týmto balíkom"
 
-#: rpm.c:430 rpmqv.c:550
+#: rpm.c:439 rpmqv.c:530
 msgid "print percentages as package installs"
 msgstr "vypisova» percentá poèas in¹talácie balíka"
 
-#: rpm.c:432 rpmqv.c:556
+#: rpm.c:441 rpmqv.c:536
 msgid "install even if the package replaces installed files"
 msgstr "in¹talova» aj pokiaµ balík prepí¹e in¹talované súbory"
 
-#: rpm.c:434 rpmqv.c:558
+#: rpm.c:443 rpmqv.c:538
 msgid "reinstall if the package is already present"
 msgstr "prein¹talova», pokiaµ u¾ balík existuje"
 
-#: rpm.c:438 rpmqv.c:560
+#: rpm.c:447 rpmqv.c:540
 msgid "don't install, but tell if it would work or not"
 msgstr "nein¹talova», ale oznámi», èi by to bolo mo¾né"
 
-#: rpm.c:441
+#: rpm.c:450
 msgid "    --upgrade <packagefile>"
 msgstr "    --upgrade <súbor_balíka>"
 
-#: rpm.c:442
+#: rpm.c:451
 msgid "    -U <packagefile>      "
 msgstr "    -U <súbor_balíka>     "
 
-#: rpm.c:443 rpmqv.c:564
+#: rpm.c:452 rpmqv.c:544
 msgid "upgrade package (same options as --install, plus)"
 msgstr "aktualizova» balík (rovnaké voµby ako --install, a k tomu)"
 
-#: rpm.c:445 rpmqv.c:566
+#: rpm.c:454 rpmqv.c:546
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -879,15 +765,15 @@ msgstr ""
 "aktualizova» na star¹iu verziu balíka (--force to pri aktualizácii urobí "
 "automaticky)"
 
-#: rpm.c:447
+#: rpm.c:456
 msgid "    --erase <package>"
 msgstr "    --erase <package>"
 
-#: rpm.c:449 rpmqv.c:570
+#: rpm.c:458 rpmqv.c:550
 msgid "erase (uninstall) package"
 msgstr "odin¹talova» balík"
 
-#: rpm.c:451 rpmqv.c:572
+#: rpm.c:460 rpmqv.c:552
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -895,89 +781,102 @@ msgstr ""
 "odin¹talova» v¹etky balíky urèené <balíkom> (inak je chybou, pokiaµ <balík> "
 "¹pecifikuje viac ako jeden balík)"
 
-#: rpm.c:461 rpmqv.c:580
+#: rpm.c:470 rpmqv.c:560
 msgid "do not execute any package specific scripts"
 msgstr "nevykona» ¾iadne skripty ¹pecifikované balíkom"
 
-#: rpm.c:467
+#: rpm.c:476
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<etapa> <spec>      "
 
-#: rpm.c:468
+#: rpm.c:477
 msgid "    -t<stage> <tarball>   "
 msgstr "    -t<etapa> <tar_súbor> "
 
-#: rpm.c:469 rpmqv.c:589
+#: rpm.c:478 rpmqv.c:569
 msgid "build package, where <stage> is one of:"
 msgstr "zostavi» balík, kde <etapa> je jedna z:"
 
-#: rpm.c:471 rpmqv.c:591
+#: rpm.c:480 rpmqv.c:571
 msgid "prep (unpack sources and apply patches)"
 msgstr "príprava (rozbali» zdrojové súbory a aplikova» záplaty)"
 
-#: rpm.c:473 rpmqv.c:593
+#: rpm.c:482 rpmqv.c:573
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "kontrola zoznamu (vykona» niektoré zbe¾né kontroly sekcie %files)"
 
-#: rpm.c:475 rpmqv.c:595
+#: rpm.c:484 rpmqv.c:575
 msgid "compile (prep and compile)"
 msgstr "kompilácia (príprava a kompilácia)"
 
-#: rpm.c:477 rpmqv.c:597
+#: rpm.c:486 rpmqv.c:577
 msgid "install (prep, compile, install)"
 msgstr "in¹talácia (príprava, kompilácia, in¹talácia)"
 
-#: rpm.c:479 rpmqv.c:599
+#: rpm.c:488 rpmqv.c:579
 msgid "binary package (prep, compile, install, package)"
 msgstr "binárny balík (príprava, kompilácia, in¹talácia, zabalenie)"
 
-#: rpm.c:481 rpmqv.c:601
+#: rpm.c:490 rpmqv.c:581
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "binárny a zdrojový balík (príprava, kompilácia, in¹talácia, zabalenie)"
 
-#: rpm.c:489 rpmqv.c:611
+#: lib/poptBT.c:155 rpm.c:492 rpmqv.c:585
+msgid "skip straight to specified stage (only for c,i)"
+msgstr "preskoèi» priamo k urèenej etape (iba pre c, i)"
+
+#: lib/poptBT.c:145 rpm.c:494 rpmqv.c:587
+msgid "remove build tree when done"
+msgstr "po ukonèení odstráni» adresár, v ktorom sa balík zostavoval"
+
+#: lib/poptBT.c:151 rpm.c:496 rpmqv.c:589
+#, fuzzy
+msgid "remove sources when done"
+msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
+
+#: rpm.c:498 rpmqv.c:591
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
 
-#: rpm.c:491 rpmqv.c:613
+#: rpm.c:500 rpmqv.c:593
 msgid "generate PGP/GPG signature"
 msgstr "vytvori» PGP/GPG podpis"
 
-#: rpm.c:492
+#: rpm.c:501
 msgid "      --buildroot <dir>   "
 msgstr "      --buildroot <adresár>   "
 
-#: rpm.c:493 rpmqv.c:615
+#: rpm.c:502 rpmqv.c:595
 msgid "use <dir> as the build root"
 msgstr "pou¾i» <adresár> pre zostavenie balíka"
 
-#: rpm.c:494
+#: rpm.c:503
 msgid "      --target=<platform>+"
 msgstr "      --target=<platforma>+"
 
-#: rpm.c:495 rpmqv.c:617
+#: rpm.c:504 rpmqv.c:597
 msgid "build the packages for the build targets platform1...platformN."
 msgstr "vytvori» balíky pre ciele platforma1...platformaN."
 
-#: rpm.c:497 rpmqv.c:619
+#: rpm.c:506 rpmqv.c:599
 msgid "do not execute any stages"
 msgstr "nevykona» ¾iadne etapy"
 
-#: rpm.c:498
+#: rpm.c:507
 msgid "      --timecheck <secs>  "
 msgstr "      --timecheck <sekúnd>"
 
-#: rpm.c:499
+#: rpm.c:508
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "nastavi» kontrolu èasu na <sekúnd> sekúnd (0 pre deaktiváciu)"
 
-#: rpm.c:501
+#: rpm.c:510
 msgid "    --rebuild <src_pkg>   "
 msgstr "    --rebuild <zdroj_balík>"
 
-#: rpm.c:502 rpmqv.c:622
+#: rpm.c:511 rpmqv.c:602
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -985,65 +884,65 @@ msgstr ""
 "in¹talova» zdrojový balík, vytvori» binárny balík a odstráni» spec-súbor, "
 "zdroje, záplaty a ikony"
 
-#: rpm.c:503
+#: rpm.c:512
 msgid "    --recompile <src_pkg> "
 msgstr "    --recompile <src_pkg> "
 
-#: rpm.c:504 rpmqv.c:624
+#: rpm.c:513 rpmqv.c:604
 msgid "like --rebuild, but don't build any package"
 msgstr "ako --rebuild, ale nezostavi» ¾iadny balík"
 
-#: rpm.c:507
+#: rpm.c:516
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <balík>+     "
 
-#: rpm.c:508 rpmqv.c:630
+#: rpm.c:517 rpmqv.c:610
 msgid "sign a package (discard current signature)"
 msgstr "podpísa» balík (znièi» aktuálny podpis)"
 
-#: rpm.c:509
+#: rpm.c:518
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <balík>+    "
 
-#: rpm.c:510 rpmqv.c:632
+#: rpm.c:519 rpmqv.c:612
 msgid "add a signature to a package"
 msgstr "prida» podpis balíku"
 
-#: rpm.c:511
+#: rpm.c:520
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <balík>+   "
 
-#: rpm.c:512
+#: rpm.c:521
 #, fuzzy
 msgid "    -K <pkg>+           "
 msgstr "    --resign <balík>+     "
 
-#: rpm.c:513 rpmqv.c:636
+#: rpm.c:522 rpmqv.c:616
 msgid "verify package signature"
 msgstr "overi» podpis balíka"
 
-#: rpm.c:515 rpmqv.c:638
+#: rpm.c:524 rpmqv.c:618
 msgid "skip any PGP signatures"
 msgstr "vynecha» akékoµvek PGP podpisy"
 
-#: rpm.c:517 rpmqv.c:640
+#: rpm.c:526 rpmqv.c:620
 msgid "skip any GPG signatures"
 msgstr "vynecha» akékoµvek GPG podpisy"
 
-#: rpm.c:519 rpmqv.c:642
+#: rpm.c:528 rpmqv.c:622
 msgid "skip any MD5 signatures"
 msgstr "vynecha» akékoµvek MD5 podpisy"
 
-#: rpm.c:523
+#: rpm.c:532
 msgid "make sure a valid database exists"
 msgstr "uisti» sa, ¾e existuje platná databáza"
 
-#: rpm.c:525
+#: rpm.c:534
 msgid "rebuild database from existing database"
 msgstr "znovu vytvori» databázu z existujúcej"
 
-#: rpm.c:533 rpmqv.c:505
+#: rpm.c:542 rpmqv.c:485
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -1051,7 +950,7 @@ msgstr ""
 "nastavi» prístupové práva súborov podµa údajov v databáze balíkov s pou¾itím "
 "rovnakých volieb ¹pecifikácia balíka ako pre -q"
 
-#: rpm.c:536 rpmqv.c:508
+#: rpm.c:545 rpmqv.c:488
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -1059,142 +958,142 @@ msgstr ""
 "nastavi» vlastníka a skupinu súborov podµa údajov v databáze balíkov s "
 "pou¾itím rovnakých volieb ¹pecifikácia balíka ako pre -q"
 
-#: rpm.c:673 rpm.c:679 rpm.c:686 rpm.c:692 rpm.c:701 rpm.c:723 rpm.c:729
-#: rpm.c:763 rpm.c:771 rpm.c:792 rpm.c:849 rpm.c:857 rpmqv.c:827 rpmqv.c:833
-#: rpmqv.c:842 rpmqv.c:851 rpmqv.c:857 rpmqv.c:863 rpmqv.c:897 rpmqv.c:904
-#: rpmqv.c:939 rpmqv.c:947 rpmqv.c:953 rpmqv.c:961 rpmqv.c:1019 rpmqv.c:1035
+#: rpm.c:682 rpm.c:688 rpm.c:695 rpm.c:701 rpm.c:710 rpm.c:732 rpm.c:738
+#: rpm.c:772 rpm.c:780 rpm.c:801 rpm.c:858 rpm.c:866 rpmqv.c:806 rpmqv.c:815
+#: rpmqv.c:821 rpmqv.c:827 rpmqv.c:861 rpmqv.c:868 rpmqv.c:903 rpmqv.c:911
+#: rpmqv.c:917 rpmqv.c:925 rpmqv.c:987
 msgid "only one major mode may be specified"
 msgstr "mô¾e by» pou¾itý iba jeden hlavný re¾im"
 
-#: rpm.c:694 rpmqv.c:844
+#: rpm.c:703 rpmqv.c:808
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u a --uninstall sú zastaralé a u¾ nefungujú.\n"
 
-#: rpm.c:696 rpmqv.c:846
+#: rpm.c:705 rpmqv.c:810
 msgid "Use -e or --erase instead.\n"
 msgstr "Namiesto nich pou¾ite -e alebo --erase.\n"
 
-#: rpm.c:736 rpm.c:742 rpm.c:749 rpm.c:756 rpm.c:865 rpmqv.c:910 rpmqv.c:916
-#: rpmqv.c:923 rpmqv.c:930 rpmqv.c:1043
+#: rpm.c:745 rpm.c:751 rpm.c:758 rpm.c:765 rpm.c:874 rpmqv.c:874 rpmqv.c:880
+#: rpmqv.c:887 rpmqv.c:894 rpmqv.c:1002
 msgid "one type of query/verify may be performed at a time"
 msgstr "naraz mô¾e by» vykonaný jeden typ otázky alebo overenia"
 
-#: rpm.c:798 rpmqv.c:881
+#: rpm.c:807 rpmqv.c:845
 msgid "relocations must begin with a /"
 msgstr "presunutia musia zaèína» znakom /"
 
-#: rpm.c:800 rpmqv.c:883
+#: rpm.c:809 rpmqv.c:847
 msgid "relocations must contain a ="
 msgstr "presunutia musia obsahova» znak ="
 
-#: rpm.c:803 rpmqv.c:886
+#: rpm.c:812 rpmqv.c:850
 msgid "relocations must have a / following the ="
 msgstr "presunutia musia ma» za znakom = znak /"
 
-#: rpm.c:812 rpmqv.c:870
+#: rpm.c:821 rpmqv.c:834
 msgid "exclude paths must begin with a /"
 msgstr "vynechané cesty musia zaèína» znakom /"
 
-#: rpm.c:821 rpmqv.c:982
+#: rpm.c:830 rpmqv.c:946
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Vnútorná chyba pri spracovaní argumentu (%d) :-(\n"
 
-#: rpm.c:871 rpmqv.c:1062
+#: rpm.c:880 rpmqv.c:1007
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "neoèakávaný zdroj pre otázku"
 
-#: rpm.c:874 rpmqv.c:1065
+#: rpm.c:883 rpmqv.c:1010
 #, fuzzy
 msgid "unexpected query format"
 msgstr "neoèakávaný zdroj pre otázku"
 
-#: rpm.c:877 rpmqv.c:1068
+#: rpm.c:886 rpmqv.c:1013
 msgid "unexpected query source"
 msgstr "neoèakávaný zdroj pre otázku"
 
-#: rpm.c:880 rpmqv.c:1084
+#: rpm.c:889 rpmqv.c:1033
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "iba in¹talácia, aktualizácia a odstránenie zdrojov mô¾u by» vynútené"
 
-#: rpm.c:883 rpmqv.c:1089
+#: rpm.c:892 rpmqv.c:1038
 msgid "files may only be relocated during package installation"
 msgstr "súbory mô¾u by» presunuté iba poèas inètalácie balíka"
 
-#: rpm.c:886 rpmqv.c:1092
+#: rpm.c:895 rpmqv.c:1041
 msgid "only one of --prefix or --relocate may be used"
 msgstr "mo¾e by» pou¾itá iba jedna z volieb --prefix a --relocate"
 
-#: rpm.c:889 rpmqv.c:1095
+#: rpm.c:898 rpmqv.c:1044
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "--relocate a --excludepath mô¾u by» pou¾ité iba poèas in¹talácie nových "
 "balíkov"
 
-#: rpm.c:892 rpmqv.c:1098
+#: rpm.c:901 rpmqv.c:1047
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix mô¾e by» pou¾itý iba poèas in¹talácie nových balíkov"
 
-#: rpm.c:895 rpmqv.c:1101
+#: rpm.c:904 rpmqv.c:1050
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenty pre --prefix musia zaèína» znakom /"
 
-#: rpm.c:898 rpmqv.c:1104
+#: rpm.c:907 rpmqv.c:1053
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) mô¾e by» pou¾itý iba poèas in¹talácie balíka"
 
-#: rpm.c:902 rpmqv.c:1108
+#: rpm.c:911 rpmqv.c:1057
 msgid "--percent may only be specified during package installation"
 msgstr "--percent mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:906 rpmqv.c:1112
+#: rpm.c:915 rpmqv.c:1061
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:910 rpmqv.c:1116
+#: rpm.c:919 rpmqv.c:1065
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:914 rpmqv.c:1120
+#: rpm.c:923 rpmqv.c:1069
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:918 rpmqv.c:1124
+#: rpm.c:927 rpmqv.c:1073
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:922 rpmqv.c:1128
+#: rpm.c:931 rpmqv.c:1077
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "mô¾e by» pou¾itá iba jedna voµba z --excludedocs a --includedocs"
 
-#: rpm.c:926 rpmqv.c:1132
+#: rpm.c:935 rpmqv.c:1081
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:930 rpmqv.c:1136
+#: rpm.c:939 rpmqv.c:1085
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:934 rpmqv.c:1140
+#: rpm.c:943 rpmqv.c:1089
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:938 rpmqv.c:1144
+#: rpm.c:947 rpmqv.c:1093
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches mô¾e by» pou¾ité iba poèas odstránenia balíkov"
 
-#: rpm.c:942 rpmqv.c:1148
+#: rpm.c:951 rpmqv.c:1097
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles mô¾e by» pou¾ité iba poèas in¹talácie balíka"
 
-#: rpm.c:946 rpmqv.c:1152
+#: rpm.c:955 rpmqv.c:1101
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb mô¾e by» pou¾ité iba poèas in¹talácie a odstránenia balíka"
 
-#: rpm.c:951 rpmqv.c:1159
+#: rpm.c:960 rpmqv.c:1108
 msgid ""
 "--noscripts may only be specified during package installation, erasure, and "
 "verification"
@@ -1202,7 +1101,7 @@ msgstr ""
 "--noscripts mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo "
 "overenia balíka"
 
-#: rpm.c:955
+#: rpm.c:964
 msgid ""
 "--notriggers may only be specified during package installation, erasure, and "
 "verification"
@@ -1210,7 +1109,7 @@ msgstr ""
 "--notriggers mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo "
 "overenia balíka"
 
-#: rpm.c:959 rpmqv.c:1171
+#: rpm.c:968 rpmqv.c:1120
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1219,7 +1118,7 @@ msgstr ""
 "--nodeps mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo overenia "
 "balíka"
 
-#: rpm.c:964 rpmqv.c:1176
+#: rpm.c:973 rpmqv.c:1125
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
@@ -1227,7 +1126,7 @@ msgstr ""
 "--test mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo zostavenia "
 "balíka"
 
-#: rpm.c:968 rpmqv.c:1181
+#: rpm.c:977 rpmqv.c:1130
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1235,98 +1134,98 @@ msgstr ""
 "--root (-r) mô¾e by» pou¾ité iba poèas in¹talácie a odstránenia balíka, "
 "otázky alebo znovuzostavenia databázy"
 
-#: rpm.c:980 rpmqv.c:1193
+#: rpm.c:989 rpmqv.c:1142
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumenty pre --root (-r) musia zaèína» znakom /"
 
-#: rpm.c:986 rpmqv.c:1200
+#: rpm.c:995 rpmqv.c:1149
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage mô¾e by» pou¾íté iba poèas aktualizácie"
 
-#: rpm.c:989 rpmqv.c:1205
+#: rpm.c:998 rpmqv.c:1154
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp mô¾e by» pou¾íté iba poèas overenia podpisu"
 
-#: rpm.c:992 rpmqv.c:1208
+#: rpm.c:1001 rpmqv.c:1157
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nogpg mô¾e by» pou¾íté iba poèas overenia podpisu"
 
-#: rpm.c:995 rpmqv.c:1213
+#: rpm.c:1004 rpmqv.c:1162
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nomd5 mô¾e by» pou¾íté iba poèas overenia podpisu alebo balíka"
 
-#: rpm.c:1006 rpmqv.c:1226
+#: rpm.c:1015 rpmqv.c:1175
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1231
+#: rpm.c:1020 rpmqv.c:1180
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "nie je mo¾né pracova» so súborom %s\n"
 
-#: rpm.c:1026 rpmqv.c:1247
+#: rpm.c:1035 rpmqv.c:1196
 msgid "pgp not found: "
 msgstr "pgp nebolo nájdené: "
 
-#: rpm.c:1030 rpmqv.c:1251
+#: rpm.c:1039 rpmqv.c:1200
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1032 rpmqv.c:1253
+#: rpm.c:1041 rpmqv.c:1202
 msgid "Pass phrase check failed\n"
 msgstr "Kontrola hesla zlyhala\n"
 
-#: rpm.c:1035 rpmqv.c:1256
+#: rpm.c:1044 rpmqv.c:1205
 msgid "Pass phrase is good.\n"
 msgstr "Heslo je v poriadku.\n"
 
-#: rpm.c:1040 rpmqv.c:1261
+#: rpm.c:1049 rpmqv.c:1210
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "Chybná ¹pecifikácia %%_signature v makro-súbore.\n"
 
-#: rpm.c:1046 rpmqv.c:1267
+#: rpm.c:1055 rpmqv.c:1216
 msgid "--sign may only be used during package building"
 msgstr "--sign mô¾e by» pou¾íté iba poèas zostavenia balíka"
 
-#: rpm.c:1061 rpmqv.c:1283
+#: rpm.c:1070 rpmqv.c:1232
 msgid "exec failed\n"
 msgstr "vykonanie zlyhalo\n"
 
-#: rpm.c:1080 rpmqv.c:1552
+#: rpm.c:1089 rpmqv.c:1501
 msgid "unexpected arguments to --querytags "
 msgstr "neoèakávané argumenty pre --querytags"
 
-#: rpm.c:1091 rpmqv.c:1574
+#: rpm.c:1100 rpmqv.c:1523
 msgid "no packages given for signature check"
 msgstr "neboli zadané ¾iadne balíky pre overenie podpisu"
 
-#: rpm.c:1102 rpmqv.c:1585
+#: rpm.c:1111 rpmqv.c:1534
 msgid "no packages given for signing"
 msgstr "neboli zadané ¾iadne balíky na podpis"
 
-#: rpm.c:1118 rpmqv.c:1425
+#: rpm.c:1127 rpmqv.c:1374
 msgid "no packages given for uninstall"
 msgstr "neboli zadané ¾iadne balíky pre odin¹talovanie"
 
-#: rpm.c:1168 rpmqv.c:1475
+#: rpm.c:1177 rpmqv.c:1424
 msgid "no packages given for install"
 msgstr "neboli zadané ¾iadne balíky pre in¹taláciu"
 
-#: rpm.c:1191 rpmqv.c:1515
+#: rpm.c:1200 rpmqv.c:1464
 msgid "extra arguments given for query of all packages"
 msgstr "boli zadané nadbytoèné argumenty otázky pre v¹etky balíky"
 
-#: rpm.c:1196 rpmqv.c:1520
+#: rpm.c:1205 rpmqv.c:1469
 msgid "no arguments given for query"
 msgstr "neboli zadané ¾iadne argumenty pre otázku"
 
-#: rpm.c:1213 rpmqv.c:1540
+#: rpm.c:1222 rpmqv.c:1489
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "boli zadané nadbytoèné argumenty otázky pre v¹etky balíky"
 
-#: rpm.c:1217 rpmqv.c:1544
+#: rpm.c:1226 rpmqv.c:1493
 msgid "no arguments given for verify"
 msgstr "neboli zadané ¾iadne argumenty pre overenie"
 
@@ -1348,74 +1247,74 @@ msgstr "chyba pri 
 msgid "cannot re-open payload: %s\n"
 msgstr "nie je mo¾né otvori» súbor %s\n"
 
-#: rpmqv.c:304
+#: rpmqv.c:284
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "pou¾itie: rpm {--help}"
 
-#: rpmqv.c:305
+#: rpmqv.c:285
 #, fuzzy, c-format
 msgid "       %s {--version}\n"
 msgstr "          rpm {--version}"
 
-#: rpmqv.c:308
+#: rpmqv.c:288
 #, fuzzy, c-format
 msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 msgstr "          rpm {--initdb}   [--dbpath <adresár>]"
 
-#: rpmqv.c:309
+#: rpmqv.c:289
 #, fuzzy, c-format
 msgid "       %s {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]\n"
 msgstr "          rpm {--rebuilddb} [--rcfile <súbor>] [--dbpath <adresár>]"
 
-#: rpmqv.c:313
+#: rpmqv.c:293
 #, fuzzy, c-format
 msgid ""
 "       %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 "          rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpmqv.c:323
+#: rpmqv.c:303
 #, fuzzy, c-format
 msgid ""
 "       %s {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 "          rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpmqv.c:333
+#: rpmqv.c:313
 #, fuzzy, c-format
 msgid "       %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]\n"
 msgstr ""
 "          rpm {--erase -e} [--root <adresár>] [--noscripts] [--rcfile "
 "<súbor>]"
 
-#: rpmqv.c:339
+#: rpmqv.c:319
 #, fuzzy, c-format
 msgid "       %s {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]\n"
 msgstr "          rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpmqv.c:346
+#: rpmqv.c:326
 #, fuzzy, c-format
 msgid "       %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]\n"
 msgstr ""
 "          rpm {--verify -V -y} [-afpg] [--root <adresár>] [--rcfile <súbor>]"
 
-#: rpmqv.c:349
+#: rpmqv.c:329
 #, fuzzy, c-format
 msgid "       %s {--querytags}\n"
 msgstr "          rpm {--querytags}"
 
-#: rpmqv.c:350
+#: rpmqv.c:330
 #, fuzzy, c-format
 msgid "       %s {--setperms} [-afpg] [target]\n"
 msgstr "          rpm {--setperms} [-afpg] [cieµ]"
 
-#: rpmqv.c:351
+#: rpmqv.c:331
 #, fuzzy, c-format
 msgid "       %s {--setugids} [-afpg] [target]\n"
 msgstr "          rpm {--setugids} [-afpg] [cieµ]"
 
-#: rpmqv.c:355
+#: rpmqv.c:335
 #, fuzzy, c-format
 msgid ""
 "       %s {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -1424,46 +1323,46 @@ msgstr ""
 "          rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<súbor>]"
 
-#: rpmqv.c:356
+#: rpmqv.c:336
 #, fuzzy
 msgid "                        [--sign] [--nobuild] ]"
 msgstr "                           [--sign] [--nobuild] [--timecheck <s>] ]"
 
-#: rpmqv.c:359
+#: rpmqv.c:339
 #, fuzzy, c-format
 msgid "       %s {--rmsource} [--rcfile <file>] [-v] specfile\n"
 msgstr "          rpm {--rmsource} [--rcfile <súbor>] [-v] specsúbor"
 
-#: rpmqv.c:360
+#: rpmqv.c:340
 #, fuzzy, c-format
 msgid ""
 "       %s {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "          rpm {--rebuild}  [--rcfile <súbor>] [-v] zdroj1.rpm ... zdrojN.rpm"
 
-#: rpmqv.c:361
+#: rpmqv.c:341
 #, fuzzy, c-format
 msgid ""
 "       %s {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "          rpm {--recompile} [--rcfile <súbor>] [-v] zdroj1.rpm ... zdrojN.rpm"
 
-#: rpmqv.c:362
+#: rpmqv.c:342
 #, fuzzy, c-format
 msgid "       %s {--freshen -F} file1.rpm ... fileN.rpm\n"
 msgstr "                           súbor1.rpm ... súborN.rpm"
 
-#: rpmqv.c:366
+#: rpmqv.c:346
 #, fuzzy, c-format
 msgid "       %s {--resign} [--rcfile <file>] package1 package2 ... packageN\n"
 msgstr "          rpm {--resign}   [--rcfile <súbor>] balík1 balík2 ... balíkN"
 
-#: rpmqv.c:367
+#: rpmqv.c:347
 #, fuzzy, c-format
 msgid "       %s {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "          rpm {--addsign}  [--rcfile <súbor>] balík1 balík2 ... balíkN"
 
-#: rpmqv.c:368
+#: rpmqv.c:348
 #, fuzzy, c-format
 msgid ""
 "       %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]\n"
@@ -1471,299 +1370,299 @@ msgstr ""
 "          rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
 "<súbor>]"
 
-#: rpmqv.c:412
+#: rpmqv.c:392
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   v¹etky re¾imy podporujú nasledovné argumenty:"
 
-#: rpmqv.c:413
+#: rpmqv.c:393
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:415
+#: rpmqv.c:395
 #, fuzzy
 msgid "   --eval '<name>+'       "
 msgstr "    --pipe <príkaz>       "
 
-#: rpmqv.c:417
+#: rpmqv.c:397
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    --pipe <príkaz>       "
 
-#: rpmqv.c:419
+#: rpmqv.c:399
 #, fuzzy
 msgid "   --rcfile <file>        "
 msgstr "      --rcfile <file>     "
 
-#: rpmqv.c:424
+#: rpmqv.c:404
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "      --dbpath <dir>      "
 
-#: rpmqv.c:426
+#: rpmqv.c:406
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "      --root <dir>        "
 
-#: rpmqv.c:436
+#: rpmqv.c:416
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr "   in¹talácia, aktualizácia a otázky (s -p) umo¾òujú pou¾i» ftp URL"
 
-#: rpmqv.c:437
+#: rpmqv.c:417
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   namiesto názvov súborov, ako aj nasledujúce voµby:"
 
-#: rpmqv.c:438
+#: rpmqv.c:418
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "      --ftpproxy <poèítaè>"
 
-#: rpmqv.c:440
+#: rpmqv.c:420
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "      --ftpport <port>    "
 
-#: rpmqv.c:442
+#: rpmqv.c:422
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "      --httpproxy <poèítaè>"
 
-#: rpmqv.c:444
+#: rpmqv.c:424
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "      --httpport <port>   "
 
-#: rpmqv.c:450
+#: rpmqv.c:430
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Voµby pre ¹pecifikáciu balíkov"
 
-#: rpmqv.c:452
+#: rpmqv.c:432
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "opýta» sa na v¹etky balíky"
 
-#: rpmqv.c:453
+#: rpmqv.c:433
 #, fuzzy
 msgid "     -f <file>+          "
 msgstr "        -f <súbor>+       "
 
-#: rpmqv.c:454
+#: rpmqv.c:434
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "opýta» sa na balík vlastniaci <súbor>"
 
-#: rpmqv.c:455
+#: rpmqv.c:435
 #, fuzzy
 msgid "     -p <packagefile>+   "
 msgstr "        -p <súbor_balíku>+"
 
-#: rpmqv.c:456
+#: rpmqv.c:436
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "opýta» sa (nenain¹talovaného) balíku <súbor_balíku>"
 
-#: rpmqv.c:457
+#: rpmqv.c:437
 #, fuzzy
 msgid "     --triggeredby <pkg> "
 msgstr "        --triggeredby <balík>"
 
-#: rpmqv.c:458
+#: rpmqv.c:438
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "opýta» sa na balíky spustené balíkom <balík>"
 
-#: rpmqv.c:459
+#: rpmqv.c:439
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "        --whatprovides <schopnos»>"
 
-#: rpmqv.c:460
+#: rpmqv.c:440
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "opýta» sa na balíky poskytujúce schopnos» <schopnos»>"
 
-#: rpmqv.c:461
+#: rpmqv.c:441
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "        --whatrequires <schopnos»>"
 
-#: rpmqv.c:462
+#: rpmqv.c:442
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "opýta» sa na balíky vy¾adujúce schopnos» <schopnos»>"
 
-#: rpmqv.c:466
+#: rpmqv.c:446
 #, fuzzy
 msgid "     --queryformat <qfmt> "
 msgstr "      --queryformat <qfmt>"
 
-#: rpmqv.c:469
+#: rpmqv.c:449
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Voµby pre výber po¾adovanej informácie:"
 
-#: rpmqv.c:485
+#: rpmqv.c:465
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "zobrazi» schopnosti poskytované balíkom"
 
-#: rpmqv.c:487
+#: rpmqv.c:467
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "zobrazi» schopnosti poskytované balíkom"
 
-#: rpmqv.c:489
+#: rpmqv.c:469
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "vypísa» rôzne [od]in¹talaèné skripty"
 
-#: rpmqv.c:491
+#: rpmqv.c:471
 #, fuzzy
 msgid "show the trigger scriptlets contained in the package"
 msgstr "zobrazi» spú¹»acie skripty obsiahnuté v balíku"
 
-#: rpmqv.c:515
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "    --install <súbor_balíku>"
 
-#: rpmqv.c:516
+#: rpmqv.c:496
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -i <súbor_balíku>      "
 
-#: rpmqv.c:525
+#: rpmqv.c:505
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "      --excludepath <cesta>"
 
-#: rpmqv.c:526
+#: rpmqv.c:506
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "vynecha» súbory v ceste <cesta>"
 
-#: rpmqv.c:546
+#: rpmqv.c:526
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "nevykona» ¾iadne in¹talaèné skripty"
 
-#: rpmqv.c:548
+#: rpmqv.c:528
 #, fuzzy
 msgid "don't execute any scriptlets triggered by this package"
 msgstr "nevykona» ¾iadne skripty spú¹»ané týmto balíkom"
 
-#: rpmqv.c:551
+#: rpmqv.c:531
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "      --prefix <adresár>  "
 
-#: rpmqv.c:553
+#: rpmqv.c:533
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <stará_cesta>=<nová_cesta>"
 
-#: rpmqv.c:562
+#: rpmqv.c:542
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "    --upgrade <súbor_balíka>"
 
-#: rpmqv.c:563
+#: rpmqv.c:543
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -U <súbor_balíka>     "
 
-#: rpmqv.c:568
+#: rpmqv.c:548
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "    --erase <package>"
 
-#: rpmqv.c:587
+#: rpmqv.c:567
 #, fuzzy
 msgid "   -b<stage> <spec>       "
 msgstr "    -b<etapa> <spec>      "
 
-#: rpmqv.c:588
+#: rpmqv.c:568
 #, fuzzy
 msgid "   -t<stage> <tarball>    "
 msgstr "    -t<etapa> <tar_súbor> "
 
-#: rpmqv.c:603
+#: rpmqv.c:583
 #, fuzzy
 msgid "package src rpm only"
 msgstr "balík nemá meno"
 
-#: rpmqv.c:614
+#: rpmqv.c:594
 #, fuzzy
 msgid "     --buildroot <dir>    "
 msgstr "      --buildroot <adresár>   "
 
-#: rpmqv.c:616
+#: rpmqv.c:596
 #, fuzzy
 msgid "     --target=<platform>+ "
 msgstr "      --target=<platforma>+"
 
-#: rpmqv.c:621
+#: rpmqv.c:601
 #, fuzzy
 msgid "   --rebuild <src_pkg>    "
 msgstr "    --rebuild <zdroj_balík>"
 
-#: rpmqv.c:623
+#: rpmqv.c:603
 #, fuzzy
 msgid "   --recompile <src_pkg>  "
 msgstr "    --recompile <src_pkg> "
 
-#: rpmqv.c:629
+#: rpmqv.c:609
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    --resign <balík>+     "
 
-#: rpmqv.c:631
+#: rpmqv.c:611
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    --addsign <balík>+    "
 
-#: rpmqv.c:634
+#: rpmqv.c:614
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    --checksig <balík>+   "
 
-#: rpmqv.c:635
+#: rpmqv.c:615
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    --resign <balík>+     "
 
-#: rpmqv.c:648
+#: rpmqv.c:628
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:650
+#: rpmqv.c:630
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "znovu vytvori» databázu z existujúcej"
 
-#: rpmqv.c:1057
+#: rpmqv.c:1017
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath zadané pre operáciu nepou¾ívajúcu databázu"
 
-#: rpmqv.c:1165
+#: rpmqv.c:1114
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation and erasure"
 msgstr "--justdb mô¾e by» pou¾ité iba poèas in¹talácie a odstránenia balíka"
 
-#: rpmqv.c:1323
+#: rpmqv.c:1272
 msgid "no packages files given for rebuild"
 msgstr "neboli zadané ¾iadne balíky pre znovuzostavenie"
 
-#: rpmqv.c:1393
+#: rpmqv.c:1342
 msgid "no spec files given for build"
 msgstr "neboli zadané ¾iadne spec-súbory pre zostavenie"
 
-#: rpmqv.c:1395
+#: rpmqv.c:1344
 msgid "no tar files given for build"
 msgstr "neboli zadané ¾iadne tar-súbory pre zostavenie"
 
@@ -3083,6 +2982,107 @@ msgid ""
 "only packages with major numbers <= 3 are supported by this version of RPM"
 msgstr "táto verzia RPM podporuje iba balíky s hlavným èíslom <= 3"
 
+#: lib/poptBT.c:82
+msgid "buildroot already specified"
+msgstr "buildroot u¾ bol zadaný"
+
+#: lib/poptBT.c:108
+msgid "build through %%prep stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:110
+msgid "build through %%build stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:112
+msgid "build through %%install stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:114
+#, fuzzy
+msgid "verify %%files section from spec file"
+msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
+
+#: lib/poptBT.c:116
+#, fuzzy
+msgid "build source and binary package from spec file"
+msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
+
+#: lib/poptBT.c:118
+#, fuzzy
+msgid "build binary package from spec file"
+msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
+
+#: lib/poptBT.c:120
+#, fuzzy
+msgid "build source package from spec file"
+msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
+
+#: lib/poptBT.c:123
+msgid "build through %%prep stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:125
+msgid "build through %%build stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:127
+msgid "build through %%install stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:129
+msgid "verify %%files section from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:131
+#, fuzzy
+msgid "build source and binary package from tar ball"
+msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
+
+#: lib/poptBT.c:133
+msgid "build binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:135
+#, fuzzy
+msgid "build source package from tar ball"
+msgstr "zostavi» balík pre OS/architektúru <os>"
+
+#: lib/poptBT.c:138
+#, fuzzy
+msgid "build binary package from source package"
+msgstr "binárny balík (príprava, kompilácia, in¹talácia, zabalenie)"
+
+#: lib/poptBT.c:140
+#, fuzzy
+msgid "build through %%install stage from source package"
+msgstr "in¹taluje sa zdrojový balík\n"
+
+#: lib/poptBT.c:143
+msgid "override build root"
+msgstr "predefinova» adresár pre zostavenie balíka"
+
+#: lib/poptBT.c:147
+msgid "do not execute any stages of the build"
+msgstr "nevykona» ¾iadne etapy zostavenia"
+
+#: lib/poptBT.c:149
+msgid "do not accept I18N msgstr's from specfile"
+msgstr "neakceptova» lokalizované re»azce zo spec-súboru"
+
+#: lib/poptBT.c:153
+#, fuzzy
+msgid "remove specfile when done"
+msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
+
+#: lib/poptBT.c:157
+msgid "override target platform"
+msgstr "predefinova» cieµovú platformu"
+
+#: lib/poptBT.c:159
+msgid "lookup I18N strings in specfile catalog"
+msgstr "pre preklad re»azcov pou¾i» katalóg správ spec-súborov"
+
 #: lib/problems.c:43
 #, c-format
 msgid " is needed by %s-%s-%s\n"
@@ -3139,209 +3139,129 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s-%s-%s"
 msgstr ""
 
-#: lib/query.c:141
+#: lib/query.c:139
 #, c-format
 msgid "error in format: %s\n"
 msgstr "chyba formátu: %s\n"
 
-#: lib/query.c:200
+#: lib/query.c:198
 msgid "(contains no files)"
 msgstr "(neobsahuje ¾iadne súbory)"
 
-#: lib/query.c:259
+#: lib/query.c:257
 msgid "normal        "
 msgstr "normálny      "
 
-#: lib/query.c:261
+#: lib/query.c:259
 msgid "replaced      "
 msgstr "nahradený     "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "not installed "
 msgstr "nein¹talovaný "
 
-#: lib/query.c:265
+#: lib/query.c:263
 msgid "net shared    "
 msgstr "zdieµaný      "
 
-#: lib/query.c:267
+#: lib/query.c:265
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(neznámy %d)  "
 
-#: lib/query.c:271
+#: lib/query.c:269
 msgid "(no state)    "
 msgstr "(¾iadny stav) "
 
-#: lib/query.c:288 lib/query.c:331
+#: lib/query.c:286 lib/query.c:329
 msgid "package has neither file owner or id lists"
 msgstr "balík neobsahuje ani vlastníka súboru, ani zoznamy identifikácií"
 
-#: lib/query.c:375
+#: lib/query.c:373
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "zmazanie %s zlyhalo: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:492
+#: lib/query.c:490
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "otvorenie %s zlyhalo\n"
 
-#: lib/query.c:510
+#: lib/query.c:508
 msgid "old format source packages cannot be queried\n"
 msgstr "nie je mo¾né pýta» sa zdrojových balíkov v starom formáte\n"
 
-#: lib/query.c:519 lib/rpminstall.c:231
+#: lib/query.c:517 lib/rpminstall.c:231
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s zrejme nie je RPM balík\n"
 
-#: lib/query.c:523
+#: lib/query.c:521
 #, c-format
 msgid "query of %s failed\n"
 msgstr "otázka na %s zlyhala\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "otázka na spec-súbor %s zlyhala, nie je mo¾né analyzova»\n"
 
-#: lib/query.c:579
+#: lib/query.c:577
 #, fuzzy
 msgid "no packages\n"
 msgstr "nájdených %d balíkov\n"
 
-#: lib/query.c:589
+#: lib/query.c:587
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "skupina %s neobsahuje ¾iadne balíky\n"
 
-#: lib/query.c:599
+#: lib/query.c:597
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "¾iadny z balíkov nespú¹»a %s\n"
 
-#: lib/query.c:609
+#: lib/query.c:607
 #, c-format
 msgid "no package requires %s\n"
 msgstr "¾iadny z balíkov nevy¾aduje %s\n"
 
-#: lib/query.c:620
+#: lib/query.c:618
 #, c-format
 msgid "no package provides %s\n"
 msgstr "¾iadny z balíkov neposkytuje %s\n"
 
-#: lib/query.c:636
+#: lib/query.c:634
 #, c-format
 msgid "file %s: %s\n"
 msgstr "súbor %s: %s\n"
 
-#: lib/query.c:639
+#: lib/query.c:637
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
 
-#: lib/query.c:664
+#: lib/query.c:662
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "chybné èíslo balíku: %s\n"
 
-#: lib/query.c:667
+#: lib/query.c:665
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "po¾aduje sa záznam èíslo %d\n"
 
-#: lib/query.c:671
+#: lib/query.c:669
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "záznam %d nie je mo¾né preèíta»\n"
 
-#: lib/query.c:682 lib/rpminstall.c:435
+#: lib/query.c:680 lib/rpminstall.c:435
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "balík %s nie je nain¹talovaný\n"
 
-#: lib/query.c:769
-msgid "query package owning file"
-msgstr "opýta» sa balíku vlastniaceho súbor"
-
-#: lib/query.c:771
-msgid "query packages in group"
-msgstr "opýta» sa v¹etkých balíkov v skupine"
-
-#: lib/query.c:773
-msgid "query a package file"
-msgstr "opýta» sa súboru balíka"
-
-#: lib/query.c:775
-#, fuzzy
-msgid "rpm query mode"
-msgstr "re¾im otázok"
-
-#: lib/query.c:779
-msgid "display known query tags"
-msgstr ""
-
-#: lib/query.c:781
-msgid "query a spec file"
-msgstr "opýta» sa spec súboru"
-
-#: lib/query.c:783
-msgid "query the pacakges triggered by the package"
-msgstr "opýta» sa balíkov spustených balíkom"
-
-#: lib/query.c:785
-#, fuzzy
-msgid "rpm verify mode"
-msgstr "re¾im otázok"
-
-#: lib/query.c:787
-msgid "rpm verify mode (legacy)"
-msgstr ""
-
-#: lib/query.c:789
-msgid "query the packages which require a capability"
-msgstr "opýta» sa balíkov vy¾adujúcich schopnos»"
-
-#: lib/query.c:791
-msgid "query the packages which provide a capability"
-msgstr "opýta» sa balíkov poskytujúcich schopnos»"
-
-#: lib/query.c:831
-msgid "list all configuration files"
-msgstr "zobrazi» v¹etky konfiguraèné súbory"
-
-#: lib/query.c:833
-#, fuzzy
-msgid "list all documentation files"
-msgstr "zobrazi» v¹etky dokumentaèné súbory"
-
-#: lib/query.c:835
-msgid "dump basic file information"
-msgstr "zobrazi» základné informácie o balíku"
-
-#: lib/query.c:837
-msgid "list files in package"
-msgstr "zobrazi» súbory v balíku"
-
-#: lib/query.c:841
-msgid "use the following query format"
-msgstr "pou¾i» nasledovný formát otázky"
-
-#: lib/query.c:843
-#, fuzzy
-msgid "substitute i18n sections into spec file"
-msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
-
-#: lib/query.c:845
-msgid "display the states of the listed files"
-msgstr "zobrazii» stav daných súborov"
-
-#: lib/query.c:847
-msgid "display a verbose file listing"
-msgstr "zobrazi» podrobný zoznam súborov balíka"
-
 #: lib/rpmchecksig.c:31
 #, fuzzy, c-format
 msgid "%s: open failed: %s\n"
@@ -4112,6 +4032,61 @@ msgstr "ch
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nevyrie¹ené závislosti pre %s-%s-%s: "
 
+#~ msgid "query package owning file"
+#~ msgstr "opýta» sa balíku vlastniaceho súbor"
+
+#~ msgid "query packages in group"
+#~ msgstr "opýta» sa v¹etkých balíkov v skupine"
+
+#~ msgid "query a package file"
+#~ msgstr "opýta» sa súboru balíka"
+
+#, fuzzy
+#~ msgid "rpm query mode"
+#~ msgstr "re¾im otázok"
+
+#~ msgid "query a spec file"
+#~ msgstr "opýta» sa spec súboru"
+
+#~ msgid "query the pacakges triggered by the package"
+#~ msgstr "opýta» sa balíkov spustených balíkom"
+
+#, fuzzy
+#~ msgid "rpm verify mode"
+#~ msgstr "re¾im otázok"
+
+#~ msgid "query the packages which require a capability"
+#~ msgstr "opýta» sa balíkov vy¾adujúcich schopnos»"
+
+#~ msgid "query the packages which provide a capability"
+#~ msgstr "opýta» sa balíkov poskytujúcich schopnos»"
+
+#~ msgid "list all configuration files"
+#~ msgstr "zobrazi» v¹etky konfiguraèné súbory"
+
+#, fuzzy
+#~ msgid "list all documentation files"
+#~ msgstr "zobrazi» v¹etky dokumentaèné súbory"
+
+#~ msgid "dump basic file information"
+#~ msgstr "zobrazi» základné informácie o balíku"
+
+#~ msgid "list files in package"
+#~ msgstr "zobrazi» súbory v balíku"
+
+#~ msgid "use the following query format"
+#~ msgstr "pou¾i» nasledovný formát otázky"
+
+#, fuzzy
+#~ msgid "substitute i18n sections into spec file"
+#~ msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
+
+#~ msgid "display the states of the listed files"
+#~ msgstr "zobrazii» stav daných súborov"
+
+#~ msgid "display a verbose file listing"
+#~ msgstr "zobrazi» podrobný zoznam súborov balíka"
+
 #~ msgid "--buildarch has been obsoleted.  Use the --target option instead.\n"
 #~ msgstr "Voµba --buildarch je zastaralá. Pou¾ite namiesto nej --target.\n"
 
index 5463ed8..f4dd8e4 100644 (file)
--- a/po/sl.po
+++ b/po/sl.po
@@ -1,12 +1,12 @@
 # -*- mode:po; coding:iso-latin-2; -*- Slovenian messages for Redhat pkg. mngr.
 # Copyright (C) 2000 Free Software Foundation, Inc.
 # Primo¾ Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2000.
-# $Id: sl.po,v 1.48 2000/05/31 17:45:43 jbj Exp $
+# $Id: sl.po,v 1.49 2000/06/01 04:47:44 jbj Exp $
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 3.0.4\n"
-"POT-Creation-Date: 2000-05-31 13:32-0400\n"
+"POT-Creation-Date: 2000-06-01 00:32-0400\n"
 "PO-Revision-Date: 2000-02-17 22:25+01:00\n"
 "Last-Translator: Primo¾ Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>\n"
 "Language-Team: Slovenian <sl@li.org>\n"
@@ -65,117 +65,6 @@ msgstr "Izgradnja za ciljna strojna okolja: %s\n"
 msgid "Building for target %s\n"
 msgstr "Izgradnja za ciljni sistem %s\n"
 
-#: build.c:385
-msgid "buildroot already specified"
-msgstr "buildroot je ¾e doloèen"
-
-#: build.c:411
-msgid "build through %%prep stage from spec file"
-msgstr ""
-
-#: build.c:413
-msgid "build through %%build stage from spec file"
-msgstr ""
-
-#: build.c:415
-msgid "build through %%install stage from spec file"
-msgstr ""
-
-#: build.c:417
-#, fuzzy
-msgid "verify %%files section from spec file"
-msgstr "zamenjamo razdelje I18N z naslednjim katalogom"
-
-#: build.c:419
-#, fuzzy
-msgid "build source and binary package from spec file"
-msgstr "najdeno %d izvornih in %d binarnih paketov\n"
-
-#: build.c:421
-#, fuzzy
-msgid "build binary package from spec file"
-msgstr "izvorni paket ne vsebuje datoteke .spec"
-
-#: build.c:423
-#, fuzzy
-msgid "build source package from spec file"
-msgstr "izvorni paket ne vsebuje datoteke .spec"
-
-#: build.c:426
-msgid "build through %%prep stage from tar ball"
-msgstr ""
-
-#: build.c:428
-msgid "build through %%build stage from tar ball"
-msgstr ""
-
-#: build.c:430
-msgid "build through %%install stage from tar ball"
-msgstr ""
-
-#: build.c:432
-msgid "verify %%files section from tar ball"
-msgstr ""
-
-#: build.c:434
-#, fuzzy
-msgid "build source and binary package from tar ball"
-msgstr "najdeno %d izvornih in %d binarnih paketov\n"
-
-#: build.c:436
-msgid "build binary package from tar ball"
-msgstr ""
-
-#: build.c:438
-msgid "build source package from tar ball"
-msgstr ""
-
-#: build.c:441
-#, fuzzy
-msgid "build binary package from source package"
-msgstr "prevedeni paket (priprava, prevajanje, namestitev, izgradnja paketa)"
-
-#: build.c:443
-#, fuzzy
-msgid "build through %%install stage from source package"
-msgstr "name¹èanje izvornega paketa\n"
-
-#: build.c:446
-msgid "override build root"
-msgstr "preglasujemo vrhnji imenik izgradnje"
-
-#: build.c:448 rpm.c:485 rpmqv.c:607
-msgid "remove build tree when done"
-msgstr "po zakljuèku odstranimo delovni imenik"
-
-#: build.c:450
-msgid "do not execute any stages of the build"
-msgstr "ne izvajamo nobene od stopenj izgradnje"
-
-#: build.c:452
-msgid "do not accept I18N msgstr's from specfile"
-msgstr "ne sprejemamo internacionaliziranih katalogov iz datoteke spec"
-
-#: build.c:454 rpm.c:487 rpmqv.c:609
-msgid "remove sources when done"
-msgstr "po zakljuèku odstranimo izvorno kodo"
-
-#: build.c:456
-msgid "remove specfile when done"
-msgstr "po zakljuèku odstranimo datoteko spec"
-
-#: build.c:458 rpm.c:483 rpmqv.c:605
-msgid "skip straight to specified stage (only for c,i)"
-msgstr "preskoèimo naravnost na doloèeno stopnjo (samo za c,i)"
-
-#: build.c:460
-msgid "override target platform"
-msgstr "preglasujemo strojno okolje ciljnega sistema"
-
-#: build.c:462
-msgid "lookup I18N strings in specfile catalog"
-msgstr "upo¹tevamo internacionalizirana sporoèila v katalogu spec"
-
 #: convertdb.c:39
 msgid "RPM database already exists"
 msgstr "Podatovna zbirka RPM ¾e obstaja"
@@ -218,206 +107,206 @@ msgstr "paketa ni najti v podatkovni zbirki"
 msgid "no copyright!\n"
 msgstr "ni copyrighta!\n"
 
-#: rpm.c:182 rpmqv.c:277
+#: rpm.c:191 rpmqv.c:257
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:193 rpmqv.c:288
+#: rpm.c:202 rpmqv.c:268
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM razlièica %s\n"
 
-#: rpm.c:197 rpmqv.c:292
+#: rpm.c:206 rpmqv.c:272
 msgid "Copyright (C) 1998 - Red Hat Software"
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:198 rpmqv.c:293
+#: rpm.c:207 rpmqv.c:273
 msgid "This may be freely redistributed under the terms of the GNU GPL"
 msgstr ""
 "Dovoljeno je razmno¾evanje in raz¹irjanje pod pogoji, navedenimi v GNU GPL."
 
-#: rpm.c:206
+#: rpm.c:215
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "uporaba: rpm {--help}"
 
-#: rpm.c:207
+#: rpm.c:216
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:208
+#: rpm.c:217
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <imenik>]"
 
-#: rpm.c:209
+#: rpm.c:218
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:210 rpmqv.c:314
+#: rpm.c:219 rpmqv.c:294
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <imenik>]"
 
-#: rpm.c:211 rpmqv.c:315
+#: rpm.c:220 rpmqv.c:295
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:212 rpmqv.c:316
+#: rpm.c:221 rpmqv.c:296
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <datoteka>] [--ignorearch] [--dbpath "
 "<imenik>]"
 
-#: rpm.c:213 rpmqv.c:317
+#: rpm.c:222 rpmqv.c:297
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <imenik>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:214 rpmqv.c:318
+#: rpm.c:223 rpmqv.c:298
 msgid ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 msgstr ""
 "                        [--ftpproxy <raè.>] [--ftpport <vrata>] [--justdb]"
 
-#: rpm.c:215 rpm.c:224 rpm.c:233 rpmqv.c:319 rpmqv.c:328 rpmqv.c:343
+#: rpm.c:224 rpm.c:233 rpm.c:242 rpmqv.c:299 rpmqv.c:308 rpmqv.c:323
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--httpproxy <raè.>] [--httpport <vrata>] "
 
-#: rpm.c:216 rpm.c:226 rpmqv.c:320 rpmqv.c:330
+#: rpm.c:225 rpm.c:235 rpmqv.c:300 rpmqv.c:310
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate stara_pot=nova_pot]"
 
-#: rpm.c:217 rpmqv.c:321
+#: rpm.c:226 rpmqv.c:301
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--badreloc] [--notriggers] [--excludepath <pot>]"
 
-#: rpm.c:218 rpmqv.c:322
+#: rpm.c:227 rpmqv.c:302
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--ignoresize] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:219
+#: rpm.c:228
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:220 rpmqv.c:324
+#: rpm.c:229 rpmqv.c:304
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr "                        [--oldpackage] [--root <imenik>] [--noscripts]"
 
-#: rpm.c:221 rpmqv.c:325
+#: rpm.c:230 rpmqv.c:305
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <datoteka>]"
 
-#: rpm.c:222 rpmqv.c:326
+#: rpm.c:231 rpmqv.c:306
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <imenik>] [--prefix "
 "<imenik>] "
 
-#: rpm.c:223 rpmqv.c:327
+#: rpm.c:232 rpmqv.c:307
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <raè.>] [--ftpport <vrata>]"
 
-#: rpm.c:225 rpmqv.c:329
+#: rpm.c:234 rpmqv.c:309
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:227 rpmqv.c:331
+#: rpm.c:236 rpmqv.c:311
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                        [--badreloc] [--excludepath <pot>] [--ignoresize]"
 
-#: rpm.c:228 rpmqv.c:332
+#: rpm.c:237 rpmqv.c:312
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:229
+#: rpm.c:238
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:230 rpmqv.c:340
+#: rpm.c:239 rpmqv.c:320
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                        [--scripts] [--root <imenik>] [--rcfile <datoteka>]"
 
-#: rpm.c:231 rpmqv.c:341
+#: rpm.c:240 rpmqv.c:321
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr "                        [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:232 rpmqv.c:342
+#: rpm.c:241 rpmqv.c:322
 msgid ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
 msgstr ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <raè.>]"
 
-#: rpm.c:234 rpmqv.c:344
+#: rpm.c:243 rpmqv.c:324
 msgid ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 msgstr ""
 "                        [--ftpport <vrata>] [--provides] [--triggers] "
 "[--dump]"
 
-#: rpm.c:235 rpmqv.c:345
+#: rpm.c:244 rpmqv.c:325
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--changelog] [--dbpath <imenik>] [targets]"
 
-#: rpm.c:236
+#: rpm.c:245
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <imenik>] [--rcfile <datoteka>]"
 
-#: rpm.c:237 rpmqv.c:347
+#: rpm.c:246 rpmqv.c:327
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <imenik>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:238 rpmqv.c:348
+#: rpm.c:247 rpmqv.c:328
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [targets]"
 
-#: rpm.c:239
+#: rpm.c:248
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [target]"
 
-#: rpm.c:240
+#: rpm.c:249
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [target]"
 
-#: rpm.c:241
+#: rpm.c:250
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "       rpm {--freshen -F} datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:242
+#: rpm.c:251
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e} [--root <imenik>] [--noscripts] [--rcfile <datoteka>]"
 
-#: rpm.c:243 rpmqv.c:334
+#: rpm.c:252 rpmqv.c:314
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <imenik>] [--nodeps] [--allmatches]"
 
-#: rpm.c:244 rpmqv.c:335
+#: rpm.c:253 rpmqv.c:315
 msgid ""
 "                        [--justdb] [--notriggers] rpackage1 ... packageN"
 msgstr "                        [--justdb] [--notriggers] paket1 ... paketN"
 
-#: rpm.c:245
+#: rpm.c:254
 #, fuzzy
 msgid ""
 "       rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -426,276 +315,276 @@ msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<datoteka>]"
 
-#: rpm.c:246
+#: rpm.c:255
 msgid "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 msgstr "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 
-#: rpm.c:247 rpmqv.c:357
+#: rpm.c:256 rpmqv.c:337
 msgid "                        [--target=platform1[,platform2...]]"
 msgstr "                        [--target=okolje1[,okolje2...]]"
 
-#: rpm.c:248 rpmqv.c:358
+#: rpm.c:257 rpmqv.c:338
 msgid "                        [--rmsource] [--rmspec] specfile"
 msgstr "                        [--rmsource] [--rmspec] datoteka_spec"
 
-#: rpm.c:249
+#: rpm.c:258
 msgid "       rpm {--rmsource} [--rcfile <file>] [-v] specfile"
 msgstr "       rpm {--rmsource} [--rcfile <datoteka>] [-v] datoteka_spec"
 
-#: rpm.c:250
+#: rpm.c:259
 msgid ""
 "       rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <datoteka>] [-v] izvor1.rpm ... izvorN.rpm"
 
-#: rpm.c:251
+#: rpm.c:260
 msgid ""
 "       rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--recompile} [--rcfile <datoteka>] [-v] izvor1.rpm ... izvorN.rpm"
 
-#: rpm.c:252
+#: rpm.c:261
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
 
-#: rpm.c:253
+#: rpm.c:262
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
 
-#: rpm.c:254
+#: rpm.c:263
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
 "<datoteka>]"
 
-#: rpm.c:255 rpmqv.c:369
+#: rpm.c:264 rpmqv.c:349
 msgid "                           package1 ... packageN"
 msgstr "                           paket1 ... paket2"
 
-#: rpm.c:256
+#: rpm.c:265
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <datoteka>] [--dbpath <imenik>]"
 
-#: rpm.c:257
+#: rpm.c:266
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:291 rpmqv.c:405
+#: rpm.c:300 rpmqv.c:385
 #, fuzzy
 msgid "Usage:"
 msgstr "uporaba:"
 
-#: rpm.c:293 rpmqv.c:407
+#: rpm.c:302 rpmqv.c:387
 msgid "print this message"
 msgstr "to sporoèilo"
 
-#: rpm.c:295 rpmqv.c:409
+#: rpm.c:304 rpmqv.c:389
 msgid "print the version of rpm being used"
 msgstr "uporabljana razlièica rpm"
 
-#: rpm.c:298
+#: rpm.c:307
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   vsi naèini podpirajo naslednje argumente:"
 
-#: rpm.c:299
+#: rpm.c:308
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:300 rpmqv.c:414
+#: rpm.c:309 rpmqv.c:394
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:301
+#: rpm.c:310
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    --pipe <ukaz>         "
 
-#: rpm.c:302 rpmqv.c:416
+#: rpm.c:311 rpmqv.c:396
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "uporabljana razlièica rpm"
 
-#: rpm.c:303
+#: rpm.c:312
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <ukaz>         "
 
-#: rpm.c:304 rpmqv.c:418
+#: rpm.c:313 rpmqv.c:398
 msgid "send stdout to <cmd>"
 msgstr "standardni izhod preusmerimo na <ukaz>"
 
-#: rpm.c:305
+#: rpm.c:314
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "      --rcfile <datoteka> "
 
-#: rpm.c:306 rpmqv.c:420
+#: rpm.c:315 rpmqv.c:400
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "uporabite <datoteka> namesto /etc/rpmrc in $HOME/.rpmrc"
 
-#: rpm.c:308 rpmqv.c:422
+#: rpm.c:317 rpmqv.c:402
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:310 rpmqv.c:430
+#: rpm.c:319 rpmqv.c:410
 msgid "be a little more verbose"
 msgstr "z nekaj veè komentarja med potekom"
 
-#: rpm.c:312 rpmqv.c:432
+#: rpm.c:321 rpmqv.c:412
 msgid "be incredibly verbose (for debugging)"
 msgstr "z vsem komentarjem (za odpravo napak)"
 
-#: rpm.c:315
+#: rpm.c:324
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   namestitev, obnova in poizvedba (z -p) omogoèata, da namesto imen datotek"
 
-#: rpm.c:316
+#: rpm.c:325
 msgid "   of file names as well as the following options:"
 msgstr "   navedemo URL za FTP; poleg tega pa ¹e naslednje mo¾nosti:"
 
-#: rpm.c:317
+#: rpm.c:326
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <raè.>   "
 
-#: rpm.c:318 rpmqv.c:439
+#: rpm.c:327 rpmqv.c:419
 msgid "hostname or IP of ftp proxy"
 msgstr "ime raèunalnika ali IP za zastopnika FTP"
 
-#: rpm.c:319
+#: rpm.c:328
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <vrata>   "
 
-#: rpm.c:320 rpmqv.c:441
+#: rpm.c:329 rpmqv.c:421
 msgid "port number of ftp server (or proxy)"
 msgstr "¹tevilka vrat za FTP na stre¾niku ali zastopniku"
 
-#: rpm.c:321
+#: rpm.c:330
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "      --httpproxy <raè.>   "
 
-#: rpm.c:322 rpmqv.c:443
+#: rpm.c:331 rpmqv.c:423
 msgid "hostname or IP of http proxy"
 msgstr "ime raèunalnika ali IP za zastopnika HTTP"
 
-#: rpm.c:323
+#: rpm.c:332
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "      --httpport <vrata>   "
 
-#: rpm.c:324 rpmqv.c:445
+#: rpm.c:333 rpmqv.c:425
 msgid "port number of http server (or proxy)"
 msgstr "¹tevilka vrat za HTTP na stre¾niku ali zastopniku"
 
-#: rpm.c:328 rpmqv.c:465
+#: rpm.c:337 rpmqv.c:445
 msgid "query mode"
 msgstr "poizvedbeni naèin"
 
-#: rpm.c:329 rpm.c:375 rpm.c:400 rpm.c:452 rpm.c:526
+#: rpm.c:338 rpm.c:384 rpm.c:409 rpm.c:461 rpm.c:535
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <imenik>   "
 
-#: rpm.c:330 rpm.c:376 rpm.c:401 rpm.c:453 rpm.c:527 rpmqv.c:425
+#: rpm.c:339 rpm.c:385 rpm.c:410 rpm.c:462 rpm.c:536 rpmqv.c:405
 msgid "use <dir> as the directory for the database"
 msgstr "i¹èi podatkovno zbirko v <imeniku>"
 
-#: rpm.c:331
+#: rpm.c:340
 msgid "      --queryformat <qfmt>"
 msgstr "      --queryformat <qfmt>"
 
-#: rpm.c:332 rpmqv.c:467
+#: rpm.c:341 rpmqv.c:447
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "uporabi <qfmt> kot obliko glave (implicira -i)"
 
-#: rpm.c:333 rpm.c:377 rpm.c:435 rpm.c:464
+#: rpm.c:342 rpm.c:386 rpm.c:444 rpm.c:473
 msgid "      --root <dir>        "
 msgstr "      --root <imenik>     "
 
-#: rpm.c:334 rpm.c:378 rpm.c:436 rpm.c:465 rpm.c:529 rpmqv.c:427
+#: rpm.c:343 rpm.c:387 rpm.c:445 rpm.c:474 rpm.c:538 rpmqv.c:407
 msgid "use <dir> as the top level directory"
 msgstr "uporabi <imenik> za vrhnji imenik"
 
-#: rpm.c:335
+#: rpm.c:344
 msgid "      Package specification options:"
 msgstr "      Mo¾nosti za doloèitev paketov:"
 
-#: rpm.c:337
+#: rpm.c:346
 msgid "query all packages"
 msgstr "poizvedba po vseh paketih"
 
-#: rpm.c:338
+#: rpm.c:347
 msgid "        -f <file>+        "
 msgstr "        -f <datoteka>+    "
 
-#: rpm.c:339
+#: rpm.c:348
 msgid "query package owning <file>"
 msgstr "poizvedba po paketu, ki vsebuje <datoteko>"
 
-#: rpm.c:340
+#: rpm.c:349
 msgid "        -p <packagefile>+ "
 msgstr "        -p <paket>+       "
 
-#: rpm.c:341
+#: rpm.c:350
 msgid "query (uninstalled) package <packagefile>"
 msgstr "poizvedba po (¾e name¹èenem) <paketu>"
 
-#: rpm.c:342
+#: rpm.c:351
 msgid "        --triggeredby <pkg>"
 msgstr "        --triggeredby <pkg>"
 
-#: rpm.c:343
+#: rpm.c:352
 msgid "query packages triggered by <pkg>"
 msgstr "poizvedba po paketih, ki jih spro¾i paket <pkg>"
 
-#: rpm.c:344
+#: rpm.c:353
 msgid "        --whatprovides <cap>"
 msgstr "        --whatprovides <mo¾>"
 
-#: rpm.c:345
+#: rpm.c:354
 msgid "query packages which provide <cap> capability"
 msgstr "poizvedba po paketih, ki ponujajo dano <mo¾>nost"
 
-#: rpm.c:346
+#: rpm.c:355
 msgid "        --whatrequires <cap>"
 msgstr "        --whatrequires <mo¾>"
 
-#: rpm.c:347
+#: rpm.c:356
 msgid "query packages which require <cap> capability"
 msgstr "poizvedba po paketih, ki potrebujejo dano <mo¾>nost"
 
-#: rpm.c:348
+#: rpm.c:357
 msgid "      Information selection options:"
 msgstr "      Izbire izbora informacij:"
 
-#: rpm.c:350 rpmqv.c:471
+#: rpm.c:359 rpmqv.c:451
 msgid "display package information"
 msgstr "izpis informacij o paketu"
 
-#: rpm.c:352 rpmqv.c:473
+#: rpm.c:361 rpmqv.c:453
 msgid "display the package's change log"
 msgstr "izpis dnevnika sprememb paketa"
 
-#: rpm.c:354 rpmqv.c:475
+#: rpm.c:363 rpmqv.c:455
 msgid "display package file list"
 msgstr "izpis seznama datotek v paketu"
 
-#: rpm.c:356 rpmqv.c:477
+#: rpm.c:365 rpmqv.c:457
 msgid "show file states (implies -l)"
 msgstr "prikaz statusa datotek (privzema -i)"
 
-#: rpm.c:358 rpmqv.c:479
+#: rpm.c:367 rpmqv.c:459
 msgid "list only documentation files (implies -l)"
 msgstr "seznam datotek z dokumetacijo (privzema -i)"
 
-#: rpm.c:360 rpmqv.c:481
+#: rpm.c:369 rpmqv.c:461
 msgid "list only configuration files (implies -l)"
 msgstr "seznam nastavitvenih datotek (privzema -i)"
 
-#: rpm.c:362 rpmqv.c:483
+#: rpm.c:371 rpmqv.c:463
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -703,164 +592,164 @@ msgstr ""
 "prikaz vseh preverljivih informacij o vsaki datoteki (le skupaj z -l, -c ali "
 "-d)"
 
-#: rpm.c:364
+#: rpm.c:373
 msgid "list capabilities package provides"
 msgstr "izpis mo¾nosti, ki jih nudi paket"
 
-#: rpm.c:366
+#: rpm.c:375
 msgid "list package dependencies"
 msgstr "izpis odvisnosti paketa"
 
-#: rpm.c:368
+#: rpm.c:377
 msgid "print the various [un]install scripts"
 msgstr "izpis razliènih (od)namestitvenih skriptov"
 
-#: rpm.c:370
+#: rpm.c:379
 msgid "show the trigger scripts contained in the package"
 msgstr "prikaz pro¾ilnih skriptov, ki jih paket vsebuje"
 
-#: rpm.c:374 rpmqv.c:494
+#: rpm.c:383 rpmqv.c:474
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr "namestitev paketa preverimo z enakimi izbirnimi doloèili kot -q"
 
-#: rpm.c:380 rpm.c:422 rpm.c:457 rpmqv.c:496 rpmqv.c:542 rpmqv.c:576
+#: rpm.c:389 rpm.c:431 rpm.c:466 rpmqv.c:476 rpmqv.c:522 rpmqv.c:556
 msgid "do not verify package dependencies"
 msgstr "brez preverjanja soodvisnosti paketa"
 
-#: rpm.c:382 rpmqv.c:498
+#: rpm.c:391 rpmqv.c:478
 msgid "do not verify file md5 checksums"
 msgstr "brez preverjanja nadzorne vsote md5"
 
-#: rpm.c:384 rpmqv.c:500
+#: rpm.c:393 rpmqv.c:480
 msgid "do not verify file attributes"
 msgstr "brez preverjanja prilastkov datotek"
 
-#: rpm.c:386 rpmqv.c:503
+#: rpm.c:395 rpmqv.c:483
 msgid "list the tags that can be used in a query format"
 msgstr "izpi¹i znaèke, ki pridejo v po¹tev pri poizvedbi"
 
-#: rpm.c:389
+#: rpm.c:398
 msgid "    --install <packagefile>"
 msgstr "    --install <paket>      "
 
-#: rpm.c:390
+#: rpm.c:399
 msgid "    -i <packagefile>      "
 msgstr "    -i <paket>            "
 
-#: rpm.c:391 rpmqv.c:517
+#: rpm.c:400 rpmqv.c:497
 msgid "install package"
 msgstr "namestimo paket"
 
-#: rpm.c:392
+#: rpm.c:401
 msgid "      --excludepath <path>"
 msgstr "      --excludepath <pot> "
 
-#: rpm.c:393
+#: rpm.c:402
 msgid "skip files in path <path>"
 msgstr "preskoèimo datoteke v navedeni poti"
 
-#: rpm.c:394
+#: rpm.c:403
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <starapot>=<novapot>"
 
-#: rpm.c:395 rpmqv.c:554
+#: rpm.c:404 rpmqv.c:534
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "datoteke iz stare poti prestavimo v novo"
 
-#: rpm.c:397 rpmqv.c:522
+#: rpm.c:406 rpmqv.c:502
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "poti %s ni mo¾no premakniti za paket %s-%s-%s"
 
-#: rpm.c:398
+#: rpm.c:407
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <imenik>   "
 
-#: rpm.c:399 rpmqv.c:552
+#: rpm.c:408 rpmqv.c:532
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "èe je dovoljeno, paket prestavimo v <imenik>"
 
-#: rpm.c:403 rpmqv.c:524
+#: rpm.c:412 rpmqv.c:504
 msgid "do not install documentation"
 msgstr "brez namestitve dokumentacije"
 
-#: rpm.c:405 rpmqv.c:528
+#: rpm.c:414 rpmqv.c:508
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "okraj¹ava za --replacepkgs --replacefiles"
 
-#: rpm.c:407 rpmqv.c:530
+#: rpm.c:416 rpmqv.c:510
 msgid "print hash marks as package installs (good with -v)"
 msgstr "z izpisom znakov # ob namestitvi (uporabno z -v)"
 
-#: rpm.c:409 rpmqv.c:519
+#: rpm.c:418 rpmqv.c:499
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "namestitev vseh datotek, vkljuèno z nastavitvenimi, ki so sicer izpu¹èene"
 
-#: rpm.c:412 rpmqv.c:532
+#: rpm.c:421 rpmqv.c:512
 msgid "don't verify package architecture"
 msgstr "brez preverjanja arhitekture paketa"
 
-#: rpm.c:414 rpmqv.c:534
+#: rpm.c:423 rpmqv.c:514
 msgid "don't check disk space before installing"
 msgstr "brez preverjanja prostora na disku pred name¹èanjem"
 
-#: rpm.c:416 rpmqv.c:536
+#: rpm.c:425 rpmqv.c:516
 msgid "don't verify package operating system"
 msgstr "brez preverjanja operacijskega sistema paketa"
 
-#: rpm.c:418 rpmqv.c:538
+#: rpm.c:427 rpmqv.c:518
 msgid "install documentation"
 msgstr "namesti dokumentacijo"
 
-#: rpm.c:420 rpm.c:455 rpmqv.c:540 rpmqv.c:574
+#: rpm.c:429 rpm.c:464 rpmqv.c:520 rpmqv.c:554
 msgid "update the database, but do not modify the filesystem"
 msgstr "obnovi podatkovno zbirko, a ne spreminjaj datoteènega sistema"
 
-#: rpm.c:424 rpm.c:459 rpmqv.c:544 rpmqv.c:578
+#: rpm.c:433 rpm.c:468 rpmqv.c:524 rpmqv.c:558
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 "brez spreminjanja vrstnega reda paketov z namenom zadovoljevanja soodvisnosti"
 
-#: rpm.c:426
+#: rpm.c:435
 msgid "don't execute any installation scripts"
 msgstr "brez izvajanja namestitvenih skriptov"
 
-#: rpm.c:428 rpm.c:463 rpmqv.c:582
+#: rpm.c:437 rpm.c:472 rpmqv.c:562
 msgid "don't execute any scripts triggered by this package"
 msgstr "brez izvajanja katerihkoli skriptov, ki jih po¾ene ta paket"
 
-#: rpm.c:430 rpmqv.c:550
+#: rpm.c:439 rpmqv.c:530
 msgid "print percentages as package installs"
 msgstr "z izpisom procentov med namestitvijo"
 
-#: rpm.c:432 rpmqv.c:556
+#: rpm.c:441 rpmqv.c:536
 msgid "install even if the package replaces installed files"
 msgstr "namesti, èetudi paket pi¹e prek ¾e name¹èenih datotek"
 
-#: rpm.c:434 rpmqv.c:558
+#: rpm.c:443 rpmqv.c:538
 msgid "reinstall if the package is already present"
 msgstr "ponovno namesti, èe paket ¾e obstaja"
 
-#: rpm.c:438 rpmqv.c:560
+#: rpm.c:447 rpmqv.c:540
 msgid "don't install, but tell if it would work or not"
 msgstr "ne namesti, a ugotovi, èe bi delovalo"
 
-#: rpm.c:441
+#: rpm.c:450
 msgid "    --upgrade <packagefile>"
 msgstr "    --upgrade <paket>      "
 
-#: rpm.c:442
+#: rpm.c:451
 msgid "    -U <packagefile>      "
 msgstr "    -U <paket>            "
 
-#: rpm.c:443 rpmqv.c:564
+#: rpm.c:452 rpmqv.c:544
 msgid "upgrade package (same options as --install, plus)"
 msgstr "nadgradi paket (iste izbire kot --install in ¹e:)"
 
-#: rpm.c:445 rpmqv.c:566
+#: rpm.c:454 rpmqv.c:546
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -868,15 +757,15 @@ msgstr ""
 "nadgraditev na starej¹o razlièico paketa (--force pri nadgradnjah "
 "avtomatièno vkljuèi to izbiro)"
 
-#: rpm.c:447
+#: rpm.c:456
 msgid "    --erase <package>"
 msgstr "    --erase <paket>   "
 
-#: rpm.c:449 rpmqv.c:570
+#: rpm.c:458 rpmqv.c:550
 msgid "erase (uninstall) package"
 msgstr "zbri¹i (odstrani) paket"
 
-#: rpm.c:451 rpmqv.c:572
+#: rpm.c:460 rpmqv.c:552
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -884,91 +773,103 @@ msgstr ""
 "odstrani vse pakete, ki vsebujejo vzorec <paket> (sicer izidemo z izidom o "
 "napaki, èe <paket> doloèa veè paketov)"
 
-#: rpm.c:461 rpmqv.c:580
+#: rpm.c:470 rpmqv.c:560
 msgid "do not execute any package specific scripts"
 msgstr "brez izvajanja katerihkoli skriptov paketa"
 
-#: rpm.c:467
+#: rpm.c:476
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<stopnja> <spec>    "
 
-#: rpm.c:468
+#: rpm.c:477
 msgid "    -t<stage> <tarball>   "
 msgstr "    -t<stopnja> <arhiv tar>"
 
-#: rpm.c:469 rpmqv.c:589
+#: rpm.c:478 rpmqv.c:569
 msgid "build package, where <stage> is one of:"
 msgstr "zgradi paket do navedene stopnje, ki je ena od:"
 
-#: rpm.c:471 rpmqv.c:591
+#: rpm.c:480 rpmqv.c:571
 msgid "prep (unpack sources and apply patches)"
 msgstr "priprava (razpakiraj izvorno kodo in uporabi krparije)"
 
-#: rpm.c:473 rpmqv.c:593
+#: rpm.c:482 rpmqv.c:573
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "preverjanje (povr¹no preverjanje %files)"
 
-#: rpm.c:475 rpmqv.c:595
+#: rpm.c:484 rpmqv.c:575
 msgid "compile (prep and compile)"
 msgstr "prevod (priprava in prevajanje)"
 
-#: rpm.c:477 rpmqv.c:597
+#: rpm.c:486 rpmqv.c:577
 msgid "install (prep, compile, install)"
 msgstr "namestitev (pripava, prevajanje, namestitev)"
 
-#: rpm.c:479 rpmqv.c:599
+#: rpm.c:488 rpmqv.c:579
 msgid "binary package (prep, compile, install, package)"
 msgstr "prevedeni paket (priprava, prevajanje, namestitev, izgradnja paketa)"
 
-#: rpm.c:481 rpmqv.c:601
+#: rpm.c:490 rpmqv.c:581
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 "prevedeni in izvorni paket (priprava, prevajanje, namestitev, izgradnja "
 "paketa)"
 
-#: rpm.c:489 rpmqv.c:611
+#: lib/poptBT.c:155 rpm.c:492 rpmqv.c:585
+msgid "skip straight to specified stage (only for c,i)"
+msgstr "preskoèimo naravnost na doloèeno stopnjo (samo za c,i)"
+
+#: lib/poptBT.c:145 rpm.c:494 rpmqv.c:587
+msgid "remove build tree when done"
+msgstr "po zakljuèku odstranimo delovni imenik"
+
+#: lib/poptBT.c:151 rpm.c:496 rpmqv.c:589
+msgid "remove sources when done"
+msgstr "po zakljuèku odstranimo izvorno kodo"
+
+#: rpm.c:498 rpmqv.c:591
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "po zakljuèku odstranimo datoteko spec"
 
-#: rpm.c:491 rpmqv.c:613
+#: rpm.c:500 rpmqv.c:593
 msgid "generate PGP/GPG signature"
 msgstr "izdelava podpisa PGP/GPG"
 
-#: rpm.c:492
+#: rpm.c:501
 msgid "      --buildroot <dir>   "
 msgstr "      --buildroot <imenik>"
 
-#: rpm.c:493 rpmqv.c:615
+#: rpm.c:502 rpmqv.c:595
 msgid "use <dir> as the build root"
 msgstr "<imenik> naj bo korenski imenik pri izgradnji"
 
-#: rpm.c:494
+#: rpm.c:503
 msgid "      --target=<platform>+"
 msgstr "      --target=<s.okolje>+"
 
-#: rpm.c:495 rpmqv.c:617
+#: rpm.c:504 rpmqv.c:597
 msgid "build the packages for the build targets platform1...platformN."
 msgstr "izgradi pakete za navedena ciljna strojna okolja"
 
-#: rpm.c:497 rpmqv.c:619
+#: rpm.c:506 rpmqv.c:599
 msgid "do not execute any stages"
 msgstr "brez izvajanja katerekoli stopen izgradnje"
 
-#: rpm.c:498
+#: rpm.c:507
 msgid "      --timecheck <secs>  "
 msgstr "      --timecheck <sek>   "
 
-#: rpm.c:499
+#: rpm.c:508
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "najveèji dopustni èas izgradnje paketa (0 brez omejitev)"
 
-#: rpm.c:501
+#: rpm.c:510
 msgid "    --rebuild <src_pkg>   "
 msgstr "    --rebuild <izv.paket> "
 
-#: rpm.c:502 rpmqv.c:622
+#: rpm.c:511 rpmqv.c:602
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -976,65 +877,65 @@ msgstr ""
 "Namesti izvorni paket, izgradi prevedeni paket in pobri¹i datoteko spec, "
 "izvorno kodo, krpe in ikone."
 
-#: rpm.c:503
+#: rpm.c:512
 msgid "    --recompile <src_pkg> "
 msgstr "    --recompile <izv.pak.>"
 
-#: rpm.c:504 rpmqv.c:624
+#: rpm.c:513 rpmqv.c:604
 msgid "like --rebuild, but don't build any package"
 msgstr "kot --rebuild, a brez izgradnje kakr¹negakoli paketa"
 
-#: rpm.c:507
+#: rpm.c:516
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <paket>+     "
 
-#: rpm.c:508 rpmqv.c:630
+#: rpm.c:517 rpmqv.c:610
 msgid "sign a package (discard current signature)"
 msgstr "podpi¹i paket(e) (trenutni podpis zavr¾emo)"
 
-#: rpm.c:509
+#: rpm.c:518
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <paket>+    "
 
-#: rpm.c:510 rpmqv.c:632
+#: rpm.c:519 rpmqv.c:612
 msgid "add a signature to a package"
 msgstr "dodaj podpis k paketu(-om)"
 
-#: rpm.c:511
+#: rpm.c:520
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <paket>+   "
 
-#: rpm.c:512
+#: rpm.c:521
 #, fuzzy
 msgid "    -K <pkg>+           "
 msgstr "    --resign <paket>+     "
 
-#: rpm.c:513 rpmqv.c:636
+#: rpm.c:522 rpmqv.c:616
 msgid "verify package signature"
 msgstr "preveri podpis paketa(-ov)"
 
-#: rpm.c:515 rpmqv.c:638
+#: rpm.c:524 rpmqv.c:618
 msgid "skip any PGP signatures"
 msgstr "preskoèi vse podpise PGP"
 
-#: rpm.c:517 rpmqv.c:640
+#: rpm.c:526 rpmqv.c:620
 msgid "skip any GPG signatures"
 msgstr "preskoèi vse podpise GPG"
 
-#: rpm.c:519 rpmqv.c:642
+#: rpm.c:528 rpmqv.c:622
 msgid "skip any MD5 signatures"
 msgstr "preskoèi vse podpise MD5"
 
-#: rpm.c:523
+#: rpm.c:532
 msgid "make sure a valid database exists"
 msgstr "preveri, èe obstaja veljavna zbirka"
 
-#: rpm.c:525
+#: rpm.c:534
 msgid "rebuild database from existing database"
 msgstr "ponovno izgradi zbirko iz obstojeèe"
 
-#: rpm.c:533 rpmqv.c:505
+#: rpm.c:542 rpmqv.c:485
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -1042,7 +943,7 @@ msgstr ""
 "dovoljenja za datoteke postavimo na vrednosti v paketu, z istimi izbirnimi "
 "doloèilili kot pri -q"
 
-#: rpm.c:536 rpmqv.c:508
+#: rpm.c:545 rpmqv.c:488
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -1050,138 +951,138 @@ msgstr ""
 "lastnika in skupino datoteke postavimo na vrednosti v paketu, z istimi "
 "izbirnimi doloèili kot pri -q"
 
-#: rpm.c:673 rpm.c:679 rpm.c:686 rpm.c:692 rpm.c:701 rpm.c:723 rpm.c:729
-#: rpm.c:763 rpm.c:771 rpm.c:792 rpm.c:849 rpm.c:857 rpmqv.c:827 rpmqv.c:833
-#: rpmqv.c:842 rpmqv.c:851 rpmqv.c:857 rpmqv.c:863 rpmqv.c:897 rpmqv.c:904
-#: rpmqv.c:939 rpmqv.c:947 rpmqv.c:953 rpmqv.c:961 rpmqv.c:1019 rpmqv.c:1035
+#: rpm.c:682 rpm.c:688 rpm.c:695 rpm.c:701 rpm.c:710 rpm.c:732 rpm.c:738
+#: rpm.c:772 rpm.c:780 rpm.c:801 rpm.c:858 rpm.c:866 rpmqv.c:806 rpmqv.c:815
+#: rpmqv.c:821 rpmqv.c:827 rpmqv.c:861 rpmqv.c:868 rpmqv.c:903 rpmqv.c:911
+#: rpmqv.c:917 rpmqv.c:925 rpmqv.c:987
 msgid "only one major mode may be specified"
 msgstr "samo en glavni naèin sme biti izbran"
 
-#: rpm.c:694 rpmqv.c:844
+#: rpm.c:703 rpmqv.c:808
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u in --uninstall nista veè podprti izbiri in ne delujeta veè.\n"
 
-#: rpm.c:696 rpmqv.c:846
+#: rpm.c:705 rpmqv.c:810
 msgid "Use -e or --erase instead.\n"
 msgstr "Namesto njiju uporabite -e ali --erase.\n"
 
-#: rpm.c:736 rpm.c:742 rpm.c:749 rpm.c:756 rpm.c:865 rpmqv.c:910 rpmqv.c:916
-#: rpmqv.c:923 rpmqv.c:930 rpmqv.c:1043
+#: rpm.c:745 rpm.c:751 rpm.c:758 rpm.c:765 rpm.c:874 rpmqv.c:874 rpmqv.c:880
+#: rpmqv.c:887 rpmqv.c:894 rpmqv.c:1002
 msgid "one type of query/verify may be performed at a time"
 msgstr "samo en tip poizvedbe/preverjanja naenkrat je mo¾en"
 
-#: rpm.c:798 rpmqv.c:881
+#: rpm.c:807 rpmqv.c:845
 msgid "relocations must begin with a /"
 msgstr "prestavitve se morajo zaèeti z /"
 
-#: rpm.c:800 rpmqv.c:883
+#: rpm.c:809 rpmqv.c:847
 msgid "relocations must contain a ="
 msgstr "prestavitve morajo vsebovati ="
 
-#: rpm.c:803 rpmqv.c:886
+#: rpm.c:812 rpmqv.c:850
 msgid "relocations must have a / following the ="
 msgstr "prestavitve morajo imeti /, ki sledi ="
 
-#: rpm.c:812 rpmqv.c:870
+#: rpm.c:821 rpmqv.c:834
 msgid "exclude paths must begin with a /"
 msgstr "poti, ki jih preskoèimo, se morajo zaèeti z /"
 
-#: rpm.c:821 rpmqv.c:982
+#: rpm.c:830 rpmqv.c:946
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Interna napake pri obdelavi argumentov (%d)\n"
 
-#: rpm.c:871 rpmqv.c:1062
+#: rpm.c:880 rpmqv.c:1007
 msgid "unexpected query flags"
 msgstr "neprièakovane zastavice pri poizvedbi"
 
-#: rpm.c:874 rpmqv.c:1065
+#: rpm.c:883 rpmqv.c:1010
 msgid "unexpected query format"
 msgstr "neprièakovana oblika poizvedbe"
 
-#: rpm.c:877 rpmqv.c:1068
+#: rpm.c:886 rpmqv.c:1013
 msgid "unexpected query source"
 msgstr "neprièakovan izvor poizvedbe"
 
-#: rpm.c:880 rpmqv.c:1084
+#: rpm.c:889 rpmqv.c:1033
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 "--force smemo podati samo pri --install --upgrade, --rmsource in --rmspec"
 
-#: rpm.c:883 rpmqv.c:1089
+#: rpm.c:892 rpmqv.c:1038
 msgid "files may only be relocated during package installation"
 msgstr "datoteke lahko prestavimo samo pri namestitvi paketa"
 
-#: rpm.c:886 rpmqv.c:1092
+#: rpm.c:895 rpmqv.c:1041
 msgid "only one of --prefix or --relocate may be used"
 msgstr "izbiri --prefix in --relocate se izkljuèujeta"
 
-#: rpm.c:889 rpmqv.c:1095
+#: rpm.c:898 rpmqv.c:1044
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "izbiri --relocate in --excludepath lahko uporabimo samo pri namestitvi"
 
-#: rpm.c:892 rpmqv.c:1098
+#: rpm.c:901 rpmqv.c:1047
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix smemo uporabiti samo pri namestitvi"
 
-#: rpm.c:895 rpmqv.c:1101
+#: rpm.c:904 rpmqv.c:1050
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenti izbire --prefix se morajo zaèeti z /"
 
-#: rpm.c:898 rpmqv.c:1104
+#: rpm.c:907 rpmqv.c:1053
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) smemo podati samo ob namestitvi paketa"
 
-#: rpm.c:902 rpmqv.c:1108
+#: rpm.c:911 rpmqv.c:1057
 msgid "--percent may only be specified during package installation"
 msgstr "--percent smemo podati samo ob namestitvi paketa"
 
-#: rpm.c:906 rpmqv.c:1112
+#: rpm.c:915 rpmqv.c:1061
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles smemo podati samo ob namestitvi paketa"
 
-#: rpm.c:910 rpmqv.c:1116
+#: rpm.c:919 rpmqv.c:1065
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs smemo podati samo ob namestitvi paketa"
 
-#: rpm.c:914 rpmqv.c:1120
+#: rpm.c:923 rpmqv.c:1069
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs smemo podati samo ob namestitvi paketa"
 
-#: rpm.c:918 rpmqv.c:1124
+#: rpm.c:927 rpmqv.c:1073
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs smemo podati samo ob namestitvi paketa"
 
-#: rpm.c:922 rpmqv.c:1128
+#: rpm.c:931 rpmqv.c:1077
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "izbiri --excludedocs in --includedocs se izkljuèujeta"
 
-#: rpm.c:926 rpmqv.c:1132
+#: rpm.c:935 rpmqv.c:1081
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch smemo podati samo ob namestitvi paketa"
 
-#: rpm.c:930 rpmqv.c:1136
+#: rpm.c:939 rpmqv.c:1085
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos smemo podati samo ob namestitvi paketa"
 
-#: rpm.c:934 rpmqv.c:1140
+#: rpm.c:943 rpmqv.c:1089
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize smemo podati samo ob namestitvi paketa"
 
-#: rpm.c:938 rpmqv.c:1144
+#: rpm.c:947 rpmqv.c:1093
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches smemo podati samo ob odstranitvi paketa"
 
-#: rpm.c:942 rpmqv.c:1148
+#: rpm.c:951 rpmqv.c:1097
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles smemo podati samo ob namestitvi paketa"
 
-#: rpm.c:946 rpmqv.c:1152
+#: rpm.c:955 rpmqv.c:1101
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb smemo podati samo ob namestitvi ali odstranitvi paketa"
 
-#: rpm.c:951 rpmqv.c:1159
+#: rpm.c:960 rpmqv.c:1108
 msgid ""
 "--noscripts may only be specified during package installation, erasure, and "
 "verification"
@@ -1189,7 +1090,7 @@ msgstr ""
 "--noscripts smemo podati samo ob namestitvi, odstranitvi ali preverjanju "
 "paketa"
 
-#: rpm.c:955
+#: rpm.c:964
 msgid ""
 "--notriggers may only be specified during package installation, erasure, and "
 "verification"
@@ -1197,7 +1098,7 @@ msgstr ""
 "--notriggers smemo podati samo ob namestitvi, odstranitvi ali preverjanju "
 "paketa"
 
-#: rpm.c:959 rpmqv.c:1171
+#: rpm.c:968 rpmqv.c:1120
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
 "recompilation, installation,erasure, and verification"
@@ -1205,14 +1106,14 @@ msgstr ""
 "--nodeps smemo podati samo ob izgradnji, vnovièni izgradnji, prevajanju, "
 "namestitvi, odstranitvi ali preverjanju paketa"
 
-#: rpm.c:964 rpmqv.c:1176
+#: rpm.c:973 rpmqv.c:1125
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 "--test smemo podati samo ob namestitvi, odstranitvi ali izgradnji paketa"
 
-#: rpm.c:968 rpmqv.c:1181
+#: rpm.c:977 rpmqv.c:1130
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1220,97 +1121,97 @@ msgstr ""
 "--root (-r) smemo podati samo ob namestitvi, odstranitvi poizvedbi ali "
 "vnovièni izgradnji paketa"
 
-#: rpm.c:980 rpmqv.c:1193
+#: rpm.c:989 rpmqv.c:1142
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumenti izbire --root (-r) se morajo zaèeti z /"
 
-#: rpm.c:986 rpmqv.c:1200
+#: rpm.c:995 rpmqv.c:1149
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage smemo podati samo ob nadgradnji"
 
-#: rpm.c:989 rpmqv.c:1205
+#: rpm.c:998 rpmqv.c:1154
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp smemo podati samo ob preverjanju podpisa"
 
-#: rpm.c:992 rpmqv.c:1208
+#: rpm.c:1001 rpmqv.c:1157
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nogpg smemo podati samo ob preverjanju podpisa"
 
-#: rpm.c:995 rpmqv.c:1213
+#: rpm.c:1004 rpmqv.c:1162
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nomd5 smemo podati samo ob preverjanju podpisa ali paketa"
 
-#: rpm.c:1006 rpmqv.c:1226
+#: rpm.c:1015 rpmqv.c:1175
 msgid "no files to sign\n"
 msgstr "datoteka za podpis manjka\n"
 
-#: rpm.c:1011 rpmqv.c:1231
+#: rpm.c:1020 rpmqv.c:1180
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "dostop do datoteke %s ni mo¾en\n"
 
-#: rpm.c:1026 rpmqv.c:1247
+#: rpm.c:1035 rpmqv.c:1196
 msgid "pgp not found: "
 msgstr "pgp manjka: "
 
-#: rpm.c:1030 rpmqv.c:1251
+#: rpm.c:1039 rpmqv.c:1200
 msgid "Enter pass phrase: "
 msgstr "Vnesite pristopno geslo: "
 
-#: rpm.c:1032 rpmqv.c:1253
+#: rpm.c:1041 rpmqv.c:1202
 msgid "Pass phrase check failed\n"
 msgstr "Preverjanje pristopnega gesla neuspe¹no\n"
 
-#: rpm.c:1035 rpmqv.c:1256
+#: rpm.c:1044 rpmqv.c:1205
 msgid "Pass phrase is good.\n"
 msgstr "Pristopno geslo je pravo.\n"
 
-#: rpm.c:1040 rpmqv.c:1261
+#: rpm.c:1049 rpmqv.c:1210
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "Neveljaven %%_signature v makrodatoteki.\n"
 
-#: rpm.c:1046 rpmqv.c:1267
+#: rpm.c:1055 rpmqv.c:1216
 msgid "--sign may only be used during package building"
 msgstr "--sign smemo podati samo ob izgradnji paketa"
 
-#: rpm.c:1061 rpmqv.c:1283
+#: rpm.c:1070 rpmqv.c:1232
 msgid "exec failed\n"
 msgstr "exec neuspe¹en\n"
 
-#: rpm.c:1080 rpmqv.c:1552
+#: rpm.c:1089 rpmqv.c:1501
 msgid "unexpected arguments to --querytags "
 msgstr "neprièakovani argumenti za --querytags "
 
-#: rpm.c:1091 rpmqv.c:1574
+#: rpm.c:1100 rpmqv.c:1523
 msgid "no packages given for signature check"
 msgstr "paketi za preverjanje podpisa niso navedeni"
 
-#: rpm.c:1102 rpmqv.c:1585
+#: rpm.c:1111 rpmqv.c:1534
 msgid "no packages given for signing"
 msgstr "paketi za podpisovanje niso navedeni"
 
-#: rpm.c:1118 rpmqv.c:1425
+#: rpm.c:1127 rpmqv.c:1374
 msgid "no packages given for uninstall"
 msgstr "paketi za odstranitev niso navedeni"
 
-#: rpm.c:1168 rpmqv.c:1475
+#: rpm.c:1177 rpmqv.c:1424
 msgid "no packages given for install"
 msgstr "paketi za namestitev niso navedeni"
 
-#: rpm.c:1191 rpmqv.c:1515
+#: rpm.c:1200 rpmqv.c:1464
 msgid "extra arguments given for query of all packages"
 msgstr "pri poizvedbi paketov so podani odveèni argumenti"
 
-#: rpm.c:1196 rpmqv.c:1520
+#: rpm.c:1205 rpmqv.c:1469
 msgid "no arguments given for query"
 msgstr "argumenti za poizvedbo niso podani"
 
-#: rpm.c:1213 rpmqv.c:1540
+#: rpm.c:1222 rpmqv.c:1489
 msgid "extra arguments given for verify of all packages"
 msgstr "pri preverjanju paketov so podani odveèni argumenti"
 
-#: rpm.c:1217 rpmqv.c:1544
+#: rpm.c:1226 rpmqv.c:1493
 msgid "no arguments given for verify"
 msgstr "argumenti za preverjanje niso podani"
 
@@ -1332,73 +1233,73 @@ msgstr "napaka pri branju glave paketa\n"
 msgid "cannot re-open payload: %s\n"
 msgstr "ni mo¾no vnoviè odpreti (payload): %s\n"
 
-#: rpmqv.c:304
+#: rpmqv.c:284
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "uporaba: rpm {--help}"
 
-#: rpmqv.c:305
+#: rpmqv.c:285
 #, fuzzy, c-format
 msgid "       %s {--version}\n"
 msgstr "       rpm {--version}"
 
-#: rpmqv.c:308
+#: rpmqv.c:288
 #, fuzzy, c-format
 msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 msgstr "       rpm {--initdb}   [--dbpath <imenik>]"
 
-#: rpmqv.c:309
+#: rpmqv.c:289
 #, fuzzy, c-format
 msgid "       %s {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]\n"
 msgstr "       rpm {--rebuilddb} [--rcfile <datoteka>] [--dbpath <imenik>]"
 
-#: rpmqv.c:313
+#: rpmqv.c:293
 #, fuzzy, c-format
 msgid ""
 "       %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpmqv.c:323
+#: rpmqv.c:303
 #, fuzzy, c-format
 msgid ""
 "       %s {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpmqv.c:333
+#: rpmqv.c:313
 #, fuzzy, c-format
 msgid "       %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--erase -e} [--root <imenik>] [--noscripts] [--rcfile <datoteka>]"
 
-#: rpmqv.c:339
+#: rpmqv.c:319
 #, fuzzy, c-format
 msgid "       %s {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]\n"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpmqv.c:346
+#: rpmqv.c:326
 #, fuzzy, c-format
 msgid "       %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <imenik>] [--rcfile <datoteka>]"
 
-#: rpmqv.c:349
+#: rpmqv.c:329
 #, fuzzy, c-format
 msgid "       %s {--querytags}\n"
 msgstr "       rpm {--querytags}"
 
-#: rpmqv.c:350
+#: rpmqv.c:330
 #, fuzzy, c-format
 msgid "       %s {--setperms} [-afpg] [target]\n"
 msgstr "       rpm {--setperms} [-afpg] [target]"
 
-#: rpmqv.c:351
+#: rpmqv.c:331
 #, fuzzy, c-format
 msgid "       %s {--setugids} [-afpg] [target]\n"
 msgstr "       rpm {--setugids} [-afpg] [target]"
 
-#: rpmqv.c:355
+#: rpmqv.c:335
 #, fuzzy, c-format
 msgid ""
 "       %s {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -1407,46 +1308,46 @@ msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<datoteka>]"
 
-#: rpmqv.c:356
+#: rpmqv.c:336
 #, fuzzy
 msgid "                        [--sign] [--nobuild] ]"
 msgstr "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 
-#: rpmqv.c:359
+#: rpmqv.c:339
 #, fuzzy, c-format
 msgid "       %s {--rmsource} [--rcfile <file>] [-v] specfile\n"
 msgstr "       rpm {--rmsource} [--rcfile <datoteka>] [-v] datoteka_spec"
 
-#: rpmqv.c:360
+#: rpmqv.c:340
 #, fuzzy, c-format
 msgid ""
 "       %s {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <datoteka>] [-v] izvor1.rpm ... izvorN.rpm"
 
-#: rpmqv.c:361
+#: rpmqv.c:341
 #, fuzzy, c-format
 msgid ""
 "       %s {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "       rpm {--recompile} [--rcfile <datoteka>] [-v] izvor1.rpm ... izvorN.rpm"
 
-#: rpmqv.c:362
+#: rpmqv.c:342
 #, fuzzy, c-format
 msgid "       %s {--freshen -F} file1.rpm ... fileN.rpm\n"
 msgstr "       rpm {--freshen -F} datoteka1.rpm ... datotekaN.rpm"
 
-#: rpmqv.c:366
+#: rpmqv.c:346
 #, fuzzy, c-format
 msgid "       %s {--resign} [--rcfile <file>] package1 package2 ... packageN\n"
 msgstr "       rpm {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
 
-#: rpmqv.c:367
+#: rpmqv.c:347
 #, fuzzy, c-format
 msgid "       %s {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
 
-#: rpmqv.c:368
+#: rpmqv.c:348
 #, fuzzy, c-format
 msgid ""
 "       %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]\n"
@@ -1454,300 +1355,300 @@ msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
 "<datoteka>]"
 
-#: rpmqv.c:412
+#: rpmqv.c:392
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   vsi naèini podpirajo naslednje argumente:"
 
-#: rpmqv.c:413
+#: rpmqv.c:393
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:415
+#: rpmqv.c:395
 #, fuzzy
 msgid "   --eval '<name>+'       "
 msgstr "    --pipe <ukaz>         "
 
-#: rpmqv.c:417
+#: rpmqv.c:397
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    --pipe <ukaz>         "
 
-#: rpmqv.c:419
+#: rpmqv.c:399
 #, fuzzy
 msgid "   --rcfile <file>        "
 msgstr "      --rcfile <datoteka> "
 
-#: rpmqv.c:424
+#: rpmqv.c:404
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "      --dbpath <imenik>   "
 
-#: rpmqv.c:426
+#: rpmqv.c:406
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "      --root <imenik>     "
 
-#: rpmqv.c:436
+#: rpmqv.c:416
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 "   namestitev, obnova in poizvedba (z -p) omogoèata, da namesto imen datotek"
 
-#: rpmqv.c:437
+#: rpmqv.c:417
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   navedemo URL za FTP; poleg tega pa ¹e naslednje mo¾nosti:"
 
-#: rpmqv.c:438
+#: rpmqv.c:418
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "      --ftpproxy <raè.>   "
 
-#: rpmqv.c:440
+#: rpmqv.c:420
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "      --ftpport <vrata>   "
 
-#: rpmqv.c:442
+#: rpmqv.c:422
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "      --httpproxy <raè.>   "
 
-#: rpmqv.c:444
+#: rpmqv.c:424
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "      --httpport <vrata>   "
 
-#: rpmqv.c:450
+#: rpmqv.c:430
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Mo¾nosti za doloèitev paketov:"
 
-#: rpmqv.c:452
+#: rpmqv.c:432
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "poizvedba po vseh paketih"
 
-#: rpmqv.c:453
+#: rpmqv.c:433
 #, fuzzy
 msgid "     -f <file>+          "
 msgstr "        -f <datoteka>+    "
 
-#: rpmqv.c:454
+#: rpmqv.c:434
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "poizvedba po paketu, ki vsebuje <datoteko>"
 
-#: rpmqv.c:455
+#: rpmqv.c:435
 #, fuzzy
 msgid "     -p <packagefile>+   "
 msgstr "        -p <paket>+       "
 
-#: rpmqv.c:456
+#: rpmqv.c:436
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "poizvedba po (¾e name¹èenem) <paketu>"
 
-#: rpmqv.c:457
+#: rpmqv.c:437
 #, fuzzy
 msgid "     --triggeredby <pkg> "
 msgstr "        --triggeredby <pkg>"
 
-#: rpmqv.c:458
+#: rpmqv.c:438
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "poizvedba po paketih, ki jih spro¾i paket <pkg>"
 
-#: rpmqv.c:459
+#: rpmqv.c:439
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "        --whatprovides <mo¾>"
 
-#: rpmqv.c:460
+#: rpmqv.c:440
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "poizvedba po paketih, ki ponujajo dano <mo¾>nost"
 
-#: rpmqv.c:461
+#: rpmqv.c:441
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "        --whatrequires <mo¾>"
 
-#: rpmqv.c:462
+#: rpmqv.c:442
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "poizvedba po paketih, ki potrebujejo dano <mo¾>nost"
 
-#: rpmqv.c:466
+#: rpmqv.c:446
 #, fuzzy
 msgid "     --queryformat <qfmt> "
 msgstr "      --queryformat <qfmt>"
 
-#: rpmqv.c:469
+#: rpmqv.c:449
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Izbire izbora informacij:"
 
-#: rpmqv.c:485
+#: rpmqv.c:465
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "izpis mo¾nosti, ki jih nudi paket"
 
-#: rpmqv.c:487
+#: rpmqv.c:467
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "izpis mo¾nosti, ki jih nudi paket"
 
-#: rpmqv.c:489
+#: rpmqv.c:469
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "izpis razliènih (od)namestitvenih skriptov"
 
-#: rpmqv.c:491
+#: rpmqv.c:471
 #, fuzzy
 msgid "show the trigger scriptlets contained in the package"
 msgstr "prikaz pro¾ilnih skriptov, ki jih paket vsebuje"
 
-#: rpmqv.c:515
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "    --install <paket>      "
 
-#: rpmqv.c:516
+#: rpmqv.c:496
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -i <paket>            "
 
-#: rpmqv.c:525
+#: rpmqv.c:505
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "      --excludepath <pot> "
 
-#: rpmqv.c:526
+#: rpmqv.c:506
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "preskoèimo datoteke v navedeni poti"
 
-#: rpmqv.c:546
+#: rpmqv.c:526
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "brez izvajanja namestitvenih skriptov"
 
-#: rpmqv.c:548
+#: rpmqv.c:528
 #, fuzzy
 msgid "don't execute any scriptlets triggered by this package"
 msgstr "brez izvajanja katerihkoli skriptov, ki jih po¾ene ta paket"
 
-#: rpmqv.c:551
+#: rpmqv.c:531
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "      --prefix <imenik>   "
 
-#: rpmqv.c:553
+#: rpmqv.c:533
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <starapot>=<novapot>"
 
-#: rpmqv.c:562
+#: rpmqv.c:542
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "    --upgrade <paket>      "
 
-#: rpmqv.c:563
+#: rpmqv.c:543
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -U <paket>            "
 
-#: rpmqv.c:568
+#: rpmqv.c:548
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "    --erase <paket>   "
 
-#: rpmqv.c:587
+#: rpmqv.c:567
 #, fuzzy
 msgid "   -b<stage> <spec>       "
 msgstr "    -b<stopnja> <spec>    "
 
-#: rpmqv.c:588
+#: rpmqv.c:568
 #, fuzzy
 msgid "   -t<stage> <tarball>    "
 msgstr "    -t<stopnja> <arhiv tar>"
 
-#: rpmqv.c:603
+#: rpmqv.c:583
 #, fuzzy
 msgid "package src rpm only"
 msgstr "paket nima imena"
 
-#: rpmqv.c:614
+#: rpmqv.c:594
 #, fuzzy
 msgid "     --buildroot <dir>    "
 msgstr "      --buildroot <imenik>"
 
-#: rpmqv.c:616
+#: rpmqv.c:596
 #, fuzzy
 msgid "     --target=<platform>+ "
 msgstr "      --target=<s.okolje>+"
 
-#: rpmqv.c:621
+#: rpmqv.c:601
 #, fuzzy
 msgid "   --rebuild <src_pkg>    "
 msgstr "    --rebuild <izv.paket> "
 
-#: rpmqv.c:623
+#: rpmqv.c:603
 #, fuzzy
 msgid "   --recompile <src_pkg>  "
 msgstr "    --recompile <izv.pak.>"
 
-#: rpmqv.c:629
+#: rpmqv.c:609
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    --resign <paket>+     "
 
-#: rpmqv.c:631
+#: rpmqv.c:611
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    --addsign <paket>+    "
 
-#: rpmqv.c:634
+#: rpmqv.c:614
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    --checksig <paket>+   "
 
-#: rpmqv.c:635
+#: rpmqv.c:615
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    --resign <paket>+     "
 
-#: rpmqv.c:648
+#: rpmqv.c:628
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:650
+#: rpmqv.c:630
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "ponovno izgradi zbirko iz obstojeèe"
 
-#: rpmqv.c:1057
+#: rpmqv.c:1017
 msgid "--dbpath given for operation that does not use a database"
 msgstr "podani --dbpath ne uporablja podatkovne zbirke"
 
-#: rpmqv.c:1165
+#: rpmqv.c:1114
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation and erasure"
 msgstr "--justdb smemo podati samo ob namestitvi ali odstranitvi paketa"
 
-#: rpmqv.c:1323
+#: rpmqv.c:1272
 msgid "no packages files given for rebuild"
 msgstr "paketi za vnovièno izgradnjo niso navedeni"
 
-#: rpmqv.c:1393
+#: rpmqv.c:1342
 msgid "no spec files given for build"
 msgstr "datoteka spec za izgradnjo manjka"
 
-#: rpmqv.c:1395
+#: rpmqv.c:1344
 msgid "no tar files given for build"
 msgstr "arhiv tar za izgradnjo manjka"
 
@@ -3069,6 +2970,105 @@ msgid ""
 "only packages with major numbers <= 3 are supported by this version of RPM"
 msgstr "ta razlièica RPM podpira samo pakete z glavnim ¹tevilom razlièice <= 3"
 
+#: lib/poptBT.c:82
+msgid "buildroot already specified"
+msgstr "buildroot je ¾e doloèen"
+
+#: lib/poptBT.c:108
+msgid "build through %%prep stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:110
+msgid "build through %%build stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:112
+msgid "build through %%install stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:114
+#, fuzzy
+msgid "verify %%files section from spec file"
+msgstr "zamenjamo razdelje I18N z naslednjim katalogom"
+
+#: lib/poptBT.c:116
+#, fuzzy
+msgid "build source and binary package from spec file"
+msgstr "najdeno %d izvornih in %d binarnih paketov\n"
+
+#: lib/poptBT.c:118
+#, fuzzy
+msgid "build binary package from spec file"
+msgstr "izvorni paket ne vsebuje datoteke .spec"
+
+#: lib/poptBT.c:120
+#, fuzzy
+msgid "build source package from spec file"
+msgstr "izvorni paket ne vsebuje datoteke .spec"
+
+#: lib/poptBT.c:123
+msgid "build through %%prep stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:125
+msgid "build through %%build stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:127
+msgid "build through %%install stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:129
+msgid "verify %%files section from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:131
+#, fuzzy
+msgid "build source and binary package from tar ball"
+msgstr "najdeno %d izvornih in %d binarnih paketov\n"
+
+#: lib/poptBT.c:133
+msgid "build binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:135
+msgid "build source package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:138
+#, fuzzy
+msgid "build binary package from source package"
+msgstr "prevedeni paket (priprava, prevajanje, namestitev, izgradnja paketa)"
+
+#: lib/poptBT.c:140
+#, fuzzy
+msgid "build through %%install stage from source package"
+msgstr "name¹èanje izvornega paketa\n"
+
+#: lib/poptBT.c:143
+msgid "override build root"
+msgstr "preglasujemo vrhnji imenik izgradnje"
+
+#: lib/poptBT.c:147
+msgid "do not execute any stages of the build"
+msgstr "ne izvajamo nobene od stopenj izgradnje"
+
+#: lib/poptBT.c:149
+msgid "do not accept I18N msgstr's from specfile"
+msgstr "ne sprejemamo internacionaliziranih katalogov iz datoteke spec"
+
+#: lib/poptBT.c:153
+msgid "remove specfile when done"
+msgstr "po zakljuèku odstranimo datoteko spec"
+
+#: lib/poptBT.c:157
+msgid "override target platform"
+msgstr "preglasujemo strojno okolje ciljnega sistema"
+
+#: lib/poptBT.c:159
+msgid "lookup I18N strings in specfile catalog"
+msgstr "upo¹tevamo internacionalizirana sporoèila v katalogu spec"
+
 #: lib/problems.c:43
 #, c-format
 msgid " is needed by %s-%s-%s\n"
@@ -3126,208 +3126,129 @@ msgstr "namestitev paketa %s-%s-%s zahteva %ld%cb na datote
 msgid "unknown error %d encountered while manipulating package %s-%s-%s"
 msgstr "neznana napaka %d ob rokovanju s paketom %s-%s-%s"
 
-#: lib/query.c:141
+#: lib/query.c:139
 #, c-format
 msgid "error in format: %s\n"
 msgstr "napaka v obliki: %s\n"
 
-#: lib/query.c:200
+#: lib/query.c:198
 msgid "(contains no files)"
 msgstr "(ne vsebuje datotek)"
 
-#: lib/query.c:259
+#: lib/query.c:257
 msgid "normal        "
 msgstr "normalno      "
 
-#: lib/query.c:261
+#: lib/query.c:259
 msgid "replaced      "
 msgstr "nadome¹èeno   "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "not installed "
 msgstr "ni name¹èeno  "
 
-#: lib/query.c:265
+#: lib/query.c:263
 msgid "net shared    "
 msgstr "omre¾ni       "
 
-#: lib/query.c:267
+#: lib/query.c:265
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(neznano %3d) "
 
-#: lib/query.c:271
+#: lib/query.c:269
 msgid "(no state)    "
 msgstr "(brez stanja) "
 
-#: lib/query.c:288 lib/query.c:331
+#: lib/query.c:286 lib/query.c:329
 msgid "package has neither file owner or id lists"
 msgstr "paket ne vsebuje ne lastnika datotek niti seznamov id"
 
-#: lib/query.c:375
+#: lib/query.c:373
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "ni mo¾no zbrisati %s: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:492
+#: lib/query.c:490
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "odpiranje %s neuspe¹no: %s\n"
 
-#: lib/query.c:510
+#: lib/query.c:508
 msgid "old format source packages cannot be queried\n"
 msgstr "poizvedba po izvornih paketih v stari obliki ni mo¾na\n"
 
-#: lib/query.c:519 lib/rpminstall.c:231
+#: lib/query.c:517 lib/rpminstall.c:231
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s najverjetneje ni paket RPM\n"
 
-#: lib/query.c:523
+#: lib/query.c:521
 #, c-format
 msgid "query of %s failed\n"
 msgstr "poizvedba po %s neuspe¹na\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "poizvedba po datoteki spec %s neuspe¹na, razèlemba ni mo¾na\n"
 
-#: lib/query.c:579
+#: lib/query.c:577
 #, fuzzy
 msgid "no packages\n"
 msgstr "najdeno %d paketov\n"
 
-#: lib/query.c:589
+#: lib/query.c:587
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "skupina %s ne vsebuje nobenega paketa\n"
 
-#: lib/query.c:599
+#: lib/query.c:597
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "noben paket ne pro¾i %s\n"
 
-#: lib/query.c:609
+#: lib/query.c:607
 #, c-format
 msgid "no package requires %s\n"
 msgstr "noben paket ne potrebuje %s\n"
 
-#: lib/query.c:620
+#: lib/query.c:618
 #, c-format
 msgid "no package provides %s\n"
 msgstr "noben paket ne nudi %s\n"
 
-#: lib/query.c:636
+#: lib/query.c:634
 #, c-format
 msgid "file %s: %s\n"
 msgstr "datoteka %s: %s\n"
 
-#: lib/query.c:639
+#: lib/query.c:637
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "datoteka %s ni del nobenega paketa\n"
 
-#: lib/query.c:664
+#: lib/query.c:662
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "neveljavna ¹tevilka paketa: %s\n"
 
-#: lib/query.c:667
+#: lib/query.c:665
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "¹tevilka zapisa paketa: %d\n"
 
-#: lib/query.c:671
+#: lib/query.c:669
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "zapisa %d ni mo¾no prebrati\n"
 
-#: lib/query.c:682 lib/rpminstall.c:435
+#: lib/query.c:680 lib/rpminstall.c:435
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paket %s ni name¹èen\n"
 
-#: lib/query.c:769
-msgid "query package owning file"
-msgstr "poizvedba po paketu, ki vsebuje datoteko"
-
-#: lib/query.c:771
-msgid "query packages in group"
-msgstr "poizvedba po paketu v skupini"
-
-#: lib/query.c:773
-msgid "query a package file"
-msgstr "poizvedba po paketu"
-
-#: lib/query.c:775
-#, fuzzy
-msgid "rpm query mode"
-msgstr "poizvedbeni naèin"
-
-#: lib/query.c:779
-msgid "display known query tags"
-msgstr ""
-
-#: lib/query.c:781
-msgid "query a spec file"
-msgstr "poizvedba po datoteki spec"
-
-#: lib/query.c:783
-msgid "query the pacakges triggered by the package"
-msgstr "poizvedba po paketih, ki jih spro¾i paket"
-
-#: lib/query.c:785
-#, fuzzy
-msgid "rpm verify mode"
-msgstr "poizvedbeni naèin"
-
-#: lib/query.c:787
-msgid "rpm verify mode (legacy)"
-msgstr ""
-
-#: lib/query.c:789
-msgid "query the packages which require a capability"
-msgstr "poizvedba po paketih, ki zahtevajo zmo¾nost"
-
-#: lib/query.c:791
-msgid "query the packages which provide a capability"
-msgstr "poizvedba po paketih, ki nudijo zmo¾nost"
-
-#: lib/query.c:831
-msgid "list all configuration files"
-msgstr "seznam vseh nastavitvenih datotek"
-
-#: lib/query.c:833
-msgid "list all documentation files"
-msgstr "seznam vseh dokumentacijskih datotek"
-
-#: lib/query.c:835
-msgid "dump basic file information"
-msgstr "iznos osnovnih podatkov o datoteki"
-
-#: lib/query.c:837
-msgid "list files in package"
-msgstr "seznam datotek v paketu"
-
-#: lib/query.c:841
-msgid "use the following query format"
-msgstr "uporabi naslednjo obliko poizvedbe"
-
-#: lib/query.c:843
-#, fuzzy
-msgid "substitute i18n sections into spec file"
-msgstr "zamenjamo razdelje I18N z naslednjim katalogom"
-
-#: lib/query.c:845
-msgid "display the states of the listed files"
-msgstr "izpis stanja seznama datotek"
-
-#: lib/query.c:847
-msgid "display a verbose file listing"
-msgstr "izpis ob¹irnega seznama datotek"
-
 #: lib/rpmchecksig.c:31
 #, c-format
 msgid "%s: open failed: %s\n"
@@ -4091,6 +4012,60 @@ msgstr "manjka     %s\n"
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nezadovoljene soodvisnosti za %s-%s-%s: "
 
+#~ msgid "query package owning file"
+#~ msgstr "poizvedba po paketu, ki vsebuje datoteko"
+
+#~ msgid "query packages in group"
+#~ msgstr "poizvedba po paketu v skupini"
+
+#~ msgid "query a package file"
+#~ msgstr "poizvedba po paketu"
+
+#, fuzzy
+#~ msgid "rpm query mode"
+#~ msgstr "poizvedbeni naèin"
+
+#~ msgid "query a spec file"
+#~ msgstr "poizvedba po datoteki spec"
+
+#~ msgid "query the pacakges triggered by the package"
+#~ msgstr "poizvedba po paketih, ki jih spro¾i paket"
+
+#, fuzzy
+#~ msgid "rpm verify mode"
+#~ msgstr "poizvedbeni naèin"
+
+#~ msgid "query the packages which require a capability"
+#~ msgstr "poizvedba po paketih, ki zahtevajo zmo¾nost"
+
+#~ msgid "query the packages which provide a capability"
+#~ msgstr "poizvedba po paketih, ki nudijo zmo¾nost"
+
+#~ msgid "list all configuration files"
+#~ msgstr "seznam vseh nastavitvenih datotek"
+
+#~ msgid "list all documentation files"
+#~ msgstr "seznam vseh dokumentacijskih datotek"
+
+#~ msgid "dump basic file information"
+#~ msgstr "iznos osnovnih podatkov o datoteki"
+
+#~ msgid "list files in package"
+#~ msgstr "seznam datotek v paketu"
+
+#~ msgid "use the following query format"
+#~ msgstr "uporabi naslednjo obliko poizvedbe"
+
+#, fuzzy
+#~ msgid "substitute i18n sections into spec file"
+#~ msgstr "zamenjamo razdelje I18N z naslednjim katalogom"
+
+#~ msgid "display the states of the listed files"
+#~ msgstr "izpis stanja seznama datotek"
+
+#~ msgid "display a verbose file listing"
+#~ msgstr "izpis ob¹irnega seznama datotek"
+
 #~ msgid "--buildarch has been obsoleted.  Use the --target option instead.\n"
 #~ msgstr "--buildarch je opu¹èena izbira. Uporabite namesto nje --target.\n"
 
index 297eed2..a2150c5 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -1,6 +1,6 @@
 msgid ""
 msgstr ""
-"POT-Creation-Date: 2000-05-31 13:32-0400\n"
+"POT-Creation-Date: 2000-06-01 00:32-0400\n"
 "Content-Type: text/plain; charset=\n"
 "Date: 1998-05-02 21:41:47-0400\n"
 "From: Erik Troan <ewt@lacrosse.redhat.com>\n"
@@ -70,122 +70,6 @@ msgstr ""
 msgid "Building for target %s\n"
 msgstr "gre¹ka potrage za paketom %s\n"
 
-#: build.c:385
-msgid "buildroot already specified"
-msgstr ""
-
-#: build.c:411
-msgid "build through %%prep stage from spec file"
-msgstr ""
-
-#: build.c:413
-msgid "build through %%build stage from spec file"
-msgstr ""
-
-#: build.c:415
-msgid "build through %%install stage from spec file"
-msgstr ""
-
-#: build.c:417
-#, fuzzy
-msgid "verify %%files section from spec file"
-msgstr "upit nad paketom koji ima <datoteku>"
-
-#: build.c:419
-#, fuzzy
-msgid "build source and binary package from spec file"
-msgstr "grupa %s ne sadr¾i nijedan paket\n"
-
-#: build.c:421
-#, fuzzy
-msgid "build binary package from spec file"
-msgstr "upit nad paketom koji ima <datoteku>"
-
-#: build.c:423
-#, fuzzy
-msgid "build source package from spec file"
-msgstr "upit nad paketom koji ima <datoteku>"
-
-#: build.c:426
-msgid "build through %%prep stage from tar ball"
-msgstr ""
-
-#: build.c:428
-msgid "build through %%build stage from tar ball"
-msgstr ""
-
-#: build.c:430
-msgid "build through %%install stage from tar ball"
-msgstr ""
-
-#: build.c:432
-msgid "verify %%files section from tar ball"
-msgstr ""
-
-#: build.c:434
-#, fuzzy
-msgid "build source and binary package from tar ball"
-msgstr "grupa %s ne sadr¾i nijedan paket\n"
-
-#: build.c:436
-msgid "build binary package from tar ball"
-msgstr ""
-
-#: build.c:438
-#, fuzzy
-msgid "build source package from tar ball"
-msgstr "napravi pakete za operativni sistem <os>"
-
-#: build.c:441
-#, fuzzy
-msgid "build binary package from source package"
-msgstr "binarni paket (priprema, kompilacija, instalacija, pakovanje)"
-
-#: build.c:443
-#, fuzzy
-msgid "build through %%install stage from source package"
-msgstr "instaliraj paket"
-
-#: build.c:446
-#, fuzzy
-msgid "override build root"
-msgstr "koristi <dir> kao korenski katalog kod kreiranja"
-
-#: build.c:448 rpm.c:485 rpmqv.c:607
-msgid "remove build tree when done"
-msgstr "ukloni stablo direktorijuma po zavr¹etku"
-
-#: build.c:450
-#, fuzzy
-msgid "do not execute any stages of the build"
-msgstr "nemoj izvr¹iti nijednu fazu"
-
-#: build.c:452
-msgid "do not accept I18N msgstr's from specfile"
-msgstr ""
-
-#: build.c:454 rpm.c:487 rpmqv.c:609
-#, fuzzy
-msgid "remove sources when done"
-msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
-
-#: build.c:456
-#, fuzzy
-msgid "remove specfile when done"
-msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
-
-#: build.c:458 rpm.c:483 rpmqv.c:605
-msgid "skip straight to specified stage (only for c,i)"
-msgstr "idi pravo do odreðene faze (samo za k,i)"
-
-#: build.c:460
-msgid "override target platform"
-msgstr ""
-
-#: build.c:462
-msgid "lookup I18N strings in specfile catalog"
-msgstr ""
-
 #: convertdb.c:39
 #, fuzzy
 msgid "RPM database already exists"
@@ -230,478 +114,478 @@ msgstr "paket %s nije na
 msgid "no copyright!\n"
 msgstr ""
 
-#: rpm.c:182 rpmqv.c:277
+#: rpm.c:191 rpmqv.c:257
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
 
-#: rpm.c:193 rpmqv.c:288
+#: rpm.c:202 rpmqv.c:268
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM verzija %s\n"
 
-#: rpm.c:197 rpmqv.c:292
+#: rpm.c:206 rpmqv.c:272
 msgid "Copyright (C) 1998 - Red Hat Software"
 msgstr ""
 
-#: rpm.c:198 rpmqv.c:293
+#: rpm.c:207 rpmqv.c:273
 msgid "This may be freely redistributed under the terms of the GNU GPL"
 msgstr "Mo¾ete slobodno distribuirati dalje pod odredbama GNU GPL"
 
-#: rpm.c:206
+#: rpm.c:215
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "kori¹æenje: {rpm --help}"
 
-#: rpm.c:207
+#: rpm.c:216
 msgid "       rpm {--version}"
 msgstr ""
 
-#: rpm.c:208
+#: rpm.c:217
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:209
+#: rpm.c:218
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:210 rpmqv.c:314
+#: rpm.c:219 rpmqv.c:294
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 
-#: rpm.c:211 rpmqv.c:315
+#: rpm.c:220 rpmqv.c:295
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr ""
 
-#: rpm.c:212 rpmqv.c:316
+#: rpm.c:221 rpmqv.c:296
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:213 rpmqv.c:317
+#: rpm.c:222 rpmqv.c:297
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 
-#: rpm.c:214 rpmqv.c:318
+#: rpm.c:223 rpmqv.c:298
 msgid ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 msgstr ""
 
-#: rpm.c:215 rpm.c:224 rpm.c:233 rpmqv.c:319 rpmqv.c:328 rpmqv.c:343
+#: rpm.c:224 rpm.c:233 rpm.c:242 rpmqv.c:299 rpmqv.c:308 rpmqv.c:323
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "\t\t\t   paket1 ...paketN"
 
-#: rpm.c:216 rpm.c:226 rpmqv.c:320 rpmqv.c:330
+#: rpm.c:225 rpm.c:235 rpmqv.c:300 rpmqv.c:310
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr ""
 
-#: rpm.c:217 rpmqv.c:321
+#: rpm.c:226 rpmqv.c:301
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:218 rpmqv.c:322
+#: rpm.c:227 rpmqv.c:302
 #, fuzzy
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:219
+#: rpm.c:228
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 
-#: rpm.c:220 rpmqv.c:324
+#: rpm.c:229 rpmqv.c:304
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr ""
 
-#: rpm.c:221 rpmqv.c:325
+#: rpm.c:230 rpmqv.c:305
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:222 rpmqv.c:326
+#: rpm.c:231 rpmqv.c:306
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 
-#: rpm.c:223 rpmqv.c:327
+#: rpm.c:232 rpmqv.c:307
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr ""
 
-#: rpm.c:225 rpmqv.c:329
+#: rpm.c:234 rpmqv.c:309
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 
-#: rpm.c:227 rpmqv.c:331
+#: rpm.c:236 rpmqv.c:311
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr "\t\t\t   paket1 ...paketN"
 
-#: rpm.c:228 rpmqv.c:332
+#: rpm.c:237 rpmqv.c:312
 #, fuzzy
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:229
+#: rpm.c:238
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr ""
 
-#: rpm.c:230 rpmqv.c:340
+#: rpm.c:239 rpmqv.c:320
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:231 rpmqv.c:341
+#: rpm.c:240 rpmqv.c:321
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:232 rpmqv.c:342
+#: rpm.c:241 rpmqv.c:322
 msgid ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
 msgstr ""
 
-#: rpm.c:234 rpmqv.c:344
+#: rpm.c:243 rpmqv.c:324
 msgid ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 msgstr ""
 
-#: rpm.c:235 rpmqv.c:345
+#: rpm.c:244 rpmqv.c:325
 #, fuzzy
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "\t\t\t   paket1 ...paketN"
 
-#: rpm.c:236
+#: rpm.c:245
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:237 rpmqv.c:347
+#: rpm.c:246 rpmqv.c:327
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 
-#: rpm.c:238 rpmqv.c:348
+#: rpm.c:247 rpmqv.c:328
 msgid "                        [--nomd5] [targets]"
 msgstr ""
 
-#: rpm.c:239
+#: rpm.c:248
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:240
+#: rpm.c:249
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr ""
 
-#: rpm.c:241
+#: rpm.c:250
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:242
+#: rpm.c:251
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 
-#: rpm.c:243 rpmqv.c:334
+#: rpm.c:252 rpmqv.c:314
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr ""
 
-#: rpm.c:244 rpmqv.c:335
+#: rpm.c:253 rpmqv.c:315
 #, fuzzy
 msgid ""
 "                        [--justdb] [--notriggers] rpackage1 ... packageN"
 msgstr "\t\t\t   paket1 ...paketN"
 
-#: rpm.c:245
+#: rpm.c:254
 #, fuzzy
 msgid ""
 "       rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<file>]"
 msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]"
 
-#: rpm.c:246
+#: rpm.c:255
 #, fuzzy
 msgid "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 msgstr "\t\t\t   paket1 ...paketN"
 
-#: rpm.c:247 rpmqv.c:357
+#: rpm.c:256 rpmqv.c:337
 #, fuzzy
 msgid "                        [--target=platform1[,platform2...]]"
 msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:248 rpmqv.c:358
+#: rpm.c:257 rpmqv.c:338
 #, fuzzy
 msgid "                        [--rmsource] [--rmspec] specfile"
 msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpm.c:249
+#: rpm.c:258
 msgid "       rpm {--rmsource} [--rcfile <file>] [-v] specfile"
 msgstr ""
 
-#: rpm.c:250
+#: rpm.c:259
 msgid ""
 "       rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 
-#: rpm.c:251
+#: rpm.c:260
 msgid ""
 "       rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 
-#: rpm.c:252
+#: rpm.c:261
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "\trpm {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
 
-#: rpm.c:253
+#: rpm.c:262
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "\trpm {--addsign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
 
-#: rpm.c:254
+#: rpm.c:263
 #, fuzzy
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]"
 
-#: rpm.c:255 rpmqv.c:369
+#: rpm.c:264 rpmqv.c:349
 msgid "                           package1 ... packageN"
 msgstr "\t\t\t   paket1 ...paketN"
 
-#: rpm.c:256
+#: rpm.c:265
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr ""
 
-#: rpm.c:257
+#: rpm.c:266
 msgid "       rpm {--querytags}"
 msgstr ""
 
-#: rpm.c:291 rpmqv.c:405
+#: rpm.c:300 rpmqv.c:385
 #, fuzzy
 msgid "Usage:"
 msgstr "kori¹æenje:"
 
-#: rpm.c:293 rpmqv.c:407
+#: rpm.c:302 rpmqv.c:387
 msgid "print this message"
 msgstr "¹tampaj ovu poruku"
 
-#: rpm.c:295 rpmqv.c:409
+#: rpm.c:304 rpmqv.c:389
 msgid "print the version of rpm being used"
 msgstr "napi¹i verziju rpm-a koja se koristi"
 
-#: rpm.c:298
+#: rpm.c:307
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   svi re¾imi podr¾avaju sledeæe argumente:"
 
-#: rpm.c:299
+#: rpm.c:308
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:300 rpmqv.c:414
+#: rpm.c:309 rpmqv.c:394
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:301
+#: rpm.c:310
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:302 rpmqv.c:416
+#: rpm.c:311 rpmqv.c:396
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "napi¹i verziju rpm-a koja se koristi"
 
-#: rpm.c:303
+#: rpm.c:312
 #, fuzzy
 msgid "    --pipe <cmd>          "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:304 rpmqv.c:418
+#: rpm.c:313 rpmqv.c:398
 msgid "send stdout to <cmd>"
 msgstr "po¹alji standardni izlaz u <komandu>"
 
-#: rpm.c:305
+#: rpm.c:314
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:306 rpmqv.c:420
+#: rpm.c:315 rpmqv.c:400
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "koristi <datoteku> umesto /etc/rpmrc i $HOME/.rpmrc"
 
-#: rpm.c:308 rpmqv.c:422
+#: rpm.c:317 rpmqv.c:402
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:310 rpmqv.c:430
+#: rpm.c:319 rpmqv.c:410
 msgid "be a little more verbose"
 msgstr "budi malko prièljiviji"
 
-#: rpm.c:312 rpmqv.c:432
+#: rpm.c:321 rpmqv.c:412
 msgid "be incredibly verbose (for debugging)"
 msgstr "budi neverovatno prièljiv (zbog nala¾enja gre¹aka)"
 
-#: rpm.c:315
+#: rpm.c:324
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   instaliranje, pobolj¹avanja i upit (sa -p) dozvoljavaju kori¹æenje URL-ova"
 
-#: rpm.c:316
+#: rpm.c:325
 #, fuzzy
 msgid "   of file names as well as the following options:"
 msgstr "   na mestu imena datoteka kao i sledeæe opcije:\n"
 
-#: rpm.c:317
+#: rpm.c:326
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:318 rpmqv.c:439
+#: rpm.c:327 rpmqv.c:419
 msgid "hostname or IP of ftp proxy"
 msgstr "ime hosta ili IP ftp proxy-ja"
 
-#: rpm.c:319
+#: rpm.c:328
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:441
+#: rpm.c:329 rpmqv.c:421
 msgid "port number of ftp server (or proxy)"
 msgstr "broj porta FTP servera (ili proxy)"
 
-#: rpm.c:321
+#: rpm.c:330
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:322 rpmqv.c:443
+#: rpm.c:331 rpmqv.c:423
 #, fuzzy
 msgid "hostname or IP of http proxy"
 msgstr "ime hosta ili IP ftp proxy-ja"
 
-#: rpm.c:323
+#: rpm.c:332
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:324 rpmqv.c:445
+#: rpm.c:333 rpmqv.c:425
 #, fuzzy
 msgid "port number of http server (or proxy)"
 msgstr "broj porta FTP servera (ili proxy)"
 
-#: rpm.c:328 rpmqv.c:465
+#: rpm.c:337 rpmqv.c:445
 msgid "query mode"
 msgstr "re¾im upita"
 
-#: rpm.c:329 rpm.c:375 rpm.c:400 rpm.c:452 rpm.c:526
+#: rpm.c:338 rpm.c:384 rpm.c:409 rpm.c:461 rpm.c:535
 #, fuzzy
 msgid "      --dbpath <dir>      "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:330 rpm.c:376 rpm.c:401 rpm.c:453 rpm.c:527 rpmqv.c:425
+#: rpm.c:339 rpm.c:385 rpm.c:410 rpm.c:462 rpm.c:536 rpmqv.c:405
 msgid "use <dir> as the directory for the database"
 msgstr "koristi <dir> kao direktorijum baze podataka"
 
-#: rpm.c:331
+#: rpm.c:340
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:467
+#: rpm.c:341 rpmqv.c:447
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "koristi s kao format zaglavlja (povlaèi -i)"
 
-#: rpm.c:333 rpm.c:377 rpm.c:435 rpm.c:464
+#: rpm.c:342 rpm.c:386 rpm.c:444 rpm.c:473
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:334 rpm.c:378 rpm.c:436 rpm.c:465 rpm.c:529 rpmqv.c:427
+#: rpm.c:343 rpm.c:387 rpm.c:445 rpm.c:474 rpm.c:538 rpmqv.c:407
 msgid "use <dir> as the top level directory"
 msgstr "koristi <dir> kao direktorijum najvi¹eg nivoa"
 
-#: rpm.c:335
+#: rpm.c:344
 msgid "      Package specification options:"
 msgstr "      Opcije odrednice paketa:"
 
-#: rpm.c:337
+#: rpm.c:346
 msgid "query all packages"
 msgstr "upit nad svim paketima"
 
-#: rpm.c:338
+#: rpm.c:347
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:339
+#: rpm.c:348
 msgid "query package owning <file>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpm.c:340
+#: rpm.c:349
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:341
+#: rpm.c:350
 msgid "query (uninstalled) package <packagefile>"
 msgstr "upit za (deinstaliran) paket <paketdatoteka>"
 
-#: rpm.c:342
+#: rpm.c:351
 #, fuzzy
 msgid "        --triggeredby <pkg>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpm.c:343
+#: rpm.c:352
 #, fuzzy
 msgid "query packages triggered by <pkg>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpm.c:344
+#: rpm.c:353
 #, fuzzy
 msgid "        --whatprovides <cap>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpm.c:345
+#: rpm.c:354
 #, fuzzy
 msgid "query packages which provide <cap> capability"
 msgstr "upit za pakete koji omoguæavaju <i> svojstvo"
 
-#: rpm.c:346
+#: rpm.c:355
 #, fuzzy
 msgid "        --whatrequires <cap>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpm.c:347
+#: rpm.c:356
 #, fuzzy
 msgid "query packages which require <cap> capability"
 msgstr "upit za pakete koji zahtevaju <i> svojstvo"
 
-#: rpm.c:348
+#: rpm.c:357
 msgid "      Information selection options:"
 msgstr "      Opcije za selekciju informacije:"
 
-#: rpm.c:350 rpmqv.c:471
+#: rpm.c:359 rpmqv.c:451
 msgid "display package information"
 msgstr "prika¾i informacije o paketu"
 
-#: rpm.c:352 rpmqv.c:473
+#: rpm.c:361 rpmqv.c:453
 msgid "display the package's change log"
 msgstr "prika¾i dnevnik promene paketa"
 
-#: rpm.c:354 rpmqv.c:475
+#: rpm.c:363 rpmqv.c:455
 msgid "display package file list"
 msgstr "prika¾i listu datoteka u paketu"
 
-#: rpm.c:356 rpmqv.c:477
+#: rpm.c:365 rpmqv.c:457
 msgid "show file states (implies -l)"
 msgstr "prika¾i stanja datoteka (povlaèi -i)"
 
-#: rpm.c:358 rpmqv.c:479
+#: rpm.c:367 rpmqv.c:459
 msgid "list only documentation files (implies -l)"
 msgstr "prika¾i samo datoteke iz dokumentacije (povlaèi -i)"
 
-#: rpm.c:360 rpmqv.c:481
+#: rpm.c:369 rpmqv.c:461
 msgid "list only configuration files (implies -l)"
 msgstr "prika¾i samo konfiguracione datoteke (povlaèi -i)"
 
-#: rpm.c:362 rpmqv.c:483
+#: rpm.c:371 rpmqv.c:463
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -709,23 +593,23 @@ msgstr ""
 "poka¾i sve informacije koje se mogu proveriti za svaku datoteku (mora se "
 "koristiti sa -l, -c ili -d)"
 
-#: rpm.c:364
+#: rpm.c:373
 msgid "list capabilities package provides"
 msgstr "poka¾i koja svojstva donosi paket"
 
-#: rpm.c:366
+#: rpm.c:375
 msgid "list package dependencies"
 msgstr "poka¾i zavisnosti paketa"
 
-#: rpm.c:368
+#: rpm.c:377
 msgid "print the various [un]install scripts"
 msgstr "ispi¹i razne skriptove za [de]instalaciju"
 
-#: rpm.c:370
+#: rpm.c:379
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:494
+#: rpm.c:383 rpmqv.c:474
 #, fuzzy
 msgid ""
 "verify a package installation using the same same package specification "
@@ -733,162 +617,162 @@ msgid ""
 msgstr ""
 "proveri instalaciju paketa koristeæi iste opcije za odreðenje paketa kao i -q"
 
-#: rpm.c:380 rpm.c:422 rpm.c:457 rpmqv.c:496 rpmqv.c:542 rpmqv.c:576
+#: rpm.c:389 rpm.c:431 rpm.c:466 rpmqv.c:476 rpmqv.c:522 rpmqv.c:556
 msgid "do not verify package dependencies"
 msgstr "nemoj proveravati zavisnosti paketa"
 
-#: rpm.c:382 rpmqv.c:498
+#: rpm.c:391 rpmqv.c:478
 msgid "do not verify file md5 checksums"
 msgstr "nemoj proveravati md5 kontrolne sume datoteke"
 
-#: rpm.c:384 rpmqv.c:500
+#: rpm.c:393 rpmqv.c:480
 msgid "do not verify file attributes"
 msgstr "nemoj proveravati atribute datoteke"
 
-#: rpm.c:386 rpmqv.c:503
+#: rpm.c:395 rpmqv.c:483
 msgid "list the tags that can be used in a query format"
 msgstr "ispi¹i tag-ove koji mogu biti kori¹æeni u formatu upita"
 
-#: rpm.c:389
+#: rpm.c:398
 #, fuzzy
 msgid "    --install <packagefile>"
 msgstr "instaliraj paket"
 
-#: rpm.c:390
+#: rpm.c:399
 #, fuzzy
 msgid "    -i <packagefile>      "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:391 rpmqv.c:517
+#: rpm.c:400 rpmqv.c:497
 msgid "install package"
 msgstr "instaliraj paket"
 
-#: rpm.c:392
+#: rpm.c:401
 #, fuzzy
 msgid "      --excludepath <path>"
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: rpm.c:393
+#: rpm.c:402
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:394
+#: rpm.c:403
 #, fuzzy
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: rpm.c:395 rpmqv.c:554
+#: rpm.c:404 rpmqv.c:534
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: rpm.c:397 rpmqv.c:522
+#: rpm.c:406 rpmqv.c:502
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "paket %s nije instaliran\n"
 
-#: rpm.c:398
+#: rpm.c:407
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:399 rpmqv.c:552
+#: rpm.c:408 rpmqv.c:532
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "premesti paket u <dir>, ako se mo¾e premestiti"
 
-#: rpm.c:403 rpmqv.c:524
+#: rpm.c:412 rpmqv.c:504
 msgid "do not install documentation"
 msgstr "nemoj da instalira¹ dokumentaciju"
 
-#: rpm.c:405 rpmqv.c:528
+#: rpm.c:414 rpmqv.c:508
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "skraæenica za --replacepkgs --replacefiles"
 
-#: rpm.c:407 rpmqv.c:530
+#: rpm.c:416 rpmqv.c:510
 msgid "print hash marks as package installs (good with -v)"
 msgstr "pi¹i he¹-znak (#) kako odmièe instaliranje paketa (dobro doðe sa -v)"
 
-#: rpm.c:409 rpmqv.c:519
+#: rpm.c:418 rpmqv.c:499
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "instaliraj sve datoteke, èak i konfiguracije koje bi inaèe bile preskoèene"
 
-#: rpm.c:412 rpmqv.c:532
+#: rpm.c:421 rpmqv.c:512
 msgid "don't verify package architecture"
 msgstr "nemoj proveravati arhitekturu paketa"
 
-#: rpm.c:414 rpmqv.c:534
+#: rpm.c:423 rpmqv.c:514
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:416 rpmqv.c:536
+#: rpm.c:425 rpmqv.c:516
 msgid "don't verify package operating system"
 msgstr "nemoj proveravati operativni sistem za paket"
 
-#: rpm.c:418 rpmqv.c:538
+#: rpm.c:427 rpmqv.c:518
 msgid "install documentation"
 msgstr "instaliraj dokumentaciju"
 
-#: rpm.c:420 rpm.c:455 rpmqv.c:540 rpmqv.c:574
+#: rpm.c:429 rpm.c:464 rpmqv.c:520 rpmqv.c:554
 msgid "update the database, but do not modify the filesystem"
 msgstr "a¾uriraj bazu podataka, ali nemoj menjati fajl-sistem"
 
-#: rpm.c:424 rpm.c:459 rpmqv.c:544 rpmqv.c:578
+#: rpm.c:433 rpm.c:468 rpmqv.c:524 rpmqv.c:558
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr ""
 "nemoj preurediti redosled instalacije paketa kako bi zadovoljio zavisnosti"
 
-#: rpm.c:426
+#: rpm.c:435
 msgid "don't execute any installation scripts"
 msgstr "nemoj izvr¹iti nijedan instalacioni skript"
 
-#: rpm.c:428 rpm.c:463 rpmqv.c:582
+#: rpm.c:437 rpm.c:472 rpmqv.c:562
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:550
+#: rpm.c:439 rpmqv.c:530
 msgid "print percentages as package installs"
 msgstr "pi¹i procente instalacije paketa"
 
-#: rpm.c:432 rpmqv.c:556
+#: rpm.c:441 rpmqv.c:536
 msgid "install even if the package replaces installed files"
 msgstr "instaliraj èak iako æe paket zameniti instalirane datoteke"
 
-#: rpm.c:434 rpmqv.c:558
+#: rpm.c:443 rpmqv.c:538
 msgid "reinstall if the package is already present"
 msgstr "ponovo instaliraj ako je paket veæ prisutan"
 
-#: rpm.c:438 rpmqv.c:560
+#: rpm.c:447 rpmqv.c:540
 msgid "don't install, but tell if it would work or not"
 msgstr "nemoj instalirati, ali reci da li æe da radi ili ne"
 
-#: rpm.c:441
+#: rpm.c:450
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:442
+#: rpm.c:451
 #, fuzzy
 msgid "    -U <packagefile>      "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:443 rpmqv.c:564
+#: rpm.c:452 rpmqv.c:544
 msgid "upgrade package (same options as --install, plus)"
 msgstr "a¾uriraj paket (iste opcije kao --install, plus)"
 
-#: rpm.c:445 rpmqv.c:566
+#: rpm.c:454 rpmqv.c:546
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 "a¾uriraj na staru verziju paketa (--force kod a¾uriranja ovo radi automatski)"
 
-#: rpm.c:447
+#: rpm.c:456
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:449 rpmqv.c:570
+#: rpm.c:458 rpmqv.c:550
 msgid "erase (uninstall) package"
 msgstr "izbri¹i (deinstaliraj) paket"
 
-#: rpm.c:451 rpmqv.c:572
+#: rpm.c:460 rpmqv.c:552
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -896,94 +780,107 @@ msgstr ""
 "ukloni sve pakete koji odgovaraju <paketu> (normalno, javlja se gre¹ka ako "
 "<paket> oznaèava vi¹e paketa)"
 
-#: rpm.c:461 rpmqv.c:580
+#: rpm.c:470 rpmqv.c:560
 msgid "do not execute any package specific scripts"
 msgstr "nemoj izvr¹iti nijedan skript iz paketa"
 
-#: rpm.c:467
+#: rpm.c:476
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:468
+#: rpm.c:477
 #, fuzzy
 msgid "    -t<stage> <tarball>   "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:469 rpmqv.c:589
+#: rpm.c:478 rpmqv.c:569
 msgid "build package, where <stage> is one of:"
 msgstr "napravi paket, gde je <faza> jedna od:"
 
-#: rpm.c:471 rpmqv.c:591
+#: rpm.c:480 rpmqv.c:571
 msgid "prep (unpack sources and apply patches)"
 msgstr "priprema (raspakuj izvorne datoteke i primeni zakrpe)"
 
-#: rpm.c:473 rpmqv.c:593
+#: rpm.c:482 rpmqv.c:573
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "provera liste (mala provera na %files)"
 
-#: rpm.c:475 rpmqv.c:595
+#: rpm.c:484 rpmqv.c:575
 msgid "compile (prep and compile)"
 msgstr "kompilacija (priprema i kompilacija)"
 
-#: rpm.c:477 rpmqv.c:597
+#: rpm.c:486 rpmqv.c:577
 msgid "install (prep, compile, install)"
 msgstr "instalacija (priprema, kompilacija, instalacija)"
 
-#: rpm.c:479 rpmqv.c:599
+#: rpm.c:488 rpmqv.c:579
 msgid "binary package (prep, compile, install, package)"
 msgstr "binarni paket (priprema, kompilacija, instalacija, pakovanje)"
 
-#: rpm.c:481 rpmqv.c:601
+#: rpm.c:490 rpmqv.c:581
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "bin/src paket (priprema, kompilacija, instalacija, pakovanje)"
 
-#: rpm.c:489 rpmqv.c:611
+#: lib/poptBT.c:155 rpm.c:492 rpmqv.c:585
+msgid "skip straight to specified stage (only for c,i)"
+msgstr "idi pravo do odreðene faze (samo za k,i)"
+
+#: lib/poptBT.c:145 rpm.c:494 rpmqv.c:587
+msgid "remove build tree when done"
+msgstr "ukloni stablo direktorijuma po zavr¹etku"
+
+#: lib/poptBT.c:151 rpm.c:496 rpmqv.c:589
+#, fuzzy
+msgid "remove sources when done"
+msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
+
+#: rpm.c:498 rpmqv.c:591
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
 
-#: rpm.c:491 rpmqv.c:613
+#: rpm.c:500 rpmqv.c:593
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "napravi PGP potpis"
 
-#: rpm.c:492
+#: rpm.c:501
 #, fuzzy
 msgid "      --buildroot <dir>   "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:493 rpmqv.c:615
+#: rpm.c:502 rpmqv.c:595
 msgid "use <dir> as the build root"
 msgstr "koristi <dir> kao korenski katalog kod kreiranja"
 
-#: rpm.c:494
+#: rpm.c:503
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:495 rpmqv.c:617
+#: rpm.c:504 rpmqv.c:597
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:497 rpmqv.c:619
+#: rpm.c:506 rpmqv.c:599
 msgid "do not execute any stages"
 msgstr "nemoj izvr¹iti nijednu fazu"
 
-#: rpm.c:498
+#: rpm.c:507
 #, fuzzy
 msgid "      --timecheck <secs>  "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:499
+#: rpm.c:508
 #, fuzzy
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "postavi vremensku proveru na S sekundi (0 je deaktivira)"
 
-#: rpm.c:501
+#: rpm.c:510
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:502 rpmqv.c:622
+#: rpm.c:511 rpmqv.c:602
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -991,68 +888,68 @@ msgstr ""
 "instaliraj izvorni paket, napravi binarni paket i ukloni specifikaciju, "
 "izvorne datoteke, zakrpe i ikone."
 
-#: rpm.c:503
+#: rpm.c:512
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:504 rpmqv.c:624
+#: rpm.c:513 rpmqv.c:604
 msgid "like --rebuild, but don't build any package"
 msgstr "kao i --rebuild, samo nemoj praviti nikakav paket"
 
-#: rpm.c:507
+#: rpm.c:516
 #, fuzzy
 msgid "    --resign <pkg>+       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:508 rpmqv.c:630
+#: rpm.c:517 rpmqv.c:610
 msgid "sign a package (discard current signature)"
 msgstr "potpi¹i paket (ukloni tekuæi potpis)"
 
-#: rpm.c:509
+#: rpm.c:518
 #, fuzzy
 msgid "    --addsign <pkg>+      "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:510 rpmqv.c:632
+#: rpm.c:519 rpmqv.c:612
 msgid "add a signature to a package"
 msgstr "dodaj potpis u paket"
 
-#: rpm.c:511
+#: rpm.c:520
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:512
+#: rpm.c:521
 #, fuzzy
 msgid "    -K <pkg>+           "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpm.c:513 rpmqv.c:636
+#: rpm.c:522 rpmqv.c:616
 msgid "verify package signature"
 msgstr "proveri potpis u paketu"
 
-#: rpm.c:515 rpmqv.c:638
+#: rpm.c:524 rpmqv.c:618
 msgid "skip any PGP signatures"
 msgstr "preskoèi sve PGP potpise"
 
-#: rpm.c:517 rpmqv.c:640
+#: rpm.c:526 rpmqv.c:620
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "preskoèi sve PGP potpise"
 
-#: rpm.c:519 rpmqv.c:642
+#: rpm.c:528 rpmqv.c:622
 msgid "skip any MD5 signatures"
 msgstr "preskoèi sve MD5 potpise"
 
-#: rpm.c:523
+#: rpm.c:532
 msgid "make sure a valid database exists"
 msgstr "uveri se da postoji ispravna baza podataka"
 
-#: rpm.c:525
+#: rpm.c:534
 msgid "rebuild database from existing database"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpm.c:533 rpmqv.c:505
+#: rpm.c:542 rpmqv.c:485
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -1060,7 +957,7 @@ msgstr ""
 "postavi dozvole datoteke kao one u bazi podataka paketa koristeæi iste "
 "opcije za odreðenje datoteka kao i -q"
 
-#: rpm.c:536 rpmqv.c:508
+#: rpm.c:545 rpmqv.c:488
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -1068,143 +965,143 @@ msgstr ""
 "postavi vlasnika i grupu datoteke kao i one u bazi podataka paketa koristeæi "
 "iste opcije za odreðenje datoteka kao i -q"
 
-#: rpm.c:673 rpm.c:679 rpm.c:686 rpm.c:692 rpm.c:701 rpm.c:723 rpm.c:729
-#: rpm.c:763 rpm.c:771 rpm.c:792 rpm.c:849 rpm.c:857 rpmqv.c:827 rpmqv.c:833
-#: rpmqv.c:842 rpmqv.c:851 rpmqv.c:857 rpmqv.c:863 rpmqv.c:897 rpmqv.c:904
-#: rpmqv.c:939 rpmqv.c:947 rpmqv.c:953 rpmqv.c:961 rpmqv.c:1019 rpmqv.c:1035
+#: rpm.c:682 rpm.c:688 rpm.c:695 rpm.c:701 rpm.c:710 rpm.c:732 rpm.c:738
+#: rpm.c:772 rpm.c:780 rpm.c:801 rpm.c:858 rpm.c:866 rpmqv.c:806 rpmqv.c:815
+#: rpmqv.c:821 rpmqv.c:827 rpmqv.c:861 rpmqv.c:868 rpmqv.c:903 rpmqv.c:911
+#: rpmqv.c:917 rpmqv.c:925 rpmqv.c:987
 msgid "only one major mode may be specified"
 msgstr "samo jedan glavni re¾im mo¾e biti naveden"
 
-#: rpm.c:694 rpmqv.c:844
+#: rpm.c:703 rpmqv.c:808
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u i --uninstall nisu vi¹e podr¾ani i ne rade vi¹e.\n"
 
-#: rpm.c:696 rpmqv.c:846
+#: rpm.c:705 rpmqv.c:810
 msgid "Use -e or --erase instead.\n"
 msgstr "Koristite -e ili --erase.\n"
 
-#: rpm.c:736 rpm.c:742 rpm.c:749 rpm.c:756 rpm.c:865 rpmqv.c:910 rpmqv.c:916
-#: rpmqv.c:923 rpmqv.c:930 rpmqv.c:1043
+#: rpm.c:745 rpm.c:751 rpm.c:758 rpm.c:765 rpm.c:874 rpmqv.c:874 rpmqv.c:880
+#: rpmqv.c:887 rpmqv.c:894 rpmqv.c:1002
 msgid "one type of query/verify may be performed at a time"
 msgstr "samo jedan tip upita/provere mo¾e biti uraðen odjednom"
 
-#: rpm.c:798 rpmqv.c:881
+#: rpm.c:807 rpmqv.c:845
 msgid "relocations must begin with a /"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: rpm.c:800 rpmqv.c:883
+#: rpm.c:809 rpmqv.c:847
 msgid "relocations must contain a ="
 msgstr "preme¹tanja moraju imati znak ="
 
-#: rpm.c:803 rpmqv.c:886
+#: rpm.c:812 rpmqv.c:850
 msgid "relocations must have a / following the ="
 msgstr "preme¹tanja moraju imati / praæeno sa ="
 
-#: rpm.c:812 rpmqv.c:870
+#: rpm.c:821 rpmqv.c:834
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: rpm.c:821 rpmqv.c:982
+#: rpm.c:830 rpmqv.c:946
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1062
+#: rpm.c:880 rpmqv.c:1007
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "neoèekivan izvor upita"
 
-#: rpm.c:874 rpmqv.c:1065
+#: rpm.c:883 rpmqv.c:1010
 #, fuzzy
 msgid "unexpected query format"
 msgstr "neoèekivan izvor upita"
 
-#: rpm.c:877 rpmqv.c:1068
+#: rpm.c:886 rpmqv.c:1013
 msgid "unexpected query source"
 msgstr "neoèekivan izvor upita"
 
-#: rpm.c:880 rpmqv.c:1084
+#: rpm.c:889 rpmqv.c:1033
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "samo instalacija i a¾uriranje mogu biti forsirane"
 
-#: rpm.c:883 rpmqv.c:1089
+#: rpm.c:892 rpmqv.c:1038
 msgid "files may only be relocated during package installation"
 msgstr "datoteke mogu biti preme¹tene samo tokom instalacije paketa"
 
-#: rpm.c:886 rpmqv.c:1092
+#: rpm.c:895 rpmqv.c:1041
 msgid "only one of --prefix or --relocate may be used"
 msgstr "samo jedno mo¾ete koristiti: --prefix ili --relocate"
 
-#: rpm.c:889 rpmqv.c:1095
+#: rpm.c:898 rpmqv.c:1044
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "--relocate mo¾ete koristiti samo kad instalirate novi paket"
 
-#: rpm.c:892 rpmqv.c:1098
+#: rpm.c:901 rpmqv.c:1047
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix mo¾ete koristiti samo kod instalacije novog paketa"
 
-#: rpm.c:895 rpmqv.c:1101
+#: rpm.c:904 rpmqv.c:1050
 msgid "arguments to --prefix must begin with a /"
 msgstr "argumenti za --prefix moraju poèeti znakom /"
 
-#: rpm.c:898 rpmqv.c:1104
+#: rpm.c:907 rpmqv.c:1053
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:902 rpmqv.c:1108
+#: rpm.c:911 rpmqv.c:1057
 msgid "--percent may only be specified during package installation"
 msgstr "--percent mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:906 rpmqv.c:1112
+#: rpm.c:915 rpmqv.c:1061
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:910 rpmqv.c:1116
+#: rpm.c:919 rpmqv.c:1065
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:914 rpmqv.c:1120
+#: rpm.c:923 rpmqv.c:1069
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludecocs mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:918 rpmqv.c:1124
+#: rpm.c:927 rpmqv.c:1073
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includecocs mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:922 rpmqv.c:1128
+#: rpm.c:931 rpmqv.c:1077
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "samo jedno mo¾ete da navedete: --excludedocs ili --includedocs"
 
-#: rpm.c:926 rpmqv.c:1132
+#: rpm.c:935 rpmqv.c:1081
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:930 rpmqv.c:1136
+#: rpm.c:939 rpmqv.c:1085
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:934 rpmqv.c:1140
+#: rpm.c:943 rpmqv.c:1089
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoreos mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:938 rpmqv.c:1144
+#: rpm.c:947 rpmqv.c:1093
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches mo¾ete koristiti samo kod brisanja paketa"
 
-#: rpm.c:942 rpmqv.c:1148
+#: rpm.c:951 rpmqv.c:1097
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles mo¾ete koristiti samo kod instalacije paketa"
 
-#: rpm.c:946 rpmqv.c:1152
+#: rpm.c:955 rpmqv.c:1101
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb mo¾ete koristiti samo kod instalacije i brisanja paketa"
 
-#: rpm.c:951 rpmqv.c:1159
+#: rpm.c:960 rpmqv.c:1108
 msgid ""
 "--noscripts may only be specified during package installation, erasure, and "
 "verification"
@@ -1212,7 +1109,7 @@ msgstr ""
 "--noscripsts mo¾ete koristiti samo kod instalacije, uklanjanja ili provere "
 "paketa"
 
-#: rpm.c:955
+#: rpm.c:964
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation, erasure, and "
@@ -1220,7 +1117,7 @@ msgid ""
 msgstr ""
 "--nodeps mo¾ete koristiti samo kod instalacije, uklanjanja ili provere paketa"
 
-#: rpm.c:959 rpmqv.c:1171
+#: rpm.c:968 rpmqv.c:1120
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1228,14 +1125,14 @@ msgid ""
 msgstr ""
 "--nodeps mo¾ete koristiti samo kod instalacije, uklanjanja ili provere paketa"
 
-#: rpm.c:964 rpmqv.c:1176
+#: rpm.c:973 rpmqv.c:1125
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 "--test mo¾ete koristiti samo kod instalacije, uklanjanja ili kreiranja paketa"
 
-#: rpm.c:968 rpmqv.c:1181
+#: rpm.c:977 rpmqv.c:1130
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1243,102 +1140,102 @@ msgstr ""
 "--root (-r) mo¾ete navesti samo kod instalacije, uklanjanja, upita ili "
 "rekreiranja baze podataka"
 
-#: rpm.c:980 rpmqv.c:1193
+#: rpm.c:989 rpmqv.c:1142
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argumenti za --root (-r) moraju poèeti znakom /"
 
-#: rpm.c:986 rpmqv.c:1200
+#: rpm.c:995 rpmqv.c:1149
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage se mo¾e koristiti samo tokom a¾uriranja paketa"
 
-#: rpm.c:989 rpmqv.c:1205
+#: rpm.c:998 rpmqv.c:1154
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp se mo¾e koristiti samo prilikom provere potpisa"
 
-#: rpm.c:992 rpmqv.c:1208
+#: rpm.c:1001 rpmqv.c:1157
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nopgp se mo¾e koristiti samo prilikom provere potpisa"
 
-#: rpm.c:995 rpmqv.c:1213
+#: rpm.c:1004 rpmqv.c:1162
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nopgp se mo¾e koristiti samo kod provere potpisa ili paketa"
 
-#: rpm.c:1006 rpmqv.c:1226
+#: rpm.c:1015 rpmqv.c:1175
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1231
+#: rpm.c:1020 rpmqv.c:1180
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: rpm.c:1026 rpmqv.c:1247
+#: rpm.c:1035 rpmqv.c:1196
 #, fuzzy
 msgid "pgp not found: "
 msgstr "Datoteka nije pronaðena na serveru"
 
-#: rpm.c:1030 rpmqv.c:1251
+#: rpm.c:1039 rpmqv.c:1200
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1032 rpmqv.c:1253
+#: rpm.c:1041 rpmqv.c:1202
 msgid "Pass phrase check failed\n"
 msgstr "Neuspela provera lozinke\n"
 
-#: rpm.c:1035 rpmqv.c:1256
+#: rpm.c:1044 rpmqv.c:1205
 msgid "Pass phrase is good.\n"
 msgstr "Lozinka je dobra.\n"
 
-#: rpm.c:1040 rpmqv.c:1261
+#: rpm.c:1049 rpmqv.c:1210
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1046 rpmqv.c:1267
+#: rpm.c:1055 rpmqv.c:1216
 msgid "--sign may only be used during package building"
 msgstr "--sign se mo¾e koristiti samo kod kreiranja paketa"
 
-#: rpm.c:1061 rpmqv.c:1283
+#: rpm.c:1070 rpmqv.c:1232
 #, fuzzy
 msgid "exec failed\n"
 msgstr "%s: Neuspelo otvaranje\n"
 
-#: rpm.c:1080 rpmqv.c:1552
+#: rpm.c:1089 rpmqv.c:1501
 msgid "unexpected arguments to --querytags "
 msgstr "neoèekivani argumenti za --querytags"
 
-#: rpm.c:1091 rpmqv.c:1574
+#: rpm.c:1100 rpmqv.c:1523
 msgid "no packages given for signature check"
 msgstr "nedostaje paket za proveru potpisa"
 
-#: rpm.c:1102 rpmqv.c:1585
+#: rpm.c:1111 rpmqv.c:1534
 msgid "no packages given for signing"
 msgstr "nedostaje paket za potpisivanje"
 
-#: rpm.c:1118 rpmqv.c:1425
+#: rpm.c:1127 rpmqv.c:1374
 msgid "no packages given for uninstall"
 msgstr "neodstaje paket za deinstalaciju"
 
-#: rpm.c:1168 rpmqv.c:1475
+#: rpm.c:1177 rpmqv.c:1424
 msgid "no packages given for install"
 msgstr "nedostaje paket za instalaciju"
 
-#: rpm.c:1191 rpmqv.c:1515
+#: rpm.c:1200 rpmqv.c:1464
 msgid "extra arguments given for query of all packages"
 msgstr "suvi¹ni argumenti su navedeni za upit nad svim paketima"
 
-#: rpm.c:1196 rpmqv.c:1520
+#: rpm.c:1205 rpmqv.c:1469
 msgid "no arguments given for query"
 msgstr "nedostaju argumenti za upit"
 
-#: rpm.c:1213 rpmqv.c:1540
+#: rpm.c:1222 rpmqv.c:1489
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "suvi¹ni argumenti su navedeni za upit nad svim paketima"
 
-#: rpm.c:1217 rpmqv.c:1544
+#: rpm.c:1226 rpmqv.c:1493
 msgid "no arguments given for verify"
 msgstr "nedostaju argumenti za proveru"
 
@@ -1361,409 +1258,409 @@ msgstr "gre
 msgid "cannot re-open payload: %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: rpmqv.c:304
+#: rpmqv.c:284
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "kori¹æenje: {rpm --help}"
 
-#: rpmqv.c:305
+#: rpmqv.c:285
 #, c-format
 msgid "       %s {--version}\n"
 msgstr ""
 
-#: rpmqv.c:308
+#: rpmqv.c:288
 #, fuzzy, c-format
 msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:309
+#: rpmqv.c:289
 #, c-format
 msgid "       %s {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]\n"
 msgstr ""
 
-#: rpmqv.c:313
+#: rpmqv.c:293
 #, c-format
 msgid ""
 "       %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 
-#: rpmqv.c:323
+#: rpmqv.c:303
 #, c-format
 msgid ""
 "       %s {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 
-#: rpmqv.c:333
+#: rpmqv.c:313
 #, fuzzy, c-format
 msgid "       %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]\n"
 msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]"
 
-#: rpmqv.c:339
+#: rpmqv.c:319
 #, c-format
 msgid "       %s {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]\n"
 msgstr ""
 
-#: rpmqv.c:346
+#: rpmqv.c:326
 #, fuzzy, c-format
 msgid "       %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]\n"
 msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]"
 
-#: rpmqv.c:349
+#: rpmqv.c:329
 #, c-format
 msgid "       %s {--querytags}\n"
 msgstr ""
 
-#: rpmqv.c:350
+#: rpmqv.c:330
 #, c-format
 msgid "       %s {--setperms} [-afpg] [target]\n"
 msgstr ""
 
-#: rpmqv.c:351
+#: rpmqv.c:331
 #, c-format
 msgid "       %s {--setugids} [-afpg] [target]\n"
 msgstr ""
 
-#: rpmqv.c:355
+#: rpmqv.c:335
 #, fuzzy, c-format
 msgid ""
 "       %s {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<file>]\n"
 msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]"
 
-#: rpmqv.c:356
+#: rpmqv.c:336
 #, fuzzy
 msgid "                        [--sign] [--nobuild] ]"
 msgstr "\t\t\t   paket1 ...paketN"
 
-#: rpmqv.c:359
+#: rpmqv.c:339
 #, fuzzy, c-format
 msgid "       %s {--rmsource} [--rcfile <file>] [-v] specfile\n"
 msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpmqv.c:360
+#: rpmqv.c:340
 #, fuzzy, c-format
 msgid ""
 "       %s {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr "\trpm {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
 
-#: rpmqv.c:361
+#: rpmqv.c:341
 #, fuzzy, c-format
 msgid ""
 "       %s {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr "\trpm {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
 
-#: rpmqv.c:362
+#: rpmqv.c:342
 #, fuzzy, c-format
 msgid "       %s {--freshen -F} file1.rpm ... fileN.rpm\n"
 msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
 
-#: rpmqv.c:366
+#: rpmqv.c:346
 #, fuzzy, c-format
 msgid "       %s {--resign} [--rcfile <file>] package1 package2 ... packageN\n"
 msgstr "\trpm {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
 
-#: rpmqv.c:367
+#: rpmqv.c:347
 #, fuzzy, c-format
 msgid "       %s {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "\trpm {--addsign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
 
-#: rpmqv.c:368
+#: rpmqv.c:348
 #, fuzzy, c-format
 msgid ""
 "       %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]\n"
 msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]"
 
-#: rpmqv.c:412
+#: rpmqv.c:392
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   svi re¾imi podr¾avaju sledeæe argumente:"
 
-#: rpmqv.c:413
+#: rpmqv.c:393
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:415
+#: rpmqv.c:395
 #, fuzzy
 msgid "   --eval '<name>+'       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:417
+#: rpmqv.c:397
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:419
+#: rpmqv.c:399
 #, fuzzy
 msgid "   --rcfile <file>        "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:424
+#: rpmqv.c:404
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:426
+#: rpmqv.c:406
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:436
+#: rpmqv.c:416
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 "   instaliranje, pobolj¹avanja i upit (sa -p) dozvoljavaju kori¹æenje URL-ova"
 
-#: rpmqv.c:437
+#: rpmqv.c:417
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   na mestu imena datoteka kao i sledeæe opcije:\n"
 
-#: rpmqv.c:438
+#: rpmqv.c:418
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:440
+#: rpmqv.c:420
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:442
+#: rpmqv.c:422
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:444
+#: rpmqv.c:424
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:450
+#: rpmqv.c:430
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Opcije odrednice paketa:"
 
-#: rpmqv.c:452
+#: rpmqv.c:432
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "upit nad svim paketima"
 
-#: rpmqv.c:453
+#: rpmqv.c:433
 #, fuzzy
 msgid "     -f <file>+          "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:454
+#: rpmqv.c:434
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpmqv.c:455
+#: rpmqv.c:435
 #, fuzzy
 msgid "     -p <packagefile>+   "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:456
+#: rpmqv.c:436
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "upit za (deinstaliran) paket <paketdatoteka>"
 
-#: rpmqv.c:457
+#: rpmqv.c:437
 #, fuzzy
 msgid "     --triggeredby <pkg> "
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpmqv.c:458
+#: rpmqv.c:438
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpmqv.c:459
+#: rpmqv.c:439
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpmqv.c:460
+#: rpmqv.c:440
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "upit za pakete koji omoguæavaju <i> svojstvo"
 
-#: rpmqv.c:461
+#: rpmqv.c:441
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpmqv.c:462
+#: rpmqv.c:442
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "upit za pakete koji zahtevaju <i> svojstvo"
 
-#: rpmqv.c:466
+#: rpmqv.c:446
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:469
+#: rpmqv.c:449
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Opcije za selekciju informacije:"
 
-#: rpmqv.c:485
+#: rpmqv.c:465
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "poka¾i koja svojstva donosi paket"
 
-#: rpmqv.c:487
+#: rpmqv.c:467
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "poka¾i koja svojstva donosi paket"
 
-#: rpmqv.c:489
+#: rpmqv.c:469
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "ispi¹i razne skriptove za [de]instalaciju"
 
-#: rpmqv.c:491
+#: rpmqv.c:471
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:515
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "instaliraj paket"
 
-#: rpmqv.c:516
+#: rpmqv.c:496
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:525
+#: rpmqv.c:505
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: rpmqv.c:526
+#: rpmqv.c:506
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:546
+#: rpmqv.c:526
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "nemoj izvr¹iti nijedan instalacioni skript"
 
-#: rpmqv.c:548
+#: rpmqv.c:528
 #, fuzzy
 msgid "don't execute any scriptlets triggered by this package"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: rpmqv.c:551
+#: rpmqv.c:531
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:553
+#: rpmqv.c:533
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
 
-#: rpmqv.c:562
+#: rpmqv.c:542
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "instaliraj paket"
 
-#: rpmqv.c:563
+#: rpmqv.c:543
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:568
+#: rpmqv.c:548
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "instaliraj paket"
 
-#: rpmqv.c:587
+#: rpmqv.c:567
 #, fuzzy
 msgid "   -b<stage> <spec>       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:588
+#: rpmqv.c:568
 #, fuzzy
 msgid "   -t<stage> <tarball>    "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:603
+#: rpmqv.c:583
 #, fuzzy
 msgid "package src rpm only"
 msgstr "paket nema imena"
 
-#: rpmqv.c:614
+#: rpmqv.c:594
 #, fuzzy
 msgid "     --buildroot <dir>    "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:616
+#: rpmqv.c:596
 #, fuzzy
 msgid "     --target=<platform>+ "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:621
+#: rpmqv.c:601
 #, fuzzy
 msgid "   --rebuild <src_pkg>    "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:623
+#: rpmqv.c:603
 #, fuzzy
 msgid "   --recompile <src_pkg>  "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:629
+#: rpmqv.c:609
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:631
+#: rpmqv.c:611
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:634
+#: rpmqv.c:614
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:635
+#: rpmqv.c:615
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    -b<faza> <spec>\t "
 
-#: rpmqv.c:648
+#: rpmqv.c:628
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:650
+#: rpmqv.c:630
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpmqv.c:1057
+#: rpmqv.c:1017
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath je naveden za operaciju koja ne koristi bazu podataka"
 
-#: rpmqv.c:1165
+#: rpmqv.c:1114
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation and erasure"
 msgstr "--justdb mo¾ete koristiti samo kod instalacije i brisanja paketa"
 
-#: rpmqv.c:1323
+#: rpmqv.c:1272
 msgid "no packages files given for rebuild"
 msgstr "nedosataje paket za rekreiranje"
 
-#: rpmqv.c:1393
+#: rpmqv.c:1342
 msgid "no spec files given for build"
 msgstr "nedostaje specifikacije za kreiranje"
 
-#: rpmqv.c:1395
+#: rpmqv.c:1344
 msgid "no tar files given for build"
 msgstr "nedostaju 'tar' datoteke za kreiranje"
 
@@ -3093,6 +2990,109 @@ msgid ""
 "only packages with major numbers <= 3 are supported by this version of RPM"
 msgstr "samo paketi sa glavnim brojevima <= 3 su podr¾ani u ovoj verziji RPM-a"
 
+#: lib/poptBT.c:82
+msgid "buildroot already specified"
+msgstr ""
+
+#: lib/poptBT.c:108
+msgid "build through %%prep stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:110
+msgid "build through %%build stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:112
+msgid "build through %%install stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:114
+#, fuzzy
+msgid "verify %%files section from spec file"
+msgstr "upit nad paketom koji ima <datoteku>"
+
+#: lib/poptBT.c:116
+#, fuzzy
+msgid "build source and binary package from spec file"
+msgstr "grupa %s ne sadr¾i nijedan paket\n"
+
+#: lib/poptBT.c:118
+#, fuzzy
+msgid "build binary package from spec file"
+msgstr "upit nad paketom koji ima <datoteku>"
+
+#: lib/poptBT.c:120
+#, fuzzy
+msgid "build source package from spec file"
+msgstr "upit nad paketom koji ima <datoteku>"
+
+#: lib/poptBT.c:123
+msgid "build through %%prep stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:125
+msgid "build through %%build stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:127
+msgid "build through %%install stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:129
+msgid "verify %%files section from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:131
+#, fuzzy
+msgid "build source and binary package from tar ball"
+msgstr "grupa %s ne sadr¾i nijedan paket\n"
+
+#: lib/poptBT.c:133
+msgid "build binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:135
+#, fuzzy
+msgid "build source package from tar ball"
+msgstr "napravi pakete za operativni sistem <os>"
+
+#: lib/poptBT.c:138
+#, fuzzy
+msgid "build binary package from source package"
+msgstr "binarni paket (priprema, kompilacija, instalacija, pakovanje)"
+
+#: lib/poptBT.c:140
+#, fuzzy
+msgid "build through %%install stage from source package"
+msgstr "instaliraj paket"
+
+#: lib/poptBT.c:143
+#, fuzzy
+msgid "override build root"
+msgstr "koristi <dir> kao korenski katalog kod kreiranja"
+
+#: lib/poptBT.c:147
+#, fuzzy
+msgid "do not execute any stages of the build"
+msgstr "nemoj izvr¹iti nijednu fazu"
+
+#: lib/poptBT.c:149
+msgid "do not accept I18N msgstr's from specfile"
+msgstr ""
+
+#: lib/poptBT.c:153
+#, fuzzy
+msgid "remove specfile when done"
+msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
+
+#: lib/poptBT.c:157
+msgid "override target platform"
+msgstr ""
+
+#: lib/poptBT.c:159
+msgid "lookup I18N strings in specfile catalog"
+msgstr ""
+
 #: lib/problems.c:43
 #, c-format
 msgid " is needed by %s-%s-%s\n"
@@ -3149,221 +3149,130 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s-%s-%s"
 msgstr ""
 
-#: lib/query.c:141
+#: lib/query.c:139
 #, c-format
 msgid "error in format: %s\n"
 msgstr "gre¹ka u formatu: %s\n"
 
-#: lib/query.c:200
+#: lib/query.c:198
 msgid "(contains no files)"
 msgstr "(nema datoteka)"
 
-#: lib/query.c:259
+#: lib/query.c:257
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:261
+#: lib/query.c:259
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 #, fuzzy
 msgid "not installed "
 msgstr "paket %s nije instaliran\n"
 
-#: lib/query.c:265
+#: lib/query.c:263
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:267
+#: lib/query.c:265
 #, fuzzy, c-format
 msgid "(unknown %3d) "
 msgstr "(nepoznat tip)"
 
-#: lib/query.c:271
+#: lib/query.c:269
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:288 lib/query.c:331
+#: lib/query.c:286 lib/query.c:329
 msgid "package has neither file owner or id lists"
 msgstr ""
 
-#: lib/query.c:375
+#: lib/query.c:373
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:492
+#: lib/query.c:490
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "neuspelo otvaranje %s: %s\n"
 
-#: lib/query.c:510
+#: lib/query.c:508
 msgid "old format source packages cannot be queried\n"
 msgstr "Upit se ne mo¾e izvesti nad izvorni paketima u starom formatu\n"
 
-#: lib/query.c:519 lib/rpminstall.c:231
+#: lib/query.c:517 lib/rpminstall.c:231
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s ne lièi na RPM paket\n"
 
-#: lib/query.c:523
+#: lib/query.c:521
 #, c-format
 msgid "query of %s failed\n"
 msgstr "upit nad %s neuspeo\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "upit nad %s neuspeo\n"
 
-#: lib/query.c:579
+#: lib/query.c:577
 #, fuzzy
 msgid "no packages\n"
 msgstr "upit nad svim paketima"
 
-#: lib/query.c:589
+#: lib/query.c:587
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "grupa %s ne sadr¾i nijedan paket\n"
 
-#: lib/query.c:599
+#: lib/query.c:597
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "nijedan paket ne aktivira %s\n"
 
-#: lib/query.c:609
+#: lib/query.c:607
 #, c-format
 msgid "no package requires %s\n"
 msgstr "nijedan paket ne zahteva %s\n"
 
-#: lib/query.c:620
+#: lib/query.c:618
 #, c-format
 msgid "no package provides %s\n"
 msgstr "nijedan paket ne obezbeðuje %s\n"
 
-#: lib/query.c:636
+#: lib/query.c:634
 #, fuzzy, c-format
 msgid "file %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: lib/query.c:639
+#: lib/query.c:637
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "datoteka %s ne pripada nijednom paketu\n"
 
-#: lib/query.c:664
+#: lib/query.c:662
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: lib/query.c:667
+#: lib/query.c:665
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: lib/query.c:671
+#: lib/query.c:669
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "ne mogu da proèitam slog %d\n"
 
-#: lib/query.c:682 lib/rpminstall.c:435
+#: lib/query.c:680 lib/rpminstall.c:435
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paket %s nije instaliran\n"
 
-#: lib/query.c:769
-#, fuzzy
-msgid "query package owning file"
-msgstr "upit nad paketom koji ima <datoteku>"
-
-#: lib/query.c:771
-#, fuzzy
-msgid "query packages in group"
-msgstr "paket nema imena"
-
-#: lib/query.c:773
-#, fuzzy
-msgid "query a package file"
-msgstr "upit nad svim paketima"
-
-#: lib/query.c:775
-#, fuzzy
-msgid "rpm query mode"
-msgstr "re¾im upita"
-
-#: lib/query.c:779
-msgid "display known query tags"
-msgstr ""
-
-#: lib/query.c:781
-#, fuzzy
-msgid "query a spec file"
-msgstr "upit nad %s neuspeo\n"
-
-#: lib/query.c:783
-#, fuzzy
-msgid "query the pacakges triggered by the package"
-msgstr "upit nad paketom koji ima <datoteku>"
-
-#: lib/query.c:785
-#, fuzzy
-msgid "rpm verify mode"
-msgstr "re¾im upita"
-
-#: lib/query.c:787
-msgid "rpm verify mode (legacy)"
-msgstr ""
-
-#: lib/query.c:789
-#, fuzzy
-msgid "query the packages which require a capability"
-msgstr "upit za pakete koji zahtevaju <i> svojstvo"
-
-#: lib/query.c:791
-#, fuzzy
-msgid "query the packages which provide a capability"
-msgstr "upit za pakete koji omoguæavaju <i> svojstvo"
-
-#: lib/query.c:831
-#, fuzzy
-msgid "list all configuration files"
-msgstr "prika¾i samo konfiguracione datoteke (povlaèi -i)"
-
-#: lib/query.c:833
-#, fuzzy
-msgid "list all documentation files"
-msgstr "instaliraj dokumentaciju"
-
-#: lib/query.c:835
-#, fuzzy
-msgid "dump basic file information"
-msgstr "prika¾i informacije o paketu"
-
-#: lib/query.c:837
-#, fuzzy
-msgid "list files in package"
-msgstr "instaliraj paket"
-
-#: lib/query.c:841
-msgid "use the following query format"
-msgstr ""
-
-#: lib/query.c:843
-#, fuzzy
-msgid "substitute i18n sections into spec file"
-msgstr "upit nad paketom koji ima <datoteku>"
-
-#: lib/query.c:845
-msgid "display the states of the listed files"
-msgstr ""
-
-#: lib/query.c:847
-#, fuzzy
-msgid "display a verbose file listing"
-msgstr "prika¾i listu datoteka u paketu"
-
 #: lib/rpmchecksig.c:31
 #, fuzzy, c-format
 msgid "%s: open failed: %s\n"
@@ -4151,6 +4060,66 @@ msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Nezadovoljene meðuzavisnosti za %s-%s-%s: "
 
 #, fuzzy
+#~ msgid "query package owning file"
+#~ msgstr "upit nad paketom koji ima <datoteku>"
+
+#, fuzzy
+#~ msgid "query packages in group"
+#~ msgstr "paket nema imena"
+
+#, fuzzy
+#~ msgid "query a package file"
+#~ msgstr "upit nad svim paketima"
+
+#, fuzzy
+#~ msgid "rpm query mode"
+#~ msgstr "re¾im upita"
+
+#, fuzzy
+#~ msgid "query a spec file"
+#~ msgstr "upit nad %s neuspeo\n"
+
+#, fuzzy
+#~ msgid "query the pacakges triggered by the package"
+#~ msgstr "upit nad paketom koji ima <datoteku>"
+
+#, fuzzy
+#~ msgid "rpm verify mode"
+#~ msgstr "re¾im upita"
+
+#, fuzzy
+#~ msgid "query the packages which require a capability"
+#~ msgstr "upit za pakete koji zahtevaju <i> svojstvo"
+
+#, fuzzy
+#~ msgid "query the packages which provide a capability"
+#~ msgstr "upit za pakete koji omoguæavaju <i> svojstvo"
+
+#, fuzzy
+#~ msgid "list all configuration files"
+#~ msgstr "prika¾i samo konfiguracione datoteke (povlaèi -i)"
+
+#, fuzzy
+#~ msgid "list all documentation files"
+#~ msgstr "instaliraj dokumentaciju"
+
+#, fuzzy
+#~ msgid "dump basic file information"
+#~ msgstr "prika¾i informacije o paketu"
+
+#, fuzzy
+#~ msgid "list files in package"
+#~ msgstr "instaliraj paket"
+
+#, fuzzy
+#~ msgid "substitute i18n sections into spec file"
+#~ msgstr "upit nad paketom koji ima <datoteku>"
+
+#, fuzzy
+#~ msgid "display a verbose file listing"
+#~ msgstr "prika¾i listu datoteka u paketu"
+
+#, fuzzy
 #~ msgid "override build architecture"
 #~ msgstr "nemoj proveravati arhitekturu paketa"
 
index 011b332..f214501 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,12 +1,12 @@
 # Swedish messages for RPM
 # Copyright © 1999 Free Software Foundation, Inc.
 # Göran Uddeborg <göran@uddeborg.pp.se>, 1999, 2000.
-# $Revision: 1.108 $
+# $Revision: 1.109 $
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 3.0.4\n"
-"POT-Creation-Date: 2000-05-31 13:32-0400\n"
+"POT-Creation-Date: 2000-06-01 00:32-0400\n"
 "PO-Revision-Date: 2000-02-21 12:20+0100\n"
 "Last-Translator: Göran Uddeborg <göran@uddeborg.pp.se>\n"
 "Language-Team: Swedish <sv@li.org>\n"
@@ -65,117 +65,6 @@ msgstr "Bygger m
 msgid "Building for target %s\n"
 msgstr "Bygger för mål %s\n"
 
-#: build.c:385
-msgid "buildroot already specified"
-msgstr "buildroot redan specificerad"
-
-#: build.c:411
-msgid "build through %%prep stage from spec file"
-msgstr ""
-
-#: build.c:413
-msgid "build through %%build stage from spec file"
-msgstr ""
-
-#: build.c:415
-msgid "build through %%install stage from spec file"
-msgstr ""
-
-#: build.c:417
-#, fuzzy
-msgid "verify %%files section from spec file"
-msgstr "ersätt översatta sektioner från följande katalog"
-
-#: build.c:419
-#, fuzzy
-msgid "build source and binary package from spec file"
-msgstr "hittade %d käll- och %d binärpaket\n"
-
-#: build.c:421
-#, fuzzy
-msgid "build binary package from spec file"
-msgstr "källpaket innehåller ingen spec-fil"
-
-#: build.c:423
-#, fuzzy
-msgid "build source package from spec file"
-msgstr "källpaket innehåller ingen spec-fil"
-
-#: build.c:426
-msgid "build through %%prep stage from tar ball"
-msgstr ""
-
-#: build.c:428
-msgid "build through %%build stage from tar ball"
-msgstr ""
-
-#: build.c:430
-msgid "build through %%install stage from tar ball"
-msgstr ""
-
-#: build.c:432
-msgid "verify %%files section from tar ball"
-msgstr ""
-
-#: build.c:434
-#, fuzzy
-msgid "build source and binary package from tar ball"
-msgstr "hittade %d käll- och %d binärpaket\n"
-
-#: build.c:436
-msgid "build binary package from tar ball"
-msgstr ""
-
-#: build.c:438
-msgid "build source package from tar ball"
-msgstr ""
-
-#: build.c:441
-#, fuzzy
-msgid "build binary package from source package"
-msgstr "binärpaketera (förbered, kompilera, installera, paketera)"
-
-#: build.c:443
-#, fuzzy
-msgid "build through %%install stage from source package"
-msgstr "installerar källpaket\n"
-
-#: build.c:446
-msgid "override build root"
-msgstr "åsidosätt tillverkningsrot"
-
-#: build.c:448 rpm.c:485 rpmqv.c:607
-msgid "remove build tree when done"
-msgstr "tag bort tillverkningsträd efteråt"
-
-#: build.c:450
-msgid "do not execute any stages of the build"
-msgstr "utför inga steg i tillverkningen"
-
-#: build.c:452
-msgid "do not accept I18N msgstr's from specfile"
-msgstr "acceptera inte översatta \"msgstr\" från spec-filen"
-
-#: build.c:454 rpm.c:487 rpmqv.c:609
-msgid "remove sources when done"
-msgstr "tag bort källkod efteråt"
-
-#: build.c:456
-msgid "remove specfile when done"
-msgstr "tag bort spec-fil efteråt"
-
-#: build.c:458 rpm.c:483 rpmqv.c:605
-msgid "skip straight to specified stage (only for c,i)"
-msgstr "gå direkt till angivet steg (endast för c,i)"
-
-#: build.c:460
-msgid "override target platform"
-msgstr "åsidosätt målplattform"
-
-#: build.c:462
-msgid "lookup I18N strings in specfile catalog"
-msgstr "slå upp översatta strängar i spec-fil katalog"
-
 #: convertdb.c:39
 msgid "RPM database already exists"
 msgstr "RPM-databasen existerar redan"
@@ -218,197 +107,197 @@ msgstr "paketet inte funnet i databas"
 msgid "no copyright!\n"
 msgstr "ingen copyright!\n"
 
-#: rpm.c:182 rpmqv.c:277
+#: rpm.c:191 rpmqv.c:257
 #, c-format
 msgid "rpm: %s\n"
 msgstr "rpm: %s\n"
 
-#: rpm.c:193 rpmqv.c:288
+#: rpm.c:202 rpmqv.c:268
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM version %s\n"
 
-#: rpm.c:197 rpmqv.c:292
+#: rpm.c:206 rpmqv.c:272
 msgid "Copyright (C) 1998 - Red Hat Software"
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:198 rpmqv.c:293
+#: rpm.c:207 rpmqv.c:273
 msgid "This may be freely redistributed under the terms of the GNU GPL"
 msgstr "Den här programvaran kan distribueras fritt med hänsyn till GNU GPL"
 
-#: rpm.c:206
+#: rpm.c:215
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "använd: rpm {--help}"
 
-#: rpm.c:207
+#: rpm.c:216
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:208
+#: rpm.c:217
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <kat>]"
 
-#: rpm.c:209
+#: rpm.c:218
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:210 rpmqv.c:314
+#: rpm.c:219 rpmqv.c:294
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <kat>]"
 
-#: rpm.c:211 rpmqv.c:315
+#: rpm.c:220 rpmqv.c:295
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:212 rpmqv.c:316
+#: rpm.c:221 rpmqv.c:296
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <fil>] [--ignorearch] [--dbpath <kat>]"
 
-#: rpm.c:213 rpmqv.c:317
+#: rpm.c:222 rpmqv.c:297
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <kat>] [--ignoreos] [--nodeps] [--allfiles]"
 
-#: rpm.c:214 rpmqv.c:318
+#: rpm.c:223 rpmqv.c:298
 msgid ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 msgstr ""
 "                        [--ftpproxy <värd>] [--ftpport <port>] [--justdb]"
 
-#: rpm.c:215 rpm.c:224 rpm.c:233 rpmqv.c:319 rpmqv.c:328 rpmqv.c:343
+#: rpm.c:224 rpm.c:233 rpm.c:242 rpmqv.c:299 rpmqv.c:308 rpmqv.c:323
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--httpproxy <värd>] [--httpport <port>] "
 
-#: rpm.c:216 rpm.c:226 rpmqv.c:320 rpmqv.c:330
+#: rpm.c:225 rpm.c:235 rpmqv.c:300 rpmqv.c:310
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate gammalväg=nyväg]"
 
-#: rpm.c:217 rpmqv.c:321
+#: rpm.c:226 rpmqv.c:301
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr ""
 "                        [--badreloc] [--notriggers] [--excludepath <sökväg>]"
 
-#: rpm.c:218 rpmqv.c:322
+#: rpm.c:227 rpmqv.c:302
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--ignoresize] fil1.rpm ... filN.rpm"
 
-#: rpm.c:219
+#: rpm.c:228
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:220 rpmqv.c:324
+#: rpm.c:229 rpmqv.c:304
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr "                        [--oldpackage] [--root <kat>] [--noscripts]"
 
-#: rpm.c:221 rpmqv.c:325
+#: rpm.c:230 rpmqv.c:305
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <fil>]"
 
-#: rpm.c:222 rpmqv.c:326
+#: rpm.c:231 rpmqv.c:306
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <kat>] [--prefix <kat>] "
 
-#: rpm.c:223 rpmqv.c:327
+#: rpm.c:232 rpmqv.c:307
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <värd>] [--ftpport <port>]"
 
-#: rpm.c:225 rpmqv.c:329
+#: rpm.c:234 rpmqv.c:309
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:227 rpmqv.c:331
+#: rpm.c:236 rpmqv.c:311
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr ""
 "                        [--badreloc] [--excludepath <sökväg>] [--ignoresize]"
 
-#: rpm.c:228 rpmqv.c:332
+#: rpm.c:237 rpmqv.c:312
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        fil1.rpm ... filN.rpm"
 
-#: rpm.c:229
+#: rpm.c:238
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:230 rpmqv.c:340
+#: rpm.c:239 rpmqv.c:320
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr "                        [--scripts] [--root <kat>] [--rcfile <fil>]"
 
-#: rpm.c:231 rpmqv.c:341
+#: rpm.c:240 rpmqv.c:321
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr "                        [--whatprovides] [--whatrequires] [--requires]"
 
-#: rpm.c:232 rpmqv.c:342
+#: rpm.c:241 rpmqv.c:322
 msgid ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
 msgstr ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <värd>]"
 
-#: rpm.c:234 rpmqv.c:344
+#: rpm.c:243 rpmqv.c:324
 msgid ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 msgstr ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
 
-#: rpm.c:235 rpmqv.c:345
+#: rpm.c:244 rpmqv.c:325
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--changelog] [--dbpath <kat>] [mål]"
 
-#: rpm.c:236
+#: rpm.c:245
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr "       rpm {--verify -V -y} [-afpg] [--root <kat>] [--rcfile <fil>]"
 
-#: rpm.c:237 rpmqv.c:347
+#: rpm.c:246 rpmqv.c:327
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <kat>] [--nodeps] [--nofiles] [--noscripts]"
 
-#: rpm.c:238 rpmqv.c:348
+#: rpm.c:247 rpmqv.c:328
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [mål]"
 
-#: rpm.c:239
+#: rpm.c:248
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [mål]"
 
-#: rpm.c:240
+#: rpm.c:249
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [mål]"
 
-#: rpm.c:241
+#: rpm.c:250
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "       rpm {--freshen -F} fil1.rpm ... filN.rpm"
 
-#: rpm.c:242
+#: rpm.c:251
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr "       rpm {--erase -e} [--root <kat>] [--noscripts] [--rcfile <fil>]"
 
-#: rpm.c:243 rpmqv.c:334
+#: rpm.c:252 rpmqv.c:314
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <kat>] [--nodeps] [--allmatches]"
 
-#: rpm.c:244 rpmqv.c:335
+#: rpm.c:253 rpmqv.c:315
 msgid ""
 "                        [--justdb] [--notriggers] rpackage1 ... packageN"
 msgstr "                        [--justdb] [--notriggers] paket1 ... paketN"
 
-#: rpm.c:245
+#: rpm.c:254
 #, fuzzy
 msgid ""
 "       rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -416,274 +305,274 @@ msgid ""
 msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  <fil>]"
 
-#: rpm.c:246
+#: rpm.c:255
 msgid "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 msgstr "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 
-#: rpm.c:247 rpmqv.c:357
+#: rpm.c:256 rpmqv.c:337
 msgid "                        [--target=platform1[,platform2...]]"
 msgstr "                        [--target=plattform1[,plattform2...]]"
 
-#: rpm.c:248 rpmqv.c:358
+#: rpm.c:257 rpmqv.c:338
 msgid "                        [--rmsource] [--rmspec] specfile"
 msgstr "                        [--rmsource] [--rmspec] spec-fil"
 
-#: rpm.c:249
+#: rpm.c:258
 msgid "       rpm {--rmsource} [--rcfile <file>] [-v] specfile"
 msgstr "       rpm {--rmsource} [--rcfile <fil>] [-v] spec-fil"
 
-#: rpm.c:250
+#: rpm.c:259
 msgid ""
 "       rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr "       rpm {--rebuild} [--rcfile <fil>] [-v] källa1.rpm ... källaN.rpm"
 
-#: rpm.c:251
+#: rpm.c:260
 msgid ""
 "       rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--recompile} [--rcfile <fil>] [-v] källa1.rpm ... källaN.rpm"
 
-#: rpm.c:252
+#: rpm.c:261
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <fil>] paket1 paket2 ... paketN"
 
-#: rpm.c:253
+#: rpm.c:262
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <fil>] paket1 paket2 ... paketN"
 
-#: rpm.c:254
+#: rpm.c:263
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <fil>]"
 
-#: rpm.c:255 rpmqv.c:369
+#: rpm.c:264 rpmqv.c:349
 msgid "                           package1 ... packageN"
 msgstr "                           paket1 ... paketN"
 
-#: rpm.c:256
+#: rpm.c:265
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <fil>] [--dbpath <kat>]"
 
-#: rpm.c:257
+#: rpm.c:266
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:291 rpmqv.c:405
+#: rpm.c:300 rpmqv.c:385
 #, fuzzy
 msgid "Usage:"
 msgstr "användning:"
 
-#: rpm.c:293 rpmqv.c:407
+#: rpm.c:302 rpmqv.c:387
 msgid "print this message"
 msgstr "visa detta meddelande"
 
-#: rpm.c:295 rpmqv.c:409
+#: rpm.c:304 rpmqv.c:389
 msgid "print the version of rpm being used"
 msgstr "visa vilken version av rpm som används"
 
-#: rpm.c:298
+#: rpm.c:307
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "alla arbetssätt stödjer följande argument:"
 
-#: rpm.c:299
+#: rpm.c:308
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:300 rpmqv.c:414
+#: rpm.c:309 rpmqv.c:394
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:301
+#: rpm.c:310
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    --pipe <kommando>     "
 
-#: rpm.c:302 rpmqv.c:416
+#: rpm.c:311 rpmqv.c:396
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "visa vilken version av rpm som används"
 
-#: rpm.c:303
+#: rpm.c:312
 msgid "    --pipe <cmd>          "
 msgstr "    --pipe <kommando>     "
 
-#: rpm.c:304 rpmqv.c:418
+#: rpm.c:313 rpmqv.c:398
 msgid "send stdout to <cmd>"
 msgstr "skicka stdut till <kommando>"
 
-#: rpm.c:305
+#: rpm.c:314
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "      --rcfile <fil>     "
 
-#: rpm.c:306 rpmqv.c:420
+#: rpm.c:315 rpmqv.c:400
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "använd <fil> istället för /etc/rpmrc och $HOME/.rpmrc"
 
-#: rpm.c:308 rpmqv.c:422
+#: rpm.c:317 rpmqv.c:402
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:310 rpmqv.c:430
+#: rpm.c:319 rpmqv.c:410
 msgid "be a little more verbose"
 msgstr "var lite mer mångordig"
 
-#: rpm.c:312 rpmqv.c:432
+#: rpm.c:321 rpmqv.c:412
 msgid "be incredibly verbose (for debugging)"
 msgstr "var mycket mångordig (för felsökning)"
 
-#: rpm.c:315
+#: rpm.c:324
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   installera, uppgradera och fråga (med -p) tillåter ftp-URL:ar att användas"
 
-#: rpm.c:316
+#: rpm.c:325
 msgid "   of file names as well as the following options:"
 msgstr "   istället för filnamn, liksom följande flaggor:"
 
-#: rpm.c:317
+#: rpm.c:326
 msgid "      --ftpproxy <host>   "
 msgstr "      --ftpproxy <värd>   "
 
-#: rpm.c:318 rpmqv.c:439
+#: rpm.c:327 rpmqv.c:419
 msgid "hostname or IP of ftp proxy"
 msgstr "ftp-ombudets (proxy) värdnamn eller IP"
 
-#: rpm.c:319
+#: rpm.c:328
 msgid "      --ftpport <port>    "
 msgstr "      --ftpport <port>    "
 
-#: rpm.c:320 rpmqv.c:441
+#: rpm.c:329 rpmqv.c:421
 msgid "port number of ftp server (or proxy)"
 msgstr "ftpservers (eller ombuds (proxy)) portnummer"
 
-#: rpm.c:321
+#: rpm.c:330
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "      --httpproxy <värd>   "
 
-#: rpm.c:322 rpmqv.c:443
+#: rpm.c:331 rpmqv.c:423
 msgid "hostname or IP of http proxy"
 msgstr "http-ombudets värdnamn eller IP"
 
-#: rpm.c:323
+#: rpm.c:332
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "      --httpport <port>    "
 
-#: rpm.c:324 rpmqv.c:445
+#: rpm.c:333 rpmqv.c:425
 msgid "port number of http server (or proxy)"
 msgstr "httpservers (eller ombuds) portnummer"
 
-#: rpm.c:328 rpmqv.c:465
+#: rpm.c:337 rpmqv.c:445
 msgid "query mode"
 msgstr "frågeläge"
 
-#: rpm.c:329 rpm.c:375 rpm.c:400 rpm.c:452 rpm.c:526
+#: rpm.c:338 rpm.c:384 rpm.c:409 rpm.c:461 rpm.c:535
 msgid "      --dbpath <dir>      "
 msgstr "      --dbpath <kat>      "
 
-#: rpm.c:330 rpm.c:376 rpm.c:401 rpm.c:453 rpm.c:527 rpmqv.c:425
+#: rpm.c:339 rpm.c:385 rpm.c:410 rpm.c:462 rpm.c:536 rpmqv.c:405
 msgid "use <dir> as the directory for the database"
 msgstr "använd <kat> som katalog för databasen"
 
-#: rpm.c:331
+#: rpm.c:340
 msgid "      --queryformat <qfmt>"
 msgstr "      --queryformat <ffmt>"
 
-#: rpm.c:332 rpmqv.c:467
+#: rpm.c:341 rpmqv.c:447
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "använd <ffmt> som huvudformat (medför -i)"
 
-#: rpm.c:333 rpm.c:377 rpm.c:435 rpm.c:464
+#: rpm.c:342 rpm.c:386 rpm.c:444 rpm.c:473
 msgid "      --root <dir>        "
 msgstr "      --root <kat>        "
 
-#: rpm.c:334 rpm.c:378 rpm.c:436 rpm.c:465 rpm.c:529 rpmqv.c:427
+#: rpm.c:343 rpm.c:387 rpm.c:445 rpm.c:474 rpm.c:538 rpmqv.c:407
 msgid "use <dir> as the top level directory"
 msgstr "använd <kat> som toppkatalog"
 
-#: rpm.c:335
+#: rpm.c:344
 msgid "      Package specification options:"
 msgstr "      Flaggor för paketval:"
 
-#: rpm.c:337
+#: rpm.c:346
 msgid "query all packages"
 msgstr "fråga om alla paket"
 
-#: rpm.c:338
+#: rpm.c:347
 msgid "        -f <file>+        "
 msgstr "        -f <fil>+         "
 
-#: rpm.c:339
+#: rpm.c:348
 msgid "query package owning <file>"
 msgstr "fråga om paket som äger <fil>"
 
-#: rpm.c:340
+#: rpm.c:349
 msgid "        -p <packagefile>+ "
 msgstr "        -p <paketfil>+ "
 
-#: rpm.c:341
+#: rpm.c:350
 msgid "query (uninstalled) package <packagefile>"
 msgstr "fråga om (oinstallerat) paket <paketfil>"
 
-#: rpm.c:342
+#: rpm.c:351
 msgid "        --triggeredby <pkg>"
 msgstr "        --triggeredby <pkt>"
 
-#: rpm.c:343
+#: rpm.c:352
 msgid "query packages triggered by <pkg>"
 msgstr "fråga om paket utlösta av <pkt>"
 
-#: rpm.c:344
+#: rpm.c:353
 msgid "        --whatprovides <cap>"
 msgstr "        --whatprovides <egenskap>"
 
-#: rpm.c:345
+#: rpm.c:354
 msgid "query packages which provide <cap> capability"
 msgstr "undersök paket som tillhandahåller <egenskap>"
 
-#: rpm.c:346
+#: rpm.c:355
 msgid "        --whatrequires <cap>"
 msgstr "        --whatrequires <egenskap>"
 
-#: rpm.c:347
+#: rpm.c:356
 msgid "query packages which require <cap> capability"
 msgstr "undersök paket som behöver <egenskap>"
 
-#: rpm.c:348
+#: rpm.c:357
 msgid "      Information selection options:"
 msgstr "      Flaggor för informationsval:"
 
-#: rpm.c:350 rpmqv.c:471
+#: rpm.c:359 rpmqv.c:451
 msgid "display package information"
 msgstr "visa paketinformation"
 
-#: rpm.c:352 rpmqv.c:473
+#: rpm.c:361 rpmqv.c:453
 msgid "display the package's change log"
 msgstr "visa paketets ändringslogg"
 
-#: rpm.c:354 rpmqv.c:475
+#: rpm.c:363 rpmqv.c:455
 msgid "display package file list"
 msgstr "visa paketets fillista"
 
-#: rpm.c:356 rpmqv.c:477
+#: rpm.c:365 rpmqv.c:457
 msgid "show file states (implies -l)"
 msgstr "visa filers status (implicerar -l)"
 
-#: rpm.c:358 rpmqv.c:479
+#: rpm.c:367 rpmqv.c:459
 msgid "list only documentation files (implies -l)"
 msgstr "visa enbart dokumentationsfiler (implicerar -l)"
 
-#: rpm.c:360 rpmqv.c:481
+#: rpm.c:369 rpmqv.c:461
 msgid "list only configuration files (implies -l)"
 msgstr "visa enbart konfigurationsfiler (implicerar -l)"
 
-#: rpm.c:362 rpmqv.c:483
+#: rpm.c:371 rpmqv.c:463
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -691,165 +580,165 @@ msgstr ""
 "visa all verifierbar information för varje fil (måste användas med -l, -c "
 "eller -d)"
 
-#: rpm.c:364
+#: rpm.c:373
 msgid "list capabilities package provides"
 msgstr "visa de egenskaper paketet tillhandahåller"
 
-#: rpm.c:366
+#: rpm.c:375
 msgid "list package dependencies"
 msgstr "lista paketberoenden"
 
-#: rpm.c:368
+#: rpm.c:377
 msgid "print the various [un]install scripts"
 msgstr "visa de olika [av]installationsskripten"
 
-#: rpm.c:370
+#: rpm.c:379
 msgid "show the trigger scripts contained in the package"
 msgstr "visa utlösningsskripten i paketet"
 
-#: rpm.c:374 rpmqv.c:494
+#: rpm.c:383 rpmqv.c:474
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr "verifiera ett pakets installation med samma urvalsflaggor som till -q"
 
-#: rpm.c:380 rpm.c:422 rpm.c:457 rpmqv.c:496 rpmqv.c:542 rpmqv.c:576
+#: rpm.c:389 rpm.c:431 rpm.c:466 rpmqv.c:476 rpmqv.c:522 rpmqv.c:556
 msgid "do not verify package dependencies"
 msgstr "verifiera inte paketberoenden"
 
-#: rpm.c:382 rpmqv.c:498
+#: rpm.c:391 rpmqv.c:478
 msgid "do not verify file md5 checksums"
 msgstr "verifiera inte md5-kontrollsummor"
 
-#: rpm.c:384 rpmqv.c:500
+#: rpm.c:393 rpmqv.c:480
 msgid "do not verify file attributes"
 msgstr "verifiera inte filattribut"
 
-#: rpm.c:386 rpmqv.c:503
+#: rpm.c:395 rpmqv.c:483
 msgid "list the tags that can be used in a query format"
 msgstr "visa taggar som kan användas i frågeformat"
 
-#: rpm.c:389
+#: rpm.c:398
 msgid "    --install <packagefile>"
 msgstr "    --install <paketfil>"
 
-#: rpm.c:390
+#: rpm.c:399
 msgid "    -i <packagefile>      "
 msgstr "    -i <paketfil>         "
 
-#: rpm.c:391 rpmqv.c:517
+#: rpm.c:400 rpmqv.c:497
 msgid "install package"
 msgstr "installera paket"
 
-#: rpm.c:392
+#: rpm.c:401
 msgid "      --excludepath <path>"
 msgstr "      --excludepath <sökväg>"
 
-#: rpm.c:393
+#: rpm.c:402
 msgid "skip files in path <path>"
 msgstr "hoppa över filer i <sökv>"
 
-#: rpm.c:394
+#: rpm.c:403
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <frånskv>=<tillskv>"
 
-#: rpm.c:395 rpmqv.c:554
+#: rpm.c:404 rpmqv.c:534
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "flytta filer från <frånskv> till <tillskv>"
 
-#: rpm.c:397 rpmqv.c:522
+#: rpm.c:406 rpmqv.c:502
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "sökväg %s är inte relokerbar för paket %s-%s-%s"
 
-#: rpm.c:398
+#: rpm.c:407
 msgid "      --prefix <dir>      "
 msgstr "      --prefix <katalog>  "
 
-#: rpm.c:399 rpmqv.c:552
+#: rpm.c:408 rpmqv.c:532
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "flytta paketet till <katalog>, om flyttbart"
 
-#: rpm.c:403 rpmqv.c:524
+#: rpm.c:412 rpmqv.c:504
 msgid "do not install documentation"
 msgstr "installera inte dokumentation"
 
-#: rpm.c:405 rpmqv.c:528
+#: rpm.c:414 rpmqv.c:508
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "kortform för --replacepkgs --replacefiles"
 
-#: rpm.c:407 rpmqv.c:530
+#: rpm.c:416 rpmqv.c:510
 msgid "print hash marks as package installs (good with -v)"
 msgstr ""
 "skriv ut brädgårdar allt eftersom paketet installeras (bra tillsammans med "
 "-v)"
 
-#: rpm.c:409 rpmqv.c:519
+#: rpm.c:418 rpmqv.c:499
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "installera alla filer, även konfigurationer som annars kunde hoppats över"
 
-#: rpm.c:412 rpmqv.c:532
+#: rpm.c:421 rpmqv.c:512
 msgid "don't verify package architecture"
 msgstr "verifiera inte paketarkitektur"
 
-#: rpm.c:414 rpmqv.c:534
+#: rpm.c:423 rpmqv.c:514
 msgid "don't check disk space before installing"
 msgstr "kontrollera inte skivutrymme före installation"
 
-#: rpm.c:416 rpmqv.c:536
+#: rpm.c:425 rpmqv.c:516
 msgid "don't verify package operating system"
 msgstr "verifiera inte paketets operativsystem"
 
-#: rpm.c:418 rpmqv.c:538
+#: rpm.c:427 rpmqv.c:518
 msgid "install documentation"
 msgstr "installera dokumentation"
 
-#: rpm.c:420 rpm.c:455 rpmqv.c:540 rpmqv.c:574
+#: rpm.c:429 rpm.c:464 rpmqv.c:520 rpmqv.c:554
 msgid "update the database, but do not modify the filesystem"
 msgstr "uppdatera databasen, men ändra inte filsystemet"
 
-#: rpm.c:424 rpm.c:459 rpmqv.c:544 rpmqv.c:578
+#: rpm.c:433 rpm.c:468 rpmqv.c:524 rpmqv.c:558
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "flytta inte om paketinstallationen för att tillfredsställa beroenden"
 
-#: rpm.c:426
+#: rpm.c:435
 msgid "don't execute any installation scripts"
 msgstr "kör inte installationsskript"
 
-#: rpm.c:428 rpm.c:463 rpmqv.c:582
+#: rpm.c:437 rpm.c:472 rpmqv.c:562
 msgid "don't execute any scripts triggered by this package"
 msgstr "kör inte utlösningsskript utlösta av detta paket"
 
-#: rpm.c:430 rpmqv.c:550
+#: rpm.c:439 rpmqv.c:530
 msgid "print percentages as package installs"
 msgstr "skriv procent allt eftersom paketet installeras"
 
-#: rpm.c:432 rpmqv.c:556
+#: rpm.c:441 rpmqv.c:536
 msgid "install even if the package replaces installed files"
 msgstr "installera även om paketet byter ut installerade filer"
 
-#: rpm.c:434 rpmqv.c:558
+#: rpm.c:443 rpmqv.c:538
 msgid "reinstall if the package is already present"
 msgstr "installera om ifall paketet redan är installerat"
 
-#: rpm.c:438 rpmqv.c:560
+#: rpm.c:447 rpmqv.c:540
 msgid "don't install, but tell if it would work or not"
 msgstr "installera inte, men tala om ifall det skulle fungera eller inte"
 
-#: rpm.c:441
+#: rpm.c:450
 msgid "    --upgrade <packagefile>"
 msgstr "    --upgrade <paketfil>"
 
-#: rpm.c:442
+#: rpm.c:451
 msgid "    -U <packagefile>      "
 msgstr "    -U <paketfil>         "
 
-#: rpm.c:443 rpmqv.c:564
+#: rpm.c:452 rpmqv.c:544
 msgid "upgrade package (same options as --install, plus)"
 msgstr "uppgradera paket (samma flaggor som --install, samt)"
 
-#: rpm.c:445 rpmqv.c:566
+#: rpm.c:454 rpmqv.c:546
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
@@ -857,15 +746,15 @@ msgstr ""
 "uppgradera till en gammal version av paketet (--force vid uppgraderingar gör "
 "detta automatiskt)"
 
-#: rpm.c:447
+#: rpm.c:456
 msgid "    --erase <package>"
 msgstr "    --erase <paket>"
 
-#: rpm.c:449 rpmqv.c:570
+#: rpm.c:458 rpmqv.c:550
 msgid "erase (uninstall) package"
 msgstr "ta bort (avinstallera) paket"
 
-#: rpm.c:451 rpmqv.c:572
+#: rpm.c:460 rpmqv.c:552
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -873,89 +762,101 @@ msgstr ""
 "ta bort alla paket som matchar <paket> (normalt ger det ett fel om <paket> "
 "specificerar flera paket)"
 
-#: rpm.c:461 rpmqv.c:580
+#: rpm.c:470 rpmqv.c:560
 msgid "do not execute any package specific scripts"
 msgstr "kör inte paketspecifika skript"
 
-#: rpm.c:467
+#: rpm.c:476
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<steg> <spec>       "
 
-#: rpm.c:468
+#: rpm.c:477
 msgid "    -t<stage> <tarball>   "
 msgstr "    -t<steg> <tarboll>    "
 
-#: rpm.c:469 rpmqv.c:589
+#: rpm.c:478 rpmqv.c:569
 msgid "build package, where <stage> is one of:"
 msgstr "tillverka paket, där <steg> är något av:"
 
-#: rpm.c:471 rpmqv.c:591
+#: rpm.c:480 rpmqv.c:571
 msgid "prep (unpack sources and apply patches)"
 msgstr "förbered (packa upp källkod samt applicera patchar)"
 
-#: rpm.c:473 rpmqv.c:593
+#: rpm.c:482 rpmqv.c:573
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "kontrollera (gör några enkla kontroller på %files)"
 
-#: rpm.c:475 rpmqv.c:595
+#: rpm.c:484 rpmqv.c:575
 msgid "compile (prep and compile)"
 msgstr "kompilera (förbered och kompilera)"
 
-#: rpm.c:477 rpmqv.c:597
+#: rpm.c:486 rpmqv.c:577
 msgid "install (prep, compile, install)"
 msgstr "installera (förbered, kompilera, installera)"
 
-#: rpm.c:479 rpmqv.c:599
+#: rpm.c:488 rpmqv.c:579
 msgid "binary package (prep, compile, install, package)"
 msgstr "binärpaketera (förbered, kompilera, installera, paketera)"
 
-#: rpm.c:481 rpmqv.c:601
+#: rpm.c:490 rpmqv.c:581
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "binär- och källpaketera (förbered, kompilera, installera, paketera)"
 
-#: rpm.c:489 rpmqv.c:611
+#: lib/poptBT.c:155 rpm.c:492 rpmqv.c:585
+msgid "skip straight to specified stage (only for c,i)"
+msgstr "gå direkt till angivet steg (endast för c,i)"
+
+#: lib/poptBT.c:145 rpm.c:494 rpmqv.c:587
+msgid "remove build tree when done"
+msgstr "tag bort tillverkningsträd efteråt"
+
+#: lib/poptBT.c:151 rpm.c:496 rpmqv.c:589
+msgid "remove sources when done"
+msgstr "tag bort källkod efteråt"
+
+#: rpm.c:498 rpmqv.c:591
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "tag bort spec-fil efteråt"
 
-#: rpm.c:491 rpmqv.c:613
+#: rpm.c:500 rpmqv.c:593
 msgid "generate PGP/GPG signature"
 msgstr "tillverka en PGP/GPG-signatur"
 
-#: rpm.c:492
+#: rpm.c:501
 msgid "      --buildroot <dir>   "
 msgstr "      --buildroot <kat>   "
 
-#: rpm.c:493 rpmqv.c:615
+#: rpm.c:502 rpmqv.c:595
 msgid "use <dir> as the build root"
 msgstr "använd <kat> som tillverkningsrot"
 
-#: rpm.c:494
+#: rpm.c:503
 msgid "      --target=<platform>+"
 msgstr "      --target=<plattfrm>+"
 
-#: rpm.c:495 rpmqv.c:617
+#: rpm.c:504 rpmqv.c:597
 msgid "build the packages for the build targets platform1...platformN."
 msgstr "tillverka paketen för målen plattfrm1...plattfrmN."
 
-#: rpm.c:497 rpmqv.c:619
+#: rpm.c:506 rpmqv.c:599
 msgid "do not execute any stages"
 msgstr "utför inga steg"
 
-#: rpm.c:498
+#: rpm.c:507
 msgid "      --timecheck <secs>  "
 msgstr "      --timecheck <sek>   "
 
-#: rpm.c:499
+#: rpm.c:508
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "sätt tidskontrollen till <sek> sekunder (0 slår av)"
 
-#: rpm.c:501
+#: rpm.c:510
 msgid "    --rebuild <src_pkg>   "
 msgstr "    --rebuild <källpaket> "
 
-#: rpm.c:502 rpmqv.c:622
+#: rpm.c:511 rpmqv.c:602
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -963,65 +864,65 @@ msgstr ""
 "installera källpaket, tillverka binärpaket och och ta bort spec-fil, "
 "källkod, patchar och ikoner."
 
-#: rpm.c:503
+#: rpm.c:512
 msgid "    --recompile <src_pkg> "
 msgstr "    --recompile <källpkt> "
 
-#: rpm.c:504 rpmqv.c:624
+#: rpm.c:513 rpmqv.c:604
 msgid "like --rebuild, but don't build any package"
 msgstr "som --rebuild, men tillverka inga paket"
 
-#: rpm.c:507
+#: rpm.c:516
 msgid "    --resign <pkg>+       "
 msgstr "    --resign <pkt>+       "
 
-#: rpm.c:508 rpmqv.c:630
+#: rpm.c:517 rpmqv.c:610
 msgid "sign a package (discard current signature)"
 msgstr "signera ett paket (släng nuvarande signatur)"
 
-#: rpm.c:509
+#: rpm.c:518
 msgid "    --addsign <pkg>+      "
 msgstr "    --addsign <pkt>+      "
 
-#: rpm.c:510 rpmqv.c:632
+#: rpm.c:519 rpmqv.c:612
 msgid "add a signature to a package"
 msgstr "lägg till signatur till ett paket"
 
-#: rpm.c:511
+#: rpm.c:520
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    --checksig <pkt>+     "
 
-#: rpm.c:512
+#: rpm.c:521
 #, fuzzy
 msgid "    -K <pkg>+           "
 msgstr "    --resign <pkt>+       "
 
-#: rpm.c:513 rpmqv.c:636
+#: rpm.c:522 rpmqv.c:616
 msgid "verify package signature"
 msgstr "verifiera paketsignatur"
 
-#: rpm.c:515 rpmqv.c:638
+#: rpm.c:524 rpmqv.c:618
 msgid "skip any PGP signatures"
 msgstr "hoppa över eventuella PGP-signaturer"
 
-#: rpm.c:517 rpmqv.c:640
+#: rpm.c:526 rpmqv.c:620
 msgid "skip any GPG signatures"
 msgstr "hoppa över eventuella GPG-signaturer"
 
-#: rpm.c:519 rpmqv.c:642
+#: rpm.c:528 rpmqv.c:622
 msgid "skip any MD5 signatures"
 msgstr "hoppa över eventuella MD5-signaturer"
 
-#: rpm.c:523
+#: rpm.c:532
 msgid "make sure a valid database exists"
 msgstr "förvissa dig om att en giltig databas existerar"
 
-#: rpm.c:525
+#: rpm.c:534
 msgid "rebuild database from existing database"
 msgstr "bygg om databasen från existerande databas"
 
-#: rpm.c:533 rpmqv.c:505
+#: rpm.c:542 rpmqv.c:485
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -1029,7 +930,7 @@ msgstr ""
 "sätt filrättigheterna till de i paketdatabasen med samma "
 "paketspecifikationsflaggor som -q"
 
-#: rpm.c:536 rpmqv.c:508
+#: rpm.c:545 rpmqv.c:488
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -1037,140 +938,140 @@ msgstr ""
 "sätt filägare och -grupp till de i paketdatabasen med samma "
 "paketspcifikationsflaggor som -q"
 
-#: rpm.c:673 rpm.c:679 rpm.c:686 rpm.c:692 rpm.c:701 rpm.c:723 rpm.c:729
-#: rpm.c:763 rpm.c:771 rpm.c:792 rpm.c:849 rpm.c:857 rpmqv.c:827 rpmqv.c:833
-#: rpmqv.c:842 rpmqv.c:851 rpmqv.c:857 rpmqv.c:863 rpmqv.c:897 rpmqv.c:904
-#: rpmqv.c:939 rpmqv.c:947 rpmqv.c:953 rpmqv.c:961 rpmqv.c:1019 rpmqv.c:1035
+#: rpm.c:682 rpm.c:688 rpm.c:695 rpm.c:701 rpm.c:710 rpm.c:732 rpm.c:738
+#: rpm.c:772 rpm.c:780 rpm.c:801 rpm.c:858 rpm.c:866 rpmqv.c:806 rpmqv.c:815
+#: rpmqv.c:821 rpmqv.c:827 rpmqv.c:861 rpmqv.c:868 rpmqv.c:903 rpmqv.c:911
+#: rpmqv.c:917 rpmqv.c:925 rpmqv.c:987
 msgid "only one major mode may be specified"
 msgstr "enbart ett läge kan specifieras"
 
-#: rpm.c:694 rpmqv.c:844
+#: rpm.c:703 rpmqv.c:808
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u och --uninstall undanbedes och fungerar inte längre.\n"
 
-#: rpm.c:696 rpmqv.c:846
+#: rpm.c:705 rpmqv.c:810
 msgid "Use -e or --erase instead.\n"
 msgstr "Använd -e eller --erase istället.\n"
 
-#: rpm.c:736 rpm.c:742 rpm.c:749 rpm.c:756 rpm.c:865 rpmqv.c:910 rpmqv.c:916
-#: rpmqv.c:923 rpmqv.c:930 rpmqv.c:1043
+#: rpm.c:745 rpm.c:751 rpm.c:758 rpm.c:765 rpm.c:874 rpmqv.c:874 rpmqv.c:880
+#: rpmqv.c:887 rpmqv.c:894 rpmqv.c:1002
 msgid "one type of query/verify may be performed at a time"
 msgstr "en typ av undersökning/verifiering kan utföras åt gången"
 
-#: rpm.c:798 rpmqv.c:881
+#: rpm.c:807 rpmqv.c:845
 msgid "relocations must begin with a /"
 msgstr "omflyttningar måste börja med /"
 
-#: rpm.c:800 rpmqv.c:883
+#: rpm.c:809 rpmqv.c:847
 msgid "relocations must contain a ="
 msgstr "omflyttningar måste innehålla ett ="
 
-#: rpm.c:803 rpmqv.c:886
+#: rpm.c:812 rpmqv.c:850
 msgid "relocations must have a / following the ="
 msgstr "omflyttningar måste ha ett / efter ="
 
-#: rpm.c:812 rpmqv.c:870
+#: rpm.c:821 rpmqv.c:834
 msgid "exclude paths must begin with a /"
 msgstr "uteslutna sökvägar måste börja med /"
 
-#: rpm.c:821 rpmqv.c:982
+#: rpm.c:830 rpmqv.c:946
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr "Internt fel i argumenthantering (%d) :-(\n"
 
-#: rpm.c:871 rpmqv.c:1062
+#: rpm.c:880 rpmqv.c:1007
 msgid "unexpected query flags"
 msgstr "oväntade undersökningsflaggor"
 
-#: rpm.c:874 rpmqv.c:1065
+#: rpm.c:883 rpmqv.c:1010
 msgid "unexpected query format"
 msgstr "oväntat undersökningsformat"
 
-#: rpm.c:877 rpmqv.c:1068
+#: rpm.c:886 rpmqv.c:1013
 msgid "unexpected query source"
 msgstr "oväntad undersökningskälla"
 
-#: rpm.c:880 rpmqv.c:1084
+#: rpm.c:889 rpmqv.c:1033
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr ""
 "enbart installation, uppgradering, rmsource och rmspec kan tvingas fram"
 
-#: rpm.c:883 rpmqv.c:1089
+#: rpm.c:892 rpmqv.c:1038
 msgid "files may only be relocated during package installation"
 msgstr "filer kan relokeras endast under paketinstallation"
 
-#: rpm.c:886 rpmqv.c:1092
+#: rpm.c:895 rpmqv.c:1041
 msgid "only one of --prefix or --relocate may be used"
 msgstr "enbart en av --prefix eller --relocate kan användas"
 
-#: rpm.c:889 rpmqv.c:1095
+#: rpm.c:898 rpmqv.c:1044
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr ""
 "--relocate och --excludepath kan endast användas när nya paket installeras"
 
-#: rpm.c:892 rpmqv.c:1098
+#: rpm.c:901 rpmqv.c:1047
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix kan endast användas när nya paket installeras"
 
-#: rpm.c:895 rpmqv.c:1101
+#: rpm.c:904 rpmqv.c:1050
 msgid "arguments to --prefix must begin with a /"
 msgstr "argument till --prefix måste börja med /"
 
-#: rpm.c:898 rpmqv.c:1104
+#: rpm.c:907 rpmqv.c:1053
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) kan enbart användas vid paketinstallation"
 
-#: rpm.c:902 rpmqv.c:1108
+#: rpm.c:911 rpmqv.c:1057
 msgid "--percent may only be specified during package installation"
 msgstr "--percent kan enbart användas vid paketinstallation"
 
-#: rpm.c:906 rpmqv.c:1112
+#: rpm.c:915 rpmqv.c:1061
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles kan enbart användas vid paketinstallation"
 
-#: rpm.c:910 rpmqv.c:1116
+#: rpm.c:919 rpmqv.c:1065
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs kan enbart användas vid paketinstallation"
 
-#: rpm.c:914 rpmqv.c:1120
+#: rpm.c:923 rpmqv.c:1069
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs kan enbart användas vid paketinstallation"
 
-#: rpm.c:918 rpmqv.c:1124
+#: rpm.c:927 rpmqv.c:1073
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs kan enbart användas vid paketinstallation"
 
-#: rpm.c:922 rpmqv.c:1128
+#: rpm.c:931 rpmqv.c:1077
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr "enbart en av --excludedocs och --includedocs läge kan specifieras"
 
-#: rpm.c:926 rpmqv.c:1132
+#: rpm.c:935 rpmqv.c:1081
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch kan enbart användas vid paketinstallation"
 
-#: rpm.c:930 rpmqv.c:1136
+#: rpm.c:939 rpmqv.c:1085
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos kan enbart användas vid paketinstallation"
 
-#: rpm.c:934 rpmqv.c:1140
+#: rpm.c:943 rpmqv.c:1089
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoresize kan enbart användas vid paketinstallation"
 
-#: rpm.c:938 rpmqv.c:1144
+#: rpm.c:947 rpmqv.c:1093
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches kan enbart användas när paket tas bort"
 
-#: rpm.c:942 rpmqv.c:1148
+#: rpm.c:951 rpmqv.c:1097
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles kan enbart användas vid paketinstallation"
 
-#: rpm.c:946 rpmqv.c:1152
+#: rpm.c:955 rpmqv.c:1101
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr ""
 "--justdb kan enbart användas vid installation och avinstallation av paket"
 
-#: rpm.c:951 rpmqv.c:1159
+#: rpm.c:960 rpmqv.c:1108
 msgid ""
 "--noscripts may only be specified during package installation, erasure, and "
 "verification"
@@ -1178,7 +1079,7 @@ msgstr ""
 "--noscripts kan enbart användas vid paketinstallation, avinstallation och "
 "verifiering"
 
-#: rpm.c:955
+#: rpm.c:964
 msgid ""
 "--notriggers may only be specified during package installation, erasure, and "
 "verification"
@@ -1186,7 +1087,7 @@ msgstr ""
 "--notriggers kan enbart användas vid installation, avinstallation och "
 "verifiering"
 
-#: rpm.c:959 rpmqv.c:1171
+#: rpm.c:968 rpmqv.c:1120
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1195,14 +1096,14 @@ msgstr ""
 "--nodeps kan enbart användas vid tillverkning, installation, avinstallation, "
 "och verifiering"
 
-#: rpm.c:964 rpmqv.c:1176
+#: rpm.c:973 rpmqv.c:1125
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr ""
 "--test kan enbart användas vid installation, avinstallation och tillverkning"
 
-#: rpm.c:968 rpmqv.c:1181
+#: rpm.c:977 rpmqv.c:1130
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1210,97 +1111,97 @@ msgstr ""
 "--root (-r) kan enbart användas vid installation, avinstallation, förfrågan, "
 "och databasombyggnad"
 
-#: rpm.c:980 rpmqv.c:1193
+#: rpm.c:989 rpmqv.c:1142
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "argument till --root (-r) måste börja med /"
 
-#: rpm.c:986 rpmqv.c:1200
+#: rpm.c:995 rpmqv.c:1149
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage kan enbart användas vid paketuppgraderingar"
 
-#: rpm.c:989 rpmqv.c:1205
+#: rpm.c:998 rpmqv.c:1154
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp kan enbart användas vid signaturkontroll"
 
-#: rpm.c:992 rpmqv.c:1208
+#: rpm.c:1001 rpmqv.c:1157
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nogpg kan enbart användas vid signaturkontroll"
 
-#: rpm.c:995 rpmqv.c:1213
+#: rpm.c:1004 rpmqv.c:1162
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr "--nomd5 kan enbart användas vid signaturkontroll och paketverifiering"
 
-#: rpm.c:1006 rpmqv.c:1226
+#: rpm.c:1015 rpmqv.c:1175
 msgid "no files to sign\n"
 msgstr "inga filer att signera\n"
 
-#: rpm.c:1011 rpmqv.c:1231
+#: rpm.c:1020 rpmqv.c:1180
 #, c-format
 msgid "cannot access file %s\n"
 msgstr "kan inte komma åt filen %s\n"
 
-#: rpm.c:1026 rpmqv.c:1247
+#: rpm.c:1035 rpmqv.c:1196
 msgid "pgp not found: "
 msgstr "pgp hittades inte: "
 
-#: rpm.c:1030 rpmqv.c:1251
+#: rpm.c:1039 rpmqv.c:1200
 msgid "Enter pass phrase: "
 msgstr "Ange lösenfras: "
 
-#: rpm.c:1032 rpmqv.c:1253
+#: rpm.c:1041 rpmqv.c:1202
 msgid "Pass phrase check failed\n"
 msgstr "Kontrollen av lösenfrasen misslyckades\n"
 
-#: rpm.c:1035 rpmqv.c:1256
+#: rpm.c:1044 rpmqv.c:1205
 msgid "Pass phrase is good.\n"
 msgstr "Lösenfrasen är ok.\n"
 
-#: rpm.c:1040 rpmqv.c:1261
+#: rpm.c:1049 rpmqv.c:1210
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr "Felaktig %%_signature spec i makrofil.\n"
 
-#: rpm.c:1046 rpmqv.c:1267
+#: rpm.c:1055 rpmqv.c:1216
 msgid "--sign may only be used during package building"
 msgstr "--sign kan enbart användas vid pakettillverkning"
 
-#: rpm.c:1061 rpmqv.c:1283
+#: rpm.c:1070 rpmqv.c:1232
 msgid "exec failed\n"
 msgstr "exec misslyckades\n"
 
-#: rpm.c:1080 rpmqv.c:1552
+#: rpm.c:1089 rpmqv.c:1501
 msgid "unexpected arguments to --querytags "
 msgstr "oväntade argument till --querytags "
 
-#: rpm.c:1091 rpmqv.c:1574
+#: rpm.c:1100 rpmqv.c:1523
 msgid "no packages given for signature check"
 msgstr "inga paket angivna för signatur kontroll"
 
-#: rpm.c:1102 rpmqv.c:1585
+#: rpm.c:1111 rpmqv.c:1534
 msgid "no packages given for signing"
 msgstr "inga paket angivna för signering"
 
-#: rpm.c:1118 rpmqv.c:1425
+#: rpm.c:1127 rpmqv.c:1374
 msgid "no packages given for uninstall"
 msgstr "inga paket angivna för avinstallation"
 
-#: rpm.c:1168 rpmqv.c:1475
+#: rpm.c:1177 rpmqv.c:1424
 msgid "no packages given for install"
 msgstr "inga paket angivna för installation"
 
-#: rpm.c:1191 rpmqv.c:1515
+#: rpm.c:1200 rpmqv.c:1464
 msgid "extra arguments given for query of all packages"
 msgstr "extra argument angivna för förfrågan om alla paket"
 
-#: rpm.c:1196 rpmqv.c:1520
+#: rpm.c:1205 rpmqv.c:1469
 msgid "no arguments given for query"
 msgstr "inga parametrar angivna för undersökning"
 
-#: rpm.c:1213 rpmqv.c:1540
+#: rpm.c:1222 rpmqv.c:1489
 msgid "extra arguments given for verify of all packages"
 msgstr "extra argument angivna för verifiering av alla paket"
 
-#: rpm.c:1217 rpmqv.c:1544
+#: rpm.c:1226 rpmqv.c:1493
 msgid "no arguments given for verify"
 msgstr "inga parametrar angivna för verifiering"
 
@@ -1322,71 +1223,71 @@ msgstr "fel vid l
 msgid "cannot re-open payload: %s\n"
 msgstr "kan inte återöppna lasten: %s\n"
 
-#: rpmqv.c:304
+#: rpmqv.c:284
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "använd: rpm {--help}"
 
-#: rpmqv.c:305
+#: rpmqv.c:285
 #, fuzzy, c-format
 msgid "       %s {--version}\n"
 msgstr "       rpm {--version}"
 
-#: rpmqv.c:308
+#: rpmqv.c:288
 #, fuzzy, c-format
 msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 msgstr "       rpm {--initdb}   [--dbpath <kat>]"
 
-#: rpmqv.c:309
+#: rpmqv.c:289
 #, fuzzy, c-format
 msgid "       %s {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]\n"
 msgstr "       rpm {--rebuilddb} [--rcfile <fil>] [--dbpath <kat>]"
 
-#: rpmqv.c:313
+#: rpmqv.c:293
 #, fuzzy, c-format
 msgid ""
 "       %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpmqv.c:323
+#: rpmqv.c:303
 #, fuzzy, c-format
 msgid ""
 "       %s {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpmqv.c:333
+#: rpmqv.c:313
 #, fuzzy, c-format
 msgid "       %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]\n"
 msgstr "       rpm {--erase -e} [--root <kat>] [--noscripts] [--rcfile <fil>]"
 
-#: rpmqv.c:339
+#: rpmqv.c:319
 #, fuzzy, c-format
 msgid "       %s {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]\n"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpmqv.c:346
+#: rpmqv.c:326
 #, fuzzy, c-format
 msgid "       %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]\n"
 msgstr "       rpm {--verify -V -y} [-afpg] [--root <kat>] [--rcfile <fil>]"
 
-#: rpmqv.c:349
+#: rpmqv.c:329
 #, fuzzy, c-format
 msgid "       %s {--querytags}\n"
 msgstr "       rpm {--querytags}"
 
-#: rpmqv.c:350
+#: rpmqv.c:330
 #, fuzzy, c-format
 msgid "       %s {--setperms} [-afpg] [target]\n"
 msgstr "       rpm {--setperms} [-afpg] [mål]"
 
-#: rpmqv.c:351
+#: rpmqv.c:331
 #, fuzzy, c-format
 msgid "       %s {--setugids} [-afpg] [target]\n"
 msgstr "       rpm {--setugids} [-afpg] [mål]"
 
-#: rpmqv.c:355
+#: rpmqv.c:335
 #, fuzzy, c-format
 msgid ""
 "       %s {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -1394,346 +1295,346 @@ msgid ""
 msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  <fil>]"
 
-#: rpmqv.c:356
+#: rpmqv.c:336
 #, fuzzy
 msgid "                        [--sign] [--nobuild] ]"
 msgstr "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 
-#: rpmqv.c:359
+#: rpmqv.c:339
 #, fuzzy, c-format
 msgid "       %s {--rmsource} [--rcfile <file>] [-v] specfile\n"
 msgstr "       rpm {--rmsource} [--rcfile <fil>] [-v] spec-fil"
 
-#: rpmqv.c:360
+#: rpmqv.c:340
 #, fuzzy, c-format
 msgid ""
 "       %s {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr "       rpm {--rebuild} [--rcfile <fil>] [-v] källa1.rpm ... källaN.rpm"
 
-#: rpmqv.c:361
+#: rpmqv.c:341
 #, fuzzy, c-format
 msgid ""
 "       %s {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "       rpm {--recompile} [--rcfile <fil>] [-v] källa1.rpm ... källaN.rpm"
 
-#: rpmqv.c:362
+#: rpmqv.c:342
 #, fuzzy, c-format
 msgid "       %s {--freshen -F} file1.rpm ... fileN.rpm\n"
 msgstr "       rpm {--freshen -F} fil1.rpm ... filN.rpm"
 
-#: rpmqv.c:366
+#: rpmqv.c:346
 #, fuzzy, c-format
 msgid "       %s {--resign} [--rcfile <file>] package1 package2 ... packageN\n"
 msgstr "       rpm {--resign} [--rcfile <fil>] paket1 paket2 ... paketN"
 
-#: rpmqv.c:367
+#: rpmqv.c:347
 #, fuzzy, c-format
 msgid "       %s {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <fil>] paket1 paket2 ... paketN"
 
-#: rpmqv.c:368
+#: rpmqv.c:348
 #, fuzzy, c-format
 msgid ""
 "       %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <fil>]"
 
-#: rpmqv.c:412
+#: rpmqv.c:392
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "alla arbetssätt stödjer följande argument:"
 
-#: rpmqv.c:413
+#: rpmqv.c:393
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:415
+#: rpmqv.c:395
 #, fuzzy
 msgid "   --eval '<name>+'       "
 msgstr "    --pipe <kommando>     "
 
-#: rpmqv.c:417
+#: rpmqv.c:397
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    --pipe <kommando>     "
 
-#: rpmqv.c:419
+#: rpmqv.c:399
 #, fuzzy
 msgid "   --rcfile <file>        "
 msgstr "      --rcfile <fil>     "
 
-#: rpmqv.c:424
+#: rpmqv.c:404
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "      --dbpath <kat>      "
 
-#: rpmqv.c:426
+#: rpmqv.c:406
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "      --root <kat>        "
 
-#: rpmqv.c:436
+#: rpmqv.c:416
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 "   installera, uppgradera och fråga (med -p) tillåter ftp-URL:ar att användas"
 
-#: rpmqv.c:437
+#: rpmqv.c:417
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   istället för filnamn, liksom följande flaggor:"
 
-#: rpmqv.c:438
+#: rpmqv.c:418
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "      --ftpproxy <värd>   "
 
-#: rpmqv.c:440
+#: rpmqv.c:420
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "      --ftpport <port>    "
 
-#: rpmqv.c:442
+#: rpmqv.c:422
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "      --httpproxy <värd>   "
 
-#: rpmqv.c:444
+#: rpmqv.c:424
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "      --httpport <port>    "
 
-#: rpmqv.c:450
+#: rpmqv.c:430
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Flaggor för paketval:"
 
-#: rpmqv.c:452
+#: rpmqv.c:432
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "fråga om alla paket"
 
-#: rpmqv.c:453
+#: rpmqv.c:433
 #, fuzzy
 msgid "     -f <file>+          "
 msgstr "        -f <fil>+         "
 
-#: rpmqv.c:454
+#: rpmqv.c:434
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "fråga om paket som äger <fil>"
 
-#: rpmqv.c:455
+#: rpmqv.c:435
 #, fuzzy
 msgid "     -p <packagefile>+   "
 msgstr "        -p <paketfil>+ "
 
-#: rpmqv.c:456
+#: rpmqv.c:436
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "fråga om (oinstallerat) paket <paketfil>"
 
-#: rpmqv.c:457
+#: rpmqv.c:437
 #, fuzzy
 msgid "     --triggeredby <pkg> "
 msgstr "        --triggeredby <pkt>"
 
-#: rpmqv.c:458
+#: rpmqv.c:438
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "fråga om paket utlösta av <pkt>"
 
-#: rpmqv.c:459
+#: rpmqv.c:439
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "        --whatprovides <egenskap>"
 
-#: rpmqv.c:460
+#: rpmqv.c:440
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "undersök paket som tillhandahåller <egenskap>"
 
-#: rpmqv.c:461
+#: rpmqv.c:441
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "        --whatrequires <egenskap>"
 
-#: rpmqv.c:462
+#: rpmqv.c:442
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "undersök paket som behöver <egenskap>"
 
-#: rpmqv.c:466
+#: rpmqv.c:446
 #, fuzzy
 msgid "     --queryformat <qfmt> "
 msgstr "      --queryformat <ffmt>"
 
-#: rpmqv.c:469
+#: rpmqv.c:449
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Flaggor för informationsval:"
 
-#: rpmqv.c:485
+#: rpmqv.c:465
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "visa de egenskaper paketet tillhandahåller"
 
-#: rpmqv.c:487
+#: rpmqv.c:467
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "visa de egenskaper paketet tillhandahåller"
 
-#: rpmqv.c:489
+#: rpmqv.c:469
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "visa de olika [av]installationsskripten"
 
-#: rpmqv.c:491
+#: rpmqv.c:471
 #, fuzzy
 msgid "show the trigger scriptlets contained in the package"
 msgstr "visa utlösningsskripten i paketet"
 
-#: rpmqv.c:515
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "    --install <paketfil>"
 
-#: rpmqv.c:516
+#: rpmqv.c:496
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -i <paketfil>         "
 
-#: rpmqv.c:525
+#: rpmqv.c:505
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "      --excludepath <sökväg>"
 
-#: rpmqv.c:526
+#: rpmqv.c:506
 #, fuzzy
 msgid "skip files with leading component <path> "
 msgstr "hoppa över filer i <sökv>"
 
-#: rpmqv.c:546
+#: rpmqv.c:526
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "kör inte installationsskript"
 
-#: rpmqv.c:548
+#: rpmqv.c:528
 #, fuzzy
 msgid "don't execute any scriptlets triggered by this package"
 msgstr "kör inte utlösningsskript utlösta av detta paket"
 
-#: rpmqv.c:551
+#: rpmqv.c:531
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "      --prefix <katalog>  "
 
-#: rpmqv.c:553
+#: rpmqv.c:533
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "      --relocate <frånskv>=<tillskv>"
 
-#: rpmqv.c:562
+#: rpmqv.c:542
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "    --upgrade <paketfil>"
 
-#: rpmqv.c:563
+#: rpmqv.c:543
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -U <paketfil>         "
 
-#: rpmqv.c:568
+#: rpmqv.c:548
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "    --erase <paket>"
 
-#: rpmqv.c:587
+#: rpmqv.c:567
 #, fuzzy
 msgid "   -b<stage> <spec>       "
 msgstr "    -b<steg> <spec>       "
 
-#: rpmqv.c:588
+#: rpmqv.c:568
 #, fuzzy
 msgid "   -t<stage> <tarball>    "
 msgstr "    -t<steg> <tarboll>    "
 
-#: rpmqv.c:603
+#: rpmqv.c:583
 #, fuzzy
 msgid "package src rpm only"
 msgstr "paket saknar namn"
 
-#: rpmqv.c:614
+#: rpmqv.c:594
 #, fuzzy
 msgid "     --buildroot <dir>    "
 msgstr "      --buildroot <kat>   "
 
-#: rpmqv.c:616
+#: rpmqv.c:596
 #, fuzzy
 msgid "     --target=<platform>+ "
 msgstr "      --target=<plattfrm>+"
 
-#: rpmqv.c:621
+#: rpmqv.c:601
 #, fuzzy
 msgid "   --rebuild <src_pkg>    "
 msgstr "    --rebuild <källpaket> "
 
-#: rpmqv.c:623
+#: rpmqv.c:603
 #, fuzzy
 msgid "   --recompile <src_pkg>  "
 msgstr "    --recompile <källpkt> "
 
-#: rpmqv.c:629
+#: rpmqv.c:609
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    --resign <pkt>+       "
 
-#: rpmqv.c:631
+#: rpmqv.c:611
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    --addsign <pkt>+      "
 
-#: rpmqv.c:634
+#: rpmqv.c:614
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    --checksig <pkt>+     "
 
-#: rpmqv.c:635
+#: rpmqv.c:615
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    --resign <pkt>+       "
 
-#: rpmqv.c:648
+#: rpmqv.c:628
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:650
+#: rpmqv.c:630
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "bygg om databasen från existerande databas"
 
-#: rpmqv.c:1057
+#: rpmqv.c:1017
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath angivet för en operation som inte använder någon databas"
 
-#: rpmqv.c:1165
+#: rpmqv.c:1114
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation and erasure"
 msgstr ""
 "--justdb kan enbart användas vid installation och avinstallation av paket"
 
-#: rpmqv.c:1323
+#: rpmqv.c:1272
 msgid "no packages files given for rebuild"
 msgstr "inga paketfiler angivna för omtillverkning"
 
-#: rpmqv.c:1393
+#: rpmqv.c:1342
 msgid "no spec files given for build"
 msgstr "ingen spec-filer angivna för tillverkning"
 
-#: rpmqv.c:1395
+#: rpmqv.c:1344
 msgid "no tar files given for build"
 msgstr "inga tar-filer angivna för tillverkning"
 
@@ -3054,6 +2955,105 @@ msgid ""
 "only packages with major numbers <= 3 are supported by this version of RPM"
 msgstr "endast paket med huvudnummer <= 3 stöds av denna version av RPM"
 
+#: lib/poptBT.c:82
+msgid "buildroot already specified"
+msgstr "buildroot redan specificerad"
+
+#: lib/poptBT.c:108
+msgid "build through %%prep stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:110
+msgid "build through %%build stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:112
+msgid "build through %%install stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:114
+#, fuzzy
+msgid "verify %%files section from spec file"
+msgstr "ersätt översatta sektioner från följande katalog"
+
+#: lib/poptBT.c:116
+#, fuzzy
+msgid "build source and binary package from spec file"
+msgstr "hittade %d käll- och %d binärpaket\n"
+
+#: lib/poptBT.c:118
+#, fuzzy
+msgid "build binary package from spec file"
+msgstr "källpaket innehåller ingen spec-fil"
+
+#: lib/poptBT.c:120
+#, fuzzy
+msgid "build source package from spec file"
+msgstr "källpaket innehåller ingen spec-fil"
+
+#: lib/poptBT.c:123
+msgid "build through %%prep stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:125
+msgid "build through %%build stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:127
+msgid "build through %%install stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:129
+msgid "verify %%files section from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:131
+#, fuzzy
+msgid "build source and binary package from tar ball"
+msgstr "hittade %d käll- och %d binärpaket\n"
+
+#: lib/poptBT.c:133
+msgid "build binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:135
+msgid "build source package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:138
+#, fuzzy
+msgid "build binary package from source package"
+msgstr "binärpaketera (förbered, kompilera, installera, paketera)"
+
+#: lib/poptBT.c:140
+#, fuzzy
+msgid "build through %%install stage from source package"
+msgstr "installerar källpaket\n"
+
+#: lib/poptBT.c:143
+msgid "override build root"
+msgstr "åsidosätt tillverkningsrot"
+
+#: lib/poptBT.c:147
+msgid "do not execute any stages of the build"
+msgstr "utför inga steg i tillverkningen"
+
+#: lib/poptBT.c:149
+msgid "do not accept I18N msgstr's from specfile"
+msgstr "acceptera inte översatta \"msgstr\" från spec-filen"
+
+#: lib/poptBT.c:153
+msgid "remove specfile when done"
+msgstr "tag bort spec-fil efteråt"
+
+#: lib/poptBT.c:157
+msgid "override target platform"
+msgstr "åsidosätt målplattform"
+
+#: lib/poptBT.c:159
+msgid "lookup I18N strings in specfile catalog"
+msgstr "slå upp översatta strängar i spec-fil katalog"
+
 #: lib/problems.c:43
 #, c-format
 msgid " is needed by %s-%s-%s\n"
@@ -3113,208 +3113,129 @@ msgstr "installation av paket %s-%s-%s kr
 msgid "unknown error %d encountered while manipulating package %s-%s-%s"
 msgstr "okänt fel %d uppträdde under manipulation av paket %s-%s-%s"
 
-#: lib/query.c:141
+#: lib/query.c:139
 #, c-format
 msgid "error in format: %s\n"
 msgstr "fel i format: %s\n"
 
-#: lib/query.c:200
+#: lib/query.c:198
 msgid "(contains no files)"
 msgstr "(innehåller inga filer)"
 
-#: lib/query.c:259
+#: lib/query.c:257
 msgid "normal        "
 msgstr "normal        "
 
-#: lib/query.c:261
+#: lib/query.c:259
 msgid "replaced      "
 msgstr "ersatt        "
 
-#: lib/query.c:263
+#: lib/query.c:261
 msgid "not installed "
 msgstr "oinstallerat  "
 
-#: lib/query.c:265
+#: lib/query.c:263
 msgid "net shared    "
 msgstr "nätdelad      "
 
-#: lib/query.c:267
+#: lib/query.c:265
 #, c-format
 msgid "(unknown %3d) "
 msgstr "(okänd %3d)   "
 
-#: lib/query.c:271
+#: lib/query.c:269
 msgid "(no state)    "
 msgstr "(ej tillstnd) "
 
-#: lib/query.c:288 lib/query.c:331
+#: lib/query.c:286 lib/query.c:329
 msgid "package has neither file owner or id lists"
 msgstr "paketet har varken filägare eller id-listor"
 
-#: lib/query.c:375
+#: lib/query.c:373
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "kan inte ta bort %s: %s\n"
 
 #. XXX Fstrerror
-#: lib/query.c:492
+#: lib/query.c:490
 #, c-format
 msgid "open of %s failed: %s\n"
 msgstr "misslyckades öppna %s: %s\n"
 
-#: lib/query.c:510
+#: lib/query.c:508
 msgid "old format source packages cannot be queried\n"
 msgstr "källpaket i gammalt format går ej att fråga om\n"
 
-#: lib/query.c:519 lib/rpminstall.c:231
+#: lib/query.c:517 lib/rpminstall.c:231
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s verkar inte vara ett RPM-paket\n"
 
-#: lib/query.c:523
+#: lib/query.c:521
 #, c-format
 msgid "query of %s failed\n"
 msgstr "fråga om %s misslyckades\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "fråga om spec-fil %s misslyckades, kan inte parsa\n"
 
-#: lib/query.c:579
+#: lib/query.c:577
 #, fuzzy
 msgid "no packages\n"
 msgstr "hittade %d paket\n"
 
-#: lib/query.c:589
+#: lib/query.c:587
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "grupp %s innehåller inga paket\n"
 
-#: lib/query.c:599
+#: lib/query.c:597
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "inga paketutlösare %s\n"
 
-#: lib/query.c:609
+#: lib/query.c:607
 #, c-format
 msgid "no package requires %s\n"
 msgstr "inget paket behöver %s\n"
 
-#: lib/query.c:620
+#: lib/query.c:618
 #, c-format
 msgid "no package provides %s\n"
 msgstr "inget paket tillhandahåller %s\n"
 
-#: lib/query.c:636
+#: lib/query.c:634
 #, c-format
 msgid "file %s: %s\n"
 msgstr "fil %s: %s\n"
 
-#: lib/query.c:639
+#: lib/query.c:637
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "fil %s ägs inte av något paket\n"
 
-#: lib/query.c:664
+#: lib/query.c:662
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "felaktigt paketnummer: %s\n"
 
-#: lib/query.c:667
+#: lib/query.c:665
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "paketpost nummer: %d\n"
 
-#: lib/query.c:671
+#: lib/query.c:669
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "post %d kunde inte läsas\n"
 
-#: lib/query.c:682 lib/rpminstall.c:435
+#: lib/query.c:680 lib/rpminstall.c:435
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "paket %s är inte installerat\n"
 
-#: lib/query.c:769
-msgid "query package owning file"
-msgstr "undersök paket som äger fil"
-
-#: lib/query.c:771
-msgid "query packages in group"
-msgstr "undersök paket i grupp"
-
-#: lib/query.c:773
-msgid "query a package file"
-msgstr "undersök en paketfil"
-
-#: lib/query.c:775
-#, fuzzy
-msgid "rpm query mode"
-msgstr "frågeläge"
-
-#: lib/query.c:779
-msgid "display known query tags"
-msgstr ""
-
-#: lib/query.c:781
-msgid "query a spec file"
-msgstr "fråga om en spec-fil"
-
-#: lib/query.c:783
-msgid "query the pacakges triggered by the package"
-msgstr "undersök paket utlösta av paketet"
-
-#: lib/query.c:785
-#, fuzzy
-msgid "rpm verify mode"
-msgstr "frågeläge"
-
-#: lib/query.c:787
-msgid "rpm verify mode (legacy)"
-msgstr ""
-
-#: lib/query.c:789
-msgid "query the packages which require a capability"
-msgstr "fråga om paket som behöver en egenskap"
-
-#: lib/query.c:791
-msgid "query the packages which provide a capability"
-msgstr "fråga om paket som tillhandahåller en egenskap"
-
-#: lib/query.c:831
-msgid "list all configuration files"
-msgstr "lista alla konfigurationsfiler"
-
-#: lib/query.c:833
-msgid "list all documentation files"
-msgstr "lista alla dokumentationsfiler"
-
-#: lib/query.c:835
-msgid "dump basic file information"
-msgstr "visa filinformation"
-
-#: lib/query.c:837
-msgid "list files in package"
-msgstr "lista filer i paketet"
-
-#: lib/query.c:841
-msgid "use the following query format"
-msgstr "använd följande frågeformat"
-
-#: lib/query.c:843
-#, fuzzy
-msgid "substitute i18n sections into spec file"
-msgstr "ersätt översatta sektioner från följande katalog"
-
-#: lib/query.c:845
-msgid "display the states of the listed files"
-msgstr "visa tillstånd för de listade filerna"
-
-#: lib/query.c:847
-msgid "display a verbose file listing"
-msgstr "visa en utförlig fillistning"
-
 #: lib/rpmchecksig.c:31
 #, c-format
 msgid "%s: open failed: %s\n"
@@ -4079,6 +4000,60 @@ msgstr "saknas     %s\n"
 msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "Ouppfyllda beroenden för %s-%s-%s: "
 
+#~ msgid "query package owning file"
+#~ msgstr "undersök paket som äger fil"
+
+#~ msgid "query packages in group"
+#~ msgstr "undersök paket i grupp"
+
+#~ msgid "query a package file"
+#~ msgstr "undersök en paketfil"
+
+#, fuzzy
+#~ msgid "rpm query mode"
+#~ msgstr "frågeläge"
+
+#~ msgid "query a spec file"
+#~ msgstr "fråga om en spec-fil"
+
+#~ msgid "query the pacakges triggered by the package"
+#~ msgstr "undersök paket utlösta av paketet"
+
+#, fuzzy
+#~ msgid "rpm verify mode"
+#~ msgstr "frågeläge"
+
+#~ msgid "query the packages which require a capability"
+#~ msgstr "fråga om paket som behöver en egenskap"
+
+#~ msgid "query the packages which provide a capability"
+#~ msgstr "fråga om paket som tillhandahåller en egenskap"
+
+#~ msgid "list all configuration files"
+#~ msgstr "lista alla konfigurationsfiler"
+
+#~ msgid "list all documentation files"
+#~ msgstr "lista alla dokumentationsfiler"
+
+#~ msgid "dump basic file information"
+#~ msgstr "visa filinformation"
+
+#~ msgid "list files in package"
+#~ msgstr "lista filer i paketet"
+
+#~ msgid "use the following query format"
+#~ msgstr "använd följande frågeformat"
+
+#, fuzzy
+#~ msgid "substitute i18n sections into spec file"
+#~ msgstr "ersätt översatta sektioner från följande katalog"
+
+#~ msgid "display the states of the listed files"
+#~ msgstr "visa tillstånd för de listade filerna"
+
+#~ msgid "display a verbose file listing"
+#~ msgstr "visa en utförlig fillistning"
+
 #~ msgid "--buildarch has been obsoleted.  Use the --target option instead.\n"
 #~ msgstr "--buildarch är föråldrat.  Använd flaggan --target istället.\n"
 
index 48cd8b7..7957172 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 13:32-0400\n"
+"POT-Creation-Date: 2000-06-01 00:32-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -67,123 +67,6 @@ msgstr ""
 msgid "Building for target %s\n"
 msgstr "%s paketi bulunamadý\n"
 
-#: build.c:385
-msgid "buildroot already specified"
-msgstr ""
-
-#: build.c:411
-msgid "build through %%prep stage from spec file"
-msgstr ""
-
-#: build.c:413
-msgid "build through %%build stage from spec file"
-msgstr ""
-
-#: build.c:415
-msgid "build through %%install stage from spec file"
-msgstr ""
-
-#: build.c:417
-#, fuzzy
-msgid "verify %%files section from spec file"
-msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-
-#: build.c:419
-#, fuzzy
-msgid "build source and binary package from spec file"
-msgstr "%s grubu hiç paket içermiyor\n"
-
-#: build.c:421
-#, fuzzy
-msgid "build binary package from spec file"
-msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-
-#: build.c:423
-#, fuzzy
-msgid "build source package from spec file"
-msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-
-#: build.c:426
-msgid "build through %%prep stage from tar ball"
-msgstr ""
-
-#: build.c:428
-msgid "build through %%build stage from tar ball"
-msgstr ""
-
-#: build.c:430
-msgid "build through %%install stage from tar ball"
-msgstr ""
-
-#: build.c:432
-msgid "verify %%files section from tar ball"
-msgstr ""
-
-#: build.c:434
-#, fuzzy
-msgid "build source and binary package from tar ball"
-msgstr "%s grubu hiç paket içermiyor\n"
-
-#: build.c:436
-msgid "build binary package from tar ball"
-msgstr ""
-
-#: build.c:438
-#, fuzzy
-msgid "build source package from tar ball"
-msgstr "paketleri <os> iþletim sistemi için oluþturur"
-
-#: build.c:441
-#, fuzzy
-msgid "build binary package from source package"
-msgstr ""
-"çalýþtýrýlabilir paket yaratma (hazýrlama, derleme, yükleme, paketleme)"
-
-#: build.c:443
-#, fuzzy
-msgid "build through %%install stage from source package"
-msgstr "paket yüklemek"
-
-#: build.c:446
-#, fuzzy
-msgid "override build root"
-msgstr "paket yaratýlýrken <dizin> baþlangýç dizini olarak kullanýlýr"
-
-#: build.c:448 rpm.c:485 rpmqv.c:607
-msgid "remove build tree when done"
-msgstr "iþlem sonunda paket yaratma yapýsýný siler"
-
-#: build.c:450
-#, fuzzy
-msgid "do not execute any stages of the build"
-msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
-
-#: build.c:452
-msgid "do not accept I18N msgstr's from specfile"
-msgstr ""
-
-#: build.c:454 rpm.c:487 rpmqv.c:609
-#, fuzzy
-msgid "remove sources when done"
-msgstr "iþlem sonunda kaynaklarý ve spec dosyasýný siler"
-
-#: build.c:456
-#, fuzzy
-msgid "remove specfile when done"
-msgstr "iþlem sonunda kaynaklarý ve spec dosyasýný siler"
-
-#: build.c:458 rpm.c:483 rpmqv.c:605
-msgid "skip straight to specified stage (only for c,i)"
-msgstr "doðrudan belirtilen adýma atlar (sadece c ve i için)"
-
-#: build.c:460
-msgid "override target platform"
-msgstr ""
-
-#: build.c:462
-msgid "lookup I18N strings in specfile catalog"
-msgstr ""
-
 #: convertdb.c:39
 #, fuzzy
 msgid "RPM database already exists"
@@ -228,7 +111,7 @@ msgstr "%s pakedi %s i
 msgid "no copyright!\n"
 msgstr ""
 
-#: rpm.c:182 rpmqv.c:277
+#: rpm.c:191 rpmqv.c:257
 #, c-format
 msgid "rpm: %s\n"
 msgstr ""
@@ -246,143 +129,143 @@ msgstr ""
 # May 5, 1998 
 #
 # , c-format
-#: rpm.c:193 rpmqv.c:288
+#: rpm.c:202 rpmqv.c:268
 #, c-format
 msgid "RPM version %s\n"
 msgstr "RPM Sürüm %s\n"
 
-#: rpm.c:197 rpmqv.c:292
+#: rpm.c:206 rpmqv.c:272
 msgid "Copyright (C) 1998 - Red Hat Software"
 msgstr "Copyright (C) 1998 - Red Hat Software"
 
-#: rpm.c:198 rpmqv.c:293
+#: rpm.c:207 rpmqv.c:273
 msgid "This may be freely redistributed under the terms of the GNU GPL"
 msgstr "Bu ðrogram GNU GPL uyarýnca serbestçe daðýtýlabilir."
 
-#: rpm.c:206
+#: rpm.c:215
 #, fuzzy
 msgid "Usage: rpm {--help}"
 msgstr "Kullaným: rpm {--help}"
 
-#: rpm.c:207
+#: rpm.c:216
 msgid "       rpm {--version}"
 msgstr "       rpm {--version}"
 
-#: rpm.c:208
+#: rpm.c:217
 msgid "       rpm {--initdb}   [--dbpath <dir>]"
 msgstr "       rpm {--initdb}   [--dbpath <dizin>]"
 
-#: rpm.c:209
+#: rpm.c:218
 msgid ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:210 rpmqv.c:314
+#: rpm.c:219 rpmqv.c:294
 msgid "                        [--replacepkgs] [--replacefiles] [--root <dir>]"
 msgstr ""
 "                        [--replacepkgs] [--replacefiles] [--root <dizin>]"
 
-#: rpm.c:211 rpmqv.c:315
+#: rpm.c:220 rpmqv.c:295
 msgid "                        [--excludedocs] [--includedocs] [--noscripts]"
 msgstr "                        [--excludedocs] [--includedocs] [--noscripts]"
 
-#: rpm.c:212 rpmqv.c:316
+#: rpm.c:221 rpmqv.c:296
 msgid ""
 "                        [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
 msgstr ""
 "                        [--rcfile <dosya>] [--ignorearch] [--dbpath <dizin>]"
 
-#: rpm.c:213 rpmqv.c:317
+#: rpm.c:222 rpmqv.c:297
 msgid ""
 "                        [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
 msgstr ""
 "                        [--prefix <dizin>] [--ignoreos] [--nodeps] "
 "[--allfiles]"
 
-#: rpm.c:214 rpmqv.c:318
+#: rpm.c:223 rpmqv.c:298
 msgid ""
 "                        [--ftpproxy <host>] [--ftpport <port>] [--justdb]"
 msgstr ""
 "                        [--ftpproxy <sunucu>] [--ftpport <port>] [--justdb]"
 
-#: rpm.c:215 rpm.c:224 rpm.c:233 rpmqv.c:319 rpmqv.c:328 rpmqv.c:343
+#: rpm.c:224 rpm.c:233 rpm.c:242 rpmqv.c:299 rpmqv.c:308 rpmqv.c:323
 #, fuzzy
 msgid "                        [--httpproxy <host>] [--httpport <port>] "
 msgstr "                        [--ftpproxy <sunucu>] [--ftpport <port>]"
 
-#: rpm.c:216 rpm.c:226 rpmqv.c:320 rpmqv.c:330
+#: rpm.c:225 rpm.c:235 rpmqv.c:300 rpmqv.c:310
 msgid "                        [--noorder] [--relocate oldpath=newpath]"
 msgstr "                        [--noorder] [--relocate eskidizin=yenidizin]"
 
-#: rpm.c:217 rpmqv.c:321
+#: rpm.c:226 rpmqv.c:301
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--notriggers] [--excludepath <path>]"
 msgstr "                        [--badreloc] dosya1.rpm ... dosyaN.rpm"
 
-#: rpm.c:218 rpmqv.c:322
+#: rpm.c:227 rpmqv.c:302
 #, fuzzy
 msgid "                        [--ignoresize] file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] dosya1.rpm ... dosyaN.rpm"
 
-#: rpm.c:219
+#: rpm.c:228
 msgid ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpm.c:220 rpmqv.c:324
+#: rpm.c:229 rpmqv.c:304
 msgid "                        [--oldpackage] [--root <dir>] [--noscripts]"
 msgstr "                        [--oldpackage] [--root <dizin>] [--noscripts]"
 
-#: rpm.c:221 rpmqv.c:325
+#: rpm.c:230 rpmqv.c:305
 msgid ""
 "                        [--excludedocs] [--includedocs] [--rcfile <file>]"
 msgstr ""
 "                        [--excludedocs] [--includedocs] [--rcfile <dosya>]"
 
-#: rpm.c:222 rpmqv.c:326
+#: rpm.c:231 rpmqv.c:306
 msgid ""
 "                        [--ignorearch]  [--dbpath <dir>] [--prefix <dir>] "
 msgstr ""
 "                        [--ignorearch]  [--dbpath <dizin>] [--prefix "
 "<dizin>] "
 
-#: rpm.c:223 rpmqv.c:327
+#: rpm.c:232 rpmqv.c:307
 msgid "                        [--ftpproxy <host>] [--ftpport <port>]"
 msgstr "                        [--ftpproxy <sunucu>] [--ftpport <port>]"
 
-#: rpm.c:225 rpmqv.c:329
+#: rpm.c:234 rpmqv.c:309
 msgid "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 msgstr ""
 "                        [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
 
-#: rpm.c:227 rpmqv.c:331
+#: rpm.c:236 rpmqv.c:311
 #, fuzzy
 msgid ""
 "                        [--badreloc] [--excludepath <path>] [--ignoresize]"
 msgstr "                        [--nomd5] [targets]"
 
-#: rpm.c:228 rpmqv.c:332
+#: rpm.c:237 rpmqv.c:312
 #, fuzzy
 msgid "                        file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] dosya1.rpm ... dosyaN.rpm"
 
-#: rpm.c:229
+#: rpm.c:238
 msgid "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpm.c:230 rpmqv.c:340
+#: rpm.c:239 rpmqv.c:320
 msgid "                        [--scripts] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "                        [--scripts] [--root <dizin>] [--rcfile <dosya>]"
 
-#: rpm.c:231 rpmqv.c:341
+#: rpm.c:240 rpmqv.c:321
 msgid "                        [--whatprovides] [--whatrequires] [--requires]"
 msgstr ""
 
-#: rpm.c:232 rpmqv.c:342
+#: rpm.c:241 rpmqv.c:322
 #, fuzzy
 msgid ""
 "                        [--triggeredby] [--ftpuseport] [--ftpproxy <host>]"
@@ -390,7 +273,7 @@ msgstr ""
 "                        [--ftpuseport] [--ftpproxy <sunucu>] [--ftpport "
 "<port>]"
 
-#: rpm.c:234 rpmqv.c:344
+#: rpm.c:243 rpmqv.c:324
 #, fuzzy
 msgid ""
 "                        [--ftpport <port>] [--provides] [--triggers] [--dump]"
@@ -398,56 +281,56 @@ msgstr ""
 "                        [--dbpath <dizin>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:235 rpmqv.c:345
+#: rpm.c:244 rpmqv.c:325
 #, fuzzy
 msgid "                        [--changelog] [--dbpath <dir>] [targets]"
 msgstr "                        [--nomd5] [targets]"
 
-#: rpm.c:236
+#: rpm.c:245
 msgid "       rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <dizin>] [--rcfile <dosya>]"
 
-#: rpm.c:237 rpmqv.c:347
+#: rpm.c:246 rpmqv.c:327
 msgid ""
 "                        [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
 msgstr ""
 "                        [--dbpath <dizin>] [--nodeps] [--nofiles] "
 "[--noscripts]"
 
-#: rpm.c:238 rpmqv.c:348
+#: rpm.c:247 rpmqv.c:328
 msgid "                        [--nomd5] [targets]"
 msgstr "                        [--nomd5] [targets]"
 
-#: rpm.c:239
+#: rpm.c:248
 msgid "       rpm {--setperms} [-afpg] [target]"
 msgstr "       rpm {--setperms} [-afpg] [target]"
 
-#: rpm.c:240
+#: rpm.c:249
 msgid "       rpm {--setugids} [-afpg] [target]"
 msgstr "       rpm {--setugids} [-afpg] [target]"
 
-#: rpm.c:241
+#: rpm.c:250
 #, fuzzy
 msgid "       rpm {--freshen -F} file1.rpm ... fileN.rpm"
 msgstr "                        [--badreloc] dosya1.rpm ... dosyaN.rpm"
 
-#: rpm.c:242
+#: rpm.c:251
 msgid "       rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
 msgstr ""
 "       rpm {--erase -e] [--root <dizin>] [--noscripts] [--rcfile <dosya>]"
 
-#: rpm.c:243 rpmqv.c:334
+#: rpm.c:252 rpmqv.c:314
 msgid "                        [--dbpath <dir>] [--nodeps] [--allmatches]"
 msgstr "                        [--dbpath <dizin>] [--nodeps] [--allmatches]"
 
-#: rpm.c:244 rpmqv.c:335
+#: rpm.c:253 rpmqv.c:315
 #, fuzzy
 msgid ""
 "                        [--justdb] [--notriggers] rpackage1 ... packageN"
 msgstr "                        [--justdb] paket1 ... paketN"
 
-#: rpm.c:245
+#: rpm.c:254
 #, fuzzy
 msgid ""
 "       rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -456,292 +339,292 @@ msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<dosya>]"
 
-#: rpm.c:246
+#: rpm.c:255
 #, fuzzy
 msgid "                        [--sign] [--nobuild] [--timecheck <s>] ]"
 msgstr ""
 "                        [--sign] [--test] [--timecheck <s>] [--buildos <os>]"
 
-#: rpm.c:247 rpmqv.c:357
+#: rpm.c:256 rpmqv.c:337
 #, fuzzy
 msgid "                        [--target=platform1[,platform2...]]"
 msgstr "                        [targets]"
 
-#: rpm.c:248 rpmqv.c:358
+#: rpm.c:257 rpmqv.c:338
 #, fuzzy
 msgid "                        [--rmsource] [--rmspec] specfile"
 msgstr ""
 "                        [--buildarch <mimari>] [--rmsource] specdosyasý"
 
-#: rpm.c:249
+#: rpm.c:258
 msgid "       rpm {--rmsource} [--rcfile <file>] [-v] specfile"
 msgstr "       rpm {--rmsource} [--rcfile <dosya>] [-v] specdosyasý"
 
-#: rpm.c:250
+#: rpm.c:259
 msgid ""
 "       rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <dosya>] [-v] kaynak1.rpm ... kaynakN.rpm"
 
-#: rpm.c:251
+#: rpm.c:260
 msgid ""
 "       rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm"
 msgstr ""
 "       rpm {--recompile} [--rcfile <dosya>] [-v] kaynak1.rpm ... kaynakN.rpm"
 
-#: rpm.c:252
+#: rpm.c:261
 msgid "       rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--resign} [--rcfile <dosya>] paket1 paket2 ... paketN"
 
-#: rpm.c:253
+#: rpm.c:262
 msgid "       rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <dosya>] paket1 paket2 ... paketN"
 
-#: rpm.c:254
+#: rpm.c:263
 #, fuzzy
 msgid ""
 "       rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
 msgstr "       rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <dosya>]"
 
-#: rpm.c:255 rpmqv.c:369
+#: rpm.c:264 rpmqv.c:349
 msgid "                           package1 ... packageN"
 msgstr "                           paket1 ... paketN"
 
-#: rpm.c:256
+#: rpm.c:265
 msgid "       rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
 msgstr "       rpm {--rebuilddb} [--rcfile <dosya>] [--dbpath <dizin>]"
 
-#: rpm.c:257
+#: rpm.c:266
 msgid "       rpm {--querytags}"
 msgstr "       rpm {--querytags}"
 
-#: rpm.c:291 rpmqv.c:405
+#: rpm.c:300 rpmqv.c:385
 #, fuzzy
 msgid "Usage:"
 msgstr "Kullaným:"
 
-#: rpm.c:293 rpmqv.c:407
+#: rpm.c:302 rpmqv.c:387
 msgid "print this message"
 msgstr "Bu bilgiyi verir"
 
-#: rpm.c:295 rpmqv.c:409
+#: rpm.c:304 rpmqv.c:389
 msgid "print the version of rpm being used"
 msgstr "Kullanýlan RPM sürümünü verir"
 
-#: rpm.c:298
+#: rpm.c:307
 #, fuzzy
 msgid "   All modes support the following arguments:"
 msgstr "   tüm kipler aþaðýdaki argümanlarý kabul ederler:"
 
-#: rpm.c:299
+#: rpm.c:308
 msgid "    --define '<name> <body>'"
 msgstr ""
 
-#: rpm.c:300 rpmqv.c:414
+#: rpm.c:309 rpmqv.c:394
 msgid "define macro <name> with value <body>"
 msgstr ""
 
-#: rpm.c:301
+#: rpm.c:310
 #, fuzzy
 msgid "    --eval '<name>+'      "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:302 rpmqv.c:416
+#: rpm.c:311 rpmqv.c:396
 #, fuzzy
 msgid "print the expansion of macro <name> to stdout"
 msgstr "Kullanýlan RPM sürümünü verir"
 
-#: rpm.c:303
+#: rpm.c:312
 #, fuzzy
 msgid "    --pipe <cmd>          "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:304 rpmqv.c:418
+#: rpm.c:313 rpmqv.c:398
 msgid "send stdout to <cmd>"
 msgstr "standart çýktýyý <KOMUT>'a gönderir"
 
-#: rpm.c:305
+#: rpm.c:314
 #, fuzzy
 msgid "    --rcfile <file>       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:306 rpmqv.c:420
+#: rpm.c:315 rpmqv.c:400
 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
 msgstr "/etc/rpmrc ve $HOME/.rpmrc yerine <dosya> kullanýn"
 
-#: rpm.c:308 rpmqv.c:422
+#: rpm.c:317 rpmqv.c:402
 msgid "display final rpmrc and macro configuration"
 msgstr ""
 
-#: rpm.c:310 rpmqv.c:430
+#: rpm.c:319 rpmqv.c:410
 msgid "be a little more verbose"
 msgstr "daha çok açýklama verir"
 
-#: rpm.c:312 rpmqv.c:432
+#: rpm.c:321 rpmqv.c:412
 msgid "be incredibly verbose (for debugging)"
 msgstr "çok fazla açýklama verir (hata ayýklama için)"
 
-#: rpm.c:315
+#: rpm.c:324
 #, fuzzy
 msgid "   Install, upgrade and query (with -p) allow URL's to be used in place"
 msgstr ""
 "   yükleme, güncelleme ve sorgulama (-p ile) iþlemlerimde dosya isimleri "
 
-#: rpm.c:316
+#: rpm.c:325
 #, fuzzy
 msgid "   of file names as well as the following options:"
 msgstr "   yerine FTP adreslerini aþaðýdaki seçeneklerle kabul eder:\n"
 
-#: rpm.c:317
+#: rpm.c:326
 msgid "      --ftpproxy <host>   "
 msgstr ""
 
-#: rpm.c:318 rpmqv.c:439
+#: rpm.c:327 rpmqv.c:419
 msgid "hostname or IP of ftp proxy"
 msgstr "Makina ismi veya FTP-Proxy'nin IP numarasý"
 
-#: rpm.c:319
+#: rpm.c:328
 msgid "      --ftpport <port>    "
 msgstr ""
 
-#: rpm.c:320 rpmqv.c:441
+#: rpm.c:329 rpmqv.c:421
 msgid "port number of ftp server (or proxy)"
 msgstr "FTP sunucusunun (ya da Proxy'nin) port numarasý"
 
-#: rpm.c:321
+#: rpm.c:330
 #, fuzzy
 msgid "      --httpproxy <host>  "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:322 rpmqv.c:443
+#: rpm.c:331 rpmqv.c:423
 #, fuzzy
 msgid "hostname or IP of http proxy"
 msgstr "Makina ismi veya FTP-Proxy'nin IP numarasý"
 
-#: rpm.c:323
+#: rpm.c:332
 #, fuzzy
 msgid "      --httpport <port>   "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:324 rpmqv.c:445
+#: rpm.c:333 rpmqv.c:425
 #, fuzzy
 msgid "port number of http server (or proxy)"
 msgstr "FTP sunucusunun (ya da Proxy'nin) port numarasý"
 
-#: rpm.c:328 rpmqv.c:465
+#: rpm.c:337 rpmqv.c:445
 msgid "query mode"
 msgstr "Sorgulama kipi"
 
-#: rpm.c:329 rpm.c:375 rpm.c:400 rpm.c:452 rpm.c:526
+#: rpm.c:338 rpm.c:384 rpm.c:409 rpm.c:461 rpm.c:535
 #, fuzzy
 msgid "      --dbpath <dir>      "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:330 rpm.c:376 rpm.c:401 rpm.c:453 rpm.c:527 rpmqv.c:425
+#: rpm.c:339 rpm.c:385 rpm.c:410 rpm.c:462 rpm.c:536 rpmqv.c:405
 msgid "use <dir> as the directory for the database"
 msgstr "Veritabaný dizini olarak <dizin> kullanýlýr"
 
-#: rpm.c:331
+#: rpm.c:340
 msgid "      --queryformat <qfmt>"
 msgstr ""
 
-#: rpm.c:332 rpmqv.c:467
+#: rpm.c:341 rpmqv.c:447
 #, fuzzy
 msgid "use <qfmt> as the header format (implies --info)"
 msgstr "'header format' olarak s kullanýlýr (-i'yi gerektirir)"
 
-#: rpm.c:333 rpm.c:377 rpm.c:435 rpm.c:464
+#: rpm.c:342 rpm.c:386 rpm.c:444 rpm.c:473
 msgid "      --root <dir>        "
 msgstr ""
 
-#: rpm.c:334 rpm.c:378 rpm.c:436 rpm.c:465 rpm.c:529 rpmqv.c:427
+#: rpm.c:343 rpm.c:387 rpm.c:445 rpm.c:474 rpm.c:538 rpmqv.c:407
 msgid "use <dir> as the top level directory"
 msgstr "kök (baþlangýç) dizini olarak <dizin> kullanýlýr"
 
-#: rpm.c:335
+#: rpm.c:344
 msgid "      Package specification options:"
 msgstr "      Paket seçim seçenekleri:"
 
-#: rpm.c:337
+#: rpm.c:346
 msgid "query all packages"
 msgstr "Tüm paketleri sorgulama"
 
-#: rpm.c:338
+#: rpm.c:347
 msgid "        -f <file>+        "
 msgstr ""
 
-#: rpm.c:339
+#: rpm.c:348
 msgid "query package owning <file>"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: rpm.c:340
+#: rpm.c:349
 msgid "        -p <packagefile>+ "
 msgstr ""
 
-#: rpm.c:341
+#: rpm.c:350
 msgid "query (uninstalled) package <packagefile>"
 msgstr "(henüz yüklenmemiþ) <paket dosyasý> paketi sorgulama"
 
-#: rpm.c:342
+#: rpm.c:351
 #, fuzzy
 msgid "        --triggeredby <pkg>"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: rpm.c:343
+#: rpm.c:352
 #, fuzzy
 msgid "query packages triggered by <pkg>"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: rpm.c:344
+#: rpm.c:353
 #, fuzzy
 msgid "        --whatprovides <cap>"
 msgstr "        --requires"
 
-#: rpm.c:345
+#: rpm.c:354
 #, fuzzy
 msgid "query packages which provide <cap> capability"
 msgstr "<i> yeteneði olan paketleri sorgulama"
 
-#: rpm.c:346
+#: rpm.c:355
 #, fuzzy
 msgid "        --whatrequires <cap>"
 msgstr "        --requires"
 
-#: rpm.c:347
+#: rpm.c:356
 #, fuzzy
 msgid "query packages which require <cap> capability"
 msgstr "<i> yeteneðine ihtiyaç duyan paketleri sorgulama"
 
-#: rpm.c:348
+#: rpm.c:357
 msgid "      Information selection options:"
 msgstr "      Bilgilendirme seçenekleri:"
 
-#: rpm.c:350 rpmqv.c:471
+#: rpm.c:359 rpmqv.c:451
 msgid "display package information"
 msgstr "Paket bilgisini gösterme"
 
-#: rpm.c:352 rpmqv.c:473
+#: rpm.c:361 rpmqv.c:453
 msgid "display the package's change log"
 msgstr "Paketin 'Change Log' (deðiþiklik) bilgisini gösterme"
 
-#: rpm.c:354 rpmqv.c:475
+#: rpm.c:363 rpmqv.c:455
 msgid "display package file list"
 msgstr "Paketin içerdiði dosyalarý gösterme"
 
-#: rpm.c:356 rpmqv.c:477
+#: rpm.c:365 rpmqv.c:457
 msgid "show file states (implies -l)"
 msgstr "dosyalarýn durumunu gösterir (-l gerektirir)"
 
-#: rpm.c:358 rpmqv.c:479
+#: rpm.c:367 rpmqv.c:459
 msgid "list only documentation files (implies -l)"
 msgstr "sadece belge dosyalarýný gösterir (-l gerektirir)"
 
-#: rpm.c:360 rpmqv.c:481
+#: rpm.c:369 rpmqv.c:461
 msgid "list only configuration files (implies -l)"
 msgstr ""
 "sadece yapýlandýrma (configuration) dosyalarýný gösterir (impliziert -l)"
 
-#: rpm.c:362 rpmqv.c:483
+#: rpm.c:371 rpmqv.c:463
 msgid ""
 "show all verifiable information for each file (must be used with -l, -c, or "
 "-d)"
@@ -749,183 +632,183 @@ msgstr ""
 "her dosya için doðrulanabilir bilgileri göster (-l, -c veya -d ile "
 "kullanýlmalý)"
 
-#: rpm.c:364
+#: rpm.c:373
 msgid "list capabilities package provides"
 msgstr "paketin saðladýðý yetenekleri sýralar"
 
-#: rpm.c:366
+#: rpm.c:375
 msgid "list package dependencies"
 msgstr "paketin baðýmlýlýklarýný (gerektirdiði paketleri) gösterir"
 
-#: rpm.c:368
+#: rpm.c:377
 msgid "print the various [un]install scripts"
 msgstr "paketin çeþitli yükleme, silme betiklerini (scripts) gösterir"
 
-#: rpm.c:370
+#: rpm.c:379
 msgid "show the trigger scripts contained in the package"
 msgstr ""
 
-#: rpm.c:374 rpmqv.c:494
+#: rpm.c:383 rpmqv.c:474
 msgid ""
 "verify a package installation using the same same package specification "
 "options as -q"
 msgstr "paketi -q ile belirtilen paket parametrelerini kullanarak doðrula"
 
-#: rpm.c:380 rpm.c:422 rpm.c:457 rpmqv.c:496 rpmqv.c:542 rpmqv.c:576
+#: rpm.c:389 rpm.c:431 rpm.c:466 rpmqv.c:476 rpmqv.c:522 rpmqv.c:556
 msgid "do not verify package dependencies"
 msgstr "paket baðýmlýlýklarýný doðrulamaz"
 
-#: rpm.c:382 rpmqv.c:498
+#: rpm.c:391 rpmqv.c:478
 msgid "do not verify file md5 checksums"
 msgstr "dosyalarýn 'md5-checksum' larýný doðrulamaz"
 
-#: rpm.c:384 rpmqv.c:500
+#: rpm.c:393 rpmqv.c:480
 msgid "do not verify file attributes"
 msgstr "dosya özelliklerini doðrulamaz"
 
-#: rpm.c:386 rpmqv.c:503
+#: rpm.c:395 rpmqv.c:483
 msgid "list the tags that can be used in a query format"
 msgstr "sorgulama sýrasýnda kullanýlabilecek 'Tag'leri sýralar"
 
-#: rpm.c:389
+#: rpm.c:398
 #, fuzzy
 msgid "    --install <packagefile>"
 msgstr "paket yüklemek"
 
-#: rpm.c:390
+#: rpm.c:399
 #, fuzzy
 msgid "    -i <packagefile>      "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:391 rpmqv.c:517
+#: rpm.c:400 rpmqv.c:497
 msgid "install package"
 msgstr "paket yüklemek"
 
-#: rpm.c:392
+#: rpm.c:401
 #, fuzzy
 msgid "      --excludepath <path>"
 msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
 
-#: rpm.c:393
+#: rpm.c:402
 msgid "skip files in path <path>"
 msgstr ""
 
-#: rpm.c:394
+#: rpm.c:403
 #, fuzzy
 msgid "      --relocate <oldpath>=<newpath>"
 msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
 
-#: rpm.c:395 rpmqv.c:554
+#: rpm.c:404 rpmqv.c:534
 msgid "relocate files from <oldpath> to <newpath>"
 msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
 
-#: rpm.c:397 rpmqv.c:522
+#: rpm.c:406 rpmqv.c:502
 #, fuzzy
 msgid "relocate files in non-relocateable package"
 msgstr "%s pakedi yüklenmemiþ\n"
 
-#: rpm.c:398
+#: rpm.c:407
 msgid "      --prefix <dir>      "
 msgstr ""
 
-#: rpm.c:399 rpmqv.c:552
+#: rpm.c:408 rpmqv.c:532
 msgid "relocate the package to <dir>, if relocatable"
 msgstr "paketin yerini (eðer deðitirilebiliyorsa) <dizin>'e deðiþtirir"
 
-#: rpm.c:403 rpmqv.c:524
+#: rpm.c:412 rpmqv.c:504
 msgid "do not install documentation"
 msgstr "yazýlýmýn belgelerini yüklemez"
 
-#: rpm.c:405 rpmqv.c:528
+#: rpm.c:414 rpmqv.c:508
 msgid "short hand for --replacepkgs --replacefiles"
 msgstr "--replacepkgs --replacefiles'ýn kýsaltmasý"
 
-#: rpm.c:407 rpmqv.c:530
+#: rpm.c:416 rpmqv.c:510
 msgid "print hash marks as package installs (good with -v)"
 msgstr "yükleme sýrasýnda bir gösterge çýkarýr (-v seçeneði ile iyi)"
 
-#: rpm.c:409 rpmqv.c:519
+#: rpm.c:418 rpmqv.c:499
 msgid "install all files, even configurations which might otherwise be skipped"
 msgstr ""
 "tüm dosyalarý, hatta normal olarak atlanabilecek yapýlandýrmalarý bile,yükler"
 
-#: rpm.c:412 rpmqv.c:532
+#: rpm.c:421 rpmqv.c:512
 msgid "don't verify package architecture"
 msgstr "paket mimarisini doðrulamaz"
 
-#: rpm.c:414 rpmqv.c:534
+#: rpm.c:423 rpmqv.c:514
 msgid "don't check disk space before installing"
 msgstr ""
 
-#: rpm.c:416 rpmqv.c:536
+#: rpm.c:425 rpmqv.c:516
 msgid "don't verify package operating system"
 msgstr "paketin ait olduðu iþletim sistemini doðrulamaz"
 
-#: rpm.c:418 rpmqv.c:538
+#: rpm.c:427 rpmqv.c:518
 msgid "install documentation"
 msgstr "paket ile gelen belgeleri de yükler"
 
-#: rpm.c:420 rpm.c:455 rpmqv.c:540 rpmqv.c:574
+#: rpm.c:429 rpm.c:464 rpmqv.c:520 rpmqv.c:554
 msgid "update the database, but do not modify the filesystem"
 msgstr "veri tabanýný günceller, ama dosya sistemini deðiþtirmez"
 
-#: rpm.c:424 rpm.c:459 rpmqv.c:544 rpmqv.c:578
+#: rpm.c:433 rpm.c:468 rpmqv.c:524 rpmqv.c:558
 msgid "do not reorder package installation to satisfy dependencies"
 msgstr "paket yükleme sýrasýný baðýmlýlýklara göre düzenleme"
 
-#: rpm.c:426
+#: rpm.c:435
 msgid "don't execute any installation scripts"
 msgstr "yükleme betiklerini (scripts) çalýþtýrmaz."
 
-#: rpm.c:428 rpm.c:463 rpmqv.c:582
+#: rpm.c:437 rpm.c:472 rpmqv.c:562
 msgid "don't execute any scripts triggered by this package"
 msgstr ""
 
-#: rpm.c:430 rpmqv.c:550
+#: rpm.c:439 rpmqv.c:530
 msgid "print percentages as package installs"
 msgstr "yükleme sýrasýnda geliþme yüzde olarak gösterilir"
 
-#: rpm.c:432 rpmqv.c:556
+#: rpm.c:441 rpmqv.c:536
 msgid "install even if the package replaces installed files"
 msgstr "paket mevcut dosyalarý silse bile paketi yükler"
 
-#: rpm.c:434 rpmqv.c:558
+#: rpm.c:443 rpmqv.c:538
 msgid "reinstall if the package is already present"
 msgstr "paket mevcutsa yeniden yükler"
 
-#: rpm.c:438 rpmqv.c:560
+#: rpm.c:447 rpmqv.c:540
 msgid "don't install, but tell if it would work or not"
 msgstr "yükleme yapmaz, sadece çalýþýp çalýþmayacaðýný belirtir"
 
-#: rpm.c:441
+#: rpm.c:450
 msgid "    --upgrade <packagefile>"
 msgstr ""
 
-#: rpm.c:442
+#: rpm.c:451
 #, fuzzy
 msgid "    -U <packagefile>      "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:443 rpmqv.c:564
+#: rpm.c:452 rpmqv.c:544
 msgid "upgrade package (same options as --install, plus)"
 msgstr "Paketi günceller (seçenekler --install ile ayný, ek olarak)"
 
-#: rpm.c:445 rpmqv.c:566
+#: rpm.c:454 rpmqv.c:546
 msgid ""
 "upgrade to an old version of the package (--force on upgrades does this "
 "automatically)"
 msgstr ""
 "pakedin eski bir sürüme güncellenmesini saðlar (--force ayný iþi görür)"
 
-#: rpm.c:447
+#: rpm.c:456
 msgid "    --erase <package>"
 msgstr ""
 
-#: rpm.c:449 rpmqv.c:570
+#: rpm.c:458 rpmqv.c:550
 msgid "erase (uninstall) package"
 msgstr "paketi siler (uninstall)"
 
-#: rpm.c:451 rpmqv.c:572
+#: rpm.c:460 rpmqv.c:552
 msgid ""
 "remove all packages which match <package> (normally an error is generated if "
 "<package> specified multiple packages)"
@@ -933,98 +816,111 @@ msgstr ""
 "<paket> ile eþlenen tüm paketleri siler (birden fazla paket eþlenirse bir "
 "hata mesajý çýkmasý gerekir)"
 
-#: rpm.c:461 rpmqv.c:580
+#: rpm.c:470 rpmqv.c:560
 msgid "do not execute any package specific scripts"
 msgstr "pakete ait hiçbir betik (Script) çalýþtýrýlmaz"
 
-#: rpm.c:467
+#: rpm.c:476
 msgid "    -b<stage> <spec>      "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:468
+#: rpm.c:477
 #, fuzzy
 msgid "    -t<stage> <tarball>   "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:469 rpmqv.c:589
+#: rpm.c:478 rpmqv.c:569
 msgid "build package, where <stage> is one of:"
 msgstr "paket yaratýr, <adým> aþaðýdaki harflerden biridir:"
 
-#: rpm.c:471 rpmqv.c:591
+#: rpm.c:480 rpmqv.c:571
 msgid "prep (unpack sources and apply patches)"
 msgstr "hazýrlama (kaynaklar açýlýr ve yamalar uygulanýr)"
 
 # , c-format
-#: rpm.c:473 rpmqv.c:593
+#: rpm.c:482 rpmqv.c:573
 #, c-format
 msgid "list check (do some cursory checks on %files)"
 msgstr "kontrol ( %files üstünkörü bir kontrol edilir)"
 
-#: rpm.c:475 rpmqv.c:595
+#: rpm.c:484 rpmqv.c:575
 msgid "compile (prep and compile)"
 msgstr "derleme (hazýrlama ve derleme)"
 
-#: rpm.c:477 rpmqv.c:597
+#: rpm.c:486 rpmqv.c:577
 msgid "install (prep, compile, install)"
 msgstr "yükleme (hazýrlama, derleme, yükleme)"
 
-#: rpm.c:479 rpmqv.c:599
+#: rpm.c:488 rpmqv.c:579
 msgid "binary package (prep, compile, install, package)"
 msgstr ""
 "çalýþtýrýlabilir paket yaratma (hazýrlama, derleme, yükleme, paketleme)"
 
-#: rpm.c:481 rpmqv.c:601
+#: rpm.c:490 rpmqv.c:581
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 "çalýþtýrýlabilir ve Kaynak paket yaratmak (hazýrlama, derleme, yükleme "
 "vepaketleme)"
 
-#: rpm.c:489 rpmqv.c:611
+#: lib/poptBT.c:155 rpm.c:492 rpmqv.c:585
+msgid "skip straight to specified stage (only for c,i)"
+msgstr "doðrudan belirtilen adýma atlar (sadece c ve i için)"
+
+#: lib/poptBT.c:145 rpm.c:494 rpmqv.c:587
+msgid "remove build tree when done"
+msgstr "iþlem sonunda paket yaratma yapýsýný siler"
+
+#: lib/poptBT.c:151 rpm.c:496 rpmqv.c:589
+#, fuzzy
+msgid "remove sources when done"
+msgstr "iþlem sonunda kaynaklarý ve spec dosyasýný siler"
+
+#: rpm.c:498 rpmqv.c:591
 #, fuzzy
 msgid "remove spec file when done"
 msgstr "iþlem sonunda kaynaklarý ve spec dosyasýný siler"
 
-#: rpm.c:491 rpmqv.c:613
+#: rpm.c:500 rpmqv.c:593
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "PGP-imzasý yaratýr"
 
-#: rpm.c:492
+#: rpm.c:501
 #, fuzzy
 msgid "      --buildroot <dir>   "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:493 rpmqv.c:615
+#: rpm.c:502 rpmqv.c:595
 msgid "use <dir> as the build root"
 msgstr "paket yaratýlýrken <dizin> baþlangýç dizini olarak kullanýlýr"
 
-#: rpm.c:494
+#: rpm.c:503
 msgid "      --target=<platform>+"
 msgstr ""
 
-#: rpm.c:495 rpmqv.c:617
+#: rpm.c:504 rpmqv.c:597
 msgid "build the packages for the build targets platform1...platformN."
 msgstr ""
 
-#: rpm.c:497 rpmqv.c:619
+#: rpm.c:506 rpmqv.c:599
 msgid "do not execute any stages"
 msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
 
-#: rpm.c:498
+#: rpm.c:507
 #, fuzzy
 msgid "      --timecheck <secs>  "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:499
+#: rpm.c:508
 #, fuzzy
 msgid "set the time check to <secs> seconds (0 disables)"
 msgstr "zaman kontrolünü S saniyeye ayarlar (0 ile tümüyle kaldýrýr)"
 
-#: rpm.c:501
+#: rpm.c:510
 msgid "    --rebuild <src_pkg>   "
 msgstr ""
 
-#: rpm.c:502 rpmqv.c:622
+#: rpm.c:511 rpmqv.c:602
 msgid ""
 "install source package, build binary package and remove spec file, sources, "
 "patches, and icons."
@@ -1032,68 +928,68 @@ msgstr ""
 "kaynak paketini yükler, çalýþýr paketi oluþturur ve spec dosyasý, kaynaklar "
 "ile yamalarý siler"
 
-#: rpm.c:503
+#: rpm.c:512
 msgid "    --recompile <src_pkg> "
 msgstr ""
 
-#: rpm.c:504 rpmqv.c:624
+#: rpm.c:513 rpmqv.c:604
 msgid "like --rebuild, but don't build any package"
 msgstr "--rebuild gibi, ama paket yaratmaz"
 
-#: rpm.c:507
+#: rpm.c:516
 #, fuzzy
 msgid "    --resign <pkg>+       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:508 rpmqv.c:630
+#: rpm.c:517 rpmqv.c:610
 msgid "sign a package (discard current signature)"
 msgstr "paketi imzalar (mevcut imza kaldýrýlýr)"
 
-#: rpm.c:509
+#: rpm.c:518
 #, fuzzy
 msgid "    --addsign <pkg>+      "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:510 rpmqv.c:632
+#: rpm.c:519 rpmqv.c:612
 msgid "add a signature to a package"
 msgstr "pakete bir imza ekler"
 
-#: rpm.c:511
+#: rpm.c:520
 #, fuzzy
 msgid "    --checksig <pkg>+"
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:512
+#: rpm.c:521
 #, fuzzy
 msgid "    -K <pkg>+           "
 msgstr "    -b<adým> <spec>      "
 
-#: rpm.c:513 rpmqv.c:636
+#: rpm.c:522 rpmqv.c:616
 msgid "verify package signature"
 msgstr "paket imzasýný doðrular"
 
-#: rpm.c:515 rpmqv.c:638
+#: rpm.c:524 rpmqv.c:618
 msgid "skip any PGP signatures"
 msgstr "tüm PGP imzalarýný atlar"
 
-#: rpm.c:517 rpmqv.c:640
+#: rpm.c:526 rpmqv.c:620
 #, fuzzy
 msgid "skip any GPG signatures"
 msgstr "tüm PGP imzalarýný atlar"
 
-#: rpm.c:519 rpmqv.c:642
+#: rpm.c:528 rpmqv.c:622
 msgid "skip any MD5 signatures"
 msgstr "tüm MD5 imzalarýný atlar"
 
-#: rpm.c:523
+#: rpm.c:532
 msgid "make sure a valid database exists"
 msgstr "geçerli bir veri tabaný olmasýný saðlar"
 
-#: rpm.c:525
+#: rpm.c:534
 msgid "rebuild database from existing database"
 msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluþturur"
 
-#: rpm.c:533 rpmqv.c:505
+#: rpm.c:542 rpmqv.c:485
 msgid ""
 "set the file permissions to those in the package database using the same "
 "package specification options as -q"
@@ -1101,7 +997,7 @@ msgstr ""
 "dosya eriþim haklarýný veri tabanýnda yer alanlarla -q ile belirtilen paket "
 "parametrelerini kullanarak güncelle"
 
-#: rpm.c:536 rpmqv.c:508
+#: rpm.c:545 rpmqv.c:488
 msgid ""
 "set the file owner and group to those in the package database using the same "
 "package specification options as -q"
@@ -1109,150 +1005,150 @@ msgstr ""
 "dosya kullanýcý ve grup bilgilerini veri tabanýnda yer alanlarla -q ile "
 "belirtilen paket parametrelerini kullanarak güncelle"
 
-#: rpm.c:673 rpm.c:679 rpm.c:686 rpm.c:692 rpm.c:701 rpm.c:723 rpm.c:729
-#: rpm.c:763 rpm.c:771 rpm.c:792 rpm.c:849 rpm.c:857 rpmqv.c:827 rpmqv.c:833
-#: rpmqv.c:842 rpmqv.c:851 rpmqv.c:857 rpmqv.c:863 rpmqv.c:897 rpmqv.c:904
-#: rpmqv.c:939 rpmqv.c:947 rpmqv.c:953 rpmqv.c:961 rpmqv.c:1019 rpmqv.c:1035
+#: rpm.c:682 rpm.c:688 rpm.c:695 rpm.c:701 rpm.c:710 rpm.c:732 rpm.c:738
+#: rpm.c:772 rpm.c:780 rpm.c:801 rpm.c:858 rpm.c:866 rpmqv.c:806 rpmqv.c:815
+#: rpmqv.c:821 rpmqv.c:827 rpmqv.c:861 rpmqv.c:868 rpmqv.c:903 rpmqv.c:911
+#: rpmqv.c:917 rpmqv.c:925 rpmqv.c:987
 msgid "only one major mode may be specified"
 msgstr "sadece bir ana kip (major mode) belirtilebilir"
 
-#: rpm.c:694 rpmqv.c:844
+#: rpm.c:703 rpmqv.c:808
 msgid "-u and --uninstall are deprecated and no longer work.\n"
 msgstr "-u ve --uninstall komutlarý eskidirler ve çalýþmamaktadýrlar.\n"
 
-#: rpm.c:696 rpmqv.c:846
+#: rpm.c:705 rpmqv.c:810
 msgid "Use -e or --erase instead.\n"
 msgstr "Yerine  -e veya --erase komutunu kullanýn\n"
 
-#: rpm.c:736 rpm.c:742 rpm.c:749 rpm.c:756 rpm.c:865 rpmqv.c:910 rpmqv.c:916
-#: rpmqv.c:923 rpmqv.c:930 rpmqv.c:1043
+#: rpm.c:745 rpm.c:751 rpm.c:758 rpm.c:765 rpm.c:874 rpmqv.c:874 rpmqv.c:880
+#: rpmqv.c:887 rpmqv.c:894 rpmqv.c:1002
 msgid "one type of query/verify may be performed at a time"
 msgstr "bir anda sadece bir tarz sorgulama veya doðrulama yapýlabilir"
 
-#: rpm.c:798 rpmqv.c:881
+#: rpm.c:807 rpmqv.c:845
 msgid "relocations must begin with a /"
 msgstr "relocate iþlemi / ile baþlamalý"
 
-#: rpm.c:800 rpmqv.c:883
+#: rpm.c:809 rpmqv.c:847
 msgid "relocations must contain a ="
 msgstr "relocate satýrýnda = bulunmalý"
 
-#: rpm.c:803 rpmqv.c:886
+#: rpm.c:812 rpmqv.c:850
 msgid "relocations must have a / following the ="
 msgstr "relocate için = den sonra bir / gerekir"
 
-#: rpm.c:812 rpmqv.c:870
+#: rpm.c:821 rpmqv.c:834
 #, fuzzy
 msgid "exclude paths must begin with a /"
 msgstr "relocate iþlemi / ile baþlamalý"
 
-#: rpm.c:821 rpmqv.c:982
+#: rpm.c:830 rpmqv.c:946
 #, c-format
 msgid "Internal error in argument processing (%d) :-(\n"
 msgstr ""
 
-#: rpm.c:871 rpmqv.c:1062
+#: rpm.c:880 rpmqv.c:1007
 #, fuzzy
 msgid "unexpected query flags"
 msgstr "beklenmeyen sorgulama kaynaðý girildi"
 
-#: rpm.c:874 rpmqv.c:1065
+#: rpm.c:883 rpmqv.c:1010
 #, fuzzy
 msgid "unexpected query format"
 msgstr "beklenmeyen sorgulama kaynaðý girildi"
 
-#: rpm.c:877 rpmqv.c:1068
+#: rpm.c:886 rpmqv.c:1013
 msgid "unexpected query source"
 msgstr "beklenmeyen sorgulama kaynaðý girildi"
 
-#: rpm.c:880 rpmqv.c:1084
+#: rpm.c:889 rpmqv.c:1033
 #, fuzzy
 msgid "only installation, upgrading, rmsource and rmspec may be forced"
 msgstr "sadece yükleme ve güncelleme zorlanabilir (force edilebilir)"
 
-#: rpm.c:883 rpmqv.c:1089
+#: rpm.c:892 rpmqv.c:1038
 msgid "files may only be relocated during package installation"
 msgstr "dosyalar sadece paket yüklemesi sýrasýnda relocate edilebilir"
 
-#: rpm.c:886 rpmqv.c:1092
+#: rpm.c:895 rpmqv.c:1041
 msgid "only one of --prefix or --relocate may be used"
 msgstr "--prefix ve --relocate seçeneklerinden sadece biri kullanýlabilir"
 
-#: rpm.c:889 rpmqv.c:1095
+#: rpm.c:898 rpmqv.c:1044
 #, fuzzy
 msgid ""
 "--relocate and --excludepath may only be used when installing new packages"
 msgstr "--relocate sadece yeni paketler yüklenirken kullanýlýr"
 
-#: rpm.c:892 rpmqv.c:1098
+#: rpm.c:901 rpmqv.c:1047
 msgid "--prefix may only be used when installing new packages"
 msgstr "--prefix sadece yeni paketlerin yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:895 rpmqv.c:1101
+#: rpm.c:904 rpmqv.c:1050
 msgid "arguments to --prefix must begin with a /"
 msgstr "--prefix komutunun argümanlarý '/' ile baþlamalý"
 
-#: rpm.c:898 rpmqv.c:1104
+#: rpm.c:907 rpmqv.c:1053
 msgid "--hash (-h) may only be specified during package installation"
 msgstr "--hash (-h) sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:902 rpmqv.c:1108
+#: rpm.c:911 rpmqv.c:1057
 msgid "--percent may only be specified during package installation"
 msgstr "--percent sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:906 rpmqv.c:1112
+#: rpm.c:915 rpmqv.c:1061
 msgid "--replacefiles may only be specified during package installation"
 msgstr "--replacefiles sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:910 rpmqv.c:1116
+#: rpm.c:919 rpmqv.c:1065
 msgid "--replacepkgs may only be specified during package installation"
 msgstr "--replacepkgs sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:914 rpmqv.c:1120
+#: rpm.c:923 rpmqv.c:1069
 msgid "--excludedocs may only be specified during package installation"
 msgstr "--excludedocs sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:918 rpmqv.c:1124
+#: rpm.c:927 rpmqv.c:1073
 msgid "--includedocs may only be specified during package installation"
 msgstr "--includedocs sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:922 rpmqv.c:1128
+#: rpm.c:931 rpmqv.c:1077
 msgid "only one of --excludedocs and --includedocs may be specified"
 msgstr ""
 "--excludedocs ve --includedocs bir arada kullanýlamaz (bi daha olmasýn)"
 
-#: rpm.c:926 rpmqv.c:1132
+#: rpm.c:935 rpmqv.c:1081
 msgid "--ignorearch may only be specified during package installation"
 msgstr "--ignorearch sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:930 rpmqv.c:1136
+#: rpm.c:939 rpmqv.c:1085
 msgid "--ignoreos may only be specified during package installation"
 msgstr "--ignoreos sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:934 rpmqv.c:1140
+#: rpm.c:943 rpmqv.c:1089
 #, fuzzy
 msgid "--ignoresize may only be specified during package installation"
 msgstr "--ignoreos sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:938 rpmqv.c:1144
+#: rpm.c:947 rpmqv.c:1093
 msgid "--allmatches may only be specified during package erasure"
 msgstr "--allmatches sadece paket silinmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:942 rpmqv.c:1148
+#: rpm.c:951 rpmqv.c:1097
 msgid "--allfiles may only be specified during package installation"
 msgstr "--allfiles sadece paket yüklenmesi sýrasýnda kullanýlabilir"
 
-#: rpm.c:946 rpmqv.c:1152
+#: rpm.c:955 rpmqv.c:1101
 msgid "--justdb may only be specified during package installation and erasure"
 msgstr "--justdb sadece paket yükleme ve silmelerinde kullanýlýr"
 
-#: rpm.c:951 rpmqv.c:1159
+#: rpm.c:960 rpmqv.c:1108
 msgid ""
 "--noscripts may only be specified during package installation, erasure, and "
 "verification"
 msgstr "--noscripts sadece paket yükleme, silme ve doðrulamalarýnda kullanýlýr"
 
-#: rpm.c:955
+#: rpm.c:964
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation, erasure, and "
@@ -1260,7 +1156,7 @@ msgid ""
 msgstr ""
 "--nodeps sadece paket yüklemelerinde, silme ve doðrulamalarda kullanýlýr"
 
-#: rpm.c:959 rpmqv.c:1171
+#: rpm.c:968 rpmqv.c:1120
 #, fuzzy
 msgid ""
 "--nodeps may only be specified during package building, rebuilding, "
@@ -1268,13 +1164,13 @@ msgid ""
 msgstr ""
 "--nodeps sadece paket yüklemelerinde, silme ve doðrulamalarda kullanýlýr"
 
-#: rpm.c:964 rpmqv.c:1176
+#: rpm.c:973 rpmqv.c:1125
 msgid ""
 "--test may only be specified during package installation, erasure, and "
 "building"
 msgstr "--test sadece paket yüklemelerinde, silme ve derlemelerinde kullanýlýr"
 
-#: rpm.c:968 rpmqv.c:1181
+#: rpm.c:977 rpmqv.c:1130
 msgid ""
 "--root (-r) may only be specified during installation, erasure, querying, "
 "and database rebuilds"
@@ -1282,103 +1178,103 @@ msgstr ""
 "--root (-r) sadece yükleme, silme, sorgulama ve veritabaný güncellemelerinde "
 "kullanýlýr"
 
-#: rpm.c:980 rpmqv.c:1193
+#: rpm.c:989 rpmqv.c:1142
 msgid "arguments to --root (-r) must begin with a /"
 msgstr "--root (-r) komutun argümanlarý '/' ile baþlamalý"
 
-#: rpm.c:986 rpmqv.c:1200
+#: rpm.c:995 rpmqv.c:1149
 msgid "--oldpackage may only be used during upgrades"
 msgstr "--oldpackage sadece güncelleme sýrasýnda kullanýlabilir"
 
-#: rpm.c:989 rpmqv.c:1205
+#: rpm.c:998 rpmqv.c:1154
 msgid "--nopgp may only be used during signature checking"
 msgstr "--nopgp sadece Ýmza kontrolü sýrasýnda kullanýlabilir"
 
-#: rpm.c:992 rpmqv.c:1208
+#: rpm.c:1001 rpmqv.c:1157
 #, fuzzy
 msgid "--nogpg may only be used during signature checking"
 msgstr "--nopgp sadece Ýmza kontrolü sýrasýnda kullanýlabilir"
 
-#: rpm.c:995 rpmqv.c:1213
+#: rpm.c:1004 rpmqv.c:1162
 #, fuzzy
 msgid ""
 "--nomd5 may only be used during signature checking and package verification"
 msgstr ""
 "--nopgp sadece imza kontrolü veya paket doðrulamasý sýrasýnda kullanýlýr"
 
-#: rpm.c:1006 rpmqv.c:1226
+#: rpm.c:1015 rpmqv.c:1175
 msgid "no files to sign\n"
 msgstr ""
 
-#: rpm.c:1011 rpmqv.c:1231
+#: rpm.c:1020 rpmqv.c:1180
 #, fuzzy, c-format
 msgid "cannot access file %s\n"
 msgstr "%s dosyasý açýlamýyor: "
 
-#: rpm.c:1026 rpmqv.c:1247
+#: rpm.c:1035 rpmqv.c:1196
 #, fuzzy
 msgid "pgp not found: "
 msgstr "Dosya sunucuda bulunamadý"
 
-#: rpm.c:1030 rpmqv.c:1251
+#: rpm.c:1039 rpmqv.c:1200
 msgid "Enter pass phrase: "
 msgstr ""
 
-#: rpm.c:1032 rpmqv.c:1253
+#: rpm.c:1041 rpmqv.c:1202
 msgid "Pass phrase check failed\n"
 msgstr "Parola kontrolü baþarýsýzlýkla sonuçlandý\n"
 
-#: rpm.c:1035 rpmqv.c:1256
+#: rpm.c:1044 rpmqv.c:1205
 msgid "Pass phrase is good.\n"
 msgstr "Parola doðru.\n"
 
-#: rpm.c:1040 rpmqv.c:1261
+#: rpm.c:1049 rpmqv.c:1210
 msgid "Invalid %%_signature spec in macro file.\n"
 msgstr ""
 
-#: rpm.c:1046 rpmqv.c:1267
+#: rpm.c:1055 rpmqv.c:1216
 msgid "--sign may only be used during package building"
 msgstr "--sign sadece paket olusturulurken kullanýlabilir"
 
-#: rpm.c:1061 rpmqv.c:1283
+#: rpm.c:1070 rpmqv.c:1232
 #, fuzzy
 msgid "exec failed\n"
 msgstr "%s: Eriþilemedi\n"
 
-#: rpm.c:1080 rpmqv.c:1552
+#: rpm.c:1089 rpmqv.c:1501
 msgid "unexpected arguments to --querytags "
 msgstr "--querytags için beklenmeyen argümanlar"
 
-#: rpm.c:1091 rpmqv.c:1574
+#: rpm.c:1100 rpmqv.c:1523
 msgid "no packages given for signature check"
 msgstr "imzasý kontrol edilecek paketler belirtilmedi"
 
-#: rpm.c:1102 rpmqv.c:1585
+#: rpm.c:1111 rpmqv.c:1534
 msgid "no packages given for signing"
 msgstr "imzalanacak paketler belirtilmedi"
 
-#: rpm.c:1118 rpmqv.c:1425
+#: rpm.c:1127 rpmqv.c:1374
 msgid "no packages given for uninstall"
 msgstr "sistemden silinecek paketler belirtilmedi"
 
-#: rpm.c:1168 rpmqv.c:1475
+#: rpm.c:1177 rpmqv.c:1424
 msgid "no packages given for install"
 msgstr "yüklenecek paketler belirtilmedi"
 
-#: rpm.c:1191 rpmqv.c:1515
+#: rpm.c:1200 rpmqv.c:1464
 msgid "extra arguments given for query of all packages"
 msgstr "tüm paketlerin sorgulanmasý için fazladan argümanlar belirtildi"
 
-#: rpm.c:1196 rpmqv.c:1520
+#: rpm.c:1205 rpmqv.c:1469
 msgid "no arguments given for query"
 msgstr "sorgulama için hiç argüman belirtilmedi"
 
-#: rpm.c:1213 rpmqv.c:1540
+#: rpm.c:1222 rpmqv.c:1489
 #, fuzzy
 msgid "extra arguments given for verify of all packages"
 msgstr "tüm paketlerin sorgulanmasý için fazladan argümanlar belirtildi"
 
-#: rpm.c:1217 rpmqv.c:1544
+#: rpm.c:1226 rpmqv.c:1493
 msgid "no arguments given for verify"
 msgstr "doðrulama için hiç argüman belirtilmedi"
 
@@ -1401,73 +1297,73 @@ msgstr "%s paketi bulunamad
 msgid "cannot re-open payload: %s\n"
 msgstr "%s dosyasý açýlamýyor: "
 
-#: rpmqv.c:304
+#: rpmqv.c:284
 #, fuzzy, c-format
 msgid "Usage: %s {--help}\n"
 msgstr "Kullaným: rpm {--help}"
 
-#: rpmqv.c:305
+#: rpmqv.c:285
 #, fuzzy, c-format
 msgid "       %s {--version}\n"
 msgstr "       rpm {--version}"
 
-#: rpmqv.c:308
+#: rpmqv.c:288
 #, fuzzy, c-format
 msgid "       %s {--initdb}   [--dbpath <dir>]\n"
 msgstr "       rpm {--initdb}   [--dbpath <dizin>]"
 
-#: rpmqv.c:309
+#: rpmqv.c:289
 #, fuzzy, c-format
 msgid "       %s {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]\n"
 msgstr "       rpm {--rebuilddb} [--rcfile <dosya>] [--dbpath <dizin>]"
 
-#: rpmqv.c:313
+#: rpmqv.c:293
 #, fuzzy, c-format
 msgid ""
 "       %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 "       rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpmqv.c:323
+#: rpmqv.c:303
 #, fuzzy, c-format
 msgid ""
 "       %s {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]\n"
 msgstr ""
 "       rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
 
-#: rpmqv.c:333
+#: rpmqv.c:313
 #, fuzzy, c-format
 msgid "       %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--erase -e] [--root <dizin>] [--noscripts] [--rcfile <dosya>]"
 
-#: rpmqv.c:339
+#: rpmqv.c:319
 #, fuzzy, c-format
 msgid "       %s {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]\n"
 msgstr "       rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
 
-#: rpmqv.c:346
+#: rpmqv.c:326
 #, fuzzy, c-format
 msgid "       %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]\n"
 msgstr ""
 "       rpm {--verify -V -y} [-afpg] [--root <dizin>] [--rcfile <dosya>]"
 
-#: rpmqv.c:349
+#: rpmqv.c:329
 #, fuzzy, c-format
 msgid "       %s {--querytags}\n"
 msgstr "       rpm {--querytags}"
 
-#: rpmqv.c:350
+#: rpmqv.c:330
 #, fuzzy, c-format
 msgid "       %s {--setperms} [-afpg] [target]\n"
 msgstr "       rpm {--setperms} [-afpg] [target]"
 
-#: rpmqv.c:351
+#: rpmqv.c:331
 #, fuzzy, c-format
 msgid "       %s {--setugids} [-afpg] [target]\n"
 msgstr "       rpm {--setugids} [-afpg] [target]"
 
-#: rpmqv.c:355
+#: rpmqv.c:335
 #, fuzzy, c-format
 msgid ""
 "       %s {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile  "
@@ -1476,343 +1372,343 @@ msgstr ""
 "       rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile  "
 "<dosya>]"
 
-#: rpmqv.c:356
+#: rpmqv.c:336
 #, fuzzy
 msgid "                        [--sign] [--nobuild] ]"
 msgstr ""
 "                        [--sign] [--test] [--timecheck <s>] [--buildos <os>]"
 
-#: rpmqv.c:359
+#: rpmqv.c:339
 #, fuzzy, c-format
 msgid "       %s {--rmsource} [--rcfile <file>] [-v] specfile\n"
 msgstr "       rpm {--rmsource} [--rcfile <dosya>] [-v] specdosyasý"
 
-#: rpmqv.c:360
+#: rpmqv.c:340
 #, fuzzy, c-format
 msgid ""
 "       %s {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "       rpm {--rebuild} [--rcfile <dosya>] [-v] kaynak1.rpm ... kaynakN.rpm"
 
-#: rpmqv.c:361
+#: rpmqv.c:341
 #, fuzzy, c-format
 msgid ""
 "       %s {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm\n"
 msgstr ""
 "       rpm {--recompile} [--rcfile <dosya>] [-v] kaynak1.rpm ... kaynakN.rpm"
 
-#: rpmqv.c:362
+#: rpmqv.c:342
 #, fuzzy, c-format
 msgid "       %s {--freshen -F} file1.rpm ... fileN.rpm\n"
 msgstr "                        [--badreloc] dosya1.rpm ... dosyaN.rpm"
 
-#: rpmqv.c:366
+#: rpmqv.c:346
 #, fuzzy, c-format
 msgid "       %s {--resign} [--rcfile <file>] package1 package2 ... packageN\n"
 msgstr "       rpm {--resign} [--rcfile <dosya>] paket1 paket2 ... paketN"
 
-#: rpmqv.c:367
+#: rpmqv.c:347
 #, fuzzy, c-format
 msgid "       %s {--addsign} [--rcfile <file>] package1 package2 ... packageN"
 msgstr "       rpm {--addsign} [--rcfile <dosya>] paket1 paket2 ... paketN"
 
-#: rpmqv.c:368
+#: rpmqv.c:348
 #, fuzzy, c-format
 msgid ""
 "       %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]\n"
 msgstr "       rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <dosya>]"
 
-#: rpmqv.c:412
+#: rpmqv.c:392
 #, fuzzy
 msgid "  All modes support the following options:"
 msgstr "   tüm kipler aþaðýdaki argümanlarý kabul ederler:"
 
-#: rpmqv.c:413
+#: rpmqv.c:393
 msgid "   --define '<name> <body>'"
 msgstr ""
 
-#: rpmqv.c:415
+#: rpmqv.c:395
 #, fuzzy
 msgid "   --eval '<name>+'       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:417
+#: rpmqv.c:397
 #, fuzzy
 msgid "   --pipe <cmd>           "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:419
+#: rpmqv.c:399
 #, fuzzy
 msgid "   --rcfile <file>        "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:424
+#: rpmqv.c:404
 #, fuzzy
 msgid "   --dbpath <dir>         "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:426
+#: rpmqv.c:406
 #, fuzzy
 msgid "   --root <dir>           "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:436
+#: rpmqv.c:416
 #, fuzzy
 msgid ""
 "  Install, upgrade and query (with -p) modes allow URL's to be used in place"
 msgstr ""
 "   yükleme, güncelleme ve sorgulama (-p ile) iþlemlerimde dosya isimleri "
 
-#: rpmqv.c:437
+#: rpmqv.c:417
 #, fuzzy
 msgid "  of file names as well as the following options:"
 msgstr "   yerine FTP adreslerini aþaðýdaki seçeneklerle kabul eder:\n"
 
-#: rpmqv.c:438
+#: rpmqv.c:418
 #, fuzzy
 msgid "     --ftpproxy <host>    "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:440
+#: rpmqv.c:420
 #, fuzzy
 msgid "     --ftpport <port>     "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:442
+#: rpmqv.c:422
 #, fuzzy
 msgid "     --httpproxy <host>   "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:444
+#: rpmqv.c:424
 #, fuzzy
 msgid "     --httpport <port>    "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:450
+#: rpmqv.c:430
 #, fuzzy
 msgid "  Package specification options:"
 msgstr "      Paket seçim seçenekleri:"
 
-#: rpmqv.c:452
+#: rpmqv.c:432
 #, fuzzy
 msgid "query/verify all packages"
 msgstr "Tüm paketleri sorgulama"
 
-#: rpmqv.c:453
+#: rpmqv.c:433
 #, fuzzy
 msgid "     -f <file>+          "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:454
+#: rpmqv.c:434
 #, fuzzy
 msgid "query/verify package owning <file>"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: rpmqv.c:455
+#: rpmqv.c:435
 #, fuzzy
 msgid "     -p <packagefile>+   "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:456
+#: rpmqv.c:436
 #, fuzzy
 msgid "query/verify (uninstalled) package <packagefile>"
 msgstr "(henüz yüklenmemiþ) <paket dosyasý> paketi sorgulama"
 
-#: rpmqv.c:457
+#: rpmqv.c:437
 #, fuzzy
 msgid "     --triggeredby <pkg> "
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: rpmqv.c:458
+#: rpmqv.c:438
 #, fuzzy
 msgid "query/verify packages triggered by <pkg>"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: rpmqv.c:459
+#: rpmqv.c:439
 #, fuzzy
 msgid "     --whatprovides <cap> "
 msgstr "        --requires"
 
-#: rpmqv.c:460
+#: rpmqv.c:440
 #, fuzzy
 msgid "query/verify packages which provide <cap> capability"
 msgstr "<i> yeteneði olan paketleri sorgulama"
 
-#: rpmqv.c:461
+#: rpmqv.c:441
 #, fuzzy
 msgid "     --whatrequires <cap> "
 msgstr "        --requires"
 
-#: rpmqv.c:462
+#: rpmqv.c:442
 #, fuzzy
 msgid "query/verify packages which require <cap> capability"
 msgstr "<i> yeteneðine ihtiyaç duyan paketleri sorgulama"
 
-#: rpmqv.c:466
+#: rpmqv.c:446
 msgid "     --queryformat <qfmt> "
 msgstr ""
 
-#: rpmqv.c:469
+#: rpmqv.c:449
 #, fuzzy
 msgid "    Information selection options:"
 msgstr "      Bilgilendirme seçenekleri:"
 
-#: rpmqv.c:485
+#: rpmqv.c:465
 #, fuzzy
 msgid "list capabilities provided by package"
 msgstr "paketin saðladýðý yetenekleri sýralar"
 
-#: rpmqv.c:487
+#: rpmqv.c:467
 #, fuzzy
 msgid "list capabilities required by package"
 msgstr "paketin saðladýðý yetenekleri sýralar"
 
-#: rpmqv.c:489
+#: rpmqv.c:469
 #, fuzzy
 msgid "print the various [un]install scriptlets"
 msgstr "paketin çeþitli yükleme, silme betiklerini (scripts) gösterir"
 
-#: rpmqv.c:491
+#: rpmqv.c:471
 msgid "show the trigger scriptlets contained in the package"
 msgstr ""
 
-#: rpmqv.c:515
+#: rpmqv.c:495
 #, fuzzy
 msgid "   --install <packagefile>"
 msgstr "paket yüklemek"
 
-#: rpmqv.c:516
+#: rpmqv.c:496
 #, fuzzy
 msgid "   -i <packagefile>       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:525
+#: rpmqv.c:505
 #, fuzzy
 msgid "     --excludepath <path> "
 msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
 
-#: rpmqv.c:526
+#: rpmqv.c:506
 msgid "skip files with leading component <path> "
 msgstr ""
 
-#: rpmqv.c:546
+#: rpmqv.c:526
 #, fuzzy
 msgid "don't execute any installation scriptlets"
 msgstr "yükleme betiklerini (scripts) çalýþtýrmaz."
 
-#: rpmqv.c:548
+#: rpmqv.c:528
 #, fuzzy
 msgid "don't execute any scriptlets triggered by this package"
 msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
 
-#: rpmqv.c:551
+#: rpmqv.c:531
 #, fuzzy
 msgid "     --prefix <dir>       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:553
+#: rpmqv.c:533
 #, fuzzy
 msgid "     --relocate <oldpath>=<newpath>"
 msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
 
-#: rpmqv.c:562
+#: rpmqv.c:542
 #, fuzzy
 msgid "   --upgrade <packagefile>"
 msgstr "paket yüklemek"
 
-#: rpmqv.c:563
+#: rpmqv.c:543
 #, fuzzy
 msgid "   -U <packagefile>       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:568
+#: rpmqv.c:548
 #, fuzzy
 msgid "   --erase <package>"
 msgstr "paket yüklemek"
 
-#: rpmqv.c:587
+#: rpmqv.c:567
 #, fuzzy
 msgid "   -b<stage> <spec>       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:588
+#: rpmqv.c:568
 #, fuzzy
 msgid "   -t<stage> <tarball>    "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:603
+#: rpmqv.c:583
 #, fuzzy
 msgid "package src rpm only"
 msgstr "pakedin adý yok :-)"
 
-#: rpmqv.c:614
+#: rpmqv.c:594
 #, fuzzy
 msgid "     --buildroot <dir>    "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:616
+#: rpmqv.c:596
 #, fuzzy
 msgid "     --target=<platform>+ "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:621
+#: rpmqv.c:601
 #, fuzzy
 msgid "   --rebuild <src_pkg>    "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:623
+#: rpmqv.c:603
 #, fuzzy
 msgid "   --recompile <src_pkg>  "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:629
+#: rpmqv.c:609
 #, fuzzy
 msgid "   --resign <pkg>+        "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:631
+#: rpmqv.c:611
 #, fuzzy
 msgid "   --addsign <pkg>+       "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:634
+#: rpmqv.c:614
 #, fuzzy
 msgid "   --checksig <pkg>+"
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:635
+#: rpmqv.c:615
 #, fuzzy
 msgid "   -K <pkg>+             "
 msgstr "    -b<adým> <spec>      "
 
-#: rpmqv.c:648
+#: rpmqv.c:628
 msgid "initalize database (unnecessary, legacy use)"
 msgstr ""
 
-#: rpmqv.c:650
+#: rpmqv.c:630
 #, fuzzy
 msgid "rebuild database indices from existing database headers"
 msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluþturur"
 
-#: rpmqv.c:1057
+#: rpmqv.c:1017
 msgid "--dbpath given for operation that does not use a database"
 msgstr "--dbpath veritabaný kullanýlmayan bir iþlemde belirtildi"
 
-#: rpmqv.c:1165
+#: rpmqv.c:1114
 #, fuzzy
 msgid ""
 "--notriggers may only be specified during package installation and erasure"
 msgstr "--justdb sadece paket yükleme ve silmelerinde kullanýlýr"
 
-#: rpmqv.c:1323
+#: rpmqv.c:1272
 msgid "no packages files given for rebuild"
 msgstr "yeniden oluþturmak için paket dosyalarý belirtilmedi"
 
-#: rpmqv.c:1393
+#: rpmqv.c:1342
 msgid "no spec files given for build"
 msgstr "oluþturma için gerekli spec dosyasý belirtilmedi"
 
-#: rpmqv.c:1395
+#: rpmqv.c:1344
 msgid "no tar files given for build"
 msgstr "oluþturma için gereken tar dosyalarý belirttilmedi"
 
@@ -3145,6 +3041,110 @@ msgid ""
 msgstr ""
 "RPM'in bu sürümünde sadece major numarasý <= 3 olan paketler destekleniyor"
 
+#: lib/poptBT.c:82
+msgid "buildroot already specified"
+msgstr ""
+
+#: lib/poptBT.c:108
+msgid "build through %%prep stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:110
+msgid "build through %%build stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:112
+msgid "build through %%install stage from spec file"
+msgstr ""
+
+#: lib/poptBT.c:114
+#, fuzzy
+msgid "verify %%files section from spec file"
+msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
+
+#: lib/poptBT.c:116
+#, fuzzy
+msgid "build source and binary package from spec file"
+msgstr "%s grubu hiç paket içermiyor\n"
+
+#: lib/poptBT.c:118
+#, fuzzy
+msgid "build binary package from spec file"
+msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
+
+#: lib/poptBT.c:120
+#, fuzzy
+msgid "build source package from spec file"
+msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
+
+#: lib/poptBT.c:123
+msgid "build through %%prep stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:125
+msgid "build through %%build stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:127
+msgid "build through %%install stage from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:129
+msgid "verify %%files section from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:131
+#, fuzzy
+msgid "build source and binary package from tar ball"
+msgstr "%s grubu hiç paket içermiyor\n"
+
+#: lib/poptBT.c:133
+msgid "build binary package from tar ball"
+msgstr ""
+
+#: lib/poptBT.c:135
+#, fuzzy
+msgid "build source package from tar ball"
+msgstr "paketleri <os> iþletim sistemi için oluþturur"
+
+#: lib/poptBT.c:138
+#, fuzzy
+msgid "build binary package from source package"
+msgstr ""
+"çalýþtýrýlabilir paket yaratma (hazýrlama, derleme, yükleme, paketleme)"
+
+#: lib/poptBT.c:140
+#, fuzzy
+msgid "build through %%install stage from source package"
+msgstr "paket yüklemek"
+
+#: lib/poptBT.c:143
+#, fuzzy
+msgid "override build root"
+msgstr "paket yaratýlýrken <dizin> baþlangýç dizini olarak kullanýlýr"
+
+#: lib/poptBT.c:147
+#, fuzzy
+msgid "do not execute any stages of the build"
+msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
+
+#: lib/poptBT.c:149
+msgid "do not accept I18N msgstr's from specfile"
+msgstr ""
+
+#: lib/poptBT.c:153
+#, fuzzy
+msgid "remove specfile when done"
+msgstr "iþlem sonunda kaynaklarý ve spec dosyasýný siler"
+
+#: lib/poptBT.c:157
+msgid "override target platform"
+msgstr ""
+
+#: lib/poptBT.c:159
+msgid "lookup I18N strings in specfile catalog"
+msgstr ""
+
 #: lib/problems.c:43
 #, c-format
 msgid " is needed by %s-%s-%s\n"
@@ -3201,222 +3201,130 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s-%s-%s"
 msgstr ""
 
-#: lib/query.c:141
+#: lib/query.c:139
 #, c-format
 msgid "error in format: %s\n"
 msgstr "format hatasý: %s\n"
 
-#: lib/query.c:200
+#: lib/query.c:198
 msgid "(contains no files)"
 msgstr "(hiç dosya içermiyor)"
 
-#: lib/query.c:259
+#: lib/query.c:257
 msgid "normal        "
 msgstr ""
 
-#: lib/query.c:261
+#: lib/query.c:259
 msgid "replaced      "
 msgstr ""
 
-#: lib/query.c:263
+#: lib/query.c:261
 #, fuzzy
 msgid "not installed "
 msgstr "%s pakedi yüklenmemiþ\n"
 
-#: lib/query.c:265
+#: lib/query.c:263
 msgid "net shared    "
 msgstr ""
 
-#: lib/query.c:267
+#: lib/query.c:265
 #, fuzzy, c-format
 msgid "(unknown %3d) "
 msgstr "(bilinmeyen tip)"
 
-#: lib/query.c:271
+#: lib/query.c:269
 msgid "(no state)    "
 msgstr ""
 
-#: lib/query.c:288 lib/query.c:331
+#: lib/query.c:286 lib/query.c:329
 msgid "package has neither file owner or id lists"
 msgstr ""
 
-#: lib/query.c:375
+#: lib/query.c:373
 #, fuzzy, c-format
 msgid "can't query %s: %s\n"
 msgstr "hata: %s eriþilemiyor\n"
 
 #. XXX Fstrerror
-#: lib/query.c:492
+#: lib/query.c:490
 #, fuzzy, c-format
 msgid "open of %s failed: %s\n"
 msgstr "%s 'ye erisimde belirtilen hata oluþtu: %s\n"
 
-#: lib/query.c:510
+#: lib/query.c:508
 msgid "old format source packages cannot be queried\n"
 msgstr "eski tip kaynak paketleri sorgulanamýyor\n"
 
-#: lib/query.c:519 lib/rpminstall.c:231
+#: lib/query.c:517 lib/rpminstall.c:231
 #, c-format
 msgid "%s does not appear to be a RPM package\n"
 msgstr "%s bir RPM paketi deðil (gibi)\n"
 
-#: lib/query.c:523
+#: lib/query.c:521
 #, c-format
 msgid "query of %s failed\n"
 msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
 
-#: lib/query.c:556
+#: lib/query.c:554
 #, fuzzy, c-format
 msgid "query of specfile %s failed, can't parse\n"
 msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
 
-#: lib/query.c:579
+#: lib/query.c:577
 #, fuzzy
 msgid "no packages\n"
 msgstr "Tüm paketleri sorgulama"
 
-#: lib/query.c:589
+#: lib/query.c:587
 #, c-format
 msgid "group %s does not contain any packages\n"
 msgstr "%s grubu hiç paket içermiyor\n"
 
-#: lib/query.c:599
+#: lib/query.c:597
 #, c-format
 msgid "no package triggers %s\n"
 msgstr "hiç bir paket %s tetiklemiyor\n"
 
-#: lib/query.c:609
+#: lib/query.c:607
 #, c-format
 msgid "no package requires %s\n"
 msgstr "hiç bir paket %s gerektirmiyor\n"
 
-#: lib/query.c:620
+#: lib/query.c:618
 #, c-format
 msgid "no package provides %s\n"
 msgstr "hiç bir paket  %s saðlamýyor\n"
 
-#: lib/query.c:636
+#: lib/query.c:634
 #, fuzzy, c-format
 msgid "file %s: %s\n"
 msgstr "%s açýlamadý: %s"
 
-#: lib/query.c:639
+#: lib/query.c:637
 #, c-format
 msgid "file %s is not owned by any package\n"
 msgstr "%s dosyasý, hiç bir pakete ait deðil\n"
 
-#: lib/query.c:664
+#: lib/query.c:662
 #, c-format
 msgid "invalid package number: %s\n"
 msgstr "geçersiz paket numarsý: %s\n"
 
-#: lib/query.c:667
+#: lib/query.c:665
 #, fuzzy, c-format
 msgid "package record number: %u\n"
 msgstr "geçersiz paket numarsý: %s\n"
 
-#: lib/query.c:671
+#: lib/query.c:669
 #, c-format
 msgid "record %d could not be read\n"
 msgstr "%d numaralý kayýt okunamadý\n"
 
-#: lib/query.c:682 lib/rpminstall.c:435
+#: lib/query.c:680 lib/rpminstall.c:435
 #, c-format
 msgid "package %s is not installed\n"
 msgstr "%s pakedi yüklenmemiþ\n"
 
-#: lib/query.c:769
-#, fuzzy
-msgid "query package owning file"
-msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-
-#: lib/query.c:771
-#, fuzzy
-msgid "query packages in group"
-msgstr "pakedin adý yok :-)"
-
-#: lib/query.c:773
-#, fuzzy
-msgid "query a package file"
-msgstr "Tüm paketleri sorgulama"
-
-#: lib/query.c:775
-#, fuzzy
-msgid "rpm query mode"
-msgstr "Sorgulama kipi"
-
-#: lib/query.c:779
-msgid "display known query tags"
-msgstr ""
-
-#: lib/query.c:781
-#, fuzzy
-msgid "query a spec file"
-msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
-
-#: lib/query.c:783
-#, fuzzy
-msgid "query the pacakges triggered by the package"
-msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-
-#: lib/query.c:785
-#, fuzzy
-msgid "rpm verify mode"
-msgstr "Sorgulama kipi"
-
-#: lib/query.c:787
-msgid "rpm verify mode (legacy)"
-msgstr ""
-
-#: lib/query.c:789
-#, fuzzy
-msgid "query the packages which require a capability"
-msgstr "<i> yeteneðine ihtiyaç duyan paketleri sorgulama"
-
-#: lib/query.c:791
-#, fuzzy
-msgid "query the packages which provide a capability"
-msgstr "<i> yeteneði olan paketleri sorgulama"
-
-#: lib/query.c:831
-#, fuzzy
-msgid "list all configuration files"
-msgstr ""
-"sadece yapýlandýrma (configuration) dosyalarýný gösterir (impliziert -l)"
-
-#: lib/query.c:833
-#, fuzzy
-msgid "list all documentation files"
-msgstr "paket ile gelen belgeleri de yükler"
-
-#: lib/query.c:835
-#, fuzzy
-msgid "dump basic file information"
-msgstr "Paket bilgisini gösterme"
-
-#: lib/query.c:837
-#, fuzzy
-msgid "list files in package"
-msgstr "paket yüklemek"
-
-#: lib/query.c:841
-msgid "use the following query format"
-msgstr ""
-
-#: lib/query.c:843
-#, fuzzy
-msgid "substitute i18n sections into spec file"
-msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-
-#: lib/query.c:845
-msgid "display the states of the listed files"
-msgstr ""
-
-#: lib/query.c:847
-#, fuzzy
-msgid "display a verbose file listing"
-msgstr "Paketin içerdiði dosyalarý gösterme"
-
 #: lib/rpmchecksig.c:31
 #, fuzzy, c-format
 msgid "%s: open failed: %s\n"
@@ -4205,6 +4113,67 @@ msgid "Unsatisfied dependencies for %s-%s-%s: "
 msgstr "%s-%s-%s 'nin baðýmlýlýk sorunlarý: "
 
 #, fuzzy
+#~ msgid "query package owning file"
+#~ msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
+
+#, fuzzy
+#~ msgid "query packages in group"
+#~ msgstr "pakedin adý yok :-)"
+
+#, fuzzy
+#~ msgid "query a package file"
+#~ msgstr "Tüm paketleri sorgulama"
+
+#, fuzzy
+#~ msgid "rpm query mode"
+#~ msgstr "Sorgulama kipi"
+
+#, fuzzy
+#~ msgid "query a spec file"
+#~ msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
+
+#, fuzzy
+#~ msgid "query the pacakges triggered by the package"
+#~ msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
+
+#, fuzzy
+#~ msgid "rpm verify mode"
+#~ msgstr "Sorgulama kipi"
+
+#, fuzzy
+#~ msgid "query the packages which require a capability"
+#~ msgstr "<i> yeteneðine ihtiyaç duyan paketleri sorgulama"
+
+#, fuzzy
+#~ msgid "query the packages which provide a capability"
+#~ msgstr "<i> yeteneði olan paketleri sorgulama"
+
+#, fuzzy
+#~ msgid "list all configuration files"
+#~ msgstr ""
+#~ "sadece yapýlandýrma (configuration) dosyalarýný gösterir (impliziert -l)"
+
+#, fuzzy
+#~ msgid "list all documentation files"
+#~ msgstr "paket ile gelen belgeleri de yükler"
+
+#, fuzzy
+#~ msgid "dump basic file information"
+#~ msgstr "Paket bilgisini gösterme"
+
+#, fuzzy
+#~ msgid "list files in package"
+#~ msgstr "paket yüklemek"
+
+#, fuzzy
+#~ msgid "substitute i18n sections into spec file"
+#~ msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
+
+#, fuzzy
+#~ msgid "display a verbose file listing"
+#~ msgstr "Paketin içerdiði dosyalarý gösterme"
+
+#, fuzzy
 #~ msgid "override build architecture"
 #~ msgstr "paket mimarisini doðrulamaz"
 
index 922774d..56d05af 100755 (executable)
@@ -19,6 +19,9 @@ AC_PROG_INSTALL
 if test "X$CC" = Xgcc; then
     CFLAGS="-Wall $CFLAGS"
 fi
+
+dnl XXX lose rpm libs
+LIBS=
 addlib() {
   l=$1
   shift
index 1eb1c0e..842e8a8 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: POPT\n"
-"POT-Creation-Date: 2000-05-31 13:35-0400\n"
+"POT-Creation-Date: 2000-05-31 21:46-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Cristian Gafton <gafton@redhat.com>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
index bed307a..b31a128 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt\n"
-"POT-Creation-Date: 2000-05-31 13:35-0400\n"
+"POT-Creation-Date: 2000-05-31 21:46-0400\n"
 "PO-Revision-Date: 1999-08-04 21:40+0200\n"
 "Last-Translator: Stanislav Meduna <stano@eunet.sk>\n"
 "Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n"
index e4b1ff6..2dd89d7 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.2\n"
-"POT-Creation-Date: 2000-05-31 13:35-0400\n"
+"POT-Creation-Date: 2000-05-31 21:46-0400\n"
 "PO-Revision-Date: 2000-01-06 13:01+0100\n"
 "Last-Translator: Fatih Demir <kabalak@gmx.net>\n"
 "Language-Team: Turkish Gnome Tranlation Team <gnotrap@gmx.net>\n"
diff --git a/rpm.c b/rpm.c
index bb0bc36..10d511f 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -94,7 +94,7 @@ extern int rpmFLAGS;
 
 extern MacroContext rpmCLIMacroContext;
 
-static struct rpmQVArguments rpmQVArgs;
+extern struct rpmBuildArguments                rpmBTArgs;
 
 /* the structure describing the options we take and the defaults */
 static struct poptOption optionsTable[] = {
@@ -175,6 +175,10 @@ static struct poptOption optionsTable[] = {
                rpmQueryPoptTable, 0,           (void *) &rpmQVArgs, NULL },
  { NULL, '\0', POPT_ARG_INCLUDE_TABLE, 
                rpmVerifyPoptTable, 0,          (void *) &rpmQVArgs, NULL },
+
+ { NULL, '\0', POPT_ARG_INCLUDE_TABLE,
+               rpmBuildPoptTable, 0,           (void *) &rpmBTArgs, NULL },
+
  { 0, 0, 0, 0, 0,      NULL, NULL }
 };
 
index f31eaa6..2cb0b8a 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -5,7 +5,7 @@ Summary: The Red Hat package management system.
 Name: rpm
 %define version 4.0
 Version: %{version}
-Release: 0.27
+Release: 0.28
 Group: System Environment/Base
 Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/rpm-%{version}.tar.gz
 Copyright: GPL
diff --git a/rpmqv.c b/rpmqv.c
index e8da373..3024e12 100755 (executable)
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -15,7 +15,6 @@
 #include "build.h"
 #define GETOPT_REBUILD         1003
 #define GETOPT_RECOMPILE       1004
-static struct rpmBuildArguments rpmBArgs;
 #endif
 
 #ifdef IAM_RPMDB
@@ -54,10 +53,6 @@ static int noGpg = 0;
 static int noPgp = 0;
 #endif /* IAM_RPMK */
 
-#ifdef IAM_RPMQV
-static struct rpmQVArguments rpmQVArgs;
-#endif
-
 #if defined(IAM_RPMBT) || defined(IAM_RPMK)
 #include "signature.h"
 #endif
@@ -204,15 +199,6 @@ static struct poptOption optionsTable[] = {
  { "sign", '\0', 0, &signIt, 0,                        NULL, NULL},
 #endif /* IAM_RPMBT || IAM_RPMK */
 
-#ifdef DYING
-#ifdef IAM_RPMBT
- { "build", 'b', POPT_ARG_STRING, 0, 'b',      NULL, NULL},
- { "rebuild", '\0', 0, 0, GETOPT_REBUILD,      NULL, NULL},
- { "recompile", '\0', 0, 0, GETOPT_RECOMPILE,  NULL, NULL},
- { "tarbuild", 't', POPT_ARG_STRING, 0, 't',   NULL, NULL},
-#endif /* IAM_RPMBT */
-#endif /* DYING */
-
 #ifdef IAM_RPMDB
  { "initdb", '\0', 0, &initdb, 0,              NULL, NULL},
  { "rebuilddb", '\0', 0, 0, GETOPT_REBUILDDB,  NULL, NULL},
@@ -246,12 +232,6 @@ static struct poptOption optionsTable[] = {
 #endif /* IAM_RPMEIU */
 
 #ifdef IAM_RPMQV
-#ifdef DYING
- { "query", 'q', 0, 0, 'q',                    NULL, NULL},
- { "verify", 'V', 0, 0, 'V',                   NULL, NULL},
- {  NULL, 'y', 0, 0, 'V',                      NULL, NULL},
- { "querytags", '\0', 0, 0, 0,                 NULL, NULL},
-#endif
  { NULL, '\0', POPT_ARG_INCLUDE_TABLE, 
                rpmQVSourcePoptTable, 0,        (void *) &rpmQVArgs, NULL },
  { NULL, '\0', POPT_ARG_INCLUDE_TABLE, 
@@ -262,7 +242,7 @@ static struct poptOption optionsTable[] = {
 
 #ifdef IAM_RPMBT
  { NULL, '\0', POPT_ARG_INCLUDE_TABLE, 
-               rpmBuildPoptTable, 0,           (void *) &rpmBArgs, NULL },
+               rpmBuildPoptTable, 0,           (void *) &rpmBTArgs, NULL },
 #endif /* IAM_RPMBT */
 
  { 0, 0, 0, 0, 0,      NULL, NULL }
@@ -662,7 +642,7 @@ int main(int argc, const char ** argv)
 #endif
 
 #ifdef IAM_RPMBT
-    struct rpmBuildArguments *ba = &rpmBArgs;
+    struct rpmBuildArguments *ba = &rpmBTArgs;
 #endif
 
 #ifdef IAM_RPMEIU
@@ -820,22 +800,6 @@ int main(int argc, const char ** argv)
            break;
 #endif /* IAM_RPMQV || IAM_RPMEIU || IAM_RPMBT */
 
-#ifdef DYING
-#ifdef IAM_RPMBT
-         case GETOPT_REBUILD:
-           if (bigMode != MODE_UNKNOWN && bigMode != MODE_REBUILD)
-               argerror(_("only one major mode may be specified"));
-           bigMode = MODE_REBUILD;
-           break;
-
-         case GETOPT_RECOMPILE:
-           if (bigMode != MODE_UNKNOWN && bigMode != MODE_RECOMPILE)
-               argerror(_("only one major mode may be specified"));
-           bigMode = MODE_RECOMPILE;
-           break;
-#endif /* IAM_RPMBT */
-#endif /* DYING */
-       
 #ifdef IAM_RPMEIU
          case 'u':
            if (bigMode != MODE_UNKNOWN && bigMode != MODE_UNINSTALL)
@@ -1011,6 +975,10 @@ int main(int argc, const char ** argv)
     if ((ba->buildAmount & RPMBUILD_RMSPEC) && bigMode == MODE_UNKNOWN)
        bigMode = MODE_BUILD;
 
+    if (ba->buildRootOverride && bigMode != MODE_BUILD &&
+       bigMode != MODE_REBUILD && bigMode != MODE_TARBUILD) {
+       argerror("--buildroot may only be used during package builds");
+    }
 #endif /* IAM_RPMBT */
     
 #ifdef IAM_RPMDB
@@ -1029,35 +997,12 @@ int main(int argc, const char ** argv)
     case 'Q':  bigMode = MODE_QUERYTAGS;       break;
     }
 
-#ifdef DYING
-    if (queryTags) {
-       if (bigMode != MODE_UNKNOWN) 
-           argerror(_("only one major mode may be specified"));
-       else
-           bigMode = MODE_QUERYTAGS;
-    }
-#endif
-
     if (qva->qva_sourceCount) {
        if (QVSource != RPMQV_PACKAGE || qva->qva_sourceCount > 1)
            argerror(_("one type of query/verify may be performed at a "
                        "time"));
        QVSource = qva->qva_source;
     }
-#endif
-
-#ifdef IAM_RPMBT
-    if (ba->buildRootOverride && bigMode != MODE_BUILD &&
-       bigMode != MODE_REBUILD && bigMode != MODE_TARBUILD) {
-       argerror("--buildroot may only be used during package builds");
-    }
-#endif
-
-    if (gotDbpath && (bigMode & ~MODES_FOR_DBPATH))
-       argerror(_("--dbpath given for operation that does not use a "
-                       "database"));
-
-#ifdef IAM_RPMQV
     if (qva->qva_flags && (bigMode & ~MODES_QV)) 
        argerror(_("unexpected query flags"));
 
@@ -1066,7 +1011,11 @@ int main(int argc, const char ** argv)
 
     if (QVSource != RPMQV_PACKAGE && (bigMode & ~MODES_QV)) 
        argerror(_("unexpected query source"));
-#endif /* IAM_RPMQV */
+#endif
+
+    if (gotDbpath && (bigMode & ~MODES_FOR_DBPATH))
+       argerror(_("--dbpath given for operation that does not use a "
+                       "database"));
 
 #if defined(IAM_RPMEIU) || defined(IAM_RPMBT)
 
index 58cbe74..6fd2218 100644 (file)
@@ -10,15 +10,16 @@ EXTRA_DIST =        fstrcmp.c message.c str-list.c rpmchecksig.c
 
 EXTRA_PROGRAMS = rpmgettext rpmputtext rpminject
 
-myldflags= -L$(top_builddir)/build -L$(top_builddir)/lib -L$(top_builddir)/popt
+myLDFLAGS= -L$(top_builddir)/build -L$(top_builddir)/lib -L$(top_builddir)/popt
 # XXX should libtool generate dependent libs?
-myldadd= $(top_builddir)/build/librpmbuild.la \
-       $(top_builddir)/lib/librpm.la \
+myLDADD = \
        $(top_builddir)/popt/libpopt.la \
+       $(top_builddir)/lib/librpm.la \
+       $(top_builddir)/build/librpmbuild.la \
        @INTLLIBS@ @LIBMISC@
 
-LDFLAGS = $(myldflags)
-LDADD = $(myldadd)
+LDFLAGS = $(myLDFLAGS)
+LDADD = $(myLDADD)
 
 noinst_PROGRAMS = \
        dump dumpdb javadeps rpmarchive rpmheader rpmlead rpmsignature
@@ -30,4 +31,4 @@ rpmgettext_SOURCES =  rpmgettext.c
 
 rpmputtext_SOURCES =   rpmgettext.c
 
-$(PROGRAMS): $(myldadd)
+$(PROGRAMS): $(myLDADD)