summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-09-30 17:45:42 +0000
committerjbj <devnull@localhost>1999-09-30 17:45:42 +0000
commitd7ba7d08d195283773b170080b14072a71a4477b (patch)
tree4c5cebfe88601b267f272eb97823fe0e903e3e95
parentff642c3a5eeacf392c1bb220a1ca70f9296a1fe9 (diff)
downloadlibrpm-tizen-d7ba7d08d195283773b170080b14072a71a4477b.tar.gz
librpm-tizen-d7ba7d08d195283773b170080b14072a71a4477b.tar.bz2
librpm-tizen-d7ba7d08d195283773b170080b14072a71a4477b.zip
More HPUX cc fiddles.
CVS patchset: 3356 CVS date: 1999/09/30 17:45:42
-rw-r--r--Makefile.am1
-rw-r--r--build/files.c12
-rw-r--r--configure.in3
-rw-r--r--po/cs.po72
-rw-r--r--po/de.po72
-rw-r--r--po/fi.po72
-rw-r--r--po/fr.po72
-rw-r--r--po/pl.po72
-rw-r--r--po/pt_BR.po72
-rw-r--r--po/rpm.pot30
-rw-r--r--po/ru.po72
-rw-r--r--po/sk.po72
-rw-r--r--po/sr.po72
-rw-r--r--po/sv.po72
-rw-r--r--po/tr.po72
-rw-r--r--tools/Makefile.am1
16 files changed, 423 insertions, 416 deletions
diff --git a/Makefile.am b/Makefile.am
index 8f364de73..0471e6e77 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,7 @@ INCLUDES = \
mylibs= $(top_builddir)/build/librpmbuild.la \
$(top_builddir)/lib/librpm.la \
$(top_builddir)/popt/libpopt.la \
+ @INTLLIBS@ \
@LIBMISC@
LDFLAGS = @LDFLAGS_STATIC@
diff --git a/build/files.c b/build/files.c
index af597f545..dfc882cd4 100644
--- a/build/files.c
+++ b/build/files.c
@@ -770,7 +770,8 @@ static void genCpioListAndHeader(struct FileList *fl,
int count;
FileListRec *flp;
struct cpioFileMapping *clp;
- char *s, buf[BUFSIZ];
+ char *s;
+ char buf[BUFSIZ];
/* Sort the big list */
qsort(fl->fileList, fl->fileListRecsUsed,
@@ -1496,7 +1497,6 @@ static StringBuf getOutputFrom(char *dir, char *argv[],
int status;
void *oldhandler;
StringBuf readBuff;
- unsigned char buf[BUFSIZ+1];
int done;
oldhandler = signal(SIGPIPE, SIG_IGN);
@@ -1582,9 +1582,11 @@ top:
}
/* Read any data from prog */
- while ((nbr = read(fromProg[0], buf, sizeof(buf)-1)) > 0) {
- buf[nbr] = '\0';
- appendStringBuf(readBuff, buf);
+ { char buf[BUFSIZ+1];
+ while ((nbr = read(fromProg[0], buf, sizeof(buf)-1)) > 0) {
+ buf[nbr] = '\0';
+ appendStringBuf(readBuff, buf);
+ }
}
/* terminate on (non-blocking) EOF or error */
diff --git a/configure.in b/configure.in
index 220b7a16b..cc75992d0 100644
--- a/configure.in
+++ b/configure.in
@@ -388,6 +388,9 @@ AC_SUBST(BUILD_RPMCONVERT)
dnl whether or not we should try to build rpmgettext/rpmputtext.
if test X"USE_NLS" = Xyes; then
BUILD_RPMNLSTOOLS="rpmgettext rpmputtext"
+ if test X"USE_INCLUDED_LIBINTL" = Xyes; then
+ INCPATH="$INCPATH $(top_builddir)/intl"
+ fi
else
BUILD_RPMNLSTOOLS=
fi
diff --git a/po/cs.po b/po/cs.po
index 3865aeb07..a7307b68c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 1999-09-29 19:30-0400\n"
+"POT-Creation-Date: 1999-09-30 12:56-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,65 +66,65 @@ msgstr ""
msgid "Building for target %s\n"
msgstr "chyba pøi hledání balíèku %s\n"
-#: build.c:311
+#: build.c:313
msgid "buildroot already specified"
msgstr ""
-#: build.c:317
+#: build.c:320
msgid "--buildarch has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:321
+#: build.c:324
msgid "--buildos has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:342
+#: build.c:345
#, fuzzy
msgid "override build architecture"
msgstr "neovìøovat architekturu balíèku"
-#: build.c:344
+#: build.c:347
#, fuzzy
msgid "override build operating system"
msgstr "neovìøovat operaèní systém balíèku"
-#: build.c:346
+#: build.c:349
#, fuzzy
msgid "override build root"
msgstr "pou¾ít <adr> jako sestavovací koøen"
-#: build.c:348 rpm.c:457
+#: build.c:351 rpm.c:457
msgid "remove build tree when done"
msgstr "po dokonèení odstranit sestavovací strom"
-#: build.c:350
+#: build.c:353
#, fuzzy
msgid "do not execute any stages of the build"
msgstr "nespou¹tìt ¾ádné etapy"
-#: build.c:352
+#: build.c:355
msgid "do not accept I18N msgstr's from specfile"
msgstr ""
-#: build.c:354
+#: build.c:357
#, fuzzy
msgid "remove sources when done"
msgstr "po dokonèení odstranit zdroje a soubor .spec"
-#: build.c:356
+#: build.c:359
#, fuzzy
msgid "remove specfile when done"
msgstr "po dokonèení odstranit zdroje a soubor .spec"
-#: build.c:358 rpm.c:455
+#: build.c:361 rpm.c:455
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:360
+#: build.c:363
msgid "override target platform"
msgstr ""
-#: build.c:362
+#: build.c:365
msgid "lookup I18N strings in specfile catalog"
msgstr ""
@@ -2784,74 +2784,74 @@ msgstr "chyba pøi hledání balíèku %s\n"
msgid "rpmQuery: rpmdbOpen() failed\n"
msgstr "%s: Chybné otevøení\n"
-#: lib/query.c:691
+#: lib/query.c:692
#, fuzzy
msgid "query package owning file"
msgstr "dotazy na balíèek vlastnící <soubor>"
-#: lib/query.c:693
+#: lib/query.c:694
#, fuzzy
msgid "query packages in group"
msgstr "balíèek nemá skupinu\n"
-#: lib/query.c:695
+#: lib/query.c:696
#, fuzzy
msgid "query a package file"
msgstr "dotazovat v¹echny balíèky"
-#: lib/query.c:699
+#: lib/query.c:700
#, fuzzy
msgid "query a spec file"
msgstr "dotaz na %s se nezdaøil\n"
-#: lib/query.c:701
+#: lib/query.c:702
#, fuzzy
msgid "query the pacakges triggered by the package"
msgstr "dotazy na balíèky aktivované <balíkem>"
-#: lib/query.c:703
+#: lib/query.c:704
#, fuzzy
msgid "query the packages which require a capability"
msgstr "dotazovat balíèky vy¾adující schopnost <sch>"
-#: lib/query.c:705
+#: lib/query.c:706
#, fuzzy
msgid "query the packages which provide a capability"
msgstr "dotazovat balíèky poskytující schopnost <sch>"
-#: lib/query.c:742
+#: lib/query.c:745
#, fuzzy
msgid "list all configuration files"
msgstr "uvést pouze konfiguraèní soubory (implikuje -l)"
-#: lib/query.c:744
+#: lib/query.c:747
#, fuzzy
msgid "list all documentation files"
msgstr "nainstalovat dokumentaci"
-#: lib/query.c:746
+#: lib/query.c:749
#, fuzzy
msgid "dump basic file information"
msgstr "zobrazit informace o balíèku"
-#: lib/query.c:748
+#: lib/query.c:751
#, fuzzy
msgid "list files in package"
msgstr "binární balíèek starého typu\n"
-#: lib/query.c:752
+#: lib/query.c:755
msgid "use the following query format"
msgstr ""
-#: lib/query.c:754
+#: lib/query.c:757
msgid "substitute i18n sections from the following catalogue"
msgstr ""
-#: lib/query.c:757
+#: lib/query.c:760
msgid "display the states of the listed files"
msgstr ""
-#: lib/query.c:759
+#: lib/query.c:762
#, fuzzy
msgid "display a verbose file listing"
msgstr "zobrazit seznam souborù balíèkù"
@@ -3515,30 +3515,30 @@ msgstr "probíhá pøihla¹ování na %s jako %s, h. %s\n"
msgid "failed to create %s\n"
msgstr "%s nelze vytvoøit\n"
-#: lib/verify.c:36
+#: lib/verify.c:38
#, fuzzy
msgid "don't verify files in package"
msgstr "binární balíèek starého typu\n"
-#: lib/verify.c:206
+#: lib/verify.c:208
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:224
+#: lib/verify.c:226
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:257
+#: lib/verify.c:259
#, c-format
msgid "missing %s\n"
msgstr "chybí %s\n"
-#: lib/verify.c:319
+#: lib/verify.c:321
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Nevyøe¹ené závislosti pro %s-%s-%s: "
-#: lib/verify.c:367
+#: lib/verify.c:369
#, fuzzy
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "%s: Chybné otevøení\n"
diff --git a/po/de.po b/po/de.po
index 823794a84..f083d9c16 100644
--- 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: 1999-09-29 19:30-0400\n"
+"POT-Creation-Date: 1999-09-30 12:56-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,65 +101,65 @@ msgstr ""
msgid "Building for target %s\n"
msgstr "Fehler beim Suchen nach Paket %s\n"
-#: build.c:311
+#: build.c:313
msgid "buildroot already specified"
msgstr ""
-#: build.c:317
+#: build.c:320
msgid "--buildarch has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:321
+#: build.c:324
msgid "--buildos has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:342
+#: build.c:345
#, fuzzy
msgid "override build architecture"
msgstr "Paket-Architektur nicht überprüfen"
-#: build.c:344
+#: build.c:347
#, fuzzy
msgid "override build operating system"
msgstr "Paket-Betriebssystem nicht überprüfen"
-#: build.c:346
+#: build.c:349
#, fuzzy
msgid "override build root"
msgstr "Benutze <VERZ> als Stammverzeichnis beim Erstellen"
-#: build.c:348 rpm.c:457
+#: build.c:351 rpm.c:457
msgid "remove build tree when done"
msgstr "Erstellungsdateibaum nach Beendigung löschen"
-#: build.c:350
+#: build.c:353
#, fuzzy
msgid "do not execute any stages of the build"
msgstr "Keine Stufen ausführen"
-#: build.c:352
+#: build.c:355
msgid "do not accept I18N msgstr's from specfile"
msgstr ""
-#: build.c:354
+#: build.c:357
#, fuzzy
msgid "remove sources when done"
msgstr "Quellen und spec-Dateien nach Beendigung löschen"
-#: build.c:356
+#: build.c:359
#, fuzzy
msgid "remove specfile when done"
msgstr "Quellen und spec-Dateien nach Beendigung löschen"
-#: build.c:358 rpm.c:455
+#: build.c:361 rpm.c:455
msgid "skip straight to specified stage (only for c,i)"
msgstr "Direkt zur angegeben Stufe springen (nur für c und i)"
-#: build.c:360
+#: build.c:363
msgid "override target platform"
msgstr ""
-#: build.c:362
+#: build.c:365
msgid "lookup I18N strings in specfile catalog"
msgstr ""
@@ -2896,74 +2896,74 @@ msgstr "Fehler beim Suchen nach Paket %s\n"
msgid "rpmQuery: rpmdbOpen() failed\n"
msgstr "%s: Öffnen fehlgeschlagen\n"
-#: lib/query.c:691
+#: lib/query.c:692
#, fuzzy
msgid "query package owning file"
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: lib/query.c:693
+#: lib/query.c:694
#, fuzzy
msgid "query packages in group"
msgstr "Paket hat keinen Namen"
-#: lib/query.c:695
+#: lib/query.c:696
#, fuzzy
msgid "query a package file"
msgstr "Anfrage an alle Pakete"
-#: lib/query.c:699
+#: lib/query.c:700
#, fuzzy
msgid "query a spec file"
msgstr "Anfrage von %s fehlgeschlagen\n"
-#: lib/query.c:701
+#: lib/query.c:702
#, fuzzy
msgid "query the pacakges triggered by the package"
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: lib/query.c:703
+#: lib/query.c:704
#, fuzzy
msgid "query the packages which require a capability"
msgstr "Anfrage nach Paketen, die die Fähigkeit <i> benötigen"
-#: lib/query.c:705
+#: lib/query.c:706
#, fuzzy
msgid "query the packages which provide a capability"
msgstr "Anfrage nach Paketen, die die Fähigkeit <i> bereitstellen"
-#: lib/query.c:742
+#: lib/query.c:745
#, fuzzy
msgid "list all configuration files"
msgstr "Nur Konfigurationsdateien auflisten (impliziert -l)"
-#: lib/query.c:744
+#: lib/query.c:747
#, fuzzy
msgid "list all documentation files"
msgstr "Dokumentation installieren"
-#: lib/query.c:746
+#: lib/query.c:749
#, fuzzy
msgid "dump basic file information"
msgstr "Paketinformationen anzeigen"
-#: lib/query.c:748
+#: lib/query.c:751
#, fuzzy
msgid "list files in package"
msgstr "Paket installieren"
-#: lib/query.c:752
+#: lib/query.c:755
msgid "use the following query format"
msgstr ""
-#: lib/query.c:754
+#: lib/query.c:757
msgid "substitute i18n sections from the following catalogue"
msgstr ""
-#: lib/query.c:757
+#: lib/query.c:760
msgid "display the states of the listed files"
msgstr ""
-#: lib/query.c:759
+#: lib/query.c:762
#, fuzzy
msgid "display a verbose file listing"
msgstr "Dateiliste des Pakets anzeigen"
@@ -3650,30 +3650,30 @@ msgstr ""
msgid "failed to create %s\n"
msgstr "anlegen von %s fehlgeschlagen\n"
-#: lib/verify.c:36
+#: lib/verify.c:38
#, fuzzy
msgid "don't verify files in package"
msgstr "Paket installieren"
-#: lib/verify.c:206
+#: lib/verify.c:208
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:224
+#: lib/verify.c:226
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:257
+#: lib/verify.c:259
#, fuzzy, c-format
msgid "missing %s\n"
msgstr "fehlende { nach %{"
-#: lib/verify.c:319
+#: lib/verify.c:321
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Nicht erfüllte Abhängigkeiten von %s-%s-%s: "
-#: lib/verify.c:367
+#: lib/verify.c:369
#, fuzzy
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "%s: Öffnen fehlgeschlagen\n"
diff --git a/po/fi.po b/po/fi.po
index 192966301..9ed3a81b6 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"POT-Creation-Date: 1999-09-29 19:30-0400\n"
+"POT-Creation-Date: 1999-09-30 12:56-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,65 +72,65 @@ msgstr ""
msgid "Building for target %s\n"
msgstr "virhe etsittäessä pakettia %s\n"
-#: build.c:311
+#: build.c:313
msgid "buildroot already specified"
msgstr ""
-#: build.c:317
+#: build.c:320
msgid "--buildarch has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:321
+#: build.c:324
msgid "--buildos has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:342
+#: build.c:345
#, fuzzy
msgid "override build architecture"
msgstr "älä tarkista paketin arkkitehtuuria"
-#: build.c:344
+#: build.c:347
#, fuzzy
msgid "override build operating system"
msgstr "älä tarkista paketin käyttöjärjestelmää"
-#: build.c:346
+#: build.c:349
#, fuzzy
msgid "override build root"
msgstr "käytä <hakem> käännöspuun juurena"
-#: build.c:348 rpm.c:457
+#: build.c:351 rpm.c:457
msgid "remove build tree when done"
msgstr "poista käännöspuu, kun valmis"
-#: build.c:350
+#: build.c:353
#, fuzzy
msgid "do not execute any stages of the build"
msgstr "älä suorita mitään vaiheita"
-#: build.c:352
+#: build.c:355
msgid "do not accept I18N msgstr's from specfile"
msgstr ""
-#: build.c:354
+#: build.c:357
#, fuzzy
msgid "remove sources when done"
msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
-#: build.c:356
+#: build.c:359
#, fuzzy
msgid "remove specfile when done"
msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
-#: build.c:358 rpm.c:455
+#: build.c:361 rpm.c:455
msgid "skip straight to specified stage (only for c,i)"
msgstr "siirry suoraan määriteltyyn vaiheeseen (vain c ja i yhteydessä)"
-#: build.c:360
+#: build.c:363
msgid "override target platform"
msgstr ""
-#: build.c:362
+#: build.c:365
msgid "lookup I18N strings in specfile catalog"
msgstr ""
@@ -2822,74 +2822,74 @@ msgstr "virhe etsittäessä pakettia %s\n"
msgid "rpmQuery: rpmdbOpen() failed\n"
msgstr "%s: avaus ei onnistunut\n"
-#: lib/query.c:691
+#: lib/query.c:692
#, fuzzy
msgid "query package owning file"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: lib/query.c:693
+#: lib/query.c:694
#, fuzzy
msgid "query packages in group"
msgstr "paketilla ei ole nimeä"
-#: lib/query.c:695
+#: lib/query.c:696
#, fuzzy
msgid "query a package file"
msgstr "kysele kaikki paketit"
-#: lib/query.c:699
+#: lib/query.c:700
#, fuzzy
msgid "query a spec file"
msgstr "%s:n kysely ei onnistunut\n"
-#: lib/query.c:701
+#: lib/query.c:702
#, fuzzy
msgid "query the pacakges triggered by the package"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: lib/query.c:703
+#: lib/query.c:704
#, fuzzy
msgid "query the packages which require a capability"
msgstr "kysele paketteja, jotka vaativat <i> ominaisuutta"
-#: lib/query.c:705
+#: lib/query.c:706
#, fuzzy
msgid "query the packages which provide a capability"
msgstr "kysele paketteja, jotka tarjoavat <i> ominaisuuden"
-#: lib/query.c:742
+#: lib/query.c:745
#, fuzzy
msgid "list all configuration files"
msgstr "listaa vain konfigurointiedostot (josta seuraa -l)"
-#: lib/query.c:744
+#: lib/query.c:747
#, fuzzy
msgid "list all documentation files"
msgstr "asenna dokumentaatio"
-#: lib/query.c:746
+#: lib/query.c:749
#, fuzzy
msgid "dump basic file information"
msgstr "näytä paketin tiedot"
-#: lib/query.c:748
+#: lib/query.c:751
#, fuzzy
msgid "list files in package"
msgstr "asenna paketti"
-#: lib/query.c:752
+#: lib/query.c:755
msgid "use the following query format"
msgstr ""
-#: lib/query.c:754
+#: lib/query.c:757
msgid "substitute i18n sections from the following catalogue"
msgstr ""
-#: lib/query.c:757
+#: lib/query.c:760
msgid "display the states of the listed files"
msgstr ""
-#: lib/query.c:759
+#: lib/query.c:762
#, fuzzy
msgid "display a verbose file listing"
msgstr "näytä paketin tiedostolistaus"
@@ -3562,30 +3562,30 @@ msgstr ""
msgid "failed to create %s\n"
msgstr "%s:n luonti epäonnistui\n"
-#: lib/verify.c:36
+#: lib/verify.c:38
#, fuzzy
msgid "don't verify files in package"
msgstr "asenna paketti"
-#: lib/verify.c:206
+#: lib/verify.c:208
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:224
+#: lib/verify.c:226
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:257
+#: lib/verify.c:259
#, fuzzy, c-format
msgid "missing %s\n"
msgstr "puuttuva '{' '%':n jälkeen"
-#: lib/verify.c:319
+#: lib/verify.c:321
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "%s-%s-%s:n tyydyttämättömät riippuvuudet:"
-#: lib/verify.c:367
+#: lib/verify.c:369
#, fuzzy
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "%s: avaus ei onnistunut\n"
diff --git a/po/fr.po b/po/fr.po
index eb214e9c5..94d52e719 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,5 +1,5 @@
msgid ""
-msgstr "POT-Creation-Date: 1999-09-29 19:30-0400\n"
+msgstr "POT-Creation-Date: 1999-09-30 12:56-0400\n"
#: build.c:23 lib/rpminstall.c:222 lib/rpminstall.c:382
#, c-format
@@ -53,66 +53,66 @@ msgstr ""
msgid "Building for target %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build.c:311
+#: build.c:313
msgid "buildroot already specified"
msgstr ""
-#: build.c:317
+#: build.c:320
msgid "--buildarch has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:321
+#: build.c:324
msgid "--buildos has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:342
+#: build.c:345
#, fuzzy
msgid "override build architecture"
msgstr "%s ne peut être construit sur cette architecture\n"
-#: build.c:344
+#: build.c:347
msgid "override build operating system"
msgstr ""
-#: build.c:346
+#: build.c:349
msgid "override build root"
msgstr ""
-#: build.c:348 rpm.c:457
+#: build.c:351 rpm.c:457
#, fuzzy
msgid "remove build tree when done"
msgstr " --clean - efface l'arborescence après construction"
-#: build.c:350
+#: build.c:353
msgid "do not execute any stages of the build"
msgstr ""
-#: build.c:352
+#: build.c:355
msgid "do not accept I18N msgstr's from specfile"
msgstr ""
-#: build.c:354
+#: build.c:357
#, fuzzy
msgid "remove sources when done"
msgstr " --clean - efface l'arborescence après construction"
-#: build.c:356
+#: build.c:359
#, fuzzy
msgid "remove specfile when done"
msgstr " --clean - efface l'arborescence après construction"
-#: build.c:358 rpm.c:455
+#: build.c:361 rpm.c:455
#, 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:360
+#: build.c:363
msgid "override target platform"
msgstr ""
-#: build.c:362
+#: build.c:365
msgid "lookup I18N strings in specfile catalog"
msgstr ""
@@ -2813,78 +2813,78 @@ msgstr ""
msgid "rpmQuery: rpmdbOpen() failed\n"
msgstr ""
-#: lib/query.c:691
+#: lib/query.c:692
#, fuzzy
msgid "query package owning file"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: lib/query.c:693
+#: lib/query.c:694
#, fuzzy
msgid "query packages in group"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: lib/query.c:695
+#: lib/query.c:696
#, fuzzy
msgid "query a package file"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: lib/query.c:699
+#: lib/query.c:700
msgid "query a spec file"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:702
#, fuzzy
msgid "query the pacakges triggered by the package"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: lib/query.c:703
+#: lib/query.c:704
msgid "query the packages which require a capability"
msgstr ""
-#: lib/query.c:705
+#: lib/query.c:706
msgid "query the packages which provide a capability"
msgstr ""
-#: lib/query.c:742
+#: lib/query.c:745
#, fuzzy
msgid "list all configuration files"
msgstr ""
" -c - donne uniquement la liste des fichiers de "
"configuration (implique -l)"
-#: lib/query.c:744
+#: lib/query.c:747
#, fuzzy
msgid "list all documentation files"
msgstr ""
" -d - donne uniquement la liste des fichiers de "
"documentation (implique -l)"
-#: lib/query.c:746
+#: lib/query.c:749
#, fuzzy
msgid "dump basic file information"
msgstr ""
" -i - affiche les informations relatives à un package"
-#: lib/query.c:748
+#: lib/query.c:751
msgid "list files in package"
msgstr ""
-#: lib/query.c:752
+#: lib/query.c:755
msgid "use the following query format"
msgstr ""
-#: lib/query.c:754
+#: lib/query.c:757
msgid "substitute i18n sections from the following catalogue"
msgstr ""
-#: lib/query.c:757
+#: lib/query.c:760
msgid "display the states of the listed files"
msgstr ""
-#: lib/query.c:759
+#: lib/query.c:762
#, fuzzy
msgid "display a verbose file listing"
msgstr " -l - affiche la liste des packages"
@@ -3547,29 +3547,29 @@ msgstr ""
msgid "failed to create %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/verify.c:36
+#: lib/verify.c:38
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:206
+#: lib/verify.c:208
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:224
+#: lib/verify.c:226
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:257
+#: lib/verify.c:259
#, c-format
msgid "missing %s\n"
msgstr ""
-#: lib/verify.c:319
+#: lib/verify.c:321
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: lib/verify.c:367
+#: lib/verify.c:369
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 4e8c8598e..90fc57906 100644
--- 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: 1999-09-29 19:30-0400\n"
+"POT-Creation-Date: 1999-09-30 12:56-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,59 +67,59 @@ msgstr "Budowanie dla platform: %s\n"
msgid "Building for target %s\n"
msgstr "Budowanie dla %s\n"
-#: build.c:311
+#: build.c:313
msgid "buildroot already specified"
msgstr "buildroot by³ ju¿ wcze¶niej podany"
-#: build.c:317
+#: build.c:320
msgid "--buildarch has been obsoleted. Use the --target option instead.\n"
msgstr "--buildarch wysz³o z u¿ycia. U¿yj opcji --target.\n"
-#: build.c:321
+#: build.c:324
msgid "--buildos has been obsoleted. Use the --target option instead.\n"
msgstr "--builddos wysz³o z u¿ycia. U¿yj opcji --target.\n"
-#: build.c:342
+#: build.c:345
msgid "override build architecture"
msgstr "wymu¶ architekturê"
-#: build.c:344
+#: build.c:347
msgid "override build operating system"
msgstr "wymu¶ rodzaj systemu operacyjnego"
-#: build.c:346
+#: build.c:349
msgid "override build root"
msgstr "wymu¶ build root"
-#: build.c:348 rpm.c:457
+#: build.c:351 rpm.c:457
msgid "remove build tree when done"
msgstr "usuñ budowane drzewo po skoñczeniu"
-#: build.c:350
+#: build.c:353
msgid "do not execute any stages of the build"
msgstr "nie wykonuj ¿adnych etapów budowania"
-#: build.c:352
+#: build.c:355
msgid "do not accept I18N msgstr's from specfile"
msgstr "nie akceptuj wpisów I18N ze speca"
-#: build.c:354
+#: build.c:357
msgid "remove sources when done"
msgstr "usuñ ¼ród³a po zakoñczeniu"
-#: build.c:356
+#: build.c:359
msgid "remove specfile when done"
msgstr "usuñ speca po zakoñczeniu"
-#: build.c:358 rpm.c:455
+#: build.c:361 rpm.c:455
msgid "skip straight to specified stage (only for c,i)"
msgstr "przejd¼ od razu do podanego etapu (tylko dla c,i)"
-#: build.c:360
+#: build.c:363
msgid "override target platform"
msgstr "wymu¶ platformê docelow±"
-#: build.c:362
+#: build.c:365
msgid "lookup I18N strings in specfile catalog"
msgstr "wyszukaj wpisy I18N w katalogu speca"
@@ -2727,63 +2727,63 @@ msgstr "b³±d szukania pakietu %s\n"
msgid "rpmQuery: rpmdbOpen() failed\n"
msgstr "rpmQuery: rpmdbOpen() nie powiod³o siê\n"
-#: lib/query.c:691
+#: lib/query.c:692
msgid "query package owning file"
msgstr "sprawdzanie do jakiego pakietu nale¿y plik"
-#: lib/query.c:693
+#: lib/query.c:694
msgid "query packages in group"
msgstr "odpytywanie pakietów w grupie"
-#: lib/query.c:695
+#: lib/query.c:696
msgid "query a package file"
msgstr "odpytywanie pakietu"
-#: lib/query.c:699
+#: lib/query.c:700
msgid "query a spec file"
msgstr "odpytywanie pliku spec"
-#: lib/query.c:701
+#: lib/query.c:702
msgid "query the pacakges triggered by the package"
msgstr "odpytywanie pakietów zahaczanych przez pakiet"
-#: lib/query.c:703
+#: lib/query.c:704
msgid "query the packages which require a capability"
msgstr "odpytywanie pakietów wymagaj±cych zasobu"
-#: lib/query.c:705
+#: lib/query.c:706
msgid "query the packages which provide a capability"
msgstr "odpytywanie pakietów udostêpniaj±cych zasób"
-#: lib/query.c:742
+#: lib/query.c:745
msgid "list all configuration files"
msgstr "wy¶wietl wszystkie pliki konfiguracyjne"
-#: lib/query.c:744
+#: lib/query.c:747
msgid "list all documentation files"
msgstr "wy¶wietl wszystkie pliki dokumentacji"
-#: lib/query.c:746
+#: lib/query.c:749
msgid "dump basic file information"
msgstr "podaj postawowe informacje o pliku"
-#: lib/query.c:748
+#: lib/query.c:751
msgid "list files in package"
msgstr "wy¶wietl pliki zawarte w pakiecie"
-#: lib/query.c:752
+#: lib/query.c:755
msgid "use the following query format"
msgstr "u¿yj nastêpuj±cego formatu zapytania"
-#: lib/query.c:754
+#: lib/query.c:757
msgid "substitute i18n sections from the following catalogue"
msgstr ""
-#: lib/query.c:757
+#: lib/query.c:760
msgid "display the states of the listed files"
msgstr "wy¶wietl status pokazywanych plików"
-#: lib/query.c:759
+#: lib/query.c:762
msgid "display a verbose file listing"
msgstr "wy¶wietl wiêcej informacji o plikach z listy"
@@ -3440,33 +3440,33 @@ msgstr "logowanie do %s jako %s, has³o %s\n"
msgid "failed to create %s\n"
msgstr "utworzenie %s nie powiod³o siê\n"
-#: lib/verify.c:36
+#: lib/verify.c:38
msgid "don't verify files in package"
msgstr "nie sprawdzaj plików pakietu"
-#: lib/verify.c:206
+#: lib/verify.c:208
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
"pakiet nie specyfikuje ani nazwy u¿ytkownika ani list id (to nie powinno siê "
"zdarzyæ)"
-#: lib/verify.c:224
+#: lib/verify.c:226
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
"pakiet nie specyfikuje ani nazwy grupy ani list id (to nie powinno siê "
"zdarzyæ)"
-#: lib/verify.c:257
+#: lib/verify.c:259
#, c-format
msgid "missing %s\n"
msgstr "brak %s\n"
-#: lib/verify.c:319
+#: lib/verify.c:321
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Niespe³nione zale¿no¶ci dla %s-%s-%s: "
-#: lib/verify.c:367
+#: lib/verify.c:369
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "rpmVerify: rpmdbOpen() nie powiod³o siê\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 472c1ac85..e27e012e4 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -2,7 +2,7 @@
# Revised by Arnaldo Carvalho de Melo <acme@conectiva.com.br>, 1998.
#
msgid ""
-msgstr "POT-Creation-Date: 1999-09-29 19:30-0400\n"
+msgstr "POT-Creation-Date: 1999-09-30 12:56-0400\n"
#: build.c:23 lib/rpminstall.c:222 lib/rpminstall.c:382
#, c-format
@@ -60,66 +60,66 @@ msgstr ""
msgid "Building for target %s\n"
msgstr "instale pacote"
-#: build.c:311
+#: build.c:313
msgid "buildroot already specified"
msgstr ""
-#: build.c:317
+#: build.c:320
msgid "--buildarch has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:321
+#: build.c:324
msgid "--buildos has been obsoleted. Use the --target option instead.\n"
msgstr ""
# , c-format
-#: build.c:342
+#: build.c:345
#, fuzzy
msgid "override build architecture"
msgstr "%s não pode ser construido nesta arquitetura\n"
-#: build.c:344
+#: build.c:347
#, fuzzy
msgid "override build operating system"
msgstr "não verifique o sistema operacional do pacote"
-#: build.c:346
+#: build.c:349
#, fuzzy
msgid "override build root"
msgstr "use s como o root da construção"
-#: build.c:348 rpm.c:457
+#: build.c:351 rpm.c:457
msgid "remove build tree when done"
msgstr "remova a árvore de construção quando terminar"
-#: build.c:350
+#: build.c:353
#, fuzzy
msgid "do not execute any stages of the build"
msgstr "não execute nenhum estágio"
-#: build.c:352
+#: build.c:355
msgid "do not accept I18N msgstr's from specfile"
msgstr ""
-#: build.c:354
+#: build.c:357
#, fuzzy
msgid "remove sources when done"
msgstr "remova a árvore de construção quando terminar"
-#: build.c:356
+#: build.c:359
#, fuzzy
msgid "remove specfile when done"
msgstr "remova a árvore de construção quando terminar"
-#: build.c:358 rpm.c:455
+#: build.c:361 rpm.c:455
msgid "skip straight to specified stage (only for c,i)"
msgstr "pule direto para o estágio especificado (somente para c,i)"
-#: build.c:360
+#: build.c:363
msgid "override target platform"
msgstr ""
-#: build.c:362
+#: build.c:365
msgid "lookup I18N strings in specfile catalog"
msgstr ""
@@ -2875,74 +2875,74 @@ msgstr ""
msgid "rpmQuery: rpmdbOpen() failed\n"
msgstr ""
-#: lib/query.c:691
+#: lib/query.c:692
#, fuzzy
msgid "query package owning file"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: lib/query.c:693
+#: lib/query.c:694
#, fuzzy
msgid "query packages in group"
msgstr "não foi passado pacote para desinstalação"
-#: lib/query.c:695
+#: lib/query.c:696
#, fuzzy
msgid "query a package file"
msgstr "pesquise todos os pacotes"
-#: lib/query.c:699
+#: lib/query.c:700
#, fuzzy
msgid "query a spec file"
msgstr "pesquise todos os pacotes"
-#: lib/query.c:701
+#: lib/query.c:702
#, fuzzy
msgid "query the pacakges triggered by the package"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: lib/query.c:703
+#: lib/query.c:704
#, fuzzy
msgid "query the packages which require a capability"
msgstr "pesquise pacotes que requerem capacidade <i>"
-#: lib/query.c:705
+#: lib/query.c:706
#, fuzzy
msgid "query the packages which provide a capability"
msgstr "pesquise pacotes que fornecem a capacidade <i>"
-#: lib/query.c:742
+#: lib/query.c:745
#, fuzzy
msgid "list all configuration files"
msgstr "liste somente os arquivos de configuração (implica -l)"
-#: lib/query.c:744
+#: lib/query.c:747
#, fuzzy
msgid "list all documentation files"
msgstr "instale documentação"
-#: lib/query.c:746
+#: lib/query.c:749
#, fuzzy
msgid "dump basic file information"
msgstr "mostre informação do pacote"
-#: lib/query.c:748
+#: lib/query.c:751
#, fuzzy
msgid "list files in package"
msgstr "instale pacote"
-#: lib/query.c:752
+#: lib/query.c:755
msgid "use the following query format"
msgstr ""
-#: lib/query.c:754
+#: lib/query.c:757
msgid "substitute i18n sections from the following catalogue"
msgstr ""
-#: lib/query.c:757
+#: lib/query.c:760
msgid "display the states of the listed files"
msgstr ""
-#: lib/query.c:759
+#: lib/query.c:762
#, fuzzy
msgid "display a verbose file listing"
msgstr "mostre a lista de arquivos do pacote"
@@ -3634,30 +3634,30 @@ msgstr ""
msgid "failed to create %s\n"
msgstr "Não consegui abrir o pipe tar: %s\n"
-#: lib/verify.c:36
+#: lib/verify.c:38
#, fuzzy
msgid "don't verify files in package"
msgstr "instale pacote"
-#: lib/verify.c:206
+#: lib/verify.c:208
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:224
+#: lib/verify.c:226
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:257
+#: lib/verify.c:259
#, c-format
msgid "missing %s\n"
msgstr ""
-#: lib/verify.c:319
+#: lib/verify.c:321
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: lib/verify.c:367
+#: lib/verify.c:369
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr ""
diff --git a/po/rpm.pot b/po/rpm.pot
index 503920157..292b84d4d 100644
--- a/po/rpm.pot
+++ b/po/rpm.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 1999-09-30 12:36-0400\n"
+"POT-Creation-Date: 1999-09-30 13:16-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"
@@ -1367,46 +1367,46 @@ msgstr ""
msgid "Can't mix special %%doc with other forms: %s"
msgstr ""
-#: build/files.c:792
+#: build/files.c:793
#, c-format
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:952
+#: build/files.c:953
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:962 build/files.c:1099
+#: build/files.c:963 build/files.c:1100
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:1005
+#: build/files.c:1006
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1019
+#: build/files.c:1020
#, c-format
msgid "File %4d: 0%o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1083
+#: build/files.c:1084
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1140
+#: build/files.c:1141
msgid "Could not open %%files file: %s"
msgstr ""
-#: build/files.c:1147 build/pack.c:484
+#: build/files.c:1148 build/pack.c:484
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1469 build/parsePrep.c:29
+#: build/files.c:1470 build/parsePrep.c:29
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
@@ -1421,27 +1421,27 @@ msgstr ""
msgid "Couldn't fork %s"
msgstr ""
-#: build/files.c:1605
+#: build/files.c:1607
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1609
+#: build/files.c:1611
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1695
+#: build/files.c:1697
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1723 build/files.c:1732
+#: build/files.c:1725 build/files.c:1734
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1838
+#: build/files.c:1840
#, c-format
msgid "Processing files: %s\n"
msgstr ""
diff --git a/po/ru.po b/po/ru.po
index 02e0a6dfc..5c759744f 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"POT-Creation-Date: 1999-09-29 19:30-0400\n"
+"POT-Creation-Date: 1999-09-30 12:56-0400\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=koi8-r\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -59,59 +59,59 @@ msgstr "ãÅÌÅ×ÙÅ ÐÌÁÔÆÏÒÍÙ: %s\n"
msgid "Building for target %s\n"
msgstr "óÂÏÒËÁ ÄÌÑ ÃÅÌÅ×ÏÊ ÐÌÁÔÆÏÒÍÙ %s\n"
-#: build.c:311
+#: build.c:313
msgid "buildroot already specified"
msgstr "buildroot ÕÖÅ ÚÁÄÁÎ"
-#: build.c:317
+#: build.c:320
msgid "--buildarch has been obsoleted. Use the --target option instead.\n"
msgstr "--buildarch ÕÖÅ ÎÅ × ÍÏÄÅ :) éÓÐÏÌØÚÕÊÔÅ ÏÐÃÉÀ --target.\n"
-#: build.c:321
+#: build.c:324
msgid "--buildos has been obsoleted. Use the --target option instead.\n"
msgstr "--buildos ÕÖÅ ÎÅ × ÍÏÄÅ :) éÓÐÏÌØÚÕÊÔÅ ÏÐÃÉÀ --target.\n"
-#: build.c:342
+#: build.c:345
msgid "override build architecture"
msgstr "ÐÅÒÅÏÐÒÅÄÅÌÉÔØ ÁÒÈÉÔÅËÔÕÒÕ ÓÏÂÉÒÁÅÍÏÇÏ ÐÁËÅÔÁ"
-#: build.c:344
+#: build.c:347
msgid "override build operating system"
msgstr "ÐÅÒÅÏÐÒÅÄÅÌÉÔØ ïó ÓÏÂÉÒÁÅÍÏÇÏ ÐÁËÅÔÁ"
-#: build.c:346
+#: build.c:349
msgid "override build root"
msgstr "ÐÅÒÅÏÐÒÅÄÅÌÉÔØ build root"
-#: build.c:348 rpm.c:457
+#: build.c:351 rpm.c:457
msgid "remove build tree when done"
msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÄÅÒÅ×Ï ÉÓÈÏÄÎÉËÏ×"
-#: build.c:350
+#: build.c:353
msgid "do not execute any stages of the build"
msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ× ÓÂÏÒËÉ"
-#: build.c:352
+#: build.c:355
msgid "do not accept I18N msgstr's from specfile"
msgstr "ÎÅ ÐÒÉÎÉÍÁÔØ ÓÔÒÏË I18N ÉÚ spec-ÆÁÊÌÁ"
-#: build.c:354
+#: build.c:357
msgid "remove sources when done"
msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÉÓÈÏÄÎÉËb"
-#: build.c:356
+#: build.c:359
msgid "remove specfile when done"
msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ spec-ÆÁÊÌ"
-#: build.c:358 rpm.c:455
+#: build.c:361 rpm.c:455
msgid "skip straight to specified stage (only for c,i)"
msgstr "ÐÅÒÅÊÔÉ ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏ Ë ÕËÁÚÁÎÎÏÍÕ ÜÔÁÐÕ (ÔÏÌØËÏ ÄÌÑ c,i)"
-#: build.c:360
+#: build.c:363
msgid "override target platform"
msgstr "ÐÅÒÅÏÐÒÅÄÅÌÉÔØ ÃÅÌÅ×ÕÀ ÐÌÁÔÆÏÒÍÕ"
-#: build.c:362
+#: build.c:365
msgid "lookup I18N strings in specfile catalog"
msgstr "ÉÓËÁÔØ ÓÔÒÏËÉ I18N × ËÁÔÁÌÏÇÅ ÓÏ spec-ÆÁÊÌÏÍ"
@@ -2731,63 +2731,63 @@ msgstr "ÏÛÉÂËÁ ÐÒÉ ÐÏÉÓËÅ ÐÁËÅÔÁ %s\n"
msgid "rpmQuery: rpmdbOpen() failed\n"
msgstr "rpmQuery: ÎÅÕÄÁÞÁ rpmdbOpen()\n"
-#: lib/query.c:691
+#: lib/query.c:692
msgid "query package owning file"
msgstr "ÎÁÊÔÉ ÐÁËÅÔ, ËÏÔÏÒÏÍÕ ÐÒÉÎÁÄÌÅÖÉÔ ÆÁÊÌ"
-#: lib/query.c:693
+#: lib/query.c:694
msgid "query packages in group"
msgstr "ÚÁÐÒÏÓ ÐÁËÅÔÏ× × ÇÒÕÐÐÅ"
-#: lib/query.c:695
+#: lib/query.c:696
msgid "query a package file"
msgstr "ÚÁÐÒÏÓÉÔØ ÆÁÊÌ ÐÁËÅÔÁ"
-#: lib/query.c:699
+#: lib/query.c:700
msgid "query a spec file"
msgstr "ÚÁÐÒÏÓÉÔØ spec-ÆÁÊÌ"
-#: lib/query.c:701
+#: lib/query.c:702
msgid "query the pacakges triggered by the package"
msgstr "ÚÁÐÒÏÓÉÔØ ÐÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÁÍÉ ÎÁ ÐÁËÅÔ"
-#: lib/query.c:703
+#: lib/query.c:704
msgid "query the packages which require a capability"
msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÔÒÅÂÕÀÝÉÅ ÓÅÒ×ÉÓÁ"
-#: lib/query.c:705
+#: lib/query.c:706
msgid "query the packages which provide a capability"
msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÐÒÅÄÏÓÔÁ×ÌÑÀÝÉÅ ÓÅÒ×ÉÓ"
-#: lib/query.c:742
+#: lib/query.c:745
msgid "list all configuration files"
msgstr "ÐÏËÁÚÁÔØ ×ÓÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ ÆÁÊÌÙ"
-#: lib/query.c:744
+#: lib/query.c:747
msgid "list all documentation files"
msgstr "ÐÏËÁÚÁÔØ ×ÓÅ ÆÁÊÌÙ ÄÏËÕÍÅÎÔÁÃÉÉ"
-#: lib/query.c:746
+#: lib/query.c:749
msgid "dump basic file information"
msgstr "×Ù×ÅÓÔÉ ÂÁÚÏ×ÕÀ ÉÎÆÏÒÍÁÃÉÀ Ï ÆÁÊÌÅ"
-#: lib/query.c:748
+#: lib/query.c:751
msgid "list files in package"
msgstr "ÐÏËÁÚÁÔØ ÆÁÊÌÙ ÐÁËÅÔÁ"
-#: lib/query.c:752
+#: lib/query.c:755
msgid "use the following query format"
msgstr "ÉÓÐ. ÓÌÅÄÕÀÝÉÊ ÆÏÒÍÁÔ ÚÁÐÒÏÓÁ"
-#: lib/query.c:754
+#: lib/query.c:757
msgid "substitute i18n sections from the following catalogue"
msgstr "ÐÏÄÓÔÁ×ÉÔØ ÓÅËÃÉÉ i18n ÉÚ ÓÌÅÄÕÀÝÅÇÏ ËÁÔÁÌÏÇÁ"
-#: lib/query.c:757
+#: lib/query.c:760
msgid "display the states of the listed files"
msgstr "ÐÏËÁÚÁÔØ ÓÏÓÔÏÑÎÉÅ ÐÏËÁÚÁÎÎÙÈ ÆÁÊÌÏ×"
-#: lib/query.c:759
+#: lib/query.c:762
msgid "display a verbose file listing"
msgstr "×Ù×ÅÓÔÉ ÄÅÔÁÌØÎÙÊ ÓÐÉÓÏË ÆÁÊÌÏ× ÐÁËÅÔÁ"
@@ -3447,29 +3447,29 @@ msgstr "ÒÅÇÉÓÔÒÉÒÕÀÓØ × %s ËÁË %s, ÐÁÒÏÌØ %s\n"
msgid "failed to create %s\n"
msgstr "ÎÅ ÍÏÇÕ ÓÏÚÄÁÔØ %s\n"
-#: lib/verify.c:36
+#: lib/verify.c:38
msgid "don't verify files in package"
msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÆÁÊÌÙ ÐÁËÅÔÁ"
-#: lib/verify.c:206
+#: lib/verify.c:208
msgid "package lacks both user name and id lists (this should never happen)"
msgstr "× ÐÁËÅÔÅ ÎÅÔ ÎÉ ÉÍÅÎ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÎÉ ÉÈ ID (ÔÁË ÎÅ ÂÙ×ÁÅÔ)"
-#: lib/verify.c:224
+#: lib/verify.c:226
msgid "package lacks both group name and id lists (this should never happen)"
msgstr "× ÐÁËÅÔÅ ÎÅÔ ÎÉ ÉÍÅÎ ÇÒÕÐÐ, ÎÉ ÉÈ ID (ÔÁË ÎÅ ÂÙ×ÁÅÔ)"
-#: lib/verify.c:257
+#: lib/verify.c:259
#, c-format
msgid "missing %s\n"
msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ %s\n"
-#: lib/verify.c:319
+#: lib/verify.c:321
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "îÅÕÄÏ×ÌÅÔ×ÏÒÅÎÎÙÅ ÚÁ×ÉÓÉÍÏÓÔÉ ÄÌÑ %s-%s-%s: "
-#: lib/verify.c:367
+#: lib/verify.c:369
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "rpmVerify: ÎÅÕÄÁÞÁ rpmdbOpen()\n"
diff --git a/po/sk.po b/po/sk.po
index d60704518..110ab69ba 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 2.93\n"
-"POT-Creation-Date: 1999-09-29 19:30-0400\n"
+"POT-Creation-Date: 1999-09-30 12:56-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,61 +61,61 @@ msgstr "predefinova» cieµovú platformu"
msgid "Building for target %s\n"
msgstr "vyhµadáva sa balík %s\n"
-#: build.c:311
+#: build.c:313
msgid "buildroot already specified"
msgstr "buildroot u¾ bol zadaný"
-#: build.c:317
+#: build.c:320
msgid "--buildarch has been obsoleted. Use the --target option instead.\n"
msgstr "Voµba --buildarch je zastaralá. Pou¾ite namiesto nej --target.\n"
-#: build.c:321
+#: build.c:324
msgid "--buildos has been obsoleted. Use the --target option instead.\n"
msgstr "Voµba --buildos je zastaralá. Pou¾ite namiesto nej --target.\n"
-#: build.c:342
+#: build.c:345
msgid "override build architecture"
msgstr "predefinova» architektúru balíka"
-#: build.c:344
+#: build.c:347
msgid "override build operating system"
msgstr "predefinova» operaèný systém balíka"
-#: build.c:346
+#: build.c:349
msgid "override build root"
msgstr "predefinova» adresár pre zostavenie balíka"
-#: build.c:348 rpm.c:457
+#: build.c:351 rpm.c:457
msgid "remove build tree when done"
msgstr "po ukonèení odstráni» adresár, v ktorom sa balík zostavoval"
-#: build.c:350
+#: build.c:353
msgid "do not execute any stages of the build"
msgstr "nevykona» ¾iadne etapy zostavenia"
-#: build.c:352
+#: build.c:355
msgid "do not accept I18N msgstr's from specfile"
msgstr "neakceptova» lokalizované re»azce zo spec-súboru"
-#: build.c:354
+#: build.c:357
#, fuzzy
msgid "remove sources when done"
msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
-#: build.c:356
+#: build.c:359
#, fuzzy
msgid "remove specfile when done"
msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
-#: build.c:358 rpm.c:455
+#: build.c:361 rpm.c:455
msgid "skip straight to specified stage (only for c,i)"
msgstr "preskoèi» priamo k urèenej etape (iba pre c, i)"
-#: build.c:360
+#: build.c:363
msgid "override target platform"
msgstr "predefinova» cieµovú platformu"
-#: build.c:362
+#: build.c:365
msgid "lookup I18N strings in specfile catalog"
msgstr "pre preklad re»azcov pou¾i» katalóg správ spec-súborov"
@@ -2735,64 +2735,64 @@ msgstr "chyba pri hµadaní balíka %s\n"
msgid "rpmQuery: rpmdbOpen() failed\n"
msgstr "rpmQuery: rpmdbOpen() zlyhalo\n"
-#: lib/query.c:691
+#: lib/query.c:692
msgid "query package owning file"
msgstr "opýta» sa balíku vlastniaceho súbor"
-#: lib/query.c:693
+#: lib/query.c:694
msgid "query packages in group"
msgstr "opýta» sa v¹etkých balíkov v skupine"
-#: lib/query.c:695
+#: lib/query.c:696
msgid "query a package file"
msgstr "opýta» sa súboru balíka"
-#: lib/query.c:699
+#: lib/query.c:700
msgid "query a spec file"
msgstr "opýta» sa spec súboru"
-#: lib/query.c:701
+#: lib/query.c:702
msgid "query the pacakges triggered by the package"
msgstr "opýta» sa balíkov spustených balíkom"
-#: lib/query.c:703
+#: lib/query.c:704
msgid "query the packages which require a capability"
msgstr "opýta» sa balíkov vy¾adujúcich schopnos»"
-#: lib/query.c:705
+#: lib/query.c:706
msgid "query the packages which provide a capability"
msgstr "opýta» sa balíkov poskytujúcich schopnos»"
-#: lib/query.c:742
+#: lib/query.c:745
msgid "list all configuration files"
msgstr "zobrazi» v¹etky konfiguraèné súbory"
-#: lib/query.c:744
+#: lib/query.c:747
#, fuzzy
msgid "list all documentation files"
msgstr "zobrazi» v¹etky dokumentaèné súbory"
-#: lib/query.c:746
+#: lib/query.c:749
msgid "dump basic file information"
msgstr "zobrazi» základné informácie o balíku"
-#: lib/query.c:748
+#: lib/query.c:751
msgid "list files in package"
msgstr "zobrazi» súbory v balíku"
-#: lib/query.c:752
+#: lib/query.c:755
msgid "use the following query format"
msgstr "pou¾i» nasledovný formát otázky"
-#: lib/query.c:754
+#: lib/query.c:757
msgid "substitute i18n sections from the following catalogue"
msgstr ""
-#: lib/query.c:757
+#: lib/query.c:760
msgid "display the states of the listed files"
msgstr "zobrazii» stav daných súborov"
-#: lib/query.c:759
+#: lib/query.c:762
msgid "display a verbose file listing"
msgstr "zobrazi» podrobný zoznam súborov balíka"
@@ -3449,34 +3449,34 @@ msgstr "prihlasuje sa na %s ako %s, heslo %s\n"
msgid "failed to create %s\n"
msgstr "nepodarilo sa vytvori» %s\n"
-#: lib/verify.c:36
+#: lib/verify.c:38
#, fuzzy
msgid "don't verify files in package"
msgstr "zobrazi» súbory v balíku"
-#: lib/verify.c:206
+#: lib/verify.c:208
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
"v balíku chýba tak meno pou¾ívateµa, ako aj zoznamy identifikácií (nemalo by "
"sa nikdy sta»)"
-#: lib/verify.c:224
+#: lib/verify.c:226
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
"v balíku chýba tak meno skupiny, ako aj zoznamy identifikácií (nemalo by sa "
"nikdy sta»)"
-#: lib/verify.c:257
+#: lib/verify.c:259
#, c-format
msgid "missing %s\n"
msgstr "chýbajúce %s\n"
-#: lib/verify.c:319
+#: lib/verify.c:321
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Nevyrie¹ené závislosti pre %s-%s-%s: "
-#: lib/verify.c:367
+#: lib/verify.c:369
#, fuzzy
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "rpmQuery: rpmdbOpen() zlyhalo\n"
diff --git a/po/sr.po b/po/sr.po
index 804525c50..035684b3b 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"POT-Creation-Date: 1999-09-29 19:30-0400\n"
+"POT-Creation-Date: 1999-09-30 12:56-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,65 +70,65 @@ msgstr ""
msgid "Building for target %s\n"
msgstr "gre¹ka potrage za paketom %s\n"
-#: build.c:311
+#: build.c:313
msgid "buildroot already specified"
msgstr ""
-#: build.c:317
+#: build.c:320
msgid "--buildarch has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:321
+#: build.c:324
msgid "--buildos has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:342
+#: build.c:345
#, fuzzy
msgid "override build architecture"
msgstr "nemoj proveravati arhitekturu paketa"
-#: build.c:344
+#: build.c:347
#, fuzzy
msgid "override build operating system"
msgstr "nemoj proveravati operativni sistem za paket"
-#: build.c:346
+#: build.c:349
#, fuzzy
msgid "override build root"
msgstr "koristi <dir> kao korenski katalog kod kreiranja"
-#: build.c:348 rpm.c:457
+#: build.c:351 rpm.c:457
msgid "remove build tree when done"
msgstr "ukloni stablo direktorijuma po zavr¹etku"
-#: build.c:350
+#: build.c:353
#, fuzzy
msgid "do not execute any stages of the build"
msgstr "nemoj izvr¹iti nijednu fazu"
-#: build.c:352
+#: build.c:355
msgid "do not accept I18N msgstr's from specfile"
msgstr ""
-#: build.c:354
+#: build.c:357
#, fuzzy
msgid "remove sources when done"
msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
-#: build.c:356
+#: build.c:359
#, fuzzy
msgid "remove specfile when done"
msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
-#: build.c:358 rpm.c:455
+#: build.c:361 rpm.c:455
msgid "skip straight to specified stage (only for c,i)"
msgstr "idi pravo do odreðene faze (samo za k,i)"
-#: build.c:360
+#: build.c:363
msgid "override target platform"
msgstr ""
-#: build.c:362
+#: build.c:365
msgid "lookup I18N strings in specfile catalog"
msgstr ""
@@ -2782,74 +2782,74 @@ msgstr "gre¹ka kod potrage za paketom %s\n"
msgid "rpmQuery: rpmdbOpen() failed\n"
msgstr "%s: Neuspelo otvaranje\n"
-#: lib/query.c:691
+#: lib/query.c:692
#, fuzzy
msgid "query package owning file"
msgstr "upit nad paketom koji ima <datoteku>"
-#: lib/query.c:693
+#: lib/query.c:694
#, fuzzy
msgid "query packages in group"
msgstr "paket nema imena"
-#: lib/query.c:695
+#: lib/query.c:696
#, fuzzy
msgid "query a package file"
msgstr "upit nad svim paketima"
-#: lib/query.c:699
+#: lib/query.c:700
#, fuzzy
msgid "query a spec file"
msgstr "upit nad %s neuspeo\n"
-#: lib/query.c:701
+#: lib/query.c:702
#, fuzzy
msgid "query the pacakges triggered by the package"
msgstr "upit nad paketom koji ima <datoteku>"
-#: lib/query.c:703
+#: lib/query.c:704
#, fuzzy
msgid "query the packages which require a capability"
msgstr "upit za pakete koji zahtevaju <i> svojstvo"
-#: lib/query.c:705
+#: lib/query.c:706
#, fuzzy
msgid "query the packages which provide a capability"
msgstr "upit za pakete koji omoguæavaju <i> svojstvo"
-#: lib/query.c:742
+#: lib/query.c:745
#, fuzzy
msgid "list all configuration files"
msgstr "prika¾i samo konfiguracione datoteke (povlaèi -i)"
-#: lib/query.c:744
+#: lib/query.c:747
#, fuzzy
msgid "list all documentation files"
msgstr "instaliraj dokumentaciju"
-#: lib/query.c:746
+#: lib/query.c:749
#, fuzzy
msgid "dump basic file information"
msgstr "prika¾i informacije o paketu"
-#: lib/query.c:748
+#: lib/query.c:751
#, fuzzy
msgid "list files in package"
msgstr "instaliraj paket"
-#: lib/query.c:752
+#: lib/query.c:755
msgid "use the following query format"
msgstr ""
-#: lib/query.c:754
+#: lib/query.c:757
msgid "substitute i18n sections from the following catalogue"
msgstr ""
-#: lib/query.c:757
+#: lib/query.c:760
msgid "display the states of the listed files"
msgstr ""
-#: lib/query.c:759
+#: lib/query.c:762
#, fuzzy
msgid "display a verbose file listing"
msgstr "prika¾i listu datoteka u paketu"
@@ -3522,30 +3522,30 @@ msgstr ""
msgid "failed to create %s\n"
msgstr "neuspelo kreiranje %s\n"
-#: lib/verify.c:36
+#: lib/verify.c:38
#, fuzzy
msgid "don't verify files in package"
msgstr "instaliraj paket"
-#: lib/verify.c:206
+#: lib/verify.c:208
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:224
+#: lib/verify.c:226
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:257
+#: lib/verify.c:259
#, fuzzy, c-format
msgid "missing %s\n"
msgstr "nedostaje { posle %"
-#: lib/verify.c:319
+#: lib/verify.c:321
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Nezadovoljene meðuzavisnosti za %s-%s-%s: "
-#: lib/verify.c:367
+#: lib/verify.c:369
#, fuzzy
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "%s: Neuspelo otvaranje\n"
diff --git a/po/sv.po b/po/sv.po
index 3e9e97b8d..1baea78fa 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,5 +1,5 @@
msgid ""
-msgstr "POT-Creation-Date: 1999-09-29 19:30-0400\n"
+msgstr "POT-Creation-Date: 1999-09-30 12:56-0400\n"
#: build.c:23 lib/rpminstall.c:222 lib/rpminstall.c:382
#, c-format
@@ -53,71 +53,71 @@ msgstr ""
msgid "Building for target %s\n"
msgstr " --install <paketfil>"
-#: build.c:311
+#: build.c:313
msgid "buildroot already specified"
msgstr ""
-#: build.c:317
+#: build.c:320
msgid "--buildarch has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:321
+#: build.c:324
msgid "--buildos has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:342
+#: build.c:345
#, fuzzy
msgid "override build architecture"
msgstr "%s går inte att tillverka på den här platformen\n"
-#: build.c:344
+#: build.c:347
msgid "override build operating system"
msgstr ""
-#: build.c:346
+#: build.c:349
msgid "override build root"
msgstr ""
-#: build.c:348 rpm.c:457
+#: build.c:351 rpm.c:457
#, fuzzy
msgid "remove build tree when done"
msgstr ""
" --clean - tag bort biblioteket där filerna kompilerades när "
"det är klart"
-#: build.c:350
+#: build.c:353
msgid "do not execute any stages of the build"
msgstr ""
-#: build.c:352
+#: build.c:355
msgid "do not accept I18N msgstr's from specfile"
msgstr ""
-#: build.c:354
+#: build.c:357
#, fuzzy
msgid "remove sources when done"
msgstr ""
" --clean - tag bort biblioteket där filerna kompilerades när "
"det är klart"
-#: build.c:356
+#: build.c:359
#, fuzzy
msgid "remove specfile when done"
msgstr ""
" --clean - tag bort biblioteket där filerna kompilerades när "
"det är klart"
-#: build.c:358 rpm.c:455
+#: build.c:361 rpm.c:455
#, fuzzy
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
" --short-circuit - hoppa direkt till specifierat steg (enbart för c,i)"
-#: build.c:360
+#: build.c:363
msgid "override target platform"
msgstr ""
-#: build.c:362
+#: build.c:365
msgid "lookup I18N strings in specfile catalog"
msgstr ""
@@ -2828,73 +2828,73 @@ msgstr ""
msgid "rpmQuery: rpmdbOpen() failed\n"
msgstr ""
-#: lib/query.c:691
+#: lib/query.c:692
#, fuzzy
msgid "query package owning file"
msgstr " -f <fil>+ - undersök paket som äger <fil>"
-#: lib/query.c:693
+#: lib/query.c:694
#, fuzzy
msgid "query packages in group"
msgstr "inga paket angivna för avinstallation"
-#: lib/query.c:695
+#: lib/query.c:696
#, fuzzy
msgid "query a package file"
msgstr " -f <fil>+ - undersök paket som äger <fil>"
-#: lib/query.c:699
+#: lib/query.c:700
msgid "query a spec file"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:702
#, fuzzy
msgid "query the pacakges triggered by the package"
msgstr " -f <fil>+ - undersök paket som äger <fil>"
-#: lib/query.c:703
+#: lib/query.c:704
msgid "query the packages which require a capability"
msgstr ""
-#: lib/query.c:705
+#: lib/query.c:706
msgid "query the packages which provide a capability"
msgstr ""
-#: lib/query.c:742
+#: lib/query.c:745
#, fuzzy
msgid "list all configuration files"
msgstr ""
" -c - visa enbart konfiguration filer (implicerar -l)"
-#: lib/query.c:744
+#: lib/query.c:747
#, fuzzy
msgid "list all documentation files"
msgstr ""
" -d - visa enbart dokumentation filer (implicerar -l)"
-#: lib/query.c:746
+#: lib/query.c:749
#, fuzzy
msgid "dump basic file information"
msgstr " -i - visa paket information"
-#: lib/query.c:748
+#: lib/query.c:751
#, fuzzy
msgid "list files in package"
msgstr " --install <paketfil>"
-#: lib/query.c:752
+#: lib/query.c:755
msgid "use the following query format"
msgstr ""
-#: lib/query.c:754
+#: lib/query.c:757
msgid "substitute i18n sections from the following catalogue"
msgstr ""
-#: lib/query.c:757
+#: lib/query.c:760
msgid "display the states of the listed files"
msgstr ""
-#: lib/query.c:759
+#: lib/query.c:762
#, fuzzy
msgid "display a verbose file listing"
msgstr " -l - visa paketets fil lista"
@@ -3558,30 +3558,30 @@ msgstr ""
msgid "failed to create %s\n"
msgstr "kan inte öppna: %s\n"
-#: lib/verify.c:36
+#: lib/verify.c:38
#, fuzzy
msgid "don't verify files in package"
msgstr " --install <paketfil>"
-#: lib/verify.c:206
+#: lib/verify.c:208
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:224
+#: lib/verify.c:226
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:257
+#: lib/verify.c:259
#, c-format
msgid "missing %s\n"
msgstr ""
-#: lib/verify.c:319
+#: lib/verify.c:321
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: lib/verify.c:367
+#: lib/verify.c:369
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index e32d9334c..960db869e 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 1999-09-29 19:30-0400\n"
+"POT-Creation-Date: 1999-09-30 12:56-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,65 +67,65 @@ msgstr ""
msgid "Building for target %s\n"
msgstr "%s paketi bulunamadý\n"
-#: build.c:311
+#: build.c:313
msgid "buildroot already specified"
msgstr ""
-#: build.c:317
+#: build.c:320
msgid "--buildarch has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:321
+#: build.c:324
msgid "--buildos has been obsoleted. Use the --target option instead.\n"
msgstr ""
-#: build.c:342
+#: build.c:345
#, fuzzy
msgid "override build architecture"
msgstr "paket mimarisini doðrulamaz"
-#: build.c:344
+#: build.c:347
#, fuzzy
msgid "override build operating system"
msgstr "paketin ait olduðu iþletim sistemini doðrulamaz"
-#: build.c:346
+#: build.c:349
#, fuzzy
msgid "override build root"
msgstr "paket yaratýlýrken <dizin> baþlangýç dizini olarak kullanýlýr"
-#: build.c:348 rpm.c:457
+#: build.c:351 rpm.c:457
msgid "remove build tree when done"
msgstr "iþlem sonunda paket yaratma yapýsýný siler"
-#: build.c:350
+#: build.c:353
#, fuzzy
msgid "do not execute any stages of the build"
msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
-#: build.c:352
+#: build.c:355
msgid "do not accept I18N msgstr's from specfile"
msgstr ""
-#: build.c:354
+#: build.c:357
#, fuzzy
msgid "remove sources when done"
msgstr "iþlem sonunda kaynaklarý ve spec dosyasýný siler"
-#: build.c:356
+#: build.c:359
#, fuzzy
msgid "remove specfile when done"
msgstr "iþlem sonunda kaynaklarý ve spec dosyasýný siler"
-#: build.c:358 rpm.c:455
+#: build.c:361 rpm.c:455
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:360
+#: build.c:363
msgid "override target platform"
msgstr ""
-#: build.c:362
+#: build.c:365
msgid "lookup I18N strings in specfile catalog"
msgstr ""
@@ -2821,75 +2821,75 @@ msgstr "%s pakedi aranýrken hata oluþtu\n"
msgid "rpmQuery: rpmdbOpen() failed\n"
msgstr "%s: Eriþilemedi\n"
-#: lib/query.c:691
+#: lib/query.c:692
#, fuzzy
msgid "query package owning file"
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-#: lib/query.c:693
+#: lib/query.c:694
#, fuzzy
msgid "query packages in group"
msgstr "pakedin adý yok :-)"
-#: lib/query.c:695
+#: lib/query.c:696
#, fuzzy
msgid "query a package file"
msgstr "Tüm paketleri sorgulama"
-#: lib/query.c:699
+#: lib/query.c:700
#, fuzzy
msgid "query a spec file"
msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
-#: lib/query.c:701
+#: lib/query.c:702
#, fuzzy
msgid "query the pacakges triggered by the package"
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-#: lib/query.c:703
+#: lib/query.c:704
#, fuzzy
msgid "query the packages which require a capability"
msgstr "<i> yeteneðine ihtiyaç duyan paketleri sorgulama"
-#: lib/query.c:705
+#: lib/query.c:706
#, fuzzy
msgid "query the packages which provide a capability"
msgstr "<i> yeteneði olan paketleri sorgulama"
-#: lib/query.c:742
+#: lib/query.c:745
#, fuzzy
msgid "list all configuration files"
msgstr ""
"sadece yapýlandýrma (configuration) dosyalarýný gösterir (impliziert -l)"
-#: lib/query.c:744
+#: lib/query.c:747
#, fuzzy
msgid "list all documentation files"
msgstr "paket ile gelen belgeleri de yükler"
-#: lib/query.c:746
+#: lib/query.c:749
#, fuzzy
msgid "dump basic file information"
msgstr "Paket bilgisini gösterme"
-#: lib/query.c:748
+#: lib/query.c:751
#, fuzzy
msgid "list files in package"
msgstr "paket yüklemek"
-#: lib/query.c:752
+#: lib/query.c:755
msgid "use the following query format"
msgstr ""
-#: lib/query.c:754
+#: lib/query.c:757
msgid "substitute i18n sections from the following catalogue"
msgstr ""
-#: lib/query.c:757
+#: lib/query.c:760
msgid "display the states of the listed files"
msgstr ""
-#: lib/query.c:759
+#: lib/query.c:762
#, fuzzy
msgid "display a verbose file listing"
msgstr "Paketin içerdiði dosyalarý gösterme"
@@ -3564,30 +3564,30 @@ msgstr ""
msgid "failed to create %s\n"
msgstr "%s yaratýlamýyor\n"
-#: lib/verify.c:36
+#: lib/verify.c:38
#, fuzzy
msgid "don't verify files in package"
msgstr "paket yüklemek"
-#: lib/verify.c:206
+#: lib/verify.c:208
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:224
+#: lib/verify.c:226
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:257
+#: lib/verify.c:259
#, fuzzy, c-format
msgid "missing %s\n"
msgstr "% den sonra eksik {"
-#: lib/verify.c:319
+#: lib/verify.c:321
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "%s-%s-%s 'nin baðýmlýlýk sorunlarý: "
-#: lib/verify.c:367
+#: lib/verify.c:369
#, fuzzy
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "%s: Eriþilemedi\n"
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 9b66addf0..edfce49fe 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -15,6 +15,7 @@ EXTRA_DIST = fstrcmp.c message.c str-list.c rpmchecksig.c
mylibs= $(top_builddir)/build/.libs/librpmbuild.a \
$(top_builddir)/lib/.libs/librpm.a \
$(top_builddir)/popt/.libs/libpopt.a \
+ @INTLLIBS@ \
@LIBMISC@
EXTRA_PROGRAMS = rpmgettext rpmputtext