summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES1
-rw-r--r--build/pack.c5
-rw-r--r--po/cs.po406
-rw-r--r--po/de.po404
-rw-r--r--po/fi.po402
-rw-r--r--po/fr.po406
-rw-r--r--po/ja.po412
-rw-r--r--po/pl.po410
-rw-r--r--po/pt_BR.po410
-rw-r--r--po/rpm.pot382
-rw-r--r--po/ru.po410
-rw-r--r--po/sk.po410
-rw-r--r--po/sr.po402
-rw-r--r--po/sv.po410
-rw-r--r--po/tr.po402
-rw-r--r--rpm.spec8
16 files changed, 2644 insertions, 2636 deletions
diff --git a/CHANGES b/CHANGES
index 6c80db33d..51cd3413d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -48,6 +48,7 @@
- updated perl scripts (Ken Estes).
- fix: on --rebuilddb, make sure new/old paths are not the same (#8752).
- fix: on --erase, segfault caused by "" prefix.
+ - explicitly expand file lists in writeRPM for rpmputtext.
3.0.2 -> 3.0.3
- add --eval to find result of macro expansion.
diff --git a/build/pack.c b/build/pack.c
index 420129f4c..4c045d188 100644
--- a/build/pack.c
+++ b/build/pack.c
@@ -295,7 +295,10 @@ int writeRPM(Header h, const char *fileName, int type,
&csa->cpioArchiveSize, 1);
}
- if (!_noDirTokens) compressFilelist(h);
+ if (_noDirTokens)
+ expandFilelist(h);
+ else
+ compressFilelist(h);
/* Create and add the cookie */
if (cookie) {
diff --git a/po/cs.po b/po/cs.po
index 3ff8f3a09..8d1d4e74c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-01-24 08:20-0500\n"
+"POT-Creation-Date: 2000-01-24 15:37-0500\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"
@@ -1332,710 +1332,710 @@ msgstr "chyba pøi vytváøení adresáøe %s: %s"
msgid "cannot re-open payload: %s\n"
msgstr "nelze otevøít soubor %s: "
-#: build/build.c:105 build/pack.c:269
+#: build/build.c:110 build/pack.c:312
#, fuzzy
msgid "Unable to open temp file"
msgstr "Nelze otevøít %s pro ètení: %s."
-#: build/build.c:184
+#: build/build.c:189
#, fuzzy, c-format
msgid "Executing(%s): %s\n"
msgstr "Probíhá naèítání %s\n"
-#: build/build.c:190
+#: build/build.c:195
#, fuzzy, c-format
msgid "Exec of %s failed (%s): %s"
msgstr "nelze otevøít %s: %s\n"
-#: build/build.c:198
+#: build/build.c:203
#, fuzzy, c-format
msgid "Bad exit status from %s (%s)"
msgstr "nelze provést statistiku %s: %s"
-#: build/expression.c:207
+#: build/expression.c:211
#, fuzzy
msgid "syntax error while parsing =="
msgstr "ve vırazu se oèekával ?"
-#: build/expression.c:237
+#: build/expression.c:241
#, fuzzy
msgid "syntax error while parsing &&"
msgstr "ve vırazu se oèekával ?"
-#: build/expression.c:246
+#: build/expression.c:250
#, fuzzy
msgid "syntax error while parsing ||"
msgstr "ve vırazu se oèekával ?"
-#: build/expression.c:288
+#: build/expression.c:292
#, fuzzy
msgid "parse error in expression"
msgstr "ve vırazu se oèekával ?"
-#: build/expression.c:318
+#: build/expression.c:321
msgid "unmatched ("
msgstr ""
-#: build/expression.c:336
+#: build/expression.c:339
msgid "undefined identifier"
msgstr ""
-#: build/expression.c:355
+#: build/expression.c:358
msgid "- only on numbers"
msgstr ""
-#: build/expression.c:371
+#: build/expression.c:374
msgid "! only on numbers"
msgstr ""
-#: build/expression.c:410 build/expression.c:455 build/expression.c:512
-#: build/expression.c:599
+#: build/expression.c:413 build/expression.c:458 build/expression.c:515
+#: build/expression.c:602
msgid "types must match"
msgstr ""
-#: build/expression.c:423
+#: build/expression.c:426
msgid "* / not suported for strings"
msgstr ""
-#: build/expression.c:471
+#: build/expression.c:474
msgid "- not suported for strings"
msgstr ""
-#: build/expression.c:612
+#: build/expression.c:615
msgid "&& and || not suported for strings"
msgstr ""
-#: build/expression.c:645 build/expression.c:692
+#: build/expression.c:649 build/expression.c:697
#, fuzzy
msgid "syntax error in expression"
msgstr "ve vırazu se oèekával ?"
-#: build/files.c:199
+#: build/files.c:204
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:243 build/files.c:325 build/files.c:488
+#: build/files.c:249 build/files.c:331 build/files.c:494
#, fuzzy, c-format
msgid "Missing '(' in %s %s"
msgstr "chybí %s\n"
-#: build/files.c:254 build/files.c:442 build/files.c:499
+#: build/files.c:260 build/files.c:448 build/files.c:505
#, fuzzy, c-format
msgid "Missing ')' in %s(%s"
msgstr "chybí ':' u %s:%d"
-#: build/files.c:292 build/files.c:467
+#: build/files.c:298 build/files.c:473
#, c-format
msgid "Invalid %s token: %s"
msgstr ""
-#: build/files.c:341
+#: build/files.c:347
#, c-format
msgid "Non-white space follows %s(): %s"
msgstr ""
-#: build/files.c:379
+#: build/files.c:385
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)"
msgstr "Nelze èíst %s: %s."
-#: build/files.c:389
+#: build/files.c:395
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)"
msgstr "Nelze èíst %s: %s."
-#: build/files.c:401
+#: build/files.c:407
#, c-format
msgid "Bad dirmode spec: %s(%s)"
msgstr ""
-#: build/files.c:525
+#: build/files.c:531
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)"
msgstr ""
-#: build/files.c:535
+#: build/files.c:541
msgid "Duplicate locale %.*s in %%lang(%s)"
msgstr ""
-#: build/files.c:630
+#: build/files.c:637
msgid "Hit limit for %%docdir"
msgstr ""
-#: build/files.c:636
+#: build/files.c:643
msgid "Only one arg for %%docdir"
msgstr ""
#. We already got a file -- error
-#: build/files.c:661
+#: build/files.c:668
#, fuzzy, c-format
msgid "Two files on one line: %s"
msgstr "nelze otevøít %s: %s"
-#: build/files.c:674
+#: build/files.c:681
#, fuzzy, c-format
msgid "File must begin with \"/\": %s"
msgstr "pøemístìní musejí zaèínat znakem /"
-#: build/files.c:686
+#: build/files.c:693
msgid "Can't mix special %%doc with other forms: %s"
msgstr ""
-#: build/files.c:772
+#: build/files.c:779
#, fuzzy, c-format
msgid "File listed twice: %s"
msgstr "Nelze èíst %s: %s."
-#: build/files.c:865
+#: build/files.c:872
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:945
+#: build/files.c:952
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Nelze èíst %s: %s."
-#: build/files.c:955
+#: build/files.c:962
#, fuzzy, c-format
msgid "File not found: %s"
msgstr "Soubor nebyl na serveru nalezen"
-#: build/files.c:998
+#: build/files.c:1005
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1012
+#: build/files.c:1019
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "soubor %s: %s\n"
-#: build/files.c:1086
+#: build/files.c:1093
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1115
+#: build/files.c:1122
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Soubor nebyl na serveru nalezen"
-#: build/files.c:1157
+#: build/files.c:1164
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "chyba: nelze otevøít soubor %s\n"
-#: build/files.c:1164 build/pack.c:485
+#: build/files.c:1171 build/pack.c:99
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1498 build/parsePrep.c:30
+#: build/files.c:1507 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1553
+#: build/files.c:1562
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "Nelze spustit pgp"
-#: build/files.c:1558
+#: build/files.c:1567
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "Nelze naèíst cílpodpisu"
-#: build/files.c:1640
+#: build/files.c:1649
#, fuzzy, c-format
msgid "%s failed"
msgstr "chyba pgp"
-#: build/files.c:1644
+#: build/files.c:1653
#, fuzzy, c-format
msgid "failed to write all data to %s"
msgstr "%s nelze vytvoøit\n"
-#: build/files.c:1733
+#: build/files.c:1743
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1761 build/files.c:1770
+#: build/files.c:1771 build/files.c:1780
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "%s nelze vytvoøit\n"
-#: build/files.c:1876
+#: build/files.c:1887
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "soubor %s: %s\n"
-#: build/names.c:41 build/names.c:73
+#: build/names.c:46 build/names.c:79
msgid "RPMERR_INTERNAL: Hit limit in getUname()\n"
msgstr ""
-#: build/names.c:106 build/names.c:138
+#: build/names.c:113 build/names.c:146
msgid "RPMERR_INTERNAL: Hit limit in getGname()\n"
msgstr ""
-#: build/names.c:176
+#: build/names.c:186
#, c-format
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:132
+#: build/pack.c:47
+#, fuzzy, c-format
+msgid "create archive failed on file %s: %s"
+msgstr "nelze otevøít %s: %s"
+
+#: build/pack.c:67
+#, fuzzy, c-format
+msgid "cpio_copy write failed: %s"
+msgstr "nelze otevøít %s: %s"
+
+#: build/pack.c:74
+#, fuzzy, c-format
+msgid "cpio_copy read failed: %s"
+msgstr "nelze èíst: %s (%d)"
+
+#: build/pack.c:154
+#, fuzzy, c-format
+msgid "Could not open PreIn file: %s"
+msgstr "chyba: nelze otevøít soubor %s\n"
+
+#: build/pack.c:161
+#, fuzzy, c-format
+msgid "Could not open PreUn file: %s"
+msgstr "chyba: nelze otevøít soubor %s\n"
+
+#: build/pack.c:168
+#, fuzzy, c-format
+msgid "Could not open PostIn file: %s"
+msgstr "chyba: nelze otevøít soubor %s\n"
+
+#: build/pack.c:175
+#, fuzzy, c-format
+msgid "Could not open PostUn file: %s"
+msgstr "chyba: nelze otevøít soubor %s\n"
+
+#: build/pack.c:183
#, c-format
-msgid "Could not generate output filename for package %s: %s\n"
+msgid "Could not open VerifyScript file: %s"
msgstr ""
-#: build/pack.c:149
-#, fuzzy, c-format
-msgid "cannot create %s: %s\n"
-msgstr "nelze otevøít soubor %s: "
+#: build/pack.c:198
+#, c-format
+msgid "Could not open Trigger script file: %s"
+msgstr ""
-#: build/pack.c:186
+#: build/pack.c:225
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "nelze otevøít %s: %s"
-#: build/pack.c:196
+#: build/pack.c:235
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "Nelze èíst %s: %s."
-#: build/pack.c:217
+#: build/pack.c:256
#, fuzzy, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "%s není typu RPM\n"
-#: build/pack.c:223
+#: build/pack.c:262
#, fuzzy, c-format
msgid "readRPM: reading header from %s\n"
msgstr "chyba pøi vytváøení adresáøe %s: %s"
-#: build/pack.c:281
+#: build/pack.c:324
msgid "Bad CSA data"
msgstr ""
-#: build/pack.c:316
+#: build/pack.c:359
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "nelze otevøít %s\n"
-#: build/pack.c:348
+#: build/pack.c:391
#, fuzzy, c-format
msgid "Unable to write package: %s"
msgstr "Nelze zapsat %s"
-#: build/pack.c:363
+#: build/pack.c:406
#, c-format
msgid "Generating signature: %d\n"
msgstr "Probíhá generování podpisu: %d\n"
-#: build/pack.c:379
+#: build/pack.c:422
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s"
msgstr "Nelze zapsat %s"
-#: build/pack.c:389
+#: build/pack.c:432
#, fuzzy, c-format
msgid "Unable to read sigtarget %s: %s"
msgstr "Nelze zapsat %s"
-#: build/pack.c:399
+#: build/pack.c:442
#, fuzzy, c-format
msgid "Unable to write package %s: %s"
msgstr "Nelze zapsat %s"
-#: build/pack.c:414
+#: build/pack.c:457
#, fuzzy, c-format
msgid "Wrote: %s\n"
msgstr "rpm: %s\n"
-#: build/pack.c:433
-#, fuzzy, c-format
-msgid "create archive failed on file %s: %s"
-msgstr "nelze otevøít %s: %s"
-
-#: build/pack.c:453
-#, fuzzy, c-format
-msgid "cpio_copy write failed: %s"
-msgstr "nelze otevøít %s: %s"
-
-#: build/pack.c:460
-#, fuzzy, c-format
-msgid "cpio_copy read failed: %s"
-msgstr "nelze èíst: %s (%d)"
-
-#: build/pack.c:540
-#, fuzzy, c-format
-msgid "Could not open PreIn file: %s"
-msgstr "chyba: nelze otevøít soubor %s\n"
-
-#: build/pack.c:547
-#, fuzzy, c-format
-msgid "Could not open PreUn file: %s"
-msgstr "chyba: nelze otevøít soubor %s\n"
-
-#: build/pack.c:554
-#, fuzzy, c-format
-msgid "Could not open PostIn file: %s"
-msgstr "chyba: nelze otevøít soubor %s\n"
-
-#: build/pack.c:561
-#, fuzzy, c-format
-msgid "Could not open PostUn file: %s"
-msgstr "chyba: nelze otevøít soubor %s\n"
-
-#: build/pack.c:569
+#: build/pack.c:519
#, c-format
-msgid "Could not open VerifyScript file: %s"
+msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:584
-#, c-format
-msgid "Could not open Trigger script file: %s"
-msgstr ""
+#: build/pack.c:536
+#, fuzzy, c-format
+msgid "cannot create %s: %s\n"
+msgstr "nelze otevøít soubor %s: "
-#: build/parseBuildInstallClean.c:27
+#: build/parseBuildInstallClean.c:31
#, c-format
msgid "line %d: second %s"
msgstr ""
-#: build/parseChangelog.c:103
+#: build/parseChangelog.c:108
msgid "%%changelog entries must start with *"
msgstr ""
-#: build/parseChangelog.c:111
+#: build/parseChangelog.c:116
msgid "incomplete %%changelog entry"
msgstr ""
-#: build/parseChangelog.c:126
+#: build/parseChangelog.c:131
msgid "bad date in %%changelog: %s"
msgstr ""
-#: build/parseChangelog.c:131
+#: build/parseChangelog.c:136
msgid "%%changelog not in decending chronological order"
msgstr ""
-#: build/parseChangelog.c:139 build/parseChangelog.c:150
+#: build/parseChangelog.c:144 build/parseChangelog.c:155
msgid "missing name in %%changelog"
msgstr ""
-#: build/parseChangelog.c:157
+#: build/parseChangelog.c:162
msgid "no description in %%changelog"
msgstr ""
-#: build/parseDescription.c:33
+#: build/parseDescription.c:38
msgid "line %d: Error parsing %%description: %s"
msgstr ""
-#: build/parseDescription.c:46 build/parseFiles.c:40 build/parseScript.c:168
+#: build/parseDescription.c:51 build/parseFiles.c:45 build/parseScript.c:173
#, fuzzy, c-format
msgid "line %d: Bad option %s: %s"
msgstr "nelze otevøít %s: %s"
-#: build/parseDescription.c:59 build/parseFiles.c:53 build/parseScript.c:181
+#: build/parseDescription.c:64 build/parseFiles.c:58 build/parseScript.c:186
#, c-format
msgid "line %d: Too many names: %s"
msgstr ""
-#: build/parseDescription.c:69 build/parseFiles.c:63 build/parseScript.c:191
+#: build/parseDescription.c:74 build/parseFiles.c:68 build/parseScript.c:196
#, fuzzy, c-format
msgid "line %d: Package does not exist: %s"
msgstr "balíèek %s není uveden v %s"
-#: build/parseDescription.c:81
+#: build/parseDescription.c:86
#, c-format
msgid "line %d: Second description"
msgstr ""
-#: build/parseFiles.c:27
+#: build/parseFiles.c:32
msgid "line %d: Error parsing %%files: %s"
msgstr ""
-#: build/parseFiles.c:71
+#: build/parseFiles.c:76
msgid "line %d: Second %%files list"
msgstr ""
-#: build/parsePreamble.c:145
+#: build/parsePreamble.c:149
#, c-format
msgid "Architecture is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:150
+#: build/parsePreamble.c:154
#, c-format
msgid "Architecture is not included: %s"
msgstr ""
-#: build/parsePreamble.c:155
+#: build/parsePreamble.c:159
#, c-format
msgid "OS is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:160
+#: build/parsePreamble.c:164
#, c-format
msgid "OS is not included: %s"
msgstr ""
-#: build/parsePreamble.c:174
+#: build/parsePreamble.c:178
#, c-format
msgid "%s field must be present in package: %s"
msgstr ""
-#: build/parsePreamble.c:199
+#: build/parsePreamble.c:203
#, c-format
msgid "Duplicate %s entries in package: %s"
msgstr ""
-#: build/parsePreamble.c:246
+#: build/parsePreamble.c:250
#, fuzzy, c-format
msgid "Unable to open icon %s: %s"
msgstr "Nelze zapsat %s"
-#: build/parsePreamble.c:264
+#: build/parsePreamble.c:268
#, fuzzy, c-format
msgid "Unable to read icon %s: %s"
msgstr "Nelze zapsat %s"
-#: build/parsePreamble.c:277
+#: build/parsePreamble.c:281
#, fuzzy, c-format
msgid "Unknown icon type: %s"
msgstr "Neznámı systém: %s\n"
-#: build/parsePreamble.c:339
+#: build/parsePreamble.c:344
#, c-format
msgid "line %d: Malformed tag: %s"
msgstr ""
#. Empty field
-#: build/parsePreamble.c:347
+#: build/parsePreamble.c:352
#, c-format
msgid "line %d: Empty tag: %s"
msgstr ""
-#: build/parsePreamble.c:370 build/parsePreamble.c:377
+#: build/parsePreamble.c:375 build/parsePreamble.c:382
#, fuzzy, c-format
msgid "line %d: Illegal char '-' in %s: %s"
msgstr "nelze otevøít %s: %s"
-#: build/parsePreamble.c:441 build/parseSpec.c:366
+#: build/parsePreamble.c:446 build/parseSpec.c:375
#, c-format
msgid "BuildRoot can not be \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:454
+#: build/parsePreamble.c:459
#, c-format
msgid "line %d: Prefixes must not end with \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:466
+#: build/parsePreamble.c:471
#, fuzzy, c-format
msgid "line %d: Docdir must begin with '/': %s"
msgstr "pøemístìní musejí zaèínat znakem /"
-#: build/parsePreamble.c:478
+#: build/parsePreamble.c:483
#, fuzzy, c-format
msgid "line %d: Epoch/Serial field must be a number: %s"
msgstr "neplatné èíslo balíèku: %s\n"
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:546
#, fuzzy, c-format
msgid "line %d: Bad BuildArchitecture format: %s"
msgstr "chybí architektura pro %s u %s:%d"
-#: build/parsePreamble.c:551
+#: build/parsePreamble.c:556
#, fuzzy, c-format
msgid "Internal error: Bogus tag %d"
msgstr "interní chyba (chyba rpm?): "
-#: build/parsePreamble.c:689
+#: build/parsePreamble.c:695
#, fuzzy, c-format
msgid "Bad package specification: %s"
msgstr " Volby pro specifikaci balíèku:"
-#: build/parsePreamble.c:695
+#: build/parsePreamble.c:701
#, c-format
msgid "Package already exists: %s"
msgstr ""
-#: build/parsePreamble.c:722
+#: build/parsePreamble.c:728
#, fuzzy, c-format
msgid "line %d: Unknown tag: %s"
msgstr "Neznámı systém: %s\n"
-#: build/parsePreamble.c:747
+#: build/parsePreamble.c:753
msgid "Spec file can't use BuildRoot"
msgstr ""
-#: build/parsePrep.c:26
+#: build/parsePrep.c:30
#, fuzzy, c-format
msgid "Bad source: %s: %s"
msgstr "Nelze èíst %s: %s."
-#: build/parsePrep.c:53
+#: build/parsePrep.c:57
#, fuzzy, c-format
msgid "No patch number %d"
msgstr "(není èíslo)"
-#: build/parsePrep.c:134
+#: build/parsePrep.c:138
#, c-format
msgid "No source number %d"
msgstr ""
-#: build/parsePrep.c:153
+#: build/parsePrep.c:157
#, fuzzy, c-format
msgid "Couldn't download nosource %s: %s"
msgstr "Nelze èíst %s: %s."
-#: build/parsePrep.c:219
+#: build/parsePrep.c:223
msgid "Error parsing %%setup: %s"
msgstr ""
-#: build/parsePrep.c:234
+#: build/parsePrep.c:238
msgid "line %d: Bad arg to %%setup %c: %s"
msgstr ""
-#: build/parsePrep.c:252
+#: build/parsePrep.c:256
msgid "line %d: Bad %%setup option %s: %s"
msgstr ""
-#: build/parsePrep.c:379
+#: build/parsePrep.c:383
msgid "line %d: Need arg to %%patch -b: %s"
msgstr ""
-#: build/parsePrep.c:387
+#: build/parsePrep.c:391
msgid "line %d: Need arg to %%patch -z: %s"
msgstr ""
-#: build/parsePrep.c:399
+#: build/parsePrep.c:403
msgid "line %d: Need arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:405
+#: build/parsePrep.c:409
msgid "line %d: Bad arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:412
+#: build/parsePrep.c:416
msgid "Too many patches!"
msgstr ""
-#: build/parsePrep.c:416
+#: build/parsePrep.c:420
msgid "line %d: Bad arg to %%patch: %s"
msgstr ""
-#: build/parsePrep.c:452
+#: build/parsePrep.c:457
msgid "line %d: second %%prep"
msgstr ""
-#: build/parseReqs.c:91
+#: build/parseReqs.c:96
#, fuzzy, c-format
msgid ""
"line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s"
msgstr "pøemístìní musejí zaèínat znakem /"
-#: build/parseReqs.c:102
+#: build/parseReqs.c:107
#, fuzzy, c-format
msgid "line %d: File name not permitted: %s"
msgstr "balíèek %s není uveden v %s"
-#: build/parseReqs.c:134
+#: build/parseReqs.c:139
#, fuzzy, c-format
msgid "line %d: Versioned file name not permitted: %s"
msgstr "balíèek %s není uveden v %s"
-#: build/parseReqs.c:146
+#: build/parseReqs.c:151
#, fuzzy, c-format
msgid "line %d: Version not permitted: %s"
msgstr "balíèek %s není uveden v %s"
-#: build/parseReqs.c:172
+#: build/parseReqs.c:177
#, fuzzy, c-format
msgid "line %d: Version required: %s"
msgstr "nelze otevøít %s: %s"
-#: build/parseScript.c:136
+#: build/parseScript.c:141
#, c-format
msgid "line %d: triggers must have --: %s"
msgstr ""
-#: build/parseScript.c:146 build/parseScript.c:209
+#: build/parseScript.c:151 build/parseScript.c:214
#, c-format
msgid "line %d: Error parsing %s: %s"
msgstr ""
-#: build/parseScript.c:156
+#: build/parseScript.c:161
#, c-format
msgid "line %d: script program must begin with '/': %s"
msgstr ""
-#: build/parseScript.c:200
+#: build/parseScript.c:205
#, c-format
msgid "line %d: Second %s"
msgstr ""
-#: build/parseSpec.c:129
+#: build/parseSpec.c:135
#, fuzzy, c-format
msgid "line %d: %s"
msgstr "soubor %s: %s\n"
#. XXX Fstrerror
-#: build/parseSpec.c:179
+#: build/parseSpec.c:186
#, fuzzy, c-format
msgid "Unable to open %s: %s\n"
msgstr "nelze otevøít %s\n"
-#: build/parseSpec.c:191
+#: build/parseSpec.c:198
msgid "Unclosed %%if"
msgstr ""
-#: build/parseSpec.c:252
+#: build/parseSpec.c:259
#, c-format
msgid "%s:%d: parseExpressionBoolean returns %d"
msgstr ""
#. Got an else with no %if !
-#: build/parseSpec.c:260
+#: build/parseSpec.c:267
msgid "%s:%d: Got a %%else with no if"
msgstr ""
#. Got an end with no %if !
-#: build/parseSpec.c:271
+#: build/parseSpec.c:278
msgid "%s:%d: Got a %%endif with no if"
msgstr ""
-#: build/parseSpec.c:285 build/parseSpec.c:294
+#: build/parseSpec.c:292 build/parseSpec.c:301
msgid "malformed %%include statement"
msgstr ""
-#: build/parseSpec.c:461
+#: build/parseSpec.c:470
#, fuzzy
msgid "No buildable architectures"
msgstr "neovìøovat architekturu balíèku"
-#: build/parseSpec.c:509
+#: build/parseSpec.c:518
#, fuzzy
msgid "Package has no %%description: %s"
msgstr "balíèek %s není uveden v %s"
-#: build/spec.c:31
+#: build/spec.c:35
#, fuzzy, c-format
msgid "archive = %s, fs = %s\n"
msgstr "offset archivu je %d\n"
-#: build/spec.c:237
+#: build/spec.c:246
#, fuzzy, c-format
msgid "line %d: Bad number: %s"
msgstr "neplatné èíslo balíèku: %s\n"
-#: build/spec.c:243
+#: build/spec.c:252
#, c-format
msgid "line %d: Bad no%s number: %d"
msgstr ""
-#: build/spec.c:301
+#: build/spec.c:311
#, fuzzy, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "neplatné èíslo balíèku: %s\n"
@@ -2310,7 +2310,7 @@ msgstr "na konci vırazu se oèekávala |"
msgid "(unknown type)"
msgstr "(neznámı typ)"
-#: lib/install.c:142 lib/uninstall.c:195
+#: lib/install.c:142 lib/uninstall.c:191
#, fuzzy, c-format
msgid " file: %s action: %s\n"
msgstr "soubor %s: %s\n"
@@ -2380,7 +2380,7 @@ msgstr "balíèek %s neobsahuje soubory"
msgid "renaming %s to %s\n"
msgstr "Probíhá získávání %s jako %s\n"
-#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:28
+#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:30
#, c-format
msgid "rename of %s to %s failed: %s"
msgstr "%s nelze pøejmenovat na %s: %s"
@@ -3004,7 +3004,7 @@ msgstr "balíèek %s není uveden v %s"
msgid "package %s not found in %s"
msgstr "balíèek %s nenalezen v %s"
-#: lib/rpmdb.c:508 lib/uninstall.c:87
+#: lib/rpmdb.c:508 lib/uninstall.c:90
#, c-format
msgid "cannot read header at %d for uninstall"
msgstr "nelze èíst hlavièku u %d pro deinstalaci"
@@ -3499,40 +3499,40 @@ msgstr "Probíhá získávání %s jako %s\n"
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:39
+#: lib/uninstall.c:41
#, c-format
msgid "cannot remove %s - directory not empty"
msgstr "%s nelze odstranit - adresáø není prázdnı"
-#: lib/uninstall.c:42
+#: lib/uninstall.c:44
#, c-format
msgid "rmdir of %s failed: %s"
msgstr "neúspìch rmdir %s: %s"
-#: lib/uninstall.c:50
+#: lib/uninstall.c:52
#, c-format
msgid "removal of %s failed: %s"
msgstr "%s nelze odstranit: %s"
-#: lib/uninstall.c:99
+#: lib/uninstall.c:104
#, c-format
msgid "cannot read packages named %s for uninstall"
msgstr "nelze èíst balíèky nazvané %d pro deinstalaci"
-#: lib/uninstall.c:132
+#: lib/uninstall.c:137
#, c-format
msgid "will remove files test = %d\n"
msgstr "odstraní se soubory test = %d\n"
-#: lib/uninstall.c:209
+#: lib/uninstall.c:205
msgid "running postuninstall script (if any)\n"
msgstr "spou¹tí se pøípadnı poinstalaèní skript\n"
-#: lib/uninstall.c:223
+#: lib/uninstall.c:219
msgid "removing database entry\n"
msgstr "odstraòuje se polo¾ka databáze\n"
-#: lib/uninstall.c:408
+#: lib/uninstall.c:404
msgid "execution of script failed"
msgstr "skript nelze spustit"
@@ -3572,30 +3572,30 @@ msgstr "chyba: ftpport musí bıt èíslo\n"
msgid "failed to create %s: %s\n"
msgstr "%s nelze vytvoøit\n"
-#: lib/verify.c:38
+#: lib/verify.c:39
#, fuzzy
msgid "don't verify files in package"
msgstr "binární balíèek starého typu\n"
-#: lib/verify.c:213
+#: lib/verify.c:215
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:231
+#: lib/verify.c:233
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:266
+#: lib/verify.c:269
#, c-format
msgid "missing %s\n"
msgstr "chybí %s\n"
-#: lib/verify.c:328
+#: lib/verify.c:331
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Nevyøe¹ené závislosti pro %s-%s-%s: "
-#: lib/verify.c:376
+#: lib/verify.c:381
#, fuzzy
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "%s: Chybné otevøení\n"
diff --git a/po/de.po b/po/de.po
index b62520897..7acad5072 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: 2000-01-24 08:20-0500\n"
+"POT-Creation-Date: 2000-01-24 15:37-0500\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"
@@ -1404,737 +1404,737 @@ msgid "cannot re-open payload: %s\n"
msgstr "kann Datei %s nicht öffnen: "
# , c-format
-#: build/build.c:105 build/pack.c:269
+#: build/build.c:110 build/pack.c:312
#, fuzzy
msgid "Unable to open temp file"
msgstr "Datei %s kann nicht zum Lesen geöffnet werden: %s."
# , c-format
-#: build/build.c:184
+#: build/build.c:189
#, fuzzy, c-format
msgid "Executing(%s): %s\n"
msgstr "Hole %s heraus\n"
-#: build/build.c:190
+#: build/build.c:195
#, fuzzy, c-format
msgid "Exec of %s failed (%s): %s"
msgstr "öffnen von %s fehlgeschlagen: %s\n"
-#: build/build.c:198
+#: build/build.c:203
#, c-format
msgid "Bad exit status from %s (%s)"
msgstr ""
-#: build/expression.c:207
+#: build/expression.c:211
#, fuzzy
msgid "syntax error while parsing =="
msgstr "? im Ausdruck erwartet"
-#: build/expression.c:237
+#: build/expression.c:241
#, fuzzy
msgid "syntax error while parsing &&"
msgstr "? im Ausdruck erwartet"
-#: build/expression.c:246
+#: build/expression.c:250
#, fuzzy
msgid "syntax error while parsing ||"
msgstr "? im Ausdruck erwartet"
-#: build/expression.c:288
+#: build/expression.c:292
#, fuzzy
msgid "parse error in expression"
msgstr "? im Ausdruck erwartet"
-#: build/expression.c:318
+#: build/expression.c:321
msgid "unmatched ("
msgstr ""
-#: build/expression.c:336
+#: build/expression.c:339
msgid "undefined identifier"
msgstr ""
-#: build/expression.c:355
+#: build/expression.c:358
msgid "- only on numbers"
msgstr ""
-#: build/expression.c:371
+#: build/expression.c:374
msgid "! only on numbers"
msgstr ""
-#: build/expression.c:410 build/expression.c:455 build/expression.c:512
-#: build/expression.c:599
+#: build/expression.c:413 build/expression.c:458 build/expression.c:515
+#: build/expression.c:602
msgid "types must match"
msgstr ""
-#: build/expression.c:423
+#: build/expression.c:426
msgid "* / not suported for strings"
msgstr ""
-#: build/expression.c:471
+#: build/expression.c:474
msgid "- not suported for strings"
msgstr ""
-#: build/expression.c:612
+#: build/expression.c:615
msgid "&& and || not suported for strings"
msgstr ""
-#: build/expression.c:645 build/expression.c:692
+#: build/expression.c:649 build/expression.c:697
#, fuzzy
msgid "syntax error in expression"
msgstr "? im Ausdruck erwartet"
-#: build/files.c:199
+#: build/files.c:204
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:243 build/files.c:325 build/files.c:488
+#: build/files.c:249 build/files.c:331 build/files.c:494
#, fuzzy, c-format
msgid "Missing '(' in %s %s"
msgstr "fehlende { nach %{"
-#: build/files.c:254 build/files.c:442 build/files.c:499
+#: build/files.c:260 build/files.c:448 build/files.c:505
#, fuzzy, c-format
msgid "Missing ')' in %s(%s"
msgstr "fehlender ':' bei %s:%d"
-#: build/files.c:292 build/files.c:467
+#: build/files.c:298 build/files.c:473
#, c-format
msgid "Invalid %s token: %s"
msgstr ""
-#: build/files.c:341
+#: build/files.c:347
#, c-format
msgid "Non-white space follows %s(): %s"
msgstr ""
# , c-format
-#: build/files.c:379
+#: build/files.c:385
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)"
msgstr "Lesen von %s fehlgeschlagen: %s."
# , c-format
-#: build/files.c:389
+#: build/files.c:395
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)"
msgstr "Lesen von %s fehlgeschlagen: %s."
-#: build/files.c:401
+#: build/files.c:407
#, c-format
msgid "Bad dirmode spec: %s(%s)"
msgstr ""
-#: build/files.c:525
+#: build/files.c:531
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)"
msgstr ""
-#: build/files.c:535
+#: build/files.c:541
msgid "Duplicate locale %.*s in %%lang(%s)"
msgstr ""
-#: build/files.c:630
+#: build/files.c:637
msgid "Hit limit for %%docdir"
msgstr ""
-#: build/files.c:636
+#: build/files.c:643
msgid "Only one arg for %%docdir"
msgstr ""
# , c-format
#. We already got a file -- error
-#: build/files.c:661
+#: build/files.c:668
#, fuzzy, c-format
msgid "Two files on one line: %s"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: build/files.c:674
+#: build/files.c:681
#, fuzzy, c-format
msgid "File must begin with \"/\": %s"
msgstr "Verschiebungen müssen mit einem »/« beginnen"
-#: build/files.c:686
+#: build/files.c:693
msgid "Can't mix special %%doc with other forms: %s"
msgstr ""
# , c-format
-#: build/files.c:772
+#: build/files.c:779
#, fuzzy, c-format
msgid "File listed twice: %s"
msgstr "Lesen von %s fehlgeschlagen: %s."
-#: build/files.c:865
+#: build/files.c:872
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
# , c-format
-#: build/files.c:945
+#: build/files.c:952
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Lesen von %s fehlgeschlagen: %s."
-#: build/files.c:955
+#: build/files.c:962
#, fuzzy, c-format
msgid "File not found: %s"
msgstr "Datei auf dem Server nicht gefunden"
-#: build/files.c:998
+#: build/files.c:1005
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
# , c-format
-#: build/files.c:1012
+#: build/files.c:1019
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: build/files.c:1086
+#: build/files.c:1093
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1115
+#: build/files.c:1122
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Datei auf dem Server nicht gefunden"
-#: build/files.c:1157
+#: build/files.c:1164
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "Fehler: kann Datei %s nicht öffnen\n"
-#: build/files.c:1164 build/pack.c:485
+#: build/files.c:1171 build/pack.c:99
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1498 build/parsePrep.c:30
+#: build/files.c:1507 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1553
+#: build/files.c:1562
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "Konnte pgp nicht durchführen"
-#: build/files.c:1558
+#: build/files.c:1567
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "Konnte Signatur-Ziel (»sigtarget«) nicht lesen"
-#: build/files.c:1640
+#: build/files.c:1649
#, fuzzy, c-format
msgid "%s failed"
msgstr "pgp fehlgeschlagen"
# , c-format
-#: build/files.c:1644
+#: build/files.c:1653
#, fuzzy, c-format
msgid "failed to write all data to %s"
msgstr "anlegen von %s fehlgeschlagen\n"
-#: build/files.c:1733
+#: build/files.c:1743
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
# , c-format
-#: build/files.c:1761 build/files.c:1770
+#: build/files.c:1771 build/files.c:1780
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "anlegen von %s fehlgeschlagen\n"
# , c-format
-#: build/files.c:1876
+#: build/files.c:1887
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: build/names.c:41 build/names.c:73
+#: build/names.c:46 build/names.c:79
msgid "RPMERR_INTERNAL: Hit limit in getUname()\n"
msgstr ""
-#: build/names.c:106 build/names.c:138
+#: build/names.c:113 build/names.c:146
msgid "RPMERR_INTERNAL: Hit limit in getGname()\n"
msgstr ""
-#: build/names.c:176
+#: build/names.c:186
#, c-format
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:132
+# , c-format
+#: build/pack.c:47
+#, fuzzy, c-format
+msgid "create archive failed on file %s: %s"
+msgstr "Öffnen von %s fehlgeschlagen: %s"
+
+#: build/pack.c:67
#, c-format
-msgid "Could not generate output filename for package %s: %s\n"
+msgid "cpio_copy write failed: %s"
msgstr ""
-#: build/pack.c:149
+#: build/pack.c:74
#, fuzzy, c-format
-msgid "cannot create %s: %s\n"
-msgstr "kann Datei %s nicht öffnen: "
+msgid "cpio_copy read failed: %s"
+msgstr "lesen fehlgeschlagen: %s (%d)"
+
+#: build/pack.c:154
+#, fuzzy, c-format
+msgid "Could not open PreIn file: %s"
+msgstr "Fehler: kann Datei %s nicht öffnen\n"
+
+#: build/pack.c:161
+#, fuzzy, c-format
+msgid "Could not open PreUn file: %s"
+msgstr "Fehler: kann Datei %s nicht öffnen\n"
+
+#: build/pack.c:168
+#, fuzzy, c-format
+msgid "Could not open PostIn file: %s"
+msgstr "Fehler: kann Datei %s nicht öffnen\n"
+
+#: build/pack.c:175
+#, fuzzy, c-format
+msgid "Could not open PostUn file: %s"
+msgstr "Fehler: kann Datei %s nicht öffnen\n"
+
+#: build/pack.c:183
+#, c-format
+msgid "Could not open VerifyScript file: %s"
+msgstr ""
+
+#: build/pack.c:198
+#, c-format
+msgid "Could not open Trigger script file: %s"
+msgstr ""
# , c-format
-#: build/pack.c:186
+#: build/pack.c:225
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
# , c-format
-#: build/pack.c:196
+#: build/pack.c:235
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "Lesen von %s fehlgeschlagen: %s."
-#: build/pack.c:217
+#: build/pack.c:256
#, fuzzy, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "Fehler: %s scheint zu keinem RPM-Paket zu gehören\n"
-#: build/pack.c:223
+#: build/pack.c:262
#, fuzzy, c-format
msgid "readRPM: reading header from %s\n"
msgstr "Fehler beim Eintrag %s von %s"
-#: build/pack.c:281
+#: build/pack.c:324
msgid "Bad CSA data"
msgstr ""
# , c-format
-#: build/pack.c:316
+#: build/pack.c:359
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen\n"
# , c-format
-#: build/pack.c:348
+#: build/pack.c:391
#, fuzzy, c-format
msgid "Unable to write package: %s"
msgstr "Nicht möglich %s zu schreiben"
-#: build/pack.c:363
+#: build/pack.c:406
#, fuzzy, c-format
msgid "Generating signature: %d\n"
msgstr "PGP-Signatur generieren"
# , c-format
-#: build/pack.c:379
+#: build/pack.c:422
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s"
msgstr "Nicht möglich %s zu schreiben"
# , c-format
-#: build/pack.c:389
+#: build/pack.c:432
#, fuzzy, c-format
msgid "Unable to read sigtarget %s: %s"
msgstr "Nicht möglich %s zu schreiben"
# , c-format
-#: build/pack.c:399
+#: build/pack.c:442
#, fuzzy, c-format
msgid "Unable to write package %s: %s"
msgstr "Nicht möglich %s zu schreiben"
-#: build/pack.c:414
+#: build/pack.c:457
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-# , c-format
-#: build/pack.c:433
-#, fuzzy, c-format
-msgid "create archive failed on file %s: %s"
-msgstr "Öffnen von %s fehlgeschlagen: %s"
-
-#: build/pack.c:453
+#: build/pack.c:519
#, c-format
-msgid "cpio_copy write failed: %s"
+msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:460
-#, fuzzy, c-format
-msgid "cpio_copy read failed: %s"
-msgstr "lesen fehlgeschlagen: %s (%d)"
-
-#: build/pack.c:540
-#, fuzzy, c-format
-msgid "Could not open PreIn file: %s"
-msgstr "Fehler: kann Datei %s nicht öffnen\n"
-
-#: build/pack.c:547
-#, fuzzy, c-format
-msgid "Could not open PreUn file: %s"
-msgstr "Fehler: kann Datei %s nicht öffnen\n"
-
-#: build/pack.c:554
-#, fuzzy, c-format
-msgid "Could not open PostIn file: %s"
-msgstr "Fehler: kann Datei %s nicht öffnen\n"
-
-#: build/pack.c:561
+#: build/pack.c:536
#, fuzzy, c-format
-msgid "Could not open PostUn file: %s"
-msgstr "Fehler: kann Datei %s nicht öffnen\n"
-
-#: build/pack.c:569
-#, c-format
-msgid "Could not open VerifyScript file: %s"
-msgstr ""
-
-#: build/pack.c:584
-#, c-format
-msgid "Could not open Trigger script file: %s"
-msgstr ""
+msgid "cannot create %s: %s\n"
+msgstr "kann Datei %s nicht öffnen: "
-#: build/parseBuildInstallClean.c:27
+#: build/parseBuildInstallClean.c:31
#, c-format
msgid "line %d: second %s"
msgstr ""
-#: build/parseChangelog.c:103
+#: build/parseChangelog.c:108
msgid "%%changelog entries must start with *"
msgstr ""
-#: build/parseChangelog.c:111
+#: build/parseChangelog.c:116
msgid "incomplete %%changelog entry"
msgstr ""
-#: build/parseChangelog.c:126
+#: build/parseChangelog.c:131
msgid "bad date in %%changelog: %s"
msgstr ""
-#: build/parseChangelog.c:131
+#: build/parseChangelog.c:136
msgid "%%changelog not in decending chronological order"
msgstr ""
-#: build/parseChangelog.c:139 build/parseChangelog.c:150
+#: build/parseChangelog.c:144 build/parseChangelog.c:155
msgid "missing name in %%changelog"
msgstr ""
-#: build/parseChangelog.c:157
+#: build/parseChangelog.c:162
msgid "no description in %%changelog"
msgstr ""
-#: build/parseDescription.c:33
+#: build/parseDescription.c:38
msgid "line %d: Error parsing %%description: %s"
msgstr ""
# , c-format
-#: build/parseDescription.c:46 build/parseFiles.c:40 build/parseScript.c:168
+#: build/parseDescription.c:51 build/parseFiles.c:45 build/parseScript.c:173
#, fuzzy, c-format
msgid "line %d: Bad option %s: %s"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: build/parseDescription.c:59 build/parseFiles.c:53 build/parseScript.c:181
+#: build/parseDescription.c:64 build/parseFiles.c:58 build/parseScript.c:186
#, c-format
msgid "line %d: Too many names: %s"
msgstr ""
-#: build/parseDescription.c:69 build/parseFiles.c:63 build/parseScript.c:191
+#: build/parseDescription.c:74 build/parseFiles.c:68 build/parseScript.c:196
#, fuzzy, c-format
msgid "line %d: Package does not exist: %s"
msgstr "Paket %s wird nicht in %s aufgeführt"
-#: build/parseDescription.c:81
+#: build/parseDescription.c:86
#, c-format
msgid "line %d: Second description"
msgstr ""
-#: build/parseFiles.c:27
+#: build/parseFiles.c:32
msgid "line %d: Error parsing %%files: %s"
msgstr ""
-#: build/parseFiles.c:71
+#: build/parseFiles.c:76
msgid "line %d: Second %%files list"
msgstr ""
-#: build/parsePreamble.c:145
+#: build/parsePreamble.c:149
#, c-format
msgid "Architecture is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:150
+#: build/parsePreamble.c:154
#, c-format
msgid "Architecture is not included: %s"
msgstr ""
-#: build/parsePreamble.c:155
+#: build/parsePreamble.c:159
#, c-format
msgid "OS is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:160
+#: build/parsePreamble.c:164
#, c-format
msgid "OS is not included: %s"
msgstr ""
-#: build/parsePreamble.c:174
+#: build/parsePreamble.c:178
#, c-format
msgid "%s field must be present in package: %s"
msgstr ""
-#: build/parsePreamble.c:199
+#: build/parsePreamble.c:203
#, c-format
msgid "Duplicate %s entries in package: %s"
msgstr ""
# , c-format
-#: build/parsePreamble.c:246
+#: build/parsePreamble.c:250
#, fuzzy, c-format
msgid "Unable to open icon %s: %s"
msgstr "Nicht möglich %s zu schreiben"
# , c-format
-#: build/parsePreamble.c:264
+#: build/parsePreamble.c:268
#, fuzzy, c-format
msgid "Unable to read icon %s: %s"
msgstr "Nicht möglich %s zu schreiben"
-#: build/parsePreamble.c:277
+#: build/parsePreamble.c:281
#, fuzzy, c-format
msgid "Unknown icon type: %s"
msgstr "(unbekannter Typ)"
-#: build/parsePreamble.c:339
+#: build/parsePreamble.c:344
#, c-format
msgid "line %d: Malformed tag: %s"
msgstr ""
#. Empty field
-#: build/parsePreamble.c:347
+#: build/parsePreamble.c:352
#, c-format
msgid "line %d: Empty tag: %s"
msgstr ""
# , c-format
-#: build/parsePreamble.c:370 build/parsePreamble.c:377
+#: build/parsePreamble.c:375 build/parsePreamble.c:382
#, fuzzy, c-format
msgid "line %d: Illegal char '-' in %s: %s"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: build/parsePreamble.c:441 build/parseSpec.c:366
+#: build/parsePreamble.c:446 build/parseSpec.c:375
#, c-format
msgid "BuildRoot can not be \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:454
+#: build/parsePreamble.c:459
#, c-format
msgid "line %d: Prefixes must not end with \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:466
+#: build/parsePreamble.c:471
#, fuzzy, c-format
msgid "line %d: Docdir must begin with '/': %s"
msgstr "Verschiebungen müssen mit einem »/« beginnen"
-#: build/parsePreamble.c:478
+#: build/parsePreamble.c:483
#, fuzzy, c-format
msgid "line %d: Epoch/Serial field must be a number: %s"
msgstr "ungültige Paket-Nummer: %s\n"
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:546
#, fuzzy, c-format
msgid "line %d: Bad BuildArchitecture format: %s"
msgstr "fehlende Architektur für %s bei %s:%d"
-#: build/parsePreamble.c:551
+#: build/parsePreamble.c:556
#, c-format
msgid "Internal error: Bogus tag %d"
msgstr ""
-#: build/parsePreamble.c:689
+#: build/parsePreamble.c:695
#, fuzzy, c-format
msgid "Bad package specification: %s"
msgstr " Optionen der Paketauswahl:"
-#: build/parsePreamble.c:695
+#: build/parsePreamble.c:701
#, c-format
msgid "Package already exists: %s"
msgstr ""
-#: build/parsePreamble.c:722
+#: build/parsePreamble.c:728
#, c-format
msgid "line %d: Unknown tag: %s"
msgstr ""
-#: build/parsePreamble.c:747
+#: build/parsePreamble.c:753
msgid "Spec file can't use BuildRoot"
msgstr ""
# , c-format
-#: build/parsePrep.c:26
+#: build/parsePrep.c:30
#, fuzzy, c-format
msgid "Bad source: %s: %s"
msgstr "Lesen von %s fehlgeschlagen: %s."
-#: build/parsePrep.c:53
+#: build/parsePrep.c:57
#, fuzzy, c-format
msgid "No patch number %d"
msgstr "(keine Zahl)"
-#: build/parsePrep.c:134
+#: build/parsePrep.c:138
#, c-format
msgid "No source number %d"
msgstr ""
# , c-format
-#: build/parsePrep.c:153
+#: build/parsePrep.c:157
#, fuzzy, c-format
msgid "Couldn't download nosource %s: %s"
msgstr "Lesen von %s fehlgeschlagen: %s."
-#: build/parsePrep.c:219
+#: build/parsePrep.c:223
msgid "Error parsing %%setup: %s"
msgstr ""
-#: build/parsePrep.c:234
+#: build/parsePrep.c:238
msgid "line %d: Bad arg to %%setup %c: %s"
msgstr ""
-#: build/parsePrep.c:252
+#: build/parsePrep.c:256
msgid "line %d: Bad %%setup option %s: %s"
msgstr ""
-#: build/parsePrep.c:379
+#: build/parsePrep.c:383
msgid "line %d: Need arg to %%patch -b: %s"
msgstr ""
-#: build/parsePrep.c:387
+#: build/parsePrep.c:391
msgid "line %d: Need arg to %%patch -z: %s"
msgstr ""
-#: build/parsePrep.c:399
+#: build/parsePrep.c:403
msgid "line %d: Need arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:405
+#: build/parsePrep.c:409
msgid "line %d: Bad arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:412
+#: build/parsePrep.c:416
msgid "Too many patches!"
msgstr ""
-#: build/parsePrep.c:416
+#: build/parsePrep.c:420
msgid "line %d: Bad arg to %%patch: %s"
msgstr ""
-#: build/parsePrep.c:452
+#: build/parsePrep.c:457
msgid "line %d: second %%prep"
msgstr ""
-#: build/parseReqs.c:91
+#: build/parseReqs.c:96
#, fuzzy, c-format
msgid ""
"line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s"
msgstr "Verschiebungen müssen mit einem »/« beginnen"
-#: build/parseReqs.c:102
+#: build/parseReqs.c:107
#, fuzzy, c-format
msgid "line %d: File name not permitted: %s"
msgstr "Paket %s wird nicht in %s aufgeführt"
-#: build/parseReqs.c:134
+#: build/parseReqs.c:139
#, fuzzy, c-format
msgid "line %d: Versioned file name not permitted: %s"
msgstr "Paket %s wird nicht in %s aufgeführt"
-#: build/parseReqs.c:146
+#: build/parseReqs.c:151
#, fuzzy, c-format
msgid "line %d: Version not permitted: %s"
msgstr "Paket %s wird nicht in %s aufgeführt"
# , c-format
-#: build/parseReqs.c:172
+#: build/parseReqs.c:177
#, fuzzy, c-format
msgid "line %d: Version required: %s"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: build/parseScript.c:136
+#: build/parseScript.c:141
#, c-format
msgid "line %d: triggers must have --: %s"
msgstr ""
-#: build/parseScript.c:146 build/parseScript.c:209
+#: build/parseScript.c:151 build/parseScript.c:214
#, c-format
msgid "line %d: Error parsing %s: %s"
msgstr ""
-#: build/parseScript.c:156
+#: build/parseScript.c:161
#, c-format
msgid "line %d: script program must begin with '/': %s"
msgstr ""
-#: build/parseScript.c:200
+#: build/parseScript.c:205
#, c-format
msgid "line %d: Second %s"
msgstr ""
# , c-format
-#: build/parseSpec.c:129
+#: build/parseSpec.c:135
#, fuzzy, c-format
msgid "line %d: %s"
msgstr "Öffnen von %s fehlgeschlagen: %s"
# , c-format
#. XXX Fstrerror
-#: build/parseSpec.c:179
+#: build/parseSpec.c:186
#, fuzzy, c-format
msgid "Unable to open %s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen\n"
-#: build/parseSpec.c:191
+#: build/parseSpec.c:198
msgid "Unclosed %%if"
msgstr ""
-#: build/parseSpec.c:252
+#: build/parseSpec.c:259
#, c-format
msgid "%s:%d: parseExpressionBoolean returns %d"
msgstr ""
#. Got an else with no %if !
-#: build/parseSpec.c:260
+#: build/parseSpec.c:267
msgid "%s:%d: Got a %%else with no if"
msgstr ""
#. Got an end with no %if !
-#: build/parseSpec.c:271
+#: build/parseSpec.c:278
msgid "%s:%d: Got a %%endif with no if"
msgstr ""
-#: build/parseSpec.c:285 build/parseSpec.c:294
+#: build/parseSpec.c:292 build/parseSpec.c:301
msgid "malformed %%include statement"
msgstr ""
-#: build/parseSpec.c:461
+#: build/parseSpec.c:470
#, fuzzy
msgid "No buildable architectures"
msgstr "Paket-Architektur nicht überprüfen"
-#: build/parseSpec.c:509
+#: build/parseSpec.c:518
#, fuzzy
msgid "Package has no %%description: %s"
msgstr "Paket %s wird nicht in %s aufgeführt"
-#: build/spec.c:31
+#: build/spec.c:35
#, c-format
msgid "archive = %s, fs = %s\n"
msgstr ""
-#: build/spec.c:237
+#: build/spec.c:246
#, fuzzy, c-format
msgid "line %d: Bad number: %s"
msgstr "ungültige Paket-Nummer: %s\n"
-#: build/spec.c:243
+#: build/spec.c:252
#, c-format
msgid "line %d: Bad no%s number: %d"
msgstr ""
-#: build/spec.c:301
+#: build/spec.c:311
#, fuzzy, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "ungültige Paket-Nummer: %s\n"
@@ -2417,7 +2417,7 @@ msgid "(unknown type)"
msgstr "(unbekannter Typ)"
# , c-format
-#: lib/install.c:142 lib/uninstall.c:195
+#: lib/install.c:142 lib/uninstall.c:191
#, fuzzy, c-format
msgid " file: %s action: %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
@@ -2488,7 +2488,7 @@ msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
msgid "renaming %s to %s\n"
msgstr ""
-#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:28
+#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:30
#, c-format
msgid "rename of %s to %s failed: %s"
msgstr "umbennen von %s nach %s fehlgeschlagen: %s"
@@ -3121,7 +3121,7 @@ msgstr "Paket %s wird nicht in %s aufgeführt"
msgid "package %s not found in %s"
msgstr "Paket %s in %s nicht gefunden"
-#: lib/rpmdb.c:508 lib/uninstall.c:87
+#: lib/rpmdb.c:508 lib/uninstall.c:90
#, c-format
msgid "cannot read header at %d for uninstall"
msgstr "kann Kopfzeilen bei %d nicht lesen, um Deinstallation durchzuführen"
@@ -3635,40 +3635,40 @@ msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:39
+#: lib/uninstall.c:41
#, c-format
msgid "cannot remove %s - directory not empty"
msgstr "kann %s nicht entfernen - Verzeichnis ist nicht leer"
-#: lib/uninstall.c:42
+#: lib/uninstall.c:44
#, c-format
msgid "rmdir of %s failed: %s"
msgstr "Entfernen von %s fehlgeschlagen: %s"
-#: lib/uninstall.c:50
+#: lib/uninstall.c:52
#, c-format
msgid "removal of %s failed: %s"
msgstr "öffnen von %s fehlgeschlagen: %s"
-#: lib/uninstall.c:99
+#: lib/uninstall.c:104
#, fuzzy, c-format
msgid "cannot read packages named %s for uninstall"
msgstr "kann Kopfzeilen bei %d nicht lesen, um Deinstallation durchzuführen"
-#: lib/uninstall.c:132
+#: lib/uninstall.c:137
#, c-format
msgid "will remove files test = %d\n"
msgstr ""
-#: lib/uninstall.c:209
+#: lib/uninstall.c:205
msgid "running postuninstall script (if any)\n"
msgstr ""
-#: lib/uninstall.c:223
+#: lib/uninstall.c:219
msgid "removing database entry\n"
msgstr ""
-#: lib/uninstall.c:408
+#: lib/uninstall.c:404
msgid "execution of script failed"
msgstr "Ausführung des Skripts fehlgeschlagen"
@@ -3709,30 +3709,30 @@ msgstr "Fehler: der FTP-Port muss eine Zahl sein\n"
msgid "failed to create %s: %s\n"
msgstr "anlegen von %s fehlgeschlagen\n"
-#: lib/verify.c:38
+#: lib/verify.c:39
#, fuzzy
msgid "don't verify files in package"
msgstr "Paket installieren"
-#: lib/verify.c:213
+#: lib/verify.c:215
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:231
+#: lib/verify.c:233
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:266
+#: lib/verify.c:269
#, fuzzy, c-format
msgid "missing %s\n"
msgstr "fehlende { nach %{"
-#: lib/verify.c:328
+#: lib/verify.c:331
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Nicht erfüllte Abhängigkeiten von %s-%s-%s: "
-#: lib/verify.c:376
+#: lib/verify.c:381
#, fuzzy
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "%s: Öffnen fehlgeschlagen\n"
diff --git a/po/fi.po b/po/fi.po
index 880577cc7..92f76830e 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"POT-Creation-Date: 2000-01-24 08:20-0500\n"
+"POT-Creation-Date: 2000-01-24 15:37-0500\n"
"Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
"Language-Team: Finnish <linux@sot.com>\n"
"Content-Type: text/plain; charset=\n"
@@ -1370,710 +1370,710 @@ msgstr "virhe etsittäessä pakettia %s\n"
msgid "cannot re-open payload: %s\n"
msgstr "en voinut avata tiedostoa %s: "
-#: build/build.c:105 build/pack.c:269
+#: build/build.c:110 build/pack.c:312
#, fuzzy
msgid "Unable to open temp file"
msgstr "En voi avata %s luettavaksi: %s."
-#: build/build.c:184
+#: build/build.c:189
#, fuzzy, c-format
msgid "Executing(%s): %s\n"
msgstr "Haen: %s\n"
-#: build/build.c:190
+#: build/build.c:195
#, fuzzy, c-format
msgid "Exec of %s failed (%s): %s"
msgstr "%s:n avaus ei onnistunut: %s\n"
-#: build/build.c:198
+#: build/build.c:203
#, c-format
msgid "Bad exit status from %s (%s)"
msgstr ""
-#: build/expression.c:207
+#: build/expression.c:211
#, fuzzy
msgid "syntax error while parsing =="
msgstr "odotin '?'-merkkiä ilmauksessa"
-#: build/expression.c:237
+#: build/expression.c:241
#, fuzzy
msgid "syntax error while parsing &&"
msgstr "odotin '?'-merkkiä ilmauksessa"
-#: build/expression.c:246
+#: build/expression.c:250
#, fuzzy
msgid "syntax error while parsing ||"
msgstr "odotin '?'-merkkiä ilmauksessa"
-#: build/expression.c:288
+#: build/expression.c:292
#, fuzzy
msgid "parse error in expression"
msgstr "odotin '?'-merkkiä ilmauksessa"
-#: build/expression.c:318
+#: build/expression.c:321
msgid "unmatched ("
msgstr ""
-#: build/expression.c:336
+#: build/expression.c:339
msgid "undefined identifier"
msgstr ""
-#: build/expression.c:355
+#: build/expression.c:358
msgid "- only on numbers"
msgstr ""
-#: build/expression.c:371
+#: build/expression.c:374
msgid "! only on numbers"
msgstr ""
-#: build/expression.c:410 build/expression.c:455 build/expression.c:512
-#: build/expression.c:599
+#: build/expression.c:413 build/expression.c:458 build/expression.c:515
+#: build/expression.c:602
msgid "types must match"
msgstr ""
-#: build/expression.c:423
+#: build/expression.c:426
msgid "* / not suported for strings"
msgstr ""
-#: build/expression.c:471
+#: build/expression.c:474
msgid "- not suported for strings"
msgstr ""
-#: build/expression.c:612
+#: build/expression.c:615
msgid "&& and || not suported for strings"
msgstr ""
-#: build/expression.c:645 build/expression.c:692
+#: build/expression.c:649 build/expression.c:697
#, fuzzy
msgid "syntax error in expression"
msgstr "odotin '?'-merkkiä ilmauksessa"
-#: build/files.c:199
+#: build/files.c:204
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:243 build/files.c:325 build/files.c:488
+#: build/files.c:249 build/files.c:331 build/files.c:494
#, fuzzy, c-format
msgid "Missing '(' in %s %s"
msgstr "puuttuva '{' '%':n jälkeen"
-#: build/files.c:254 build/files.c:442 build/files.c:499
+#: build/files.c:260 build/files.c:448 build/files.c:505
#, fuzzy, c-format
msgid "Missing ')' in %s(%s"
msgstr "puuttuva ':', %s:%d"
-#: build/files.c:292 build/files.c:467
+#: build/files.c:298 build/files.c:473
#, c-format
msgid "Invalid %s token: %s"
msgstr ""
-#: build/files.c:341
+#: build/files.c:347
#, c-format
msgid "Non-white space follows %s(): %s"
msgstr ""
-#: build/files.c:379
+#: build/files.c:385
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)"
msgstr "En voi lukea %s: %s."
-#: build/files.c:389
+#: build/files.c:395
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)"
msgstr "En voi lukea %s: %s."
-#: build/files.c:401
+#: build/files.c:407
#, c-format
msgid "Bad dirmode spec: %s(%s)"
msgstr ""
-#: build/files.c:525
+#: build/files.c:531
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)"
msgstr ""
-#: build/files.c:535
+#: build/files.c:541
msgid "Duplicate locale %.*s in %%lang(%s)"
msgstr ""
-#: build/files.c:630
+#: build/files.c:637
msgid "Hit limit for %%docdir"
msgstr ""
-#: build/files.c:636
+#: build/files.c:643
msgid "Only one arg for %%docdir"
msgstr ""
#. We already got a file -- error
-#: build/files.c:661
+#: build/files.c:668
#, fuzzy, c-format
msgid "Two files on one line: %s"
msgstr "en voinut avata %s: %s"
-#: build/files.c:674
+#: build/files.c:681
#, fuzzy, c-format
msgid "File must begin with \"/\": %s"
msgstr "siirtojen pitää alkaa /-merkillä"
-#: build/files.c:686
+#: build/files.c:693
msgid "Can't mix special %%doc with other forms: %s"
msgstr ""
-#: build/files.c:772
+#: build/files.c:779
#, fuzzy, c-format
msgid "File listed twice: %s"
msgstr "En voi lukea %s: %s."
-#: build/files.c:865
+#: build/files.c:872
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:945
+#: build/files.c:952
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "En voi lukea %s: %s."
-#: build/files.c:955
+#: build/files.c:962
#, fuzzy, c-format
msgid "File not found: %s"
msgstr "Tiedostoa ei löytynyt palvelimelta"
-#: build/files.c:998
+#: build/files.c:1005
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1012
+#: build/files.c:1019
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "en voinut avata %s: %s"
-#: build/files.c:1086
+#: build/files.c:1093
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1115
+#: build/files.c:1122
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Tiedostoa ei löytynyt palvelimelta"
-#: build/files.c:1157
+#: build/files.c:1164
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "virhe: tiedostoa %s ei voi avata\n"
-#: build/files.c:1164 build/pack.c:485
+#: build/files.c:1171 build/pack.c:99
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1498 build/parsePrep.c:30
+#: build/files.c:1507 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1553
+#: build/files.c:1562
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "En voinut ajaa pgp:tä"
-#: build/files.c:1558
+#: build/files.c:1567
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "En voinut ajaa pgp:tä"
-#: build/files.c:1640
+#: build/files.c:1649
#, fuzzy, c-format
msgid "%s failed"
msgstr "pgp epäonnistui"
-#: build/files.c:1644
+#: build/files.c:1653
#, fuzzy, c-format
msgid "failed to write all data to %s"
msgstr "%s:n luonti epäonnistui\n"
-#: build/files.c:1733
+#: build/files.c:1743
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1761 build/files.c:1770
+#: build/files.c:1771 build/files.c:1780
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "%s:n luonti epäonnistui\n"
-#: build/files.c:1876
+#: build/files.c:1887
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "en voinut avata %s: %s"
-#: build/names.c:41 build/names.c:73
+#: build/names.c:46 build/names.c:79
msgid "RPMERR_INTERNAL: Hit limit in getUname()\n"
msgstr ""
-#: build/names.c:106 build/names.c:138
+#: build/names.c:113 build/names.c:146
msgid "RPMERR_INTERNAL: Hit limit in getGname()\n"
msgstr ""
-#: build/names.c:176
+#: build/names.c:186
#, c-format
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:132
+#: build/pack.c:47
+#, fuzzy, c-format
+msgid "create archive failed on file %s: %s"
+msgstr "en voinut avata %s: %s"
+
+#: build/pack.c:67
#, c-format
-msgid "Could not generate output filename for package %s: %s\n"
+msgid "cpio_copy write failed: %s"
msgstr ""
-#: build/pack.c:149
+#: build/pack.c:74
#, fuzzy, c-format
-msgid "cannot create %s: %s\n"
-msgstr "en voinut avata tiedostoa %s: "
+msgid "cpio_copy read failed: %s"
+msgstr "luku epäonnistui: %s (%d)"
-#: build/pack.c:186
+#: build/pack.c:154
+#, fuzzy, c-format
+msgid "Could not open PreIn file: %s"
+msgstr "virhe: tiedostoa %s ei voi avata\n"
+
+#: build/pack.c:161
+#, fuzzy, c-format
+msgid "Could not open PreUn file: %s"
+msgstr "virhe: tiedostoa %s ei voi avata\n"
+
+#: build/pack.c:168
+#, fuzzy, c-format
+msgid "Could not open PostIn file: %s"
+msgstr "virhe: tiedostoa %s ei voi avata\n"
+
+#: build/pack.c:175
+#, fuzzy, c-format
+msgid "Could not open PostUn file: %s"
+msgstr "virhe: tiedostoa %s ei voi avata\n"
+
+#: build/pack.c:183
+#, c-format
+msgid "Could not open VerifyScript file: %s"
+msgstr ""
+
+#: build/pack.c:198
+#, c-format
+msgid "Could not open Trigger script file: %s"
+msgstr ""
+
+#: build/pack.c:225
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "en voinut avata %s: %s"
-#: build/pack.c:196
+#: build/pack.c:235
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "En voi lukea %s: %s."
-#: build/pack.c:217
+#: build/pack.c:256
#, fuzzy, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "virhe: %s ei vaikuta RPM paketilta\n"
-#: build/pack.c:223
+#: build/pack.c:262
#, fuzzy, c-format
msgid "readRPM: reading header from %s\n"
msgstr "virhe luettaessa tietuetta %s %s:stä"
-#: build/pack.c:281
+#: build/pack.c:324
msgid "Bad CSA data"
msgstr ""
-#: build/pack.c:316
+#: build/pack.c:359
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "%s:n avaus epäonnistui\n"
-#: build/pack.c:348
+#: build/pack.c:391
#, fuzzy, c-format
msgid "Unable to write package: %s"
msgstr "%s:n kirjoitus ei onnistu"
-#: build/pack.c:363
+#: build/pack.c:406
#, fuzzy, c-format
msgid "Generating signature: %d\n"
msgstr "generoi PGP-allekirjoitus"
-#: build/pack.c:379
+#: build/pack.c:422
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s"
msgstr "%s:n kirjoitus ei onnistu"
-#: build/pack.c:389
+#: build/pack.c:432
#, fuzzy, c-format
msgid "Unable to read sigtarget %s: %s"
msgstr "%s:n kirjoitus ei onnistu"
-#: build/pack.c:399
+#: build/pack.c:442
#, fuzzy, c-format
msgid "Unable to write package %s: %s"
msgstr "%s:n kirjoitus ei onnistu"
-#: build/pack.c:414
+#: build/pack.c:457
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:433
-#, fuzzy, c-format
-msgid "create archive failed on file %s: %s"
-msgstr "en voinut avata %s: %s"
-
-#: build/pack.c:453
+#: build/pack.c:519
#, c-format
-msgid "cpio_copy write failed: %s"
+msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:460
-#, fuzzy, c-format
-msgid "cpio_copy read failed: %s"
-msgstr "luku epäonnistui: %s (%d)"
-
-#: build/pack.c:540
-#, fuzzy, c-format
-msgid "Could not open PreIn file: %s"
-msgstr "virhe: tiedostoa %s ei voi avata\n"
-
-#: build/pack.c:547
-#, fuzzy, c-format
-msgid "Could not open PreUn file: %s"
-msgstr "virhe: tiedostoa %s ei voi avata\n"
-
-#: build/pack.c:554
-#, fuzzy, c-format
-msgid "Could not open PostIn file: %s"
-msgstr "virhe: tiedostoa %s ei voi avata\n"
-
-#: build/pack.c:561
+#: build/pack.c:536
#, fuzzy, c-format
-msgid "Could not open PostUn file: %s"
-msgstr "virhe: tiedostoa %s ei voi avata\n"
-
-#: build/pack.c:569
-#, c-format
-msgid "Could not open VerifyScript file: %s"
-msgstr ""
-
-#: build/pack.c:584
-#, c-format
-msgid "Could not open Trigger script file: %s"
-msgstr ""
+msgid "cannot create %s: %s\n"
+msgstr "en voinut avata tiedostoa %s: "
-#: build/parseBuildInstallClean.c:27
+#: build/parseBuildInstallClean.c:31
#, c-format
msgid "line %d: second %s"
msgstr ""
-#: build/parseChangelog.c:103
+#: build/parseChangelog.c:108
msgid "%%changelog entries must start with *"
msgstr ""
-#: build/parseChangelog.c:111
+#: build/parseChangelog.c:116
msgid "incomplete %%changelog entry"
msgstr ""
-#: build/parseChangelog.c:126
+#: build/parseChangelog.c:131
msgid "bad date in %%changelog: %s"
msgstr ""
-#: build/parseChangelog.c:131
+#: build/parseChangelog.c:136
msgid "%%changelog not in decending chronological order"
msgstr ""
-#: build/parseChangelog.c:139 build/parseChangelog.c:150
+#: build/parseChangelog.c:144 build/parseChangelog.c:155
msgid "missing name in %%changelog"
msgstr ""
-#: build/parseChangelog.c:157
+#: build/parseChangelog.c:162
msgid "no description in %%changelog"
msgstr ""
-#: build/parseDescription.c:33
+#: build/parseDescription.c:38
msgid "line %d: Error parsing %%description: %s"
msgstr ""
-#: build/parseDescription.c:46 build/parseFiles.c:40 build/parseScript.c:168
+#: build/parseDescription.c:51 build/parseFiles.c:45 build/parseScript.c:173
#, fuzzy, c-format
msgid "line %d: Bad option %s: %s"
msgstr "en voinut avata %s: %s"
-#: build/parseDescription.c:59 build/parseFiles.c:53 build/parseScript.c:181
+#: build/parseDescription.c:64 build/parseFiles.c:58 build/parseScript.c:186
#, c-format
msgid "line %d: Too many names: %s"
msgstr ""
-#: build/parseDescription.c:69 build/parseFiles.c:63 build/parseScript.c:191
+#: build/parseDescription.c:74 build/parseFiles.c:68 build/parseScript.c:196
#, fuzzy, c-format
msgid "line %d: Package does not exist: %s"
msgstr "paketti %s ei ole %s:ssä"
-#: build/parseDescription.c:81
+#: build/parseDescription.c:86
#, c-format
msgid "line %d: Second description"
msgstr ""
-#: build/parseFiles.c:27
+#: build/parseFiles.c:32
msgid "line %d: Error parsing %%files: %s"
msgstr ""
-#: build/parseFiles.c:71
+#: build/parseFiles.c:76
msgid "line %d: Second %%files list"
msgstr ""
-#: build/parsePreamble.c:145
+#: build/parsePreamble.c:149
#, c-format
msgid "Architecture is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:150
+#: build/parsePreamble.c:154
#, c-format
msgid "Architecture is not included: %s"
msgstr ""
-#: build/parsePreamble.c:155
+#: build/parsePreamble.c:159
#, c-format
msgid "OS is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:160
+#: build/parsePreamble.c:164
#, c-format
msgid "OS is not included: %s"
msgstr ""
-#: build/parsePreamble.c:174
+#: build/parsePreamble.c:178
#, c-format
msgid "%s field must be present in package: %s"
msgstr ""
-#: build/parsePreamble.c:199
+#: build/parsePreamble.c:203
#, c-format
msgid "Duplicate %s entries in package: %s"
msgstr ""
-#: build/parsePreamble.c:246
+#: build/parsePreamble.c:250
#, fuzzy, c-format
msgid "Unable to open icon %s: %s"
msgstr "%s:n kirjoitus ei onnistu"
-#: build/parsePreamble.c:264
+#: build/parsePreamble.c:268
#, fuzzy, c-format
msgid "Unable to read icon %s: %s"
msgstr "%s:n kirjoitus ei onnistu"
-#: build/parsePreamble.c:277
+#: build/parsePreamble.c:281
#, fuzzy, c-format
msgid "Unknown icon type: %s"
msgstr "(tuntematon tyyppi)"
-#: build/parsePreamble.c:339
+#: build/parsePreamble.c:344
#, c-format
msgid "line %d: Malformed tag: %s"
msgstr ""
#. Empty field
-#: build/parsePreamble.c:347
+#: build/parsePreamble.c:352
#, c-format
msgid "line %d: Empty tag: %s"
msgstr ""
-#: build/parsePreamble.c:370 build/parsePreamble.c:377
+#: build/parsePreamble.c:375 build/parsePreamble.c:382
#, fuzzy, c-format
msgid "line %d: Illegal char '-' in %s: %s"
msgstr "en voinut avata %s: %s"
-#: build/parsePreamble.c:441 build/parseSpec.c:366
+#: build/parsePreamble.c:446 build/parseSpec.c:375
#, c-format
msgid "BuildRoot can not be \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:454
+#: build/parsePreamble.c:459
#, c-format
msgid "line %d: Prefixes must not end with \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:466
+#: build/parsePreamble.c:471
#, fuzzy, c-format
msgid "line %d: Docdir must begin with '/': %s"
msgstr "siirtojen pitää alkaa /-merkillä"
-#: build/parsePreamble.c:478
+#: build/parsePreamble.c:483
#, fuzzy, c-format
msgid "line %d: Epoch/Serial field must be a number: %s"
msgstr "virheellinen paketin numero: %s\n"
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:546
#, fuzzy, c-format
msgid "line %d: Bad BuildArchitecture format: %s"
msgstr "%s:n puuttuva arkkitehtuuri %s:%d"
-#: build/parsePreamble.c:551
+#: build/parsePreamble.c:556
#, c-format
msgid "Internal error: Bogus tag %d"
msgstr ""
-#: build/parsePreamble.c:689
+#: build/parsePreamble.c:695
#, fuzzy, c-format
msgid "Bad package specification: %s"
msgstr " Paketin määrittelyparametrit:"
-#: build/parsePreamble.c:695
+#: build/parsePreamble.c:701
#, c-format
msgid "Package already exists: %s"
msgstr ""
-#: build/parsePreamble.c:722
+#: build/parsePreamble.c:728
#, c-format
msgid "line %d: Unknown tag: %s"
msgstr ""
-#: build/parsePreamble.c:747
+#: build/parsePreamble.c:753
msgid "Spec file can't use BuildRoot"
msgstr ""
-#: build/parsePrep.c:26
+#: build/parsePrep.c:30
#, fuzzy, c-format
msgid "Bad source: %s: %s"
msgstr "En voi lukea %s: %s."
-#: build/parsePrep.c:53
+#: build/parsePrep.c:57
#, fuzzy, c-format
msgid "No patch number %d"
msgstr "(ei ole luku)"
-#: build/parsePrep.c:134
+#: build/parsePrep.c:138
#, c-format
msgid "No source number %d"
msgstr ""
-#: build/parsePrep.c:153
+#: build/parsePrep.c:157
#, fuzzy, c-format
msgid "Couldn't download nosource %s: %s"
msgstr "En voi lukea %s: %s."
-#: build/parsePrep.c:219
+#: build/parsePrep.c:223
msgid "Error parsing %%setup: %s"
msgstr ""
-#: build/parsePrep.c:234
+#: build/parsePrep.c:238
msgid "line %d: Bad arg to %%setup %c: %s"
msgstr ""
-#: build/parsePrep.c:252
+#: build/parsePrep.c:256
msgid "line %d: Bad %%setup option %s: %s"
msgstr ""
-#: build/parsePrep.c:379
+#: build/parsePrep.c:383
msgid "line %d: Need arg to %%patch -b: %s"
msgstr ""
-#: build/parsePrep.c:387
+#: build/parsePrep.c:391
msgid "line %d: Need arg to %%patch -z: %s"
msgstr ""
-#: build/parsePrep.c:399
+#: build/parsePrep.c:403
msgid "line %d: Need arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:405
+#: build/parsePrep.c:409
msgid "line %d: Bad arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:412
+#: build/parsePrep.c:416
msgid "Too many patches!"
msgstr ""
-#: build/parsePrep.c:416
+#: build/parsePrep.c:420
msgid "line %d: Bad arg to %%patch: %s"
msgstr ""
-#: build/parsePrep.c:452
+#: build/parsePrep.c:457
msgid "line %d: second %%prep"
msgstr ""
-#: build/parseReqs.c:91
+#: build/parseReqs.c:96
#, fuzzy, c-format
msgid ""
"line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s"
msgstr "siirtojen pitää alkaa /-merkillä"
-#: build/parseReqs.c:102
+#: build/parseReqs.c:107
#, fuzzy, c-format
msgid "line %d: File name not permitted: %s"
msgstr "paketti %s ei ole %s:ssä"
-#: build/parseReqs.c:134
+#: build/parseReqs.c:139
#, fuzzy, c-format
msgid "line %d: Versioned file name not permitted: %s"
msgstr "paketti %s ei ole %s:ssä"
-#: build/parseReqs.c:146
+#: build/parseReqs.c:151
#, fuzzy, c-format
msgid "line %d: Version not permitted: %s"
msgstr "paketti %s ei ole %s:ssä"
-#: build/parseReqs.c:172
+#: build/parseReqs.c:177
#, fuzzy, c-format
msgid "line %d: Version required: %s"
msgstr "en voinut avata %s: %s"
-#: build/parseScript.c:136
+#: build/parseScript.c:141
#, c-format
msgid "line %d: triggers must have --: %s"
msgstr ""
-#: build/parseScript.c:146 build/parseScript.c:209
+#: build/parseScript.c:151 build/parseScript.c:214
#, c-format
msgid "line %d: Error parsing %s: %s"
msgstr ""
-#: build/parseScript.c:156
+#: build/parseScript.c:161
#, c-format
msgid "line %d: script program must begin with '/': %s"
msgstr ""
-#: build/parseScript.c:200
+#: build/parseScript.c:205
#, c-format
msgid "line %d: Second %s"
msgstr ""
-#: build/parseSpec.c:129
+#: build/parseSpec.c:135
#, fuzzy, c-format
msgid "line %d: %s"
msgstr "en voinut avata %s: %s"
#. XXX Fstrerror
-#: build/parseSpec.c:179
+#: build/parseSpec.c:186
#, fuzzy, c-format
msgid "Unable to open %s: %s\n"
msgstr "%s:n avaus epäonnistui\n"
-#: build/parseSpec.c:191
+#: build/parseSpec.c:198
msgid "Unclosed %%if"
msgstr ""
-#: build/parseSpec.c:252
+#: build/parseSpec.c:259
#, c-format
msgid "%s:%d: parseExpressionBoolean returns %d"
msgstr ""
#. Got an else with no %if !
-#: build/parseSpec.c:260
+#: build/parseSpec.c:267
msgid "%s:%d: Got a %%else with no if"
msgstr ""
#. Got an end with no %if !
-#: build/parseSpec.c:271
+#: build/parseSpec.c:278
msgid "%s:%d: Got a %%endif with no if"
msgstr ""
-#: build/parseSpec.c:285 build/parseSpec.c:294
+#: build/parseSpec.c:292 build/parseSpec.c:301
msgid "malformed %%include statement"
msgstr ""
-#: build/parseSpec.c:461
+#: build/parseSpec.c:470
#, fuzzy
msgid "No buildable architectures"
msgstr "älä tarkista paketin arkkitehtuuria"
-#: build/parseSpec.c:509
+#: build/parseSpec.c:518
#, fuzzy
msgid "Package has no %%description: %s"
msgstr "paketti %s ei ole %s:ssä"
-#: build/spec.c:31
+#: build/spec.c:35
#, c-format
msgid "archive = %s, fs = %s\n"
msgstr ""
-#: build/spec.c:237
+#: build/spec.c:246
#, fuzzy, c-format
msgid "line %d: Bad number: %s"
msgstr "virheellinen paketin numero: %s\n"
-#: build/spec.c:243
+#: build/spec.c:252
#, c-format
msgid "line %d: Bad no%s number: %d"
msgstr ""
-#: build/spec.c:301
+#: build/spec.c:311
#, fuzzy, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "virheellinen paketin numero: %s\n"
@@ -2350,7 +2350,7 @@ msgstr "odotin '}'-merkkiä ilmauksen lopussa"
msgid "(unknown type)"
msgstr "(tuntematon tyyppi)"
-#: lib/install.c:142 lib/uninstall.c:195
+#: lib/install.c:142 lib/uninstall.c:191
#, fuzzy, c-format
msgid " file: %s action: %s\n"
msgstr "en voinut avata %s: %s"
@@ -2420,7 +2420,7 @@ msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
msgid "renaming %s to %s\n"
msgstr ""
-#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:28
+#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:30
#, c-format
msgid "rename of %s to %s failed: %s"
msgstr "%s:n nimeäminen %s:ksi epäonnistui: %s"
@@ -3042,7 +3042,7 @@ msgstr "paketti %s ei ole %s:ssä"
msgid "package %s not found in %s"
msgstr "paketti %s ei ole %s:ssä"
-#: lib/rpmdb.c:508 lib/uninstall.c:87
+#: lib/rpmdb.c:508 lib/uninstall.c:90
#, c-format
msgid "cannot read header at %d for uninstall"
msgstr "en voi lukea headeria %d:stä poistamiseen"
@@ -3546,40 +3546,40 @@ msgstr "virhe luotaessa hakemistoa %s: %s"
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:39
+#: lib/uninstall.c:41
#, c-format
msgid "cannot remove %s - directory not empty"
msgstr "en voi poistaa %s -hakemisto ei ole tyhjä"
-#: lib/uninstall.c:42
+#: lib/uninstall.c:44
#, c-format
msgid "rmdir of %s failed: %s"
msgstr "%s:n rmdir epäonnistui: %s"
-#: lib/uninstall.c:50
+#: lib/uninstall.c:52
#, c-format
msgid "removal of %s failed: %s"
msgstr "%s:n poisto epäonnistui: %s"
-#: lib/uninstall.c:99
+#: lib/uninstall.c:104
#, fuzzy, c-format
msgid "cannot read packages named %s for uninstall"
msgstr "en voi lukea headeria %d:stä poistamiseen"
-#: lib/uninstall.c:132
+#: lib/uninstall.c:137
#, c-format
msgid "will remove files test = %d\n"
msgstr ""
-#: lib/uninstall.c:209
+#: lib/uninstall.c:205
msgid "running postuninstall script (if any)\n"
msgstr ""
-#: lib/uninstall.c:223
+#: lib/uninstall.c:219
msgid "removing database entry\n"
msgstr ""
-#: lib/uninstall.c:408
+#: lib/uninstall.c:404
msgid "execution of script failed"
msgstr "skriptin ajo epäonnistui"
@@ -3619,30 +3619,30 @@ msgstr "virhe: ftpport pitää olla luku\n"
msgid "failed to create %s: %s\n"
msgstr "%s:n luonti epäonnistui\n"
-#: lib/verify.c:38
+#: lib/verify.c:39
#, fuzzy
msgid "don't verify files in package"
msgstr "asenna paketti"
-#: lib/verify.c:213
+#: lib/verify.c:215
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:231
+#: lib/verify.c:233
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:266
+#: lib/verify.c:269
#, fuzzy, c-format
msgid "missing %s\n"
msgstr "puuttuva '{' '%':n jälkeen"
-#: lib/verify.c:328
+#: lib/verify.c:331
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "%s-%s-%s:n tyydyttämättömät riippuvuudet:"
-#: lib/verify.c:376
+#: lib/verify.c:381
#, fuzzy
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "%s: avaus ei onnistunut\n"
diff --git a/po/fr.po b/po/fr.po
index bdf0624c8..c172e8bf7 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,5 +1,5 @@
msgid ""
-msgstr "POT-Creation-Date: 2000-01-24 08:20-0500\n"
+msgstr "POT-Creation-Date: 2000-01-24 15:37-0500\n"
#: build.c:25 lib/rpminstall.c:250 lib/rpminstall.c:424
#, c-format
@@ -1378,705 +1378,705 @@ msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/build.c:105 build/pack.c:269
+#: build/build.c:110 build/pack.c:312
#, fuzzy
msgid "Unable to open temp file"
msgstr "impossible d'ouvrir: %s\n"
-#: build/build.c:184
+#: build/build.c:189
#, c-format
msgid "Executing(%s): %s\n"
msgstr ""
-#: build/build.c:190
+#: build/build.c:195
#, fuzzy, c-format
msgid "Exec of %s failed (%s): %s"
msgstr "La construction a échoué.\n"
-#: build/build.c:198
+#: build/build.c:203
#, c-format
msgid "Bad exit status from %s (%s)"
msgstr ""
-#: build/expression.c:207
+#: build/expression.c:211
msgid "syntax error while parsing =="
msgstr ""
-#: build/expression.c:237
+#: build/expression.c:241
msgid "syntax error while parsing &&"
msgstr ""
-#: build/expression.c:246
+#: build/expression.c:250
msgid "syntax error while parsing ||"
msgstr ""
-#: build/expression.c:288
+#: build/expression.c:292
msgid "parse error in expression"
msgstr ""
-#: build/expression.c:318
+#: build/expression.c:321
msgid "unmatched ("
msgstr ""
-#: build/expression.c:336
+#: build/expression.c:339
msgid "undefined identifier"
msgstr ""
-#: build/expression.c:355
+#: build/expression.c:358
msgid "- only on numbers"
msgstr ""
-#: build/expression.c:371
+#: build/expression.c:374
msgid "! only on numbers"
msgstr ""
-#: build/expression.c:410 build/expression.c:455 build/expression.c:512
-#: build/expression.c:599
+#: build/expression.c:413 build/expression.c:458 build/expression.c:515
+#: build/expression.c:602
msgid "types must match"
msgstr ""
-#: build/expression.c:423
+#: build/expression.c:426
msgid "* / not suported for strings"
msgstr ""
-#: build/expression.c:471
+#: build/expression.c:474
msgid "- not suported for strings"
msgstr ""
-#: build/expression.c:612
+#: build/expression.c:615
msgid "&& and || not suported for strings"
msgstr ""
-#: build/expression.c:645 build/expression.c:692
+#: build/expression.c:649 build/expression.c:697
msgid "syntax error in expression"
msgstr ""
-#: build/files.c:199
+#: build/files.c:204
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:243 build/files.c:325 build/files.c:488
+#: build/files.c:249 build/files.c:331 build/files.c:494
#, c-format
msgid "Missing '(' in %s %s"
msgstr ""
-#: build/files.c:254 build/files.c:442 build/files.c:499
+#: build/files.c:260 build/files.c:448 build/files.c:505
#, c-format
msgid "Missing ')' in %s(%s"
msgstr ""
-#: build/files.c:292 build/files.c:467
+#: build/files.c:298 build/files.c:473
#, c-format
msgid "Invalid %s token: %s"
msgstr ""
-#: build/files.c:341
+#: build/files.c:347
#, c-format
msgid "Non-white space follows %s(): %s"
msgstr ""
-#: build/files.c:379
+#: build/files.c:385
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:389
+#: build/files.c:395
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:401
+#: build/files.c:407
#, c-format
msgid "Bad dirmode spec: %s(%s)"
msgstr ""
-#: build/files.c:525
+#: build/files.c:531
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)"
msgstr ""
-#: build/files.c:535
+#: build/files.c:541
msgid "Duplicate locale %.*s in %%lang(%s)"
msgstr ""
-#: build/files.c:630
+#: build/files.c:637
msgid "Hit limit for %%docdir"
msgstr ""
-#: build/files.c:636
+#: build/files.c:643
msgid "Only one arg for %%docdir"
msgstr ""
#. We already got a file -- error
-#: build/files.c:661
+#: build/files.c:668
#, fuzzy, c-format
msgid "Two files on one line: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:674
+#: build/files.c:681
#, fuzzy, c-format
msgid "File must begin with \"/\": %s"
msgstr "les arguments de --root (-r) doivent commencer par un /"
-#: build/files.c:686
+#: build/files.c:693
msgid "Can't mix special %%doc with other forms: %s"
msgstr ""
-#: build/files.c:772
+#: build/files.c:779
#, c-format
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:865
+#: build/files.c:872
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:945
+#: build/files.c:952
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:955
+#: build/files.c:962
#, fuzzy, c-format
msgid "File not found: %s"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: build/files.c:998
+#: build/files.c:1005
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1012
+#: build/files.c:1019
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1086
+#: build/files.c:1093
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1115
+#: build/files.c:1122
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: build/files.c:1157
+#: build/files.c:1164
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1164 build/pack.c:485
+#: build/files.c:1171 build/pack.c:99
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1498 build/parsePrep.c:30
+#: build/files.c:1507 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1553
+#: build/files.c:1562
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1558
+#: build/files.c:1567
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1640
+#: build/files.c:1649
#, fuzzy, c-format
msgid "%s failed"
msgstr "La construction a échoué.\n"
-#: build/files.c:1644
+#: build/files.c:1653
#, fuzzy, c-format
msgid "failed to write all data to %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1733
+#: build/files.c:1743
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1761 build/files.c:1770
+#: build/files.c:1771 build/files.c:1780
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1876
+#: build/files.c:1887
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
-#: build/names.c:41 build/names.c:73
+#: build/names.c:46 build/names.c:79
msgid "RPMERR_INTERNAL: Hit limit in getUname()\n"
msgstr ""
-#: build/names.c:106 build/names.c:138
+#: build/names.c:113 build/names.c:146
msgid "RPMERR_INTERNAL: Hit limit in getGname()\n"
msgstr ""
-#: build/names.c:176
+#: build/names.c:186
#, c-format
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:132
+#: build/pack.c:47
+#, fuzzy, c-format
+msgid "create archive failed on file %s: %s"
+msgstr "impossible d'ouvrir: %s\n"
+
+#: build/pack.c:67
#, c-format
-msgid "Could not generate output filename for package %s: %s\n"
+msgid "cpio_copy write failed: %s"
msgstr ""
-#: build/pack.c:149
-#, fuzzy, c-format
-msgid "cannot create %s: %s\n"
-msgstr "impossible d'ouvrir: %s\n"
+#: build/pack.c:74
+#, c-format
+msgid "cpio_copy read failed: %s"
+msgstr ""
+
+#: build/pack.c:154
+#, c-format
+msgid "Could not open PreIn file: %s"
+msgstr ""
+
+#: build/pack.c:161
+#, c-format
+msgid "Could not open PreUn file: %s"
+msgstr ""
-#: build/pack.c:186
+#: build/pack.c:168
+#, c-format
+msgid "Could not open PostIn file: %s"
+msgstr ""
+
+#: build/pack.c:175
+#, c-format
+msgid "Could not open PostUn file: %s"
+msgstr ""
+
+#: build/pack.c:183
+#, c-format
+msgid "Could not open VerifyScript file: %s"
+msgstr ""
+
+#: build/pack.c:198
+#, c-format
+msgid "Could not open Trigger script file: %s"
+msgstr ""
+
+#: build/pack.c:225
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:196
+#: build/pack.c:235
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:217
+#: build/pack.c:256
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:223
+#: build/pack.c:262
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:281
+#: build/pack.c:324
msgid "Bad CSA data"
msgstr ""
-#: build/pack.c:316
+#: build/pack.c:359
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:348
+#: build/pack.c:391
#, fuzzy, c-format
msgid "Unable to write package: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:363
+#: build/pack.c:406
#, fuzzy, c-format
msgid "Generating signature: %d\n"
msgstr " --sign - genère une signature PGP"
-#: build/pack.c:379
+#: build/pack.c:422
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:389
+#: build/pack.c:432
#, fuzzy, c-format
msgid "Unable to read sigtarget %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:399
+#: build/pack.c:442
#, fuzzy, c-format
msgid "Unable to write package %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:414
+#: build/pack.c:457
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:433
-#, fuzzy, c-format
-msgid "create archive failed on file %s: %s"
-msgstr "impossible d'ouvrir: %s\n"
-
-#: build/pack.c:453
-#, c-format
-msgid "cpio_copy write failed: %s"
-msgstr ""
-
-#: build/pack.c:460
-#, c-format
-msgid "cpio_copy read failed: %s"
-msgstr ""
-
-#: build/pack.c:540
-#, c-format
-msgid "Could not open PreIn file: %s"
-msgstr ""
-
-#: build/pack.c:547
-#, c-format
-msgid "Could not open PreUn file: %s"
-msgstr ""
-
-#: build/pack.c:554
+#: build/pack.c:519
#, c-format
-msgid "Could not open PostIn file: %s"
-msgstr ""
-
-#: build/pack.c:561
-#, c-format
-msgid "Could not open PostUn file: %s"
-msgstr ""
-
-#: build/pack.c:569
-#, c-format
-msgid "Could not open VerifyScript file: %s"
+msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:584
-#, c-format
-msgid "Could not open Trigger script file: %s"
-msgstr ""
+#: build/pack.c:536
+#, fuzzy, c-format
+msgid "cannot create %s: %s\n"
+msgstr "impossible d'ouvrir: %s\n"
-#: build/parseBuildInstallClean.c:27
+#: build/parseBuildInstallClean.c:31
#, c-format
msgid "line %d: second %s"
msgstr ""
-#: build/parseChangelog.c:103
+#: build/parseChangelog.c:108
msgid "%%changelog entries must start with *"
msgstr ""
-#: build/parseChangelog.c:111
+#: build/parseChangelog.c:116
msgid "incomplete %%changelog entry"
msgstr ""
-#: build/parseChangelog.c:126
+#: build/parseChangelog.c:131
msgid "bad date in %%changelog: %s"
msgstr ""
-#: build/parseChangelog.c:131
+#: build/parseChangelog.c:136
msgid "%%changelog not in decending chronological order"
msgstr ""
-#: build/parseChangelog.c:139 build/parseChangelog.c:150
+#: build/parseChangelog.c:144 build/parseChangelog.c:155
msgid "missing name in %%changelog"
msgstr ""
-#: build/parseChangelog.c:157
+#: build/parseChangelog.c:162
msgid "no description in %%changelog"
msgstr ""
-#: build/parseDescription.c:33
+#: build/parseDescription.c:38
msgid "line %d: Error parsing %%description: %s"
msgstr ""
-#: build/parseDescription.c:46 build/parseFiles.c:40 build/parseScript.c:168
+#: build/parseDescription.c:51 build/parseFiles.c:45 build/parseScript.c:173
#, fuzzy, c-format
msgid "line %d: Bad option %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/parseDescription.c:59 build/parseFiles.c:53 build/parseScript.c:181
+#: build/parseDescription.c:64 build/parseFiles.c:58 build/parseScript.c:186
#, c-format
msgid "line %d: Too many names: %s"
msgstr ""
-#: build/parseDescription.c:69 build/parseFiles.c:63 build/parseScript.c:191
+#: build/parseDescription.c:74 build/parseFiles.c:68 build/parseScript.c:196
#, c-format
msgid "line %d: Package does not exist: %s"
msgstr ""
-#: build/parseDescription.c:81
+#: build/parseDescription.c:86
#, c-format
msgid "line %d: Second description"
msgstr ""
-#: build/parseFiles.c:27
+#: build/parseFiles.c:32
msgid "line %d: Error parsing %%files: %s"
msgstr ""
-#: build/parseFiles.c:71
+#: build/parseFiles.c:76
msgid "line %d: Second %%files list"
msgstr ""
-#: build/parsePreamble.c:145
+#: build/parsePreamble.c:149
#, c-format
msgid "Architecture is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:150
+#: build/parsePreamble.c:154
#, c-format
msgid "Architecture is not included: %s"
msgstr ""
-#: build/parsePreamble.c:155
+#: build/parsePreamble.c:159
#, c-format
msgid "OS is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:160
+#: build/parsePreamble.c:164
#, c-format
msgid "OS is not included: %s"
msgstr ""
-#: build/parsePreamble.c:174
+#: build/parsePreamble.c:178
#, c-format
msgid "%s field must be present in package: %s"
msgstr ""
-#: build/parsePreamble.c:199
+#: build/parsePreamble.c:203
#, c-format
msgid "Duplicate %s entries in package: %s"
msgstr ""
-#: build/parsePreamble.c:246
+#: build/parsePreamble.c:250
#, fuzzy, c-format
msgid "Unable to open icon %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/parsePreamble.c:264
+#: build/parsePreamble.c:268
#, fuzzy, c-format
msgid "Unable to read icon %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/parsePreamble.c:277
+#: build/parsePreamble.c:281
#, c-format
msgid "Unknown icon type: %s"
msgstr ""
-#: build/parsePreamble.c:339
+#: build/parsePreamble.c:344
#, c-format
msgid "line %d: Malformed tag: %s"
msgstr ""
#. Empty field
-#: build/parsePreamble.c:347
+#: build/parsePreamble.c:352
#, c-format
msgid "line %d: Empty tag: %s"
msgstr ""
-#: build/parsePreamble.c:370 build/parsePreamble.c:377
+#: build/parsePreamble.c:375 build/parsePreamble.c:382
#, fuzzy, c-format
msgid "line %d: Illegal char '-' in %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/parsePreamble.c:441 build/parseSpec.c:366
+#: build/parsePreamble.c:446 build/parseSpec.c:375
#, c-format
msgid "BuildRoot can not be \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:454
+#: build/parsePreamble.c:459
#, c-format
msgid "line %d: Prefixes must not end with \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:466
+#: build/parsePreamble.c:471
#, fuzzy, c-format
msgid "line %d: Docdir must begin with '/': %s"
msgstr "les arguments de --root (-r) doivent commencer par un /"
-#: build/parsePreamble.c:478
+#: build/parsePreamble.c:483
#, c-format
msgid "line %d: Epoch/Serial field must be a number: %s"
msgstr ""
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:546
#, c-format
msgid "line %d: Bad BuildArchitecture format: %s"
msgstr ""
-#: build/parsePreamble.c:551
+#: build/parsePreamble.c:556
#, c-format
msgid "Internal error: Bogus tag %d"
msgstr ""
-#: build/parsePreamble.c:689
+#: build/parsePreamble.c:695
#, fuzzy, c-format
msgid "Bad package specification: %s"
msgstr " Options de spécification de package:"
-#: build/parsePreamble.c:695
+#: build/parsePreamble.c:701
#, c-format
msgid "Package already exists: %s"
msgstr ""
-#: build/parsePreamble.c:722
+#: build/parsePreamble.c:728
#, c-format
msgid "line %d: Unknown tag: %s"
msgstr ""
-#: build/parsePreamble.c:747
+#: build/parsePreamble.c:753
msgid "Spec file can't use BuildRoot"
msgstr ""
-#: build/parsePrep.c:26
+#: build/parsePrep.c:30
#, fuzzy, c-format
msgid "Bad source: %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/parsePrep.c:53
+#: build/parsePrep.c:57
#, c-format
msgid "No patch number %d"
msgstr ""
-#: build/parsePrep.c:134
+#: build/parsePrep.c:138
#, c-format
msgid "No source number %d"
msgstr ""
-#: build/parsePrep.c:153
+#: build/parsePrep.c:157
#, fuzzy, c-format
msgid "Couldn't download nosource %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/parsePrep.c:219
+#: build/parsePrep.c:223
msgid "Error parsing %%setup: %s"
msgstr ""
-#: build/parsePrep.c:234
+#: build/parsePrep.c:238
msgid "line %d: Bad arg to %%setup %c: %s"
msgstr ""
-#: build/parsePrep.c:252
+#: build/parsePrep.c:256
msgid "line %d: Bad %%setup option %s: %s"
msgstr ""
-#: build/parsePrep.c:379
+#: build/parsePrep.c:383
msgid "line %d: Need arg to %%patch -b: %s"
msgstr ""
-#: build/parsePrep.c:387
+#: build/parsePrep.c:391
msgid "line %d: Need arg to %%patch -z: %s"
msgstr ""
-#: build/parsePrep.c:399
+#: build/parsePrep.c:403
msgid "line %d: Need arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:405
+#: build/parsePrep.c:409
msgid "line %d: Bad arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:412
+#: build/parsePrep.c:416
msgid "Too many patches!"
msgstr ""
-#: build/parsePrep.c:416
+#: build/parsePrep.c:420
msgid "line %d: Bad arg to %%patch: %s"
msgstr ""
-#: build/parsePrep.c:452
+#: build/parsePrep.c:457
msgid "line %d: second %%prep"
msgstr ""
-#: build/parseReqs.c:91
+#: build/parseReqs.c:96
#, fuzzy, c-format
msgid ""
"line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s"
msgstr "les arguments de --root (-r) doivent commencer par un /"
-#: build/parseReqs.c:102
+#: build/parseReqs.c:107
#, c-format
msgid "line %d: File name not permitted: %s"
msgstr ""
-#: build/parseReqs.c:134
+#: build/parseReqs.c:139
#, c-format
msgid "line %d: Versioned file name not permitted: %s"
msgstr ""
-#: build/parseReqs.c:146
+#: build/parseReqs.c:151
#, c-format
msgid "line %d: Version not permitted: %s"
msgstr ""
-#: build/parseReqs.c:172
+#: build/parseReqs.c:177
#, fuzzy, c-format
msgid "line %d: Version required: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/parseScript.c:136
+#: build/parseScript.c:141
#, c-format
msgid "line %d: triggers must have --: %s"
msgstr ""
-#: build/parseScript.c:146 build/parseScript.c:209
+#: build/parseScript.c:151 build/parseScript.c:214
#, c-format
msgid "line %d: Error parsing %s: %s"
msgstr ""
-#: build/parseScript.c:156
+#: build/parseScript.c:161
#, c-format
msgid "line %d: script program must begin with '/': %s"
msgstr ""
-#: build/parseScript.c:200
+#: build/parseScript.c:205
#, c-format
msgid "line %d: Second %s"
msgstr ""
-#: build/parseSpec.c:129
+#: build/parseSpec.c:135
#, fuzzy, c-format
msgid "line %d: %s"
msgstr "impossible d'ouvrir: %s\n"
#. XXX Fstrerror
-#: build/parseSpec.c:179
+#: build/parseSpec.c:186
#, fuzzy, c-format
msgid "Unable to open %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/parseSpec.c:191
+#: build/parseSpec.c:198
msgid "Unclosed %%if"
msgstr ""
-#: build/parseSpec.c:252
+#: build/parseSpec.c:259
#, c-format
msgid "%s:%d: parseExpressionBoolean returns %d"
msgstr ""
#. Got an else with no %if !
-#: build/parseSpec.c:260
+#: build/parseSpec.c:267
msgid "%s:%d: Got a %%else with no if"
msgstr ""
#. Got an end with no %if !
-#: build/parseSpec.c:271
+#: build/parseSpec.c:278
msgid "%s:%d: Got a %%endif with no if"
msgstr ""
-#: build/parseSpec.c:285 build/parseSpec.c:294
+#: build/parseSpec.c:292 build/parseSpec.c:301
msgid "malformed %%include statement"
msgstr ""
-#: build/parseSpec.c:461
+#: build/parseSpec.c:470
#, fuzzy
msgid "No buildable architectures"
msgstr "%s ne peut être construit sur cette architecture\n"
-#: build/parseSpec.c:509
+#: build/parseSpec.c:518
#, fuzzy
msgid "Package has no %%description: %s"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: build/spec.c:31
+#: build/spec.c:35
#, c-format
msgid "archive = %s, fs = %s\n"
msgstr ""
-#: build/spec.c:237
+#: build/spec.c:246
#, c-format
msgid "line %d: Bad number: %s"
msgstr ""
-#: build/spec.c:243
+#: build/spec.c:252
#, c-format
msgid "line %d: Bad no%s number: %d"
msgstr ""
-#: build/spec.c:301
+#: build/spec.c:311
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
@@ -2351,7 +2351,7 @@ msgstr ""
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:142 lib/uninstall.c:195
+#: lib/install.c:142 lib/uninstall.c:191
#, c-format
msgid " file: %s action: %s\n"
msgstr ""
@@ -2421,7 +2421,7 @@ msgstr ""
msgid "renaming %s to %s\n"
msgstr ""
-#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:28
+#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:30
#, c-format
msgid "rename of %s to %s failed: %s"
msgstr ""
@@ -3044,7 +3044,7 @@ msgstr ""
msgid "package %s not found in %s"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: lib/rpmdb.c:508 lib/uninstall.c:87
+#: lib/rpmdb.c:508 lib/uninstall.c:90
#, fuzzy, c-format
msgid "cannot read header at %d for uninstall"
msgstr "aucun package n'a été spécifié pour la désinstallation"
@@ -3532,40 +3532,40 @@ msgstr "impossible d'ouvrir: %s\n"
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:39
+#: lib/uninstall.c:41
#, c-format
msgid "cannot remove %s - directory not empty"
msgstr ""
-#: lib/uninstall.c:42
+#: lib/uninstall.c:44
#, c-format
msgid "rmdir of %s failed: %s"
msgstr ""
-#: lib/uninstall.c:50
+#: lib/uninstall.c:52
#, c-format
msgid "removal of %s failed: %s"
msgstr ""
-#: lib/uninstall.c:99
+#: lib/uninstall.c:104
#, fuzzy, c-format
msgid "cannot read packages named %s for uninstall"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: lib/uninstall.c:132
+#: lib/uninstall.c:137
#, c-format
msgid "will remove files test = %d\n"
msgstr ""
-#: lib/uninstall.c:209
+#: lib/uninstall.c:205
msgid "running postuninstall script (if any)\n"
msgstr ""
-#: lib/uninstall.c:223
+#: lib/uninstall.c:219
msgid "removing database entry\n"
msgstr ""
-#: lib/uninstall.c:408
+#: lib/uninstall.c:404
msgid "execution of script failed"
msgstr ""
@@ -3604,29 +3604,29 @@ msgstr ""
msgid "failed to create %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/verify.c:38
+#: lib/verify.c:39
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:213
+#: lib/verify.c:215
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:231
+#: lib/verify.c:233
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:266
+#: lib/verify.c:269
#, c-format
msgid "missing %s\n"
msgstr ""
-#: lib/verify.c:328
+#: lib/verify.c:331
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: lib/verify.c:376
+#: lib/verify.c:381
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr ""
diff --git a/po/ja.po b/po/ja.po
index 23ab31ac7..675224e81 100644
--- 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-01-24 08:20-0500\n"
+"POT-Creation-Date: 2000-01-24 15:37-0500\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"
@@ -193,7 +193,7 @@ msgstr "copyright ¤¬¤¢¤ê¤Ş¤»¤ó!\n"
# build root [BuildRoot]
# net share [¥Í¥Ã¥È¶¦Í­]
# reloate [ºÆÇÛÃÖ/°ÜÆ°¤¹¤ë]
-# $Id: ja.po,v 1.8 2000/01/24 13:26:28 jbj Exp $
+# $Id: ja.po,v 1.9 2000/01/24 20:44:29 jbj Exp $
#: rpm.c:197
#, c-format
msgid "rpm: %s\n"
@@ -1335,709 +1335,709 @@ msgstr "¥Ñ¥Ã¥±¡¼¥¸¤«¤é¥Ø¥Ã¥À¤ÎÆɤ߹ş¤ß¤Î¥¨¥é¡¼\n"
msgid "cannot re-open payload: %s\n"
msgstr "¥Õ¥¡¥¤¥ë %s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó"
-#: build/build.c:105 build/pack.c:269
+#: build/build.c:110 build/pack.c:312
msgid "Unable to open temp file"
msgstr "°ì»ş¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó"
-#: build/build.c:184
+#: build/build.c:189
#, fuzzy, c-format
msgid "Executing(%s): %s\n"
msgstr "¼Â¹ÔÃæ: %s\n"
-#: build/build.c:190
+#: build/build.c:195
#, fuzzy, c-format
msgid "Exec of %s failed (%s): %s"
msgstr "%s ¤Î¼Â¹Ô¤Ë¼ºÇÔ (%s)"
-#: build/build.c:198
+#: build/build.c:203
#, c-format
msgid "Bad exit status from %s (%s)"
msgstr "%s ¤ÎÉÔÀµ¤Ê½ªÎ»¥¹¥Æ¡¼¥¿¥¹ (%s)"
-#: build/expression.c:207
+#: build/expression.c:211
msgid "syntax error while parsing =="
msgstr "¹½Ê¸²òÀÏÃæ¤Îʸˡ¥¨¥é¡¼ =="
-#: build/expression.c:237
+#: build/expression.c:241
msgid "syntax error while parsing &&"
msgstr "¹½Ê¸²òÀÏÃæ¤Îʸˡ¥¨¥é¡¼ &&"
-#: build/expression.c:246
+#: build/expression.c:250
msgid "syntax error while parsing ||"
msgstr "¹½Ê¸²òÀÏÃæ¤Îʸˡ¥¨¥é¡¼ ||"
-#: build/expression.c:288
+#: build/expression.c:292
#, fuzzy
msgid "parse error in expression"
msgstr "¼°Ãæ¤Ç¹½Ê¸²òÀÏ¥¨¥é¡¼"
-#: build/expression.c:318
+#: build/expression.c:321
msgid "unmatched ("
msgstr "°ìÃפ·¤Ê¤¤ ("
-#: build/expression.c:336
+#: build/expression.c:339
#, fuzzy
msgid "undefined identifier"
msgstr "ÄêµÁ¤µ¤ì¤Æ¤¤¤Ê¤¤¼±ÊÌ»Ò"
-#: build/expression.c:355
+#: build/expression.c:358
msgid "- only on numbers"
msgstr "- ¿ô¤Î¤ß"
-#: build/expression.c:371
+#: build/expression.c:374
msgid "! only on numbers"
msgstr "! ¿ô¤Î¤ß"
-#: build/expression.c:410 build/expression.c:455 build/expression.c:512
-#: build/expression.c:599
+#: build/expression.c:413 build/expression.c:458 build/expression.c:515
+#: build/expression.c:602
msgid "types must match"
msgstr "·¿¤Ï°ìÃפ·¤Æ¤¤¤Ê¤±¤ì¤Ğ¤Ê¤ê¤Ş¤»¤ó"
-#: build/expression.c:423
+#: build/expression.c:426
msgid "* / not suported for strings"
msgstr "* / ¤Ïʸ»úÎóÍѤ˥µ¥İ¡¼¥È¤µ¤ì¤Æ¤¤¤Ş¤»¤ó"
-#: build/expression.c:471
+#: build/expression.c:474
msgid "- not suported for strings"
msgstr "- ¤Ïʸ»úÎóÍѤ˥µ¥İ¡¼¥È¤µ¤ì¤Æ¤¤¤Ş¤»¤ó"
-#: build/expression.c:612
+#: build/expression.c:615
msgid "&& and || not suported for strings"
msgstr "&& ¤È || ¤Ïʸ»úÎóÍѤ˥µ¥İ¡¼¥È¤µ¤ì¤Æ¤¤¤Ş¤»¤ó"
-#: build/expression.c:645 build/expression.c:692
+#: build/expression.c:649 build/expression.c:697
#, fuzzy
msgid "syntax error in expression"
msgstr "¼°Ãæ¤Çʸˡ¥¨¥é¡¼"
-#: build/files.c:199
+#: build/files.c:204
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr "TIMECHECK ¼ºÇÔ: %s\n"
-#: build/files.c:243 build/files.c:325 build/files.c:488
+#: build/files.c:249 build/files.c:331 build/files.c:494
#, fuzzy, c-format
msgid "Missing '(' in %s %s"
msgstr "%s %s ¤Ç '('¤¬¸«¤Ä¤«¤ê¤Ş¤»¤ó"
-#: build/files.c:254 build/files.c:442 build/files.c:499
+#: build/files.c:260 build/files.c:448 build/files.c:505
#, fuzzy, c-format
msgid "Missing ')' in %s(%s"
msgstr "')' ¤¬¤¢¤ê¤Ş¤»¤ó %s(%s "
-#: build/files.c:292 build/files.c:467
+#: build/files.c:298 build/files.c:473
#, c-format
msgid "Invalid %s token: %s"
msgstr "̵¸ú¤Ê %s ¤Î¥È¡¼¥¯¥ó: %s"
-#: build/files.c:341
+#: build/files.c:347
#, c-format
msgid "Non-white space follows %s(): %s"
msgstr "%s() ¤Ë³¤¯¶õÇò¤¬¤¢¤ê¤Ş¤»¤ó: %s"
-#: build/files.c:379
+#: build/files.c:385
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)"
msgstr "ÉÔÀµ¤Êʸˡ: %s(%s)"
-#: build/files.c:389
+#: build/files.c:395
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)"
msgstr "ÉÔÀµ¤Ê¥â¡¼¥É¥¹¥Ú¥Ã¥¯: %s(%s)"
-#: build/files.c:401
+#: build/files.c:407
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)"
msgstr "ÉÔÀµ¤Ê¥Ç¥£¥ì¥¯¥È¥ê¥â¡¼¥É¥¹¥Ú¥Ã¥¯: %s(%s)"
-#: build/files.c:525
+#: build/files.c:531
#, fuzzy
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)"
msgstr "°Û¾ï¤Ê¥í¥«¡¼¥ëĹ: \"%.*s\" %%lang(%s)"
-#: build/files.c:535
+#: build/files.c:541
msgid "Duplicate locale %.*s in %%lang(%s)"
msgstr "Ê£¿ô¤Î¥í¥«¡¼¥ë %.*s %%lang(%s)"
-#: build/files.c:630
+#: build/files.c:637
msgid "Hit limit for %%docdir"
msgstr "%%docdir ¤Î¸Â³¦¤Ë㤷¤Ş¤·¤¿"
-#: build/files.c:636
+#: build/files.c:643
msgid "Only one arg for %%docdir"
msgstr "%%docdir ¤Î°ú¿ô¤Ï1¤Ä¤Î¤ß¤Ç¤¹"
#. We already got a file -- error
-#: build/files.c:661
+#: build/files.c:668
#, c-format
msgid "Two files on one line: %s"
msgstr "1¹Ô¤Ë2¤Ä¤Î¥Õ¥¡¥¤¥ë: %s"
-#: build/files.c:674
+#: build/files.c:681
#, c-format
msgid "File must begin with \"/\": %s"
msgstr "¥Õ¥¡¥¤¥ë¤Ï \"/\" ¤«¤é»Ï¤Ş¤é¤Ê¤±¤ì¤Ğ¤Ê¤ê¤Ş¤»¤ó: %s"
-#: build/files.c:686
+#: build/files.c:693
msgid "Can't mix special %%doc with other forms: %s"
msgstr "¾¤Î¥Õ¥©¡¼¥à¤ÇÆÃÊÌ¤Ê %%doc ¤òº®¤¼¤ë¤³¤È¤Ï¤Ç¤­¤Ş¤»¤ó: %s"
-#: build/files.c:772
+#: build/files.c:779
#, c-format
msgid "File listed twice: %s"
msgstr "¥Õ¥¡¥¤¥ë¤¬2²óɽµ­¤µ¤ì¤Æ¤¤¤Ş¤¹: %s"
-#: build/files.c:865
+#: build/files.c:872
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:945
+#: build/files.c:952
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "¥Õ¥¡¥¤¥ë¤Ï prefix (%s) ¤È°ìÃפ·¤Ş¤»¤ó: %s"
-#: build/files.c:955
+#: build/files.c:962
#, c-format
msgid "File not found: %s"
msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Ş¤»¤ó: %s"
-#: build/files.c:998
+#: build/files.c:1005
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "ÉÔÀµ¤Ê½êÍ­¼Ô/¥°¥ë¡¼¥×: %s\n"
-#: build/files.c:1012
+#: build/files.c:1019
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "¥Õ¥¡¥¤¥ë %4d: %07o %s.%s\t %s\n"
-#: build/files.c:1086
+#: build/files.c:1093
#, c-format
msgid "File needs leading \"/\": %s"
msgstr "¥Õ¥¡¥¤¥ë¤ÏÀèƬ¤Ë \"/\" ¤¬É¬ÍפǤ¹: %s"
-#: build/files.c:1115
+#: build/files.c:1122
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Ş¤»¤ó(by glob): %s"
-#: build/files.c:1157
+#: build/files.c:1164
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "%%files ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó: %s"
-#: build/files.c:1164 build/pack.c:485
+#: build/files.c:1171 build/pack.c:99
#, c-format
msgid "line: %s"
msgstr "¹ÔÌÜ: %s"
-#: build/files.c:1498 build/parsePrep.c:30
+#: build/files.c:1507 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr "ÉÔÀµ¤Ê½êÍ­¼Ô/¥°¥ë¡¼¥×: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1553
+#: build/files.c:1562
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "%s ¤ò¼Â¹Ô¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
-#: build/files.c:1558
+#: build/files.c:1567
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "%s ¤ò fork ¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
-#: build/files.c:1640
+#: build/files.c:1649
#, c-format
msgid "%s failed"
msgstr "%s ¼ºÇÔ"
-#: build/files.c:1644
+#: build/files.c:1653
#, c-format
msgid "failed to write all data to %s"
msgstr "Á´¤Æ¤Î¥Ç¡¼¥¿¤ò %s ¤Ë½ñ¤¯¤³¤È¤Ë¼ºÇÔ¤·¤Ş¤·¤¿"
-#: build/files.c:1733
+#: build/files.c:1743
#, fuzzy, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "%s ¤òõ¤·¤Æ¤¤¤Ş¤¹: (%s ¤ò»ÈÍѤ·¤Æ¤¤¤Ş¤¹)...\n"
-#: build/files.c:1761 build/files.c:1770
+#: build/files.c:1771 build/files.c:1780
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "%s ¤ò¸«¤Ä¤±¤ë¤Î¤Ë¼ºÇÔ¤·¤Ş¤·¤¿:"
-#: build/files.c:1876
+#: build/files.c:1887
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "¥Õ¥¡¥¤¥ë¤Î½èÍıÃæ: %s-%s-%s\n"
-#: build/names.c:41 build/names.c:73
+#: build/names.c:46 build/names.c:79
msgid "RPMERR_INTERNAL: Hit limit in getUname()\n"
msgstr "RPMERR_INTERNAL: getUname() ¤Î¸Â³¦¤Ë㤷¤Ş¤·¤¿\n"
-#: build/names.c:106 build/names.c:138
+#: build/names.c:113 build/names.c:146
msgid "RPMERR_INTERNAL: Hit limit in getGname()\n"
msgstr "RPMERR_INTERNAL: getGname() ¤Î¸Â³¦¤Ë㤷¤Ş¤·¤¿\n"
-#: build/names.c:176
+#: build/names.c:186
#, c-format
msgid "Could not canonicalize hostname: %s\n"
msgstr "¥Û¥¹¥È̾¤òÀµ¼°¤Ê¤â¤Î¤Ë¤Ç¤­¤Ş¤»¤ó: %s\n"
-#: build/pack.c:132
-#, c-format
-msgid "Could not generate output filename for package %s: %s\n"
-msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Î ½ĞÎÏ¥Õ¥¡¥¤¥ë̾¤òÀ¸À®¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s\n"
+#: build/pack.c:47
+#, fuzzy, c-format
+msgid "create archive failed on file %s: %s"
+msgstr "¥Õ¥¡¥¤¥ë %s ¤Ç¥¢¡¼¥«¥¤¥Ö¤ÎºîÀ®¤Ë¼ºÇÔ: %s"
-#: build/pack.c:149
+#: build/pack.c:67
#, fuzzy, c-format
-msgid "cannot create %s: %s\n"
-msgstr "%s ¤òºîÀ®¤Ç¤­¤Ş¤»¤ó: %s\n"
+msgid "cpio_copy write failed: %s"
+msgstr "cpio_copy ¤Ç½ñ¤­¹ş¤ß¼ºÇÔ: %s"
-#: build/pack.c:186
+#: build/pack.c:74
+#, fuzzy, c-format
+msgid "cpio_copy read failed: %s"
+msgstr "cpio_copy ¤ÇÆɤ߹ş¤ß¼ºÇÔ: %s"
+
+#: build/pack.c:154
+#, c-format
+msgid "Could not open PreIn file: %s"
+msgstr "PreIn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
+
+#: build/pack.c:161
+#, c-format
+msgid "Could not open PreUn file: %s"
+msgstr "PreUn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
+
+#: build/pack.c:168
+#, c-format
+msgid "Could not open PostIn file: %s"
+msgstr "PostIn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
+
+#: build/pack.c:175
+#, c-format
+msgid "Could not open PostUn file: %s"
+msgstr "PostUn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
+
+#: build/pack.c:183
+#, c-format
+msgid "Could not open VerifyScript file: %s"
+msgstr "VerifyScript ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
+
+#: build/pack.c:198
+#, c-format
+msgid "Could not open Trigger script file: %s"
+msgstr "¥È¥ê¥¬¡¼¥¹¥¯¥ê¥×¥È¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
+
+#: build/pack.c:225
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "readRPM: %s ¤Î¥ª¡¼¥×¥ó: %s\n"
-#: build/pack.c:196
+#: build/pack.c:235
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "readRPM: %s ¤ÎÆɤ߹ş¤ß: %s\n"
-#: build/pack.c:217
+#: build/pack.c:256
#, fuzzy, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "readRPM: %s ¤Ï RPM ¥Ñ¥Ã¥±¡¼¥¸¤Ç¤Ï¤¢¤ê¤Ş¤»¤ó\n"
-#: build/pack.c:223
+#: build/pack.c:262
#, fuzzy, c-format
msgid "readRPM: reading header from %s\n"
msgstr "readRPM: %s ¤«¤é¤Î¥Ø¥Ã¥À¤ÎÆɤ߹ş¤ß\n"
-#: build/pack.c:281
+#: build/pack.c:324
msgid "Bad CSA data"
msgstr "ÉÔÀµ¤Ê CSA ¥Ç¡¼¥¿"
-#: build/pack.c:316
+#: build/pack.c:359
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ¤·¤Ş¤·¤¿\n"
-#: build/pack.c:348
+#: build/pack.c:391
#, c-format
msgid "Unable to write package: %s"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹ş¤ß¤Ë¼ºÇÔ¤·¤Ş¤·¤¿: %s"
-#: build/pack.c:363
+#: build/pack.c:406
#, c-format
msgid "Generating signature: %d\n"
msgstr "½ğ̾¤ÎÀ¸À®Ãæ: %d\n"
-#: build/pack.c:379
+#: build/pack.c:422
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s"
msgstr "sigtarget ¤ÎÆɤ߹ş¤ß¤¬¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
-#: build/pack.c:389
+#: build/pack.c:432
#, fuzzy, c-format
msgid "Unable to read sigtarget %s: %s"
msgstr "sigtarget ¤ÎÆɤ߹ş¤ß¤¬¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
-#: build/pack.c:399
+#: build/pack.c:442
#, fuzzy, c-format
msgid "Unable to write package %s: %s"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹ş¤ß¤Ë¼ºÇÔ¤·¤Ş¤·¤¿: %s"
-#: build/pack.c:414
+#: build/pack.c:457
#, c-format
msgid "Wrote: %s\n"
msgstr "½ñ¤­¹ş¤ßÃæ: %s\n"
-#: build/pack.c:433
-#, fuzzy, c-format
-msgid "create archive failed on file %s: %s"
-msgstr "¥Õ¥¡¥¤¥ë %s ¤Ç¥¢¡¼¥«¥¤¥Ö¤ÎºîÀ®¤Ë¼ºÇÔ: %s"
-
-#: build/pack.c:453
-#, fuzzy, c-format
-msgid "cpio_copy write failed: %s"
-msgstr "cpio_copy ¤Ç½ñ¤­¹ş¤ß¼ºÇÔ: %s"
-
-#: build/pack.c:460
-#, fuzzy, c-format
-msgid "cpio_copy read failed: %s"
-msgstr "cpio_copy ¤ÇÆɤ߹ş¤ß¼ºÇÔ: %s"
-
-#: build/pack.c:540
-#, c-format
-msgid "Could not open PreIn file: %s"
-msgstr "PreIn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
-
-#: build/pack.c:547
-#, c-format
-msgid "Could not open PreUn file: %s"
-msgstr "PreUn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
-
-#: build/pack.c:554
-#, c-format
-msgid "Could not open PostIn file: %s"
-msgstr "PostIn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
-
-#: build/pack.c:561
+#: build/pack.c:519
#, c-format
-msgid "Could not open PostUn file: %s"
-msgstr "PostUn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
-
-#: build/pack.c:569
-#, c-format
-msgid "Could not open VerifyScript file: %s"
-msgstr "VerifyScript ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
+msgid "Could not generate output filename for package %s: %s\n"
+msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Î ½ĞÎÏ¥Õ¥¡¥¤¥ë̾¤òÀ¸À®¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s\n"
-#: build/pack.c:584
-#, c-format
-msgid "Could not open Trigger script file: %s"
-msgstr "¥È¥ê¥¬¡¼¥¹¥¯¥ê¥×¥È¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó¤Ç¤·¤¿: %s"
+#: build/pack.c:536
+#, fuzzy, c-format
+msgid "cannot create %s: %s\n"
+msgstr "%s ¤òºîÀ®¤Ç¤­¤Ş¤»¤ó: %s\n"
-#: build/parseBuildInstallClean.c:27
+#: build/parseBuildInstallClean.c:31
#, c-format
msgid "line %d: second %s"
msgstr "%d ¹ÔÌÜ: 2ÈÖÌܤΠ%s"
-#: build/parseChangelog.c:103
+#: build/parseChangelog.c:108
msgid "%%changelog entries must start with *"
msgstr "%%chagelog ¥¨¥ó¥È¥ê¤Ï * ¤Ç»Ï¤Ş¤é¤Í¤Ğ¤Ê¤ê¤Ş¤»¤ó"
-#: build/parseChangelog.c:111
+#: build/parseChangelog.c:116
msgid "incomplete %%changelog entry"
msgstr "ÉÔ´°Á´¤Ê %%changelog ¥¨¥ó¥È¥ê"
-#: build/parseChangelog.c:126
+#: build/parseChangelog.c:131
msgid "bad date in %%changelog: %s"
msgstr "%%changelog Ãæ¤ÎÉÔÀµ¤ÊÆüÉÕ: %s"
-#: build/parseChangelog.c:131
+#: build/parseChangelog.c:136
msgid "%%changelog not in decending chronological order"
msgstr "%%changelog ¤Ï½½¿Ê¿ô¤ÎǯÂå½ç¤Ë¤Ê¤Ã¤Æ¤¤¤Ş¤»¤ó"
-#: build/parseChangelog.c:139 build/parseChangelog.c:150
+#: build/parseChangelog.c:144 build/parseChangelog.c:155
msgid "missing name in %%changelog"
msgstr "%%changelog Ãæ¤Ë̾Á°¤¬¤¢¤ê¤Ş¤»¤ó"
-#: build/parseChangelog.c:157
+#: build/parseChangelog.c:162
msgid "no description in %%changelog"
msgstr "%%changelog Ãæ¤ËÀâÌÀ¤¬¤¢¤ê¤Ş¤»¤ó"
-#: build/parseDescription.c:33
+#: build/parseDescription.c:38
msgid "line %d: Error parsing %%description: %s"
msgstr "%d ¹ÔÌÜ: %%description ¤Î²òÀÏ¥¨¥é¡¼: %s"
-#: build/parseDescription.c:46 build/parseFiles.c:40 build/parseScript.c:168
+#: build/parseDescription.c:51 build/parseFiles.c:45 build/parseScript.c:173
#, c-format
msgid "line %d: Bad option %s: %s"
msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê¥ª¥×¥·¥ç¥ó %s:%s"
-#: build/parseDescription.c:59 build/parseFiles.c:53 build/parseScript.c:181
+#: build/parseDescription.c:64 build/parseFiles.c:58 build/parseScript.c:186
#, c-format
msgid "line %d: Too many names: %s"
msgstr "%d ¹ÔÌÜ: ̾Á°¤¬Â¿¤¹¤®¤Ş¤¹: %s"
-#: build/parseDescription.c:69 build/parseFiles.c:63 build/parseScript.c:191
+#: build/parseDescription.c:74 build/parseFiles.c:68 build/parseScript.c:196
#, c-format
msgid "line %d: Package does not exist: %s"
msgstr "%d ¹ÔÌÜ: ¥Ñ¥Ã¥±¡¼¥¸¤¬Â¸ºß¤·¤Ş¤»¤ó: %s"
-#: build/parseDescription.c:81
+#: build/parseDescription.c:86
#, c-format
msgid "line %d: Second description"
msgstr "%d ¹ÔÌÜ: 2ÈÖÌܤÎÀâÌÀ"
-#: build/parseFiles.c:27
+#: build/parseFiles.c:32
msgid "line %d: Error parsing %%files: %s"
msgstr "%d ¹ÔÌÜ: %%files ¤Î²òÀÏ¥¨¥é¡¼: %s"
-#: build/parseFiles.c:71
+#: build/parseFiles.c:76
msgid "line %d: Second %%files list"
msgstr "%d ¹ÔÌÜ: 2ÈÖÌܤΠ%%files ¥ê¥¹¥È"
-#: build/parsePreamble.c:145
+#: build/parsePreamble.c:149
#, c-format
msgid "Architecture is excluded: %s"
msgstr "¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ï½ü³°¤µ¤ì¤Æ¤¤¤Ş¤¹: %s"
-#: build/parsePreamble.c:150
+#: build/parsePreamble.c:154
#, c-format
msgid "Architecture is not included: %s"
msgstr "¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ï´Ş¤Ş¤ì¤Æ¤¤¤Ş¤»¤ó: %s"
-#: build/parsePreamble.c:155
+#: build/parsePreamble.c:159
#, c-format
msgid "OS is excluded: %s"
msgstr "OS ¤Ï½ü³°¤µ¤ì¤Æ¤¤¤Ş¤¹: %s"
-#: build/parsePreamble.c:160
+#: build/parsePreamble.c:164
#, c-format
msgid "OS is not included: %s"
msgstr "OS ¤Ï´Ş¤Ş¤ì¤Æ¤¤¤Ş¤»¤ó: %s"
-#: build/parsePreamble.c:174
+#: build/parsePreamble.c:178
#, c-format
msgid "%s field must be present in package: %s"
msgstr "%s ¥Õ¥£¡¼¥ë¥É¤Ï¥Ñ¥Ã¥±¡¼¥¸Ãæ¤ËɬÍפǤ¹: %s"
-#: build/parsePreamble.c:199
+#: build/parsePreamble.c:203
#, c-format
msgid "Duplicate %s entries in package: %s"
msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤ÎÆó½Å¤Î %s ¥¨¥ó¥È¥ê: %s"
-#: build/parsePreamble.c:246
+#: build/parsePreamble.c:250
#, fuzzy, c-format
msgid "Unable to open icon %s: %s"
msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤­¤Ş¤»¤ó: %s"
-#: build/parsePreamble.c:264
+#: build/parsePreamble.c:268
#, fuzzy, c-format
msgid "Unable to read icon %s: %s"
msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤­¤Ş¤»¤ó: %s"
-#: build/parsePreamble.c:277
+#: build/parsePreamble.c:281
#, c-format
msgid "Unknown icon type: %s"
msgstr "ÉÔÌÀ¤Ê¥¢¥¤¥³¥ó¥¿¥¤¥×: %s"
-#: build/parsePreamble.c:339
+#: build/parsePreamble.c:344
#, c-format
msgid "line %d: Malformed tag: %s"
msgstr "%d ¹ÔÌÜ: ÉÔ´°Á´¤Ê·Á¤Î¥¿¥°: %s"
#. Empty field
-#: build/parsePreamble.c:347
+#: build/parsePreamble.c:352
#, c-format
msgid "line %d: Empty tag: %s"
msgstr "%d ¹ÔÌÜ: ¶õ¤Î¥¿¥°: %s"
-#: build/parsePreamble.c:370 build/parsePreamble.c:377
+#: build/parsePreamble.c:375 build/parsePreamble.c:382
#, fuzzy, c-format
msgid "line %d: Illegal char '-' in %s: %s"
msgstr "%d ¹ÔÌÜ: %s Ãæ¤ËÉÔÀµ¤Êʸ»ú '-' : %s"
-#: build/parsePreamble.c:441 build/parseSpec.c:366
+#: build/parsePreamble.c:446 build/parseSpec.c:375
#, fuzzy, c-format
msgid "BuildRoot can not be \"/\": %s"
msgstr "%d ¹ÔÌÜ: BuildRoot ¤Ï \"/\" ¤Ë¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Ş¤»¤ó: %s"
-#: build/parsePreamble.c:454
+#: build/parsePreamble.c:459
#, c-format
msgid "line %d: Prefixes must not end with \"/\": %s"
msgstr "%d ¹ÔÌÜ: Prefixes ¤Ï \"/\" ¤Ç½ª¤ï¤Ã¤Æ¤Ï¤¤¤±¤Ş¤»¤ó: %s"
-#: build/parsePreamble.c:466
+#: build/parsePreamble.c:471
#, c-format
msgid "line %d: Docdir must begin with '/': %s"
msgstr "%d ¹ÔÌÜ: Docdir ¤Ï '/' ¤Ç»Ï¤Ş¤é¤Ê¤¯¤Æ¤Ï¤¤¤±¤Ş¤»¤ó: %s"
-#: build/parsePreamble.c:478
+#: build/parsePreamble.c:483
#, fuzzy, c-format
msgid "line %d: Epoch/Serial field must be a number: %s"
msgstr "%d ¹ÔÌÜ: Epoch/Serial ¥Õ¥£¡¼¥ë¥É¤ÏÈÖ¹æ¤Ç¤Ê¤±¤ì¤Ğ¤¤¤±¤Ş¤»¤ó: %s"
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:546
#, c-format
msgid "line %d: Bad BuildArchitecture format: %s"
msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê BuildArchitecture ¥Õ¥©¡¼¥Ş¥Ã¥È: %s"
-#: build/parsePreamble.c:551
+#: build/parsePreamble.c:556
#, c-format
msgid "Internal error: Bogus tag %d"
msgstr "ÆâÉô¥¨¥é¡¼: ¤Ë¤»¤Î¥¿¥° %d"
-#: build/parsePreamble.c:689
+#: build/parsePreamble.c:695
#, c-format
msgid "Bad package specification: %s"
msgstr "ÉÔÀµ¤Ê¥Ñ¥Ã¥±¡¼¥¸¤Î»ØÄê: %s"
-#: build/parsePreamble.c:695
+#: build/parsePreamble.c:701
#, c-format
msgid "Package already exists: %s"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ï¤¹¤Ç¤Ë¸ºß¤·¤Æ¤¤¤Ş¤¹: %s"
-#: build/parsePreamble.c:722
+#: build/parsePreamble.c:728
#, c-format
msgid "line %d: Unknown tag: %s"
msgstr "%d ¹ÔÌÜ: ÉÔÌÀ¤Ê¥¿¥°: %s"
-#: build/parsePreamble.c:747
+#: build/parsePreamble.c:753
msgid "Spec file can't use BuildRoot"
msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤Ï BuildRoot ¤ò»ÈÍѤǤ­¤Ş¤»¤ó"
-#: build/parsePrep.c:26
+#: build/parsePrep.c:30
#, c-format
msgid "Bad source: %s: %s"
msgstr "ÉÔÀµ¤Ê¥½¡¼¥¹: %s : %s"
-#: build/parsePrep.c:53
+#: build/parsePrep.c:57
#, c-format
msgid "No patch number %d"
msgstr "¥Ñ¥Ã¥ÁÈÖ¹æ %d ¤Ï¤¢¤ê¤Ş¤»¤ó"
-#: build/parsePrep.c:134
+#: build/parsePrep.c:138
#, c-format
msgid "No source number %d"
msgstr "¥½¡¼¥¹ÈÖ¹æ %d ¤Ï¤¢¤ê¤Ş¤»¤ó"
-#: build/parsePrep.c:153
+#: build/parsePrep.c:157
#, fuzzy, c-format
msgid "Couldn't download nosource %s: %s"
msgstr "nosource %s ¤ò¥À¥¦¥ó¥í¡¼¥É¤Ç¤­¤Ş¤»¤ó: %s"
-#: build/parsePrep.c:219
+#: build/parsePrep.c:223
msgid "Error parsing %%setup: %s"
msgstr "%%setup ¤Î¹½Ê¸²òÀÏ¥¨¥é¡¼: %s"
-#: build/parsePrep.c:234
+#: build/parsePrep.c:238
msgid "line %d: Bad arg to %%setup %c: %s"
msgstr "%d ¹ÔÌÜ: %%setup %c ¤Ø¤ÎÉÔÀµ¤Ê°ú¿ô: %s"
-#: build/parsePrep.c:252
+#: build/parsePrep.c:256
msgid "line %d: Bad %%setup option %s: %s"
msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê %%setup ¥ª¥×¥·¥ç¥ó %s: %s"
-#: build/parsePrep.c:379
+#: build/parsePrep.c:383
msgid "line %d: Need arg to %%patch -b: %s"
msgstr "%d ¹ÔÌÜ: %%patch -b ¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹: %s"
-#: build/parsePrep.c:387
+#: build/parsePrep.c:391
msgid "line %d: Need arg to %%patch -z: %s"
msgstr "%d ¹ÔÌÜ: %%patch -z ¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹: %s"
-#: build/parsePrep.c:399
+#: build/parsePrep.c:403
msgid "line %d: Need arg to %%patch -p: %s"
msgstr "%d ¹ÔÌÜ: %%patch -p ¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹: %s"
-#: build/parsePrep.c:405
+#: build/parsePrep.c:409
msgid "line %d: Bad arg to %%patch -p: %s"
msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê %%patch -p ¤Ø¤Î°ú¿ô: %s"
-#: build/parsePrep.c:412
+#: build/parsePrep.c:416
msgid "Too many patches!"
msgstr "¥Ñ¥Ã¥Á¤¬Â¿¤¹¤®¤Ş¤¹"
-#: build/parsePrep.c:416
+#: build/parsePrep.c:420
msgid "line %d: Bad arg to %%patch: %s"
msgstr "%d ¹ÔÌÜ: %%patch ¤Ø¤ÎÉÔÀµ¤Ê°ú¿ô: %s"
-#: build/parsePrep.c:452
+#: build/parsePrep.c:457
msgid "line %d: second %%prep"
msgstr "%d ¹ÔÌÜ: 2ÈÖÌܤΠ%%prep"
-#: build/parseReqs.c:91
+#: build/parseReqs.c:96
#, fuzzy, c-format
msgid ""
"line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s"
msgstr ""
"%d ¹ÔÌÜ: °Í¸À­¥È¡¼¥¯¥ó¤Ï±Ñ¿ô»ú¡¢'_'¡¢'/' ¤Ç»Ï¤Ş¤é¤Ê¤±¤ì¤Ğ¤Ê¤ê¤Ş¤»¤ó: %s"
-#: build/parseReqs.c:102
+#: build/parseReqs.c:107
#, fuzzy, c-format
msgid "line %d: File name not permitted: %s"
msgstr "%d ¹ÔÌÜ: ¥Õ¥¡¥¤¥ë̾¤Ïµö²Ä¤µ¤ì¤Æ¤¤¤Ş¤»¤ó: %s"
-#: build/parseReqs.c:134
+#: build/parseReqs.c:139
#, fuzzy, c-format
msgid "line %d: Versioned file name not permitted: %s"
msgstr "%d ¹ÔÌÜ: ¥Ğ¡¼¥¸¥ç¥óÉÕ¤±¤µ¤ì¤¿¥Õ¥¡¥¤¥ë̾¤Ïµö²Ä¤µ¤ì¤Æ¤¤¤Ş¤»¤ó: %s"
-#: build/parseReqs.c:146
+#: build/parseReqs.c:151
#, fuzzy, c-format
msgid "line %d: Version not permitted: %s"
msgstr "%d ¹ÔÌÜ: ¥Ğ¡¼¥¸¥ç¥ó¤Ïµö²Ä¤µ¤ì¤Æ¤¤¤Ş¤»¤ó: %s"
-#: build/parseReqs.c:172
+#: build/parseReqs.c:177
#, fuzzy, c-format
msgid "line %d: Version required: %s"
msgstr "%d ¹ÔÌÜ: ¥Ğ¡¼¥¸¥ç¥ó¤¬É¬ÍפǤ¹: %s"
-#: build/parseScript.c:136
+#: build/parseScript.c:141
#, c-format
msgid "line %d: triggers must have --: %s"
msgstr "%d ¹ÔÌÜ: ¥È¥ê¥¬¡¼¤Ï -- ¤¬¤Ê¤±¤ì¤Ğ¤Ê¤ê¤Ş¤»¤ó: %s"
-#: build/parseScript.c:146 build/parseScript.c:209
+#: build/parseScript.c:151 build/parseScript.c:214
#, c-format
msgid "line %d: Error parsing %s: %s"
msgstr "%d ¹ÔÌÜ: %s ¤Î¹½Ê¸²òÀÏ¥¨¥é¡¼: %s"
-#: build/parseScript.c:156
+#: build/parseScript.c:161
#, c-format
msgid "line %d: script program must begin with '/': %s"
msgstr "%d ¹ÔÌÜ: ¥¹¥¯¥ê¥×¥È¥×¥í¥°¥é¥à¤Ï '/' ¤Ç»Ï¤Ş¤é¤Ê¤±¤ì¤Ğ¤Ê¤ê¤Ş¤»¤ó: %s"
-#: build/parseScript.c:200
+#: build/parseScript.c:205
#, c-format
msgid "line %d: Second %s"
msgstr "%d ¹ÔÌÜ: 2ÈÖÌܤΠ%s"
-#: build/parseSpec.c:129
+#: build/parseSpec.c:135
#, c-format
msgid "line %d: %s"
msgstr "%d ¹ÔÌÜ: %s"
#. XXX Fstrerror
-#: build/parseSpec.c:179
+#: build/parseSpec.c:186
#, fuzzy, c-format
msgid "Unable to open %s: %s\n"
msgstr "¥ª¡¼¥×¥ó¤Ç¤­¤Ş¤»¤ó: %s\n"
-#: build/parseSpec.c:191
+#: build/parseSpec.c:198
msgid "Unclosed %%if"
msgstr "%%if ¤¬ÊĤ¸¤Æ¤¤¤Ş¤»¤ó"
-#: build/parseSpec.c:252
+#: build/parseSpec.c:259
#, c-format
msgid "%s:%d: parseExpressionBoolean returns %d"
msgstr "%s%d: parseExpressionBoolean ¤¬ %d ¤òÊÖ¤·¤Ş¤·¤¿"
#. Got an else with no %if !
-#: build/parseSpec.c:260
+#: build/parseSpec.c:267
#, fuzzy
msgid "%s:%d: Got a %%else with no if"
msgstr "%s:%d: if ¤¬¤Ê¤¤¤Î¤Ë %%else ¤¬¤¢¤ê¤Ş¤¹"
#. Got an end with no %if !
-#: build/parseSpec.c:271
+#: build/parseSpec.c:278
#, fuzzy
msgid "%s:%d: Got a %%endif with no if"
msgstr "%s:%d: if ¤¬¤Ê¤¤¤Î¤Ë %%endif ¤¬¤¢¤ê¤Ş¤¹"
-#: build/parseSpec.c:285 build/parseSpec.c:294
+#: build/parseSpec.c:292 build/parseSpec.c:301
msgid "malformed %%include statement"
msgstr "¤ª¤«¤·¤Ê %%include ¥¹¥Æ¡¼¥È¥á¥ó¥È¤Ç¤¹"
-#: build/parseSpec.c:461
+#: build/parseSpec.c:470
msgid "No buildable architectures"
msgstr "ºîÀ®(build)²Äǽ¤Ê¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ï¤¢¤ê¤Ş¤»¤ó"
-#: build/parseSpec.c:509
+#: build/parseSpec.c:518
msgid "Package has no %%description: %s"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ï %%description ¤¬¤¢¤ê¤Ş¤»¤ó: %s"
-#: build/spec.c:31
+#: build/spec.c:35
#, c-format
msgid "archive = %s, fs = %s\n"
msgstr "¥¢¡¼¥«¥¤¥Ö = %s, fs = %s\n"
-#: build/spec.c:237
+#: build/spec.c:246
#, c-format
msgid "line %d: Bad number: %s"
msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤ÊÈÖ¹æ: %s"
-#: build/spec.c:243
+#: build/spec.c:252
#, c-format
msgid "line %d: Bad no%s number: %d"
msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê no%s ÈÖ¹æ: %d"
-#: build/spec.c:301
+#: build/spec.c:311
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê %s ÈÖ¹æ: %s\n"
@@ -2319,7 +2319,7 @@ msgstr "¼°¤Î½ª¤ê¤Ë | ¤¬´üÂÔ¤µ¤ì¤Ş¤¹"
msgid "(unknown type)"
msgstr "(ÉÔÌÀ¤Ê¥¿¥¤¥×)"
-#: lib/install.c:142 lib/uninstall.c:195
+#: lib/install.c:142 lib/uninstall.c:191
#, fuzzy, c-format
msgid " file: %s action: %s\n"
msgstr "¥Õ¥¡¥¤¥ë %s: ¥¢¥¯¥·¥ç¥ó: %s\n"
@@ -2391,7 +2391,7 @@ msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Ş¤ó¤Ç¤¤¤Ş¤»¤ó"
msgid "renaming %s to %s\n"
msgstr "%s ¤ò %s ¤Ø̾Á°¤òÊѹ¹¤·¤Ş¤¹\n"
-#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:28
+#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:30
#, c-format
msgid "rename of %s to %s failed: %s"
msgstr "%s ¤ò %s ¤Ë¤¹¤ë̾Á°¤ÎÊѹ¹¤Ë¼ºÇÔ: %s"
@@ -3023,7 +3023,7 @@ msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Ï %s Ãæ¤Ë¥ê¥¹¥È¤µ¤ì¤Æ¤¤¤Ş¤»¤ó"
msgid "package %s not found in %s"
msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Ï %s Ãæ¤Ë¸«¤Ä¤«¤ê¤Ş¤»¤ó"
-#: lib/rpmdb.c:508 lib/uninstall.c:87
+#: lib/rpmdb.c:508 lib/uninstall.c:90
#, c-format
msgid "cannot read header at %d for uninstall"
msgstr "¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë¤Î¤¿¤á¤Ë %d ¤Ç¥Ø¥Ã¥À¤òÆɤळ¤È¤¬¤Ç¤­¤Ş¤»¤ó"
@@ -3523,41 +3523,41 @@ msgstr "¥Ç¥£¥ì¥¯¥È¥ê %s ¤ò %s ¤ËºÆÇÛÃÖ¤·¤Æ¤¤¤Ş¤¹\n"
msgid "%s skipped due to missingok flag\n"
msgstr "%s ¤Ï missingok ¥Õ¥é¥°¤Î¤¿¤á¥¹¥­¥Ã¥×¤·¤Ş¤¹\n"
-#: lib/uninstall.c:39
+#: lib/uninstall.c:41
#, c-format
msgid "cannot remove %s - directory not empty"
msgstr "%s ¤òºï½ü¤Ç¤­¤Ş¤»¤ó - ¥Ç¥£¥ì¥¯¥È¥ê¤¬¶õ¤Ç¤¢¤ê¤Ş¤»¤ó"
-#: lib/uninstall.c:42
+#: lib/uninstall.c:44
#, c-format
msgid "rmdir of %s failed: %s"
msgstr "%s ¤Î rmdir ¤Ë¼ºÇÔ: %s"
-#: lib/uninstall.c:50
+#: lib/uninstall.c:52
#, c-format
msgid "removal of %s failed: %s"
msgstr "%s ¤Îºï½ü¤Ë¼ºÇÔ: %s"
-#: lib/uninstall.c:99
+#: lib/uninstall.c:104
#, c-format
msgid "cannot read packages named %s for uninstall"
msgstr ""
"¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤¿¤á¤Ë %s ¤È̾ÉÕ¤±¤é¤ì¤¿¥Ñ¥Ã¥±¡¼¥¸¤òÆɤळ¤È¤¬¤Ç¤­¤Ş¤»¤ó"
-#: lib/uninstall.c:132
+#: lib/uninstall.c:137
#, c-format
msgid "will remove files test = %d\n"
msgstr "¥Õ¥¡¥¤¥ë test = %d ¤òºï½ü¤·¤Ş¤¹\n"
-#: lib/uninstall.c:209
+#: lib/uninstall.c:205
msgid "running postuninstall script (if any)\n"
msgstr "¥İ¥¹¥È¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È(¤¬Í­¤ì¤Ğ)¤ò¼Â¹Ô¤·¤Ş¤¹\n"
-#: lib/uninstall.c:223
+#: lib/uninstall.c:219
msgid "removing database entry\n"
msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¥¨¥ó¥È¥ê¤òºï½ü¤·¤Ş¤¹\n"
-#: lib/uninstall.c:408
+#: lib/uninstall.c:404
msgid "execution of script failed"
msgstr "¥¹¥¯¥ê¥×¥È¤Î¼Â¹Ô¤Ë¼ºÇÔ"
@@ -3597,34 +3597,34 @@ msgstr "url ¥İ¡¼¥È¤Ï¿ô»ú¤Ç¤Ê¤±¤ì¤Ğ¤Ê¤ê¤Ş¤»¤ó\n"
msgid "failed to create %s: %s\n"
msgstr "%s ¤ÎºîÀ®¤Ë¼ºÇÔ¤·¤Ş¤·¤¿\n"
-#: lib/verify.c:38
+#: lib/verify.c:39
#, fuzzy
msgid "don't verify files in package"
msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤Î¥Õ¥¡¥¤¥ë¤Î¸¡¾Ú¤ò¤·¤Ş¤»¤ó"
-#: lib/verify.c:213
+#: lib/verify.c:215
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
"¥Ñ¥Ã¥±¡¼¥¸¤Ï ¥æ¡¼¥¶Ì¾¤È id "
"¥ê¥¹¥È¤ÎξÊı¤¬·ç¤±¤Æ¤¤¤Ş¤¹(¤³¤ì¤Ï·è¤·¤Æµ¯¤­¤Æ¤Ï¤Ê¤é¤Ê¤¤)"
-#: lib/verify.c:231
+#: lib/verify.c:233
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
"¥Ñ¥Ã¥±¡¼¥¸¤Ï¥°¥ë¡¼¥×̾¤È id "
"¥ê¥¹¥È¤ÎξÊı¤¬·ç¤±¤Æ¤¤¤Ş¤¹(¤³¤ì¤Ï·è¤·¤Æµ¯¤­¤Æ¤Ï¤Ê¤é¤Ê¤¤)"
-#: lib/verify.c:266
+#: lib/verify.c:269
#, c-format
msgid "missing %s\n"
msgstr "%s ¤¬¸«¤Ä¤«¤ê¤Ş¤»¤ó\n"
-#: lib/verify.c:328
+#: lib/verify.c:331
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "%s-%s-%s ¤Î¤¿¤á¤Î°Í¸À­¤òËş¤¿¤·¤Æ¤¤¤Ş¤»¤ó:"
-#: lib/verify.c:376
+#: lib/verify.c:381
#, fuzzy
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "rpmVerify: rpmdbOen() ¤Ë¼ºÇÔ¤·¤Ş¤·¤¿\n"
diff --git a/po/pl.po b/po/pl.po
index 0b7a928ad..d7b44b5c5 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: 2000-01-24 08:20-0500\n"
+"POT-Creation-Date: 2000-01-24 15:37-0500\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"
@@ -1296,706 +1296,706 @@ msgstr "b³±d odczytu nag³ówka z pakietu\n"
msgid "cannot re-open payload: %s\n"
msgstr "nie mo¿na otworzyæ pliku %s\n"
-#: build/build.c:105 build/pack.c:269
+#: build/build.c:110 build/pack.c:312
msgid "Unable to open temp file"
msgstr "Nie mo¿na otworzyæ pliku tymczasowego"
-#: build/build.c:184
+#: build/build.c:189
#, fuzzy, c-format
msgid "Executing(%s): %s\n"
msgstr "Wykonywanie: %s\n"
-#: build/build.c:190
+#: build/build.c:195
#, fuzzy, c-format
msgid "Exec of %s failed (%s): %s"
msgstr "Wykonanie %s nie powiod³o siê (%s)"
-#: build/build.c:198
+#: build/build.c:203
#, c-format
msgid "Bad exit status from %s (%s)"
msgstr "B³êdny status wyj¶cia z %s (%s)"
-#: build/expression.c:207
+#: build/expression.c:211
#, fuzzy
msgid "syntax error while parsing =="
msgstr "b³±d sk³adni w wyra¿eniu"
-#: build/expression.c:237
+#: build/expression.c:241
#, fuzzy
msgid "syntax error while parsing &&"
msgstr "b³±d sk³adni w wyra¿eniu"
-#: build/expression.c:246
+#: build/expression.c:250
#, fuzzy
msgid "syntax error while parsing ||"
msgstr "b³±d sk³adni w wyra¿eniu"
-#: build/expression.c:288
+#: build/expression.c:292
msgid "parse error in expression"
msgstr "b³±d interpretacji wyra¿enia"
-#: build/expression.c:318
+#: build/expression.c:321
msgid "unmatched ("
msgstr "niesparowane ("
-#: build/expression.c:336
+#: build/expression.c:339
msgid "undefined identifier"
msgstr "nieznany identyfikator"
-#: build/expression.c:355
+#: build/expression.c:358
msgid "- only on numbers"
msgstr "- tylko na liczbach"
-#: build/expression.c:371
+#: build/expression.c:374
msgid "! only on numbers"
msgstr "! tylko na liczbach"
-#: build/expression.c:410 build/expression.c:455 build/expression.c:512
-#: build/expression.c:599
+#: build/expression.c:413 build/expression.c:458 build/expression.c:515
+#: build/expression.c:602
msgid "types must match"
msgstr "typy musz± siê zgadzaæ"
-#: build/expression.c:423
+#: build/expression.c:426
msgid "* / not suported for strings"
msgstr "* / nie jest wspierane dla ³añcuchów znakowych"
-#: build/expression.c:471
+#: build/expression.c:474
msgid "- not suported for strings"
msgstr "- nie jest wspierane dla ³añcuchów znakowych"
-#: build/expression.c:612
+#: build/expression.c:615
msgid "&& and || not suported for strings"
msgstr "&& i || nie jest wspierane dla ³añcuchów znakowych"
-#: build/expression.c:645 build/expression.c:692
+#: build/expression.c:649 build/expression.c:697
msgid "syntax error in expression"
msgstr "b³±d sk³adni w wyra¿eniu"
-#: build/files.c:199
+#: build/files.c:204
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr "TIMECHECK nie powiod³o siê: %s\n"
-#: build/files.c:243 build/files.c:325 build/files.c:488
+#: build/files.c:249 build/files.c:331 build/files.c:494
#, c-format
msgid "Missing '(' in %s %s"
msgstr "Brak '(' w %s %s"
-#: build/files.c:254 build/files.c:442 build/files.c:499
+#: build/files.c:260 build/files.c:448 build/files.c:505
#, c-format
msgid "Missing ')' in %s(%s"
msgstr "Brak ')' w %s(%s"
-#: build/files.c:292 build/files.c:467
+#: build/files.c:298 build/files.c:473
#, c-format
msgid "Invalid %s token: %s"
msgstr "B³êdny znak %s: %s"
-#: build/files.c:341
+#: build/files.c:347
#, c-format
msgid "Non-white space follows %s(): %s"
msgstr "Brak bia³ego znaku po %s(): %s"
-#: build/files.c:379
+#: build/files.c:385
#, c-format
msgid "Bad syntax: %s(%s)"
msgstr "B³êdna sk³adnia: %s(%s)"
-#: build/files.c:389
+#: build/files.c:395
#, c-format
msgid "Bad mode spec: %s(%s)"
msgstr "B³êdne okre¶lenie trybu: %s(%s)"
-#: build/files.c:401
+#: build/files.c:407
#, c-format
msgid "Bad dirmode spec: %s(%s)"
msgstr "B³êdne okre¶lenie dirmode: %s(%s)"
-#: build/files.c:525
+#: build/files.c:531
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)"
msgstr "Niespotykana d³ugo¶æ okre¶lenia lokalizacji \"%.*s\" w %%lang(%s)"
-#: build/files.c:535
+#: build/files.c:541
msgid "Duplicate locale %.*s in %%lang(%s)"
msgstr "Powtórzone okre¶lenie lokalizacji %.*s w %%lang(%s)"
-#: build/files.c:630
+#: build/files.c:637
msgid "Hit limit for %%docdir"
msgstr "Limit trafieñ dla %%docdir"
-#: build/files.c:636
+#: build/files.c:643
msgid "Only one arg for %%docdir"
msgstr "Tylko jeden argument dla %%docdir"
#. We already got a file -- error
-#: build/files.c:661
+#: build/files.c:668
#, c-format
msgid "Two files on one line: %s"
msgstr "Dwa pliki w jedenj linii: %s"
-#: build/files.c:674
+#: build/files.c:681
#, c-format
msgid "File must begin with \"/\": %s"
msgstr "Plik musi siê zaczynaæ od \"/\": %s"
-#: build/files.c:686
+#: build/files.c:693
msgid "Can't mix special %%doc with other forms: %s"
msgstr "Nie mo¿na mieszaæ specjalnej %%doc z innymi formami: %s"
-#: build/files.c:772
+#: build/files.c:779
#, c-format
msgid "File listed twice: %s"
msgstr "Plik podany dwukrotnie: %s"
-#: build/files.c:865
+#: build/files.c:872
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:945
+#: build/files.c:952
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Plik nie zgadza siê z prefiksem (%s): %s"
-#: build/files.c:955
+#: build/files.c:962
#, c-format
msgid "File not found: %s"
msgstr "Nie znaleziono pliku: %s"
-#: build/files.c:998
+#: build/files.c:1005
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "B³êdny u¿ytkownik/grupa: %s\n"
-#: build/files.c:1012
+#: build/files.c:1019
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "Plik %4d: 0%o %s.%s\t %s\n"
-#: build/files.c:1086
+#: build/files.c:1093
#, c-format
msgid "File needs leading \"/\": %s"
msgstr "Plik musi siê zaczynaæ od \"/\": %s"
-#: build/files.c:1115
+#: build/files.c:1122
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Nie znaleziono pliku: %s"
-#: build/files.c:1157
+#: build/files.c:1164
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "Nie mo¿na otworzyæ %%files pliku: %s"
-#: build/files.c:1164 build/pack.c:485
+#: build/files.c:1171 build/pack.c:99
#, c-format
msgid "line: %s"
msgstr "linia: %s"
-#: build/files.c:1498 build/parsePrep.c:30
+#: build/files.c:1507 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr "B³êdny u¿ytkownik/grupa: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1553
+#: build/files.c:1562
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "Nie mo¿na uruchomiæ %s"
-#: build/files.c:1558
+#: build/files.c:1567
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "Nie mo¿na wykonaæ fork na %s"
-#: build/files.c:1640
+#: build/files.c:1649
#, c-format
msgid "%s failed"
msgstr "%s nie powiod³o siê"
-#: build/files.c:1644
+#: build/files.c:1653
#, c-format
msgid "failed to write all data to %s"
msgstr "zapisanie wszystkich danych do %s nie powiod³o siê"
-#: build/files.c:1733
+#: build/files.c:1743
#, fuzzy, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "Wyszukiwanie wymaganych zasobów...\n"
-#: build/files.c:1761 build/files.c:1770
+#: build/files.c:1771 build/files.c:1780
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "Wyszukiwanie nie powiod³o siê"
-#: build/files.c:1876
+#: build/files.c:1887
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Przetwarzanie plików: %s\n"
-#: build/names.c:41 build/names.c:73
+#: build/names.c:46 build/names.c:79
msgid "RPMERR_INTERNAL: Hit limit in getUname()\n"
msgstr "RPMERR_INTERNAL: Limit trafieñ w getUname()\n"
-#: build/names.c:106 build/names.c:138
+#: build/names.c:113 build/names.c:146
msgid "RPMERR_INTERNAL: Hit limit in getGname()\n"
msgstr "RPMERR_INTERNAL: Limit trafieñ w getGname()\n"
-#: build/names.c:176
+#: build/names.c:186
#, c-format
msgid "Could not canonicalize hostname: %s\n"
msgstr "Nie mo¿na rozwi±zaæ nazwy systemu: %s\n"
-#: build/pack.c:132
+#: build/pack.c:47
#, c-format
-msgid "Could not generate output filename for package %s: %s\n"
-msgstr "Nie mo¿na wygenerowaæ wyj¶ciowej nazwy dla pakietu %s: %s\n"
+msgid "create archive failed on file %s: %s"
+msgstr "utworzenie archiwum pliku %s nie powiod³o siê: %s"
-#: build/pack.c:149
-#, fuzzy, c-format
-msgid "cannot create %s: %s\n"
-msgstr "nie mo¿na utworzyæ %s"
+#: build/pack.c:67
+#, c-format
+msgid "cpio_copy write failed: %s"
+msgstr "zapis w trybie cpio_copy nie powiód³ siê: %s"
-#: build/pack.c:186
+#: build/pack.c:74
+#, c-format
+msgid "cpio_copy read failed: %s"
+msgstr "odczyt w trybie cpio_copy nie powiód³ siê: %s"
+
+#: build/pack.c:154
+#, c-format
+msgid "Could not open PreIn file: %s"
+msgstr "Nie mo¿na otworzyæ pliku PreIn: %s"
+
+#: build/pack.c:161
+#, c-format
+msgid "Could not open PreUn file: %s"
+msgstr "Nie mo¿na otworzyæ pliku PreUn: %s"
+
+#: build/pack.c:168
+#, c-format
+msgid "Could not open PostIn file: %s"
+msgstr "Nie mo¿na otworzyæ pliku PostIn: %s"
+
+#: build/pack.c:175
+#, c-format
+msgid "Could not open PostUn file: %s"
+msgstr "Nie mo¿na otworzyæ pliku PostUn: %s"
+
+#: build/pack.c:183
+#, c-format
+msgid "Could not open VerifyScript file: %s"
+msgstr "Nie mo¿na otworzyæ pliku VerifyScript: %s"
+
+#: build/pack.c:198
+#, c-format
+msgid "Could not open Trigger script file: %s"
+msgstr "Nie mo¿na otworzyæ skryptu Trigger: %s"
+
+#: build/pack.c:225
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr "readRPM: otwieranie %s: %s\n"
-#: build/pack.c:196
+#: build/pack.c:235
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr "readRPM: czytanie %s: %s\n"
-#: build/pack.c:217
+#: build/pack.c:256
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "readRPM: %s nie jest pakietem RPM\n"
-#: build/pack.c:223
+#: build/pack.c:262
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr "readRPM: czytanie nag³ówka z %s\n"
-#: build/pack.c:281
+#: build/pack.c:324
msgid "Bad CSA data"
msgstr "B³êdne dane CSA"
-#: build/pack.c:316
+#: build/pack.c:359
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "Nie mo¿na otworzyæ %s\n"
-#: build/pack.c:348
+#: build/pack.c:391
#, c-format
msgid "Unable to write package: %s"
msgstr "Nie mo¿na zapisaæ pakietu: %s"
-#: build/pack.c:363
+#: build/pack.c:406
#, c-format
msgid "Generating signature: %d\n"
msgstr "Generowanie sygnatury: %d\n"
-#: build/pack.c:379
+#: build/pack.c:422
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s"
msgstr "Nie mo¿na odczytaæ sigtarget: %s"
-#: build/pack.c:389
+#: build/pack.c:432
#, fuzzy, c-format
msgid "Unable to read sigtarget %s: %s"
msgstr "Nie mo¿na odczytaæ sigtarget: %s"
-#: build/pack.c:399
+#: build/pack.c:442
#, fuzzy, c-format
msgid "Unable to write package %s: %s"
msgstr "Nie mo¿na zapisaæ pakietu: %s"
-#: build/pack.c:414
+#: build/pack.c:457
#, c-format
msgid "Wrote: %s\n"
msgstr "Zapisano: %s\n"
-#: build/pack.c:433
-#, c-format
-msgid "create archive failed on file %s: %s"
-msgstr "utworzenie archiwum pliku %s nie powiod³o siê: %s"
-
-#: build/pack.c:453
-#, c-format
-msgid "cpio_copy write failed: %s"
-msgstr "zapis w trybie cpio_copy nie powiód³ siê: %s"
-
-#: build/pack.c:460
-#, c-format
-msgid "cpio_copy read failed: %s"
-msgstr "odczyt w trybie cpio_copy nie powiód³ siê: %s"
-
-#: build/pack.c:540
-#, c-format
-msgid "Could not open PreIn file: %s"
-msgstr "Nie mo¿na otworzyæ pliku PreIn: %s"
-
-#: build/pack.c:547
-#, c-format
-msgid "Could not open PreUn file: %s"
-msgstr "Nie mo¿na otworzyæ pliku PreUn: %s"
-
-#: build/pack.c:554
-#, c-format
-msgid "Could not open PostIn file: %s"
-msgstr "Nie mo¿na otworzyæ pliku PostIn: %s"
-
-#: build/pack.c:561
+#: build/pack.c:519
#, c-format
-msgid "Could not open PostUn file: %s"
-msgstr "Nie mo¿na otworzyæ pliku PostUn: %s"
-
-#: build/pack.c:569
-#, c-format
-msgid "Could not open VerifyScript file: %s"
-msgstr "Nie mo¿na otworzyæ pliku VerifyScript: %s"
+msgid "Could not generate output filename for package %s: %s\n"
+msgstr "Nie mo¿na wygenerowaæ wyj¶ciowej nazwy dla pakietu %s: %s\n"
-#: build/pack.c:584
-#, c-format
-msgid "Could not open Trigger script file: %s"
-msgstr "Nie mo¿na otworzyæ skryptu Trigger: %s"
+#: build/pack.c:536
+#, fuzzy, c-format
+msgid "cannot create %s: %s\n"
+msgstr "nie mo¿na utworzyæ %s"
-#: build/parseBuildInstallClean.c:27
+#: build/parseBuildInstallClean.c:31
#, c-format
msgid "line %d: second %s"
msgstr "linia %d: druga %s"
-#: build/parseChangelog.c:103
+#: build/parseChangelog.c:108
msgid "%%changelog entries must start with *"
msgstr "wpisy %%changelog musz± zaczynaæ siê od *"
-#: build/parseChangelog.c:111
+#: build/parseChangelog.c:116
msgid "incomplete %%changelog entry"
msgstr "niekompletny wpis %%changelog"
-#: build/parseChangelog.c:126
+#: build/parseChangelog.c:131
msgid "bad date in %%changelog: %s"
msgstr "b³êdna data w %%changelog: %s"
-#: build/parseChangelog.c:131
+#: build/parseChangelog.c:136
msgid "%%changelog not in decending chronological order"
msgstr "wpisy w %%changelog u³o¿one niechronologicznie"
-#: build/parseChangelog.c:139 build/parseChangelog.c:150
+#: build/parseChangelog.c:144 build/parseChangelog.c:155
msgid "missing name in %%changelog"
msgstr "brak nazwiska w %%changelog"
-#: build/parseChangelog.c:157
+#: build/parseChangelog.c:162
msgid "no description in %%changelog"
msgstr "brak opisu w %%changelog"
-#: build/parseDescription.c:33
+#: build/parseDescription.c:38
msgid "line %d: Error parsing %%description: %s"
msgstr "linia %d: b³±d w interpretacji wpisu %%description: %s"
-#: build/parseDescription.c:46 build/parseFiles.c:40 build/parseScript.c:168
+#: build/parseDescription.c:51 build/parseFiles.c:45 build/parseScript.c:173
#, c-format
msgid "line %d: Bad option %s: %s"
msgstr "linia %d: B³edna opcja %s: %s"
-#: build/parseDescription.c:59 build/parseFiles.c:53 build/parseScript.c:181
+#: build/parseDescription.c:64 build/parseFiles.c:58 build/parseScript.c:186
#, c-format
msgid "line %d: Too many names: %s"
msgstr "linia %d: Zbyt du¿o nazw: %s"
-#: build/parseDescription.c:69 build/parseFiles.c:63 build/parseScript.c:191
+#: build/parseDescription.c:74 build/parseFiles.c:68 build/parseScript.c:196
#, c-format
msgid "line %d: Package does not exist: %s"
msgstr "linia %d: Pakiet nie istnieje: %s"
-#: build/parseDescription.c:81
+#: build/parseDescription.c:86
#, c-format
msgid "line %d: Second description"
msgstr "linia %d: Drugi opis"
-#: build/parseFiles.c:27
+#: build/parseFiles.c:32
msgid "line %d: Error parsing %%files: %s"
msgstr "linia %d: B³±d w interpretacji wpisu %%files: %s"
-#: build/parseFiles.c:71
+#: build/parseFiles.c:76
msgid "line %d: Second %%files list"
msgstr "linia %d: Druga lista %%files"
-#: build/parsePreamble.c:145
+#: build/parsePreamble.c:149
#, c-format
msgid "Architecture is excluded: %s"
msgstr "Architektura nie jest wspierana: %s"
-#: build/parsePreamble.c:150
+#: build/parsePreamble.c:154
#, c-format
msgid "Architecture is not included: %s"
msgstr "Architektura nie jest wspierana: %s"
-#: build/parsePreamble.c:155
+#: build/parsePreamble.c:159
#, c-format
msgid "OS is excluded: %s"
msgstr "Ten OS nie jest wspierany: %s"
-#: build/parsePreamble.c:160
+#: build/parsePreamble.c:164
#, c-format
msgid "OS is not included: %s"
msgstr "Ten OS nie jest wspierany: %s"
-#: build/parsePreamble.c:174
+#: build/parsePreamble.c:178
#, c-format
msgid "%s field must be present in package: %s"
msgstr "pole %s musi byæ obecne w pakiecie: %s"
-#: build/parsePreamble.c:199
+#: build/parsePreamble.c:203
#, c-format
msgid "Duplicate %s entries in package: %s"
msgstr "Podwójne wpisy %s w pakiecie: %s"
-#: build/parsePreamble.c:246
+#: build/parsePreamble.c:250
#, fuzzy, c-format
msgid "Unable to open icon %s: %s"
msgstr "Nie mo¿na odczytaæ ikony: %s"
-#: build/parsePreamble.c:264
+#: build/parsePreamble.c:268
#, fuzzy, c-format
msgid "Unable to read icon %s: %s"
msgstr "Nie mo¿na odczytaæ ikony: %s"
-#: build/parsePreamble.c:277
+#: build/parsePreamble.c:281
#, c-format
msgid "Unknown icon type: %s"
msgstr "Nieznany typ ikony: %s"
-#: build/parsePreamble.c:339
+#: build/parsePreamble.c:344
#, c-format
msgid "line %d: Malformed tag: %s"
msgstr "linia %d: Niepoprawna forma etykiety: %s"
#. Empty field
-#: build/parsePreamble.c:347
+#: build/parsePreamble.c:352
#, c-format
msgid "line %d: Empty tag: %s"
msgstr "linia %d: Pusta etykieta: %s"
-#: build/parsePreamble.c:370 build/parsePreamble.c:377
+#: build/parsePreamble.c:375 build/parsePreamble.c:382
#, c-format
msgid "line %d: Illegal char '-' in %s: %s"
msgstr "linia %d: Nielegalny znak '-' w %s: %s"
-#: build/parsePreamble.c:441 build/parseSpec.c:366
+#: build/parsePreamble.c:446 build/parseSpec.c:375
#, fuzzy, c-format
msgid "BuildRoot can not be \"/\": %s"
msgstr "linia %d: wpis BuildRoot nie mo¿e byæ \"/\": %s"
-#: build/parsePreamble.c:454
+#: build/parsePreamble.c:459
#, c-format
msgid "line %d: Prefixes must not end with \"/\": %s"
msgstr "linia %d: Prefiksy nie mog± siê koñczyæ na \"/\": %s"
-#: build/parsePreamble.c:466
+#: build/parsePreamble.c:471
#, c-format
msgid "line %d: Docdir must begin with '/': %s"
msgstr "linia %d: wpis Docdir musi siê zaczynaæ od '/': %s"
-#: build/parsePreamble.c:478
+#: build/parsePreamble.c:483
#, c-format
msgid "line %d: Epoch/Serial field must be a number: %s"
msgstr "linia %d: pole Epoch/Serial musi byæ liczb±: %s"
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:546
#, c-format
msgid "line %d: Bad BuildArchitecture format: %s"
msgstr "linia %d: B³êdny format wpisu BuildArchitecture: %s"
-#: build/parsePreamble.c:551
+#: build/parsePreamble.c:556
#, c-format
msgid "Internal error: Bogus tag %d"
msgstr "B³±d wewnêtrzny: Fa³szywa etykieta %d"
-#: build/parsePreamble.c:689
+#: build/parsePreamble.c:695
#, c-format
msgid "Bad package specification: %s"
msgstr "B³êdna specyfikacja pakietu: $s"
-#: build/parsePreamble.c:695
+#: build/parsePreamble.c:701
#, c-format
msgid "Package already exists: %s"
msgstr "Pakiet ju¿ istnieje: %s"
-#: build/parsePreamble.c:722
+#: build/parsePreamble.c:728
#, c-format
msgid "line %d: Unknown tag: %s"
msgstr "linia %d: Nieznana etykieta: %s"
-#: build/parsePreamble.c:747
+#: build/parsePreamble.c:753
msgid "Spec file can't use BuildRoot"
msgstr "W pliku spec nie mo¿na u¿ywaæ wpisów BuildRoot"
-#: build/parsePrep.c:26
+#: build/parsePrep.c:30
#, c-format
msgid "Bad source: %s: %s"
msgstr "B³êdne ¼ród³o: %s: %s"
-#: build/parsePrep.c:53
+#: build/parsePrep.c:57
#, c-format
msgid "No patch number %d"
msgstr "Brak ³aty numer %d"
-#: build/parsePrep.c:134
+#: build/parsePrep.c:138
#, c-format
msgid "No source number %d"
msgstr "Brak ¼ród³a numer %d"
-#: build/parsePrep.c:153
+#: build/parsePrep.c:157
#, c-format
msgid "Couldn't download nosource %s: %s"
msgstr ""
-#: build/parsePrep.c:219
+#: build/parsePrep.c:223
msgid "Error parsing %%setup: %s"
msgstr "B³±d przetwarzania %%setup: %s"
-#: build/parsePrep.c:234
+#: build/parsePrep.c:238
msgid "line %d: Bad arg to %%setup %c: %s"
msgstr "linia %d: B³êdny argument dla %%setup %c: %s"
-#: build/parsePrep.c:252
+#: build/parsePrep.c:256
msgid "line %d: Bad %%setup option %s: %s"
msgstr "linia %d: B³êdna opcja %%setup %s: %s"
-#: build/parsePrep.c:379
+#: build/parsePrep.c:383
msgid "line %d: Need arg to %%patch -b: %s"
msgstr "linia %d: Wymagany argument dla %%patch -b: %s"
-#: build/parsePrep.c:387
+#: build/parsePrep.c:391
msgid "line %d: Need arg to %%patch -z: %s"
msgstr "linia %d: Wymagany argument dla %%patch -z: %s"
-#: build/parsePrep.c:399
+#: build/parsePrep.c:403
msgid "line %d: Need arg to %%patch -p: %s"
msgstr "linia %d: Wymagany argument dla %%patch -p: %s"
-#: build/parsePrep.c:405
+#: build/parsePrep.c:409
msgid "line %d: Bad arg to %%patch -p: %s"
msgstr "linia %d: B³êdny argument dla %%patch -p: %s"
-#: build/parsePrep.c:412
+#: build/parsePrep.c:416
msgid "Too many patches!"
msgstr "Zbyt wiele ³at!"
-#: build/parsePrep.c:416
+#: build/parsePrep.c:420
msgid "line %d: Bad arg to %%patch: %s"
msgstr "linia %d: B³êdny argument dla %%patch: %s"
-#: build/parsePrep.c:452
+#: build/parsePrep.c:457
msgid "line %d: second %%prep"
msgstr "linia %d: druga sekcja %%prep"
-#: build/parseReqs.c:91
+#: build/parseReqs.c:96
#, c-format
msgid ""
"line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s"
msgstr ""
"linia %d: Znaki musz± sie zaczynaæ od alfanumerycznych, '_' lub '/': %s"
-#: build/parseReqs.c:102
+#: build/parseReqs.c:107
#, c-format
msgid "line %d: File name not permitted: %s"
msgstr "linia %d: Nazwa pliku niedozwolona: %s"
-#: build/parseReqs.c:134
+#: build/parseReqs.c:139
#, c-format
msgid "line %d: Versioned file name not permitted: %s"
msgstr "linia %d: Wersja w nazwach plików niedozwolona: %s"
-#: build/parseReqs.c:146
+#: build/parseReqs.c:151
#, c-format
msgid "line %d: Version not permitted: %s"
msgstr "linia %d: Wersja niedozwolona: %s"
-#: build/parseReqs.c:172
+#: build/parseReqs.c:177
#, c-format
msgid "line %d: Version required: %s"
msgstr "linia %d: Wymagana wersja: %s"
-#: build/parseScript.c:136
+#: build/parseScript.c:141
#, c-format
msgid "line %d: triggers must have --: %s"
msgstr "linia %d: triggery musz± mieæ --: %s"
-#: build/parseScript.c:146 build/parseScript.c:209
+#: build/parseScript.c:151 build/parseScript.c:214
#, c-format
msgid "line %d: Error parsing %s: %s"
msgstr "linia %d: B³±d przetwarzania %s: %s"
-#: build/parseScript.c:156
+#: build/parseScript.c:161
#, c-format
msgid "line %d: script program must begin with '/': %s"
msgstr "linia %d: skrypt (tu jako program) musi siê zaczynaæ od '/': %s"
-#: build/parseScript.c:200
+#: build/parseScript.c:205
#, c-format
msgid "line %d: Second %s"
msgstr "linia %d: Drugi %s"
-#: build/parseSpec.c:129
+#: build/parseSpec.c:135
#, c-format
msgid "line %d: %s"
msgstr "linia %d: %s"
#. XXX Fstrerror
-#: build/parseSpec.c:179
+#: build/parseSpec.c:186
#, fuzzy, c-format
msgid "Unable to open %s: %s\n"
msgstr "Nie mo¿na otworzyæ: %s\n"
-#: build/parseSpec.c:191
+#: build/parseSpec.c:198
msgid "Unclosed %%if"
msgstr "Niedomkniête %%if"
-#: build/parseSpec.c:252
+#: build/parseSpec.c:259
#, c-format
msgid "%s:%d: parseExpressionBoolean returns %d"
msgstr ""
#. Got an else with no %if !
-#: build/parseSpec.c:260
+#: build/parseSpec.c:267
msgid "%s:%d: Got a %%else with no if"
msgstr "%s:%d: Napotkano %%else bez if"
#. Got an end with no %if !
-#: build/parseSpec.c:271
+#: build/parseSpec.c:278
msgid "%s:%d: Got a %%endif with no if"
msgstr "%s:%d: Napotkano %%endif bez if"
-#: build/parseSpec.c:285 build/parseSpec.c:294
+#: build/parseSpec.c:292 build/parseSpec.c:301
msgid "malformed %%include statement"
msgstr "b³ednie sformatowany wpis %%include"
-#: build/parseSpec.c:461
+#: build/parseSpec.c:470
msgid "No buildable architectures"
msgstr "Nie mo¿na budowaæ na takie architektury"
-#: build/parseSpec.c:509
+#: build/parseSpec.c:518
msgid "Package has no %%description: %s"
msgstr "Pakiet nie ma %%description: %s"
-#: build/spec.c:31
+#: build/spec.c:35
#, c-format
msgid "archive = %s, fs = %s\n"
msgstr "archiwum = %s fs = %s\n"
-#: build/spec.c:237
+#: build/spec.c:246
#, c-format
msgid "line %d: Bad number: %s"
msgstr "linia %d: B³êdny numer: %s"
-#: build/spec.c:243
+#: build/spec.c:252
#, c-format
msgid "line %d: Bad no%s number: %d"
msgstr "linia %d: b³êdny numer no%s: %d"
-#: build/spec.c:301
+#: build/spec.c:311
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "linia %d: B³êdny numer %s: %s\n"
@@ -2267,7 +2267,7 @@ msgstr "spodziewany | na koñcu wyra¿enia"
msgid "(unknown type)"
msgstr "(nieznany typ)"
-#: lib/install.c:142 lib/uninstall.c:195
+#: lib/install.c:142 lib/uninstall.c:191
#, c-format
msgid " file: %s action: %s\n"
msgstr " plik: %s akcja: %s\n"
@@ -2335,7 +2335,7 @@ msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
msgid "renaming %s to %s\n"
msgstr "zmiana nazwy %s na %s\n"
-#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:28
+#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:30
#, c-format
msgid "rename of %s to %s failed: %s"
msgstr "zmiana nazwy z %s na %s nie powiod³a sie: %s"
@@ -2946,7 +2946,7 @@ msgstr "pakiet %s nie jest wymieniony w %s"
msgid "package %s not found in %s"
msgstr "pakiet %s nie znaleziony w %s"
-#: lib/rpmdb.c:508 lib/uninstall.c:87
+#: lib/rpmdb.c:508 lib/uninstall.c:90
#, c-format
msgid "cannot read header at %d for uninstall"
msgstr "nie mo¿na odczytaæ nag³ówka przy %d dla deinstalacji"
@@ -3427,40 +3427,40 @@ msgstr "przesuwanie %s do %s\n"
msgid "%s skipped due to missingok flag\n"
msgstr "%s pominiêty z powodu flagi missingok\n"
-#: lib/uninstall.c:39
+#: lib/uninstall.c:41
#, c-format
msgid "cannot remove %s - directory not empty"
msgstr "nie mo¿na usun±æ %s - katalog nie jest pusty"
-#: lib/uninstall.c:42
+#: lib/uninstall.c:44
#, c-format
msgid "rmdir of %s failed: %s"
msgstr "skasowanie katalogu %s nie powiod³o siê"
-#: lib/uninstall.c:50
+#: lib/uninstall.c:52
#, c-format
msgid "removal of %s failed: %s"
msgstr "skasowanie %s nie powiod³o siê: %s"
-#: lib/uninstall.c:99
+#: lib/uninstall.c:104
#, c-format
msgid "cannot read packages named %s for uninstall"
msgstr "nie mo¿na odczytaæ pakietów nazwanych %s dla zdeinstalowania"
-#: lib/uninstall.c:132
+#: lib/uninstall.c:137
#, c-format
msgid "will remove files test = %d\n"
msgstr "usunie pliki test = %d\n"
-#: lib/uninstall.c:209
+#: lib/uninstall.c:205
msgid "running postuninstall script (if any)\n"
msgstr "uruchamianie skryptu postinstalacyjnego (je¦li istnieje)\n"
-#: lib/uninstall.c:223
+#: lib/uninstall.c:219
msgid "removing database entry\n"
msgstr "usuwanie wpisu w bazie\n"
-#: lib/uninstall.c:408
+#: lib/uninstall.c:404
msgid "execution of script failed"
msgstr "wykonanie skryptu nie powiod³o siê"
@@ -3499,33 +3499,33 @@ msgstr "port musi byæ liczb±\n"
msgid "failed to create %s: %s\n"
msgstr "utworzenie %s nie powiod³o siê\n"
-#: lib/verify.c:38
+#: lib/verify.c:39
msgid "don't verify files in package"
msgstr "nie sprawdzaj plików pakietu"
-#: lib/verify.c:213
+#: lib/verify.c:215
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:231
+#: lib/verify.c:233
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:266
+#: lib/verify.c:269
#, c-format
msgid "missing %s\n"
msgstr "brak %s\n"
-#: lib/verify.c:328
+#: lib/verify.c:331
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Niespe³nione zale¿no¶ci dla %s-%s-%s: "
-#: lib/verify.c:376
+#: lib/verify.c:381
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 3e9c72d56..b43c571c0 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: 2000-01-24 08:20-0500\n"
+msgstr "POT-Creation-Date: 2000-01-24 15:37-0500\n"
#: build.c:25 lib/rpminstall.c:250 lib/rpminstall.c:424
#, c-format
@@ -1400,7 +1400,7 @@ msgid "cannot re-open payload: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/build.c:105 build/pack.c:269
+#: build/build.c:110 build/pack.c:312
#, fuzzy
msgid "Unable to open temp file"
msgstr "Não consegui abrir: %s\n"
@@ -1413,729 +1413,729 @@ msgstr "Não consegui abrir: %s\n"
# "Content-Type: text/plain; charset=ISO-8859-1\n"
# "Content-Transfer-Encoding: 8-bit\n"
# , c-format
-#: build/build.c:184
+#: build/build.c:189
#, fuzzy, c-format
msgid "Executing(%s): %s\n"
msgstr "RPM versão %s\n"
-#: build/build.c:190
+#: build/build.c:195
#, fuzzy, c-format
msgid "Exec of %s failed (%s): %s"
msgstr "Construção falhou.\n"
-#: build/build.c:198
+#: build/build.c:203
#, c-format
msgid "Bad exit status from %s (%s)"
msgstr ""
-#: build/expression.c:207
+#: build/expression.c:211
msgid "syntax error while parsing =="
msgstr ""
-#: build/expression.c:237
+#: build/expression.c:241
msgid "syntax error while parsing &&"
msgstr ""
-#: build/expression.c:246
+#: build/expression.c:250
msgid "syntax error while parsing ||"
msgstr ""
-#: build/expression.c:288
+#: build/expression.c:292
msgid "parse error in expression"
msgstr ""
-#: build/expression.c:318
+#: build/expression.c:321
msgid "unmatched ("
msgstr ""
-#: build/expression.c:336
+#: build/expression.c:339
msgid "undefined identifier"
msgstr ""
-#: build/expression.c:355
+#: build/expression.c:358
msgid "- only on numbers"
msgstr ""
-#: build/expression.c:371
+#: build/expression.c:374
msgid "! only on numbers"
msgstr ""
-#: build/expression.c:410 build/expression.c:455 build/expression.c:512
-#: build/expression.c:599
+#: build/expression.c:413 build/expression.c:458 build/expression.c:515
+#: build/expression.c:602
msgid "types must match"
msgstr ""
-#: build/expression.c:423
+#: build/expression.c:426
msgid "* / not suported for strings"
msgstr ""
-#: build/expression.c:471
+#: build/expression.c:474
msgid "- not suported for strings"
msgstr ""
-#: build/expression.c:612
+#: build/expression.c:615
msgid "&& and || not suported for strings"
msgstr ""
-#: build/expression.c:645 build/expression.c:692
+#: build/expression.c:649 build/expression.c:697
msgid "syntax error in expression"
msgstr ""
-#: build/files.c:199
+#: build/files.c:204
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:243 build/files.c:325 build/files.c:488
+#: build/files.c:249 build/files.c:331 build/files.c:494
#, c-format
msgid "Missing '(' in %s %s"
msgstr ""
-#: build/files.c:254 build/files.c:442 build/files.c:499
+#: build/files.c:260 build/files.c:448 build/files.c:505
#, c-format
msgid "Missing ')' in %s(%s"
msgstr ""
-#: build/files.c:292 build/files.c:467
+#: build/files.c:298 build/files.c:473
#, c-format
msgid "Invalid %s token: %s"
msgstr ""
-#: build/files.c:341
+#: build/files.c:347
#, c-format
msgid "Non-white space follows %s(): %s"
msgstr ""
# , c-format
-#: build/files.c:379
+#: build/files.c:385
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)"
msgstr "Não consegui ler o arquivo spec de %s\n"
# , c-format
-#: build/files.c:389
+#: build/files.c:395
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/files.c:401
+#: build/files.c:407
#, c-format
msgid "Bad dirmode spec: %s(%s)"
msgstr ""
-#: build/files.c:525
+#: build/files.c:531
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)"
msgstr ""
-#: build/files.c:535
+#: build/files.c:541
msgid "Duplicate locale %.*s in %%lang(%s)"
msgstr ""
-#: build/files.c:630
+#: build/files.c:637
msgid "Hit limit for %%docdir"
msgstr ""
-#: build/files.c:636
+#: build/files.c:643
msgid "Only one arg for %%docdir"
msgstr ""
# , c-format
#. We already got a file -- error
-#: build/files.c:661
+#: build/files.c:668
#, fuzzy, c-format
msgid "Two files on one line: %s"
msgstr "Não consegui abrir: %s\n"
-#: build/files.c:674
+#: build/files.c:681
#, fuzzy, c-format
msgid "File must begin with \"/\": %s"
msgstr "argumentos para o --dbpath devem começar com uma /"
-#: build/files.c:686
+#: build/files.c:693
msgid "Can't mix special %%doc with other forms: %s"
msgstr ""
# , c-format
-#: build/files.c:772
+#: build/files.c:779
#, fuzzy, c-format
msgid "File listed twice: %s"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/files.c:865
+#: build/files.c:872
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
# , c-format
-#: build/files.c:945
+#: build/files.c:952
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/files.c:955
+#: build/files.c:962
#, fuzzy, c-format
msgid "File not found: %s"
msgstr "não foi passado pacote para desinstalação"
-#: build/files.c:998
+#: build/files.c:1005
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1012
+#: build/files.c:1019
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1086
+#: build/files.c:1093
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1115
+#: build/files.c:1122
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "não foi passado pacote para desinstalação"
# , c-format
-#: build/files.c:1157
+#: build/files.c:1164
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "Não consegui abrir: %s\n"
-#: build/files.c:1164 build/pack.c:485
+#: build/files.c:1171 build/pack.c:99
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1498 build/parsePrep.c:30
+#: build/files.c:1507 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
# , c-format
#. XXX this error message is probably not seen.
-#: build/files.c:1553
+#: build/files.c:1562
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "Não consegui ler o arquivo spec de %s\n"
# , c-format
-#: build/files.c:1558
+#: build/files.c:1567
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/files.c:1640
+#: build/files.c:1649
#, fuzzy, c-format
msgid "%s failed"
msgstr "Construção falhou.\n"
# , c-format
-#: build/files.c:1644
+#: build/files.c:1653
#, fuzzy, c-format
msgid "failed to write all data to %s"
msgstr "Não consegui abrir o pipe tar: %s\n"
-#: build/files.c:1733
+#: build/files.c:1743
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
# , c-format
-#: build/files.c:1761 build/files.c:1770
+#: build/files.c:1771 build/files.c:1780
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "Não consegui abrir o pipe tar: %s\n"
-#: build/files.c:1876
+#: build/files.c:1887
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
-#: build/names.c:41 build/names.c:73
+#: build/names.c:46 build/names.c:79
msgid "RPMERR_INTERNAL: Hit limit in getUname()\n"
msgstr ""
-#: build/names.c:106 build/names.c:138
+#: build/names.c:113 build/names.c:146
msgid "RPMERR_INTERNAL: Hit limit in getGname()\n"
msgstr ""
-#: build/names.c:176
+#: build/names.c:186
#, c-format
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:132
-#, c-format
-msgid "Could not generate output filename for package %s: %s\n"
-msgstr ""
-
# , c-format
-#: build/pack.c:149
+#: build/pack.c:47
#, fuzzy, c-format
-msgid "cannot create %s: %s\n"
+msgid "create archive failed on file %s: %s"
msgstr "Não consegui abrir: %s\n"
+#: build/pack.c:67
+#, c-format
+msgid "cpio_copy write failed: %s"
+msgstr ""
+
+#: build/pack.c:74
+#, c-format
+msgid "cpio_copy read failed: %s"
+msgstr ""
+
+#: build/pack.c:154
+#, c-format
+msgid "Could not open PreIn file: %s"
+msgstr ""
+
+#: build/pack.c:161
+#, c-format
+msgid "Could not open PreUn file: %s"
+msgstr ""
+
+#: build/pack.c:168
+#, c-format
+msgid "Could not open PostIn file: %s"
+msgstr ""
+
+#: build/pack.c:175
+#, c-format
+msgid "Could not open PostUn file: %s"
+msgstr ""
+
+#: build/pack.c:183
+#, c-format
+msgid "Could not open VerifyScript file: %s"
+msgstr ""
+
+#: build/pack.c:198
+#, c-format
+msgid "Could not open Trigger script file: %s"
+msgstr ""
+
# , c-format
-#: build/pack.c:186
+#: build/pack.c:225
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:196
+#: build/pack.c:235
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/pack.c:217
+#: build/pack.c:256
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:223
+#: build/pack.c:262
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:281
+#: build/pack.c:324
msgid "Bad CSA data"
msgstr ""
# , c-format
-#: build/pack.c:316
+#: build/pack.c:359
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:348
+#: build/pack.c:391
#, fuzzy, c-format
msgid "Unable to write package: %s"
msgstr "Não consegui abrir: %s\n"
-#: build/pack.c:363
+#: build/pack.c:406
#, fuzzy, c-format
msgid "Generating signature: %d\n"
msgstr "gere assinatura PGP"
# , c-format
-#: build/pack.c:379
+#: build/pack.c:422
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:389
+#: build/pack.c:432
#, fuzzy, c-format
msgid "Unable to read sigtarget %s: %s"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:399
+#: build/pack.c:442
#, fuzzy, c-format
msgid "Unable to write package %s: %s"
msgstr "Não consegui abrir: %s\n"
-#: build/pack.c:414
+#: build/pack.c:457
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-# , c-format
-#: build/pack.c:433
-#, fuzzy, c-format
-msgid "create archive failed on file %s: %s"
-msgstr "Não consegui abrir: %s\n"
-
-#: build/pack.c:453
-#, c-format
-msgid "cpio_copy write failed: %s"
-msgstr ""
-
-#: build/pack.c:460
+#: build/pack.c:519
#, c-format
-msgid "cpio_copy read failed: %s"
-msgstr ""
-
-#: build/pack.c:540
-#, c-format
-msgid "Could not open PreIn file: %s"
-msgstr ""
-
-#: build/pack.c:547
-#, c-format
-msgid "Could not open PreUn file: %s"
-msgstr ""
-
-#: build/pack.c:554
-#, c-format
-msgid "Could not open PostIn file: %s"
-msgstr ""
-
-#: build/pack.c:561
-#, c-format
-msgid "Could not open PostUn file: %s"
-msgstr ""
-
-#: build/pack.c:569
-#, c-format
-msgid "Could not open VerifyScript file: %s"
+msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:584
-#, c-format
-msgid "Could not open Trigger script file: %s"
-msgstr ""
+# , c-format
+#: build/pack.c:536
+#, fuzzy, c-format
+msgid "cannot create %s: %s\n"
+msgstr "Não consegui abrir: %s\n"
-#: build/parseBuildInstallClean.c:27
+#: build/parseBuildInstallClean.c:31
#, c-format
msgid "line %d: second %s"
msgstr ""
-#: build/parseChangelog.c:103
+#: build/parseChangelog.c:108
msgid "%%changelog entries must start with *"
msgstr ""
-#: build/parseChangelog.c:111
+#: build/parseChangelog.c:116
msgid "incomplete %%changelog entry"
msgstr ""
-#: build/parseChangelog.c:126
+#: build/parseChangelog.c:131
msgid "bad date in %%changelog: %s"
msgstr ""
-#: build/parseChangelog.c:131
+#: build/parseChangelog.c:136
msgid "%%changelog not in decending chronological order"
msgstr ""
-#: build/parseChangelog.c:139 build/parseChangelog.c:150
+#: build/parseChangelog.c:144 build/parseChangelog.c:155
msgid "missing name in %%changelog"
msgstr ""
-#: build/parseChangelog.c:157
+#: build/parseChangelog.c:162
msgid "no description in %%changelog"
msgstr ""
-#: build/parseDescription.c:33
+#: build/parseDescription.c:38
msgid "line %d: Error parsing %%description: %s"
msgstr ""
# , c-format
-#: build/parseDescription.c:46 build/parseFiles.c:40 build/parseScript.c:168
+#: build/parseDescription.c:51 build/parseFiles.c:45 build/parseScript.c:173
#, fuzzy, c-format
msgid "line %d: Bad option %s: %s"
msgstr "Não consegui abrir: %s\n"
-#: build/parseDescription.c:59 build/parseFiles.c:53 build/parseScript.c:181
+#: build/parseDescription.c:64 build/parseFiles.c:58 build/parseScript.c:186
#, c-format
msgid "line %d: Too many names: %s"
msgstr ""
-#: build/parseDescription.c:69 build/parseFiles.c:63 build/parseScript.c:191
+#: build/parseDescription.c:74 build/parseFiles.c:68 build/parseScript.c:196
#, c-format
msgid "line %d: Package does not exist: %s"
msgstr ""
-#: build/parseDescription.c:81
+#: build/parseDescription.c:86
#, c-format
msgid "line %d: Second description"
msgstr ""
-#: build/parseFiles.c:27
+#: build/parseFiles.c:32
msgid "line %d: Error parsing %%files: %s"
msgstr ""
-#: build/parseFiles.c:71
+#: build/parseFiles.c:76
msgid "line %d: Second %%files list"
msgstr ""
-#: build/parsePreamble.c:145
+#: build/parsePreamble.c:149
#, c-format
msgid "Architecture is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:150
+#: build/parsePreamble.c:154
#, c-format
msgid "Architecture is not included: %s"
msgstr ""
-#: build/parsePreamble.c:155
+#: build/parsePreamble.c:159
#, c-format
msgid "OS is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:160
+#: build/parsePreamble.c:164
#, c-format
msgid "OS is not included: %s"
msgstr ""
-#: build/parsePreamble.c:174
+#: build/parsePreamble.c:178
#, c-format
msgid "%s field must be present in package: %s"
msgstr ""
-#: build/parsePreamble.c:199
+#: build/parsePreamble.c:203
#, c-format
msgid "Duplicate %s entries in package: %s"
msgstr ""
# , c-format
-#: build/parsePreamble.c:246
+#: build/parsePreamble.c:250
#, fuzzy, c-format
msgid "Unable to open icon %s: %s"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/parsePreamble.c:264
+#: build/parsePreamble.c:268
#, fuzzy, c-format
msgid "Unable to read icon %s: %s"
msgstr "Não consegui abrir: %s\n"
-#: build/parsePreamble.c:277
+#: build/parsePreamble.c:281
#, c-format
msgid "Unknown icon type: %s"
msgstr ""
-#: build/parsePreamble.c:339
+#: build/parsePreamble.c:344
#, c-format
msgid "line %d: Malformed tag: %s"
msgstr ""
#. Empty field
-#: build/parsePreamble.c:347
+#: build/parsePreamble.c:352
#, c-format
msgid "line %d: Empty tag: %s"
msgstr ""
# , c-format
-#: build/parsePreamble.c:370 build/parsePreamble.c:377
+#: build/parsePreamble.c:375 build/parsePreamble.c:382
#, fuzzy, c-format
msgid "line %d: Illegal char '-' in %s: %s"
msgstr "Não consegui abrir: %s\n"
-#: build/parsePreamble.c:441 build/parseSpec.c:366
+#: build/parsePreamble.c:446 build/parseSpec.c:375
#, c-format
msgid "BuildRoot can not be \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:454
+#: build/parsePreamble.c:459
#, c-format
msgid "line %d: Prefixes must not end with \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:466
+#: build/parsePreamble.c:471
#, fuzzy, c-format
msgid "line %d: Docdir must begin with '/': %s"
msgstr "argumentos para o --dbpath devem começar com uma /"
-#: build/parsePreamble.c:478
+#: build/parsePreamble.c:483
#, c-format
msgid "line %d: Epoch/Serial field must be a number: %s"
msgstr ""
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:546
#, c-format
msgid "line %d: Bad BuildArchitecture format: %s"
msgstr ""
-#: build/parsePreamble.c:551
+#: build/parsePreamble.c:556
#, c-format
msgid "Internal error: Bogus tag %d"
msgstr ""
-#: build/parsePreamble.c:689
+#: build/parsePreamble.c:695
#, fuzzy, c-format
msgid "Bad package specification: %s"
msgstr " Opcões para especificação de pacotes:"
-#: build/parsePreamble.c:695
+#: build/parsePreamble.c:701
#, c-format
msgid "Package already exists: %s"
msgstr ""
-#: build/parsePreamble.c:722
+#: build/parsePreamble.c:728
#, c-format
msgid "line %d: Unknown tag: %s"
msgstr ""
-#: build/parsePreamble.c:747
+#: build/parsePreamble.c:753
msgid "Spec file can't use BuildRoot"
msgstr ""
# , c-format
-#: build/parsePrep.c:26
+#: build/parsePrep.c:30
#, fuzzy, c-format
msgid "Bad source: %s: %s"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/parsePrep.c:53
+#: build/parsePrep.c:57
#, c-format
msgid "No patch number %d"
msgstr ""
-#: build/parsePrep.c:134
+#: build/parsePrep.c:138
#, c-format
msgid "No source number %d"
msgstr ""
# , c-format
-#: build/parsePrep.c:153
+#: build/parsePrep.c:157
#, fuzzy, c-format
msgid "Couldn't download nosource %s: %s"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/parsePrep.c:219
+#: build/parsePrep.c:223
msgid "Error parsing %%setup: %s"
msgstr ""
-#: build/parsePrep.c:234
+#: build/parsePrep.c:238
msgid "line %d: Bad arg to %%setup %c: %s"
msgstr ""
-#: build/parsePrep.c:252
+#: build/parsePrep.c:256
msgid "line %d: Bad %%setup option %s: %s"
msgstr ""
-#: build/parsePrep.c:379
+#: build/parsePrep.c:383
msgid "line %d: Need arg to %%patch -b: %s"
msgstr ""
-#: build/parsePrep.c:387
+#: build/parsePrep.c:391
msgid "line %d: Need arg to %%patch -z: %s"
msgstr ""
-#: build/parsePrep.c:399
+#: build/parsePrep.c:403
msgid "line %d: Need arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:405
+#: build/parsePrep.c:409
msgid "line %d: Bad arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:412
+#: build/parsePrep.c:416
msgid "Too many patches!"
msgstr ""
-#: build/parsePrep.c:416
+#: build/parsePrep.c:420
msgid "line %d: Bad arg to %%patch: %s"
msgstr ""
-#: build/parsePrep.c:452
+#: build/parsePrep.c:457
msgid "line %d: second %%prep"
msgstr ""
-#: build/parseReqs.c:91
+#: build/parseReqs.c:96
#, fuzzy, c-format
msgid ""
"line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s"
msgstr "argumentos para o --dbpath devem começar com uma /"
-#: build/parseReqs.c:102
+#: build/parseReqs.c:107
#, c-format
msgid "line %d: File name not permitted: %s"
msgstr ""
-#: build/parseReqs.c:134
+#: build/parseReqs.c:139
#, c-format
msgid "line %d: Versioned file name not permitted: %s"
msgstr ""
-#: build/parseReqs.c:146
+#: build/parseReqs.c:151
#, c-format
msgid "line %d: Version not permitted: %s"
msgstr ""
# , c-format
-#: build/parseReqs.c:172
+#: build/parseReqs.c:177
#, fuzzy, c-format
msgid "line %d: Version required: %s"
msgstr "Não consegui abrir: %s\n"
-#: build/parseScript.c:136
+#: build/parseScript.c:141
#, c-format
msgid "line %d: triggers must have --: %s"
msgstr ""
-#: build/parseScript.c:146 build/parseScript.c:209
+#: build/parseScript.c:151 build/parseScript.c:214
#, c-format
msgid "line %d: Error parsing %s: %s"
msgstr ""
-#: build/parseScript.c:156
+#: build/parseScript.c:161
#, c-format
msgid "line %d: script program must begin with '/': %s"
msgstr ""
-#: build/parseScript.c:200
+#: build/parseScript.c:205
#, c-format
msgid "line %d: Second %s"
msgstr ""
# , c-format
-#: build/parseSpec.c:129
+#: build/parseSpec.c:135
#, fuzzy, c-format
msgid "line %d: %s"
msgstr "Não consegui ler o arquivo spec de %s\n"
# , c-format
#. XXX Fstrerror
-#: build/parseSpec.c:179
+#: build/parseSpec.c:186
#, fuzzy, c-format
msgid "Unable to open %s: %s\n"
msgstr "Não consegui abrir: %s\n"
-#: build/parseSpec.c:191
+#: build/parseSpec.c:198
msgid "Unclosed %%if"
msgstr ""
-#: build/parseSpec.c:252
+#: build/parseSpec.c:259
#, c-format
msgid "%s:%d: parseExpressionBoolean returns %d"
msgstr ""
#. Got an else with no %if !
-#: build/parseSpec.c:260
+#: build/parseSpec.c:267
msgid "%s:%d: Got a %%else with no if"
msgstr ""
#. Got an end with no %if !
-#: build/parseSpec.c:271
+#: build/parseSpec.c:278
msgid "%s:%d: Got a %%endif with no if"
msgstr ""
-#: build/parseSpec.c:285 build/parseSpec.c:294
+#: build/parseSpec.c:292 build/parseSpec.c:301
msgid "malformed %%include statement"
msgstr ""
# , c-format
-#: build/parseSpec.c:461
+#: build/parseSpec.c:470
#, fuzzy
msgid "No buildable architectures"
msgstr "%s não pode ser construido nesta arquitetura\n"
-#: build/parseSpec.c:509
+#: build/parseSpec.c:518
#, fuzzy
msgid "Package has no %%description: %s"
msgstr "não foi passado pacote para desinstalação"
-#: build/spec.c:31
+#: build/spec.c:35
#, c-format
msgid "archive = %s, fs = %s\n"
msgstr ""
-#: build/spec.c:237
+#: build/spec.c:246
#, c-format
msgid "line %d: Bad number: %s"
msgstr ""
-#: build/spec.c:243
+#: build/spec.c:252
#, c-format
msgid "line %d: Bad no%s number: %d"
msgstr ""
-#: build/spec.c:301
+#: build/spec.c:311
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
@@ -2414,7 +2414,7 @@ msgstr ""
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:142 lib/uninstall.c:195
+#: lib/install.c:142 lib/uninstall.c:191
#, c-format
msgid " file: %s action: %s\n"
msgstr ""
@@ -2487,7 +2487,7 @@ msgstr "pesquise o pacote ao qual <arquivo> pertence"
msgid "renaming %s to %s\n"
msgstr ""
-#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:28
+#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:30
#, c-format
msgid "rename of %s to %s failed: %s"
msgstr ""
@@ -3114,7 +3114,7 @@ msgstr ""
msgid "package %s not found in %s"
msgstr "não foi passado pacote para desinstalação"
-#: lib/rpmdb.c:508 lib/uninstall.c:87
+#: lib/rpmdb.c:508 lib/uninstall.c:90
#, fuzzy, c-format
msgid "cannot read header at %d for uninstall"
msgstr "não foi passado pacote para desinstalação"
@@ -3637,40 +3637,40 @@ msgstr "Não consegui abrir: %s\n"
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:39
+#: lib/uninstall.c:41
#, c-format
msgid "cannot remove %s - directory not empty"
msgstr ""
-#: lib/uninstall.c:42
+#: lib/uninstall.c:44
#, c-format
msgid "rmdir of %s failed: %s"
msgstr ""
-#: lib/uninstall.c:50
+#: lib/uninstall.c:52
#, c-format
msgid "removal of %s failed: %s"
msgstr ""
-#: lib/uninstall.c:99
+#: lib/uninstall.c:104
#, fuzzy, c-format
msgid "cannot read packages named %s for uninstall"
msgstr "não foi passado pacote para desinstalação"
-#: lib/uninstall.c:132
+#: lib/uninstall.c:137
#, c-format
msgid "will remove files test = %d\n"
msgstr ""
-#: lib/uninstall.c:209
+#: lib/uninstall.c:205
msgid "running postuninstall script (if any)\n"
msgstr ""
-#: lib/uninstall.c:223
+#: lib/uninstall.c:219
msgid "removing database entry\n"
msgstr ""
-#: lib/uninstall.c:408
+#: lib/uninstall.c:404
msgid "execution of script failed"
msgstr ""
@@ -3710,30 +3710,30 @@ msgstr ""
msgid "failed to create %s: %s\n"
msgstr "Não consegui abrir o pipe tar: %s\n"
-#: lib/verify.c:38
+#: lib/verify.c:39
#, fuzzy
msgid "don't verify files in package"
msgstr "instale pacote"
-#: lib/verify.c:213
+#: lib/verify.c:215
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:231
+#: lib/verify.c:233
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:266
+#: lib/verify.c:269
#, c-format
msgid "missing %s\n"
msgstr ""
-#: lib/verify.c:328
+#: lib/verify.c:331
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: lib/verify.c:376
+#: lib/verify.c:381
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr ""
diff --git a/po/rpm.pot b/po/rpm.pot
index a7c58ae15..d6347e22d 100644
--- a/po/rpm.pot
+++ b/po/rpm.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-01-24 08:20-0500\n"
+"POT-Creation-Date: 2000-01-24 15:37-0500\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"
@@ -1234,701 +1234,701 @@ msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: build/build.c:105 build/pack.c:269
+#: build/build.c:110 build/pack.c:312
msgid "Unable to open temp file"
msgstr ""
-#: build/build.c:184
+#: build/build.c:189
#, c-format
msgid "Executing(%s): %s\n"
msgstr ""
-#: build/build.c:190
+#: build/build.c:195
#, c-format
msgid "Exec of %s failed (%s): %s"
msgstr ""
-#: build/build.c:198
+#: build/build.c:203
#, c-format
msgid "Bad exit status from %s (%s)"
msgstr ""
-#: build/expression.c:207
+#: build/expression.c:211
msgid "syntax error while parsing =="
msgstr ""
-#: build/expression.c:237
+#: build/expression.c:241
msgid "syntax error while parsing &&"
msgstr ""
-#: build/expression.c:246
+#: build/expression.c:250
msgid "syntax error while parsing ||"
msgstr ""
-#: build/expression.c:288
+#: build/expression.c:292
msgid "parse error in expression"
msgstr ""
-#: build/expression.c:318
+#: build/expression.c:321
msgid "unmatched ("
msgstr ""
-#: build/expression.c:336
+#: build/expression.c:339
msgid "undefined identifier"
msgstr ""
-#: build/expression.c:355
+#: build/expression.c:358
msgid "- only on numbers"
msgstr ""
-#: build/expression.c:371
+#: build/expression.c:374
msgid "! only on numbers"
msgstr ""
-#: build/expression.c:410 build/expression.c:455 build/expression.c:512
-#: build/expression.c:599
+#: build/expression.c:413 build/expression.c:458 build/expression.c:515
+#: build/expression.c:602
msgid "types must match"
msgstr ""
-#: build/expression.c:423
+#: build/expression.c:426
msgid "* / not suported for strings"
msgstr ""
-#: build/expression.c:471
+#: build/expression.c:474
msgid "- not suported for strings"
msgstr ""
-#: build/expression.c:612
+#: build/expression.c:615
msgid "&& and || not suported for strings"
msgstr ""
-#: build/expression.c:645 build/expression.c:692
+#: build/expression.c:649 build/expression.c:697
msgid "syntax error in expression"
msgstr ""
-#: build/files.c:199
+#: build/files.c:204
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:243 build/files.c:325 build/files.c:488
+#: build/files.c:249 build/files.c:331 build/files.c:494
#, c-format
msgid "Missing '(' in %s %s"
msgstr ""
-#: build/files.c:254 build/files.c:442 build/files.c:499
+#: build/files.c:260 build/files.c:448 build/files.c:505
#, c-format
msgid "Missing ')' in %s(%s"
msgstr ""
-#: build/files.c:292 build/files.c:467
+#: build/files.c:298 build/files.c:473
#, c-format
msgid "Invalid %s token: %s"
msgstr ""
-#: build/files.c:341
+#: build/files.c:347
#, c-format
msgid "Non-white space follows %s(): %s"
msgstr ""
-#: build/files.c:379
+#: build/files.c:385
#, c-format
msgid "Bad syntax: %s(%s)"
msgstr ""
-#: build/files.c:389
+#: build/files.c:395
#, c-format
msgid "Bad mode spec: %s(%s)"
msgstr ""
-#: build/files.c:401
+#: build/files.c:407
#, c-format
msgid "Bad dirmode spec: %s(%s)"
msgstr ""
-#: build/files.c:525
+#: build/files.c:531
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)"
msgstr ""
-#: build/files.c:535
+#: build/files.c:541
msgid "Duplicate locale %.*s in %%lang(%s)"
msgstr ""
-#: build/files.c:630
+#: build/files.c:637
msgid "Hit limit for %%docdir"
msgstr ""
-#: build/files.c:636
+#: build/files.c:643
msgid "Only one arg for %%docdir"
msgstr ""
#. We already got a file -- error
-#: build/files.c:661
+#: build/files.c:668
#, c-format
msgid "Two files on one line: %s"
msgstr ""
-#: build/files.c:674
+#: build/files.c:681
#, c-format
msgid "File must begin with \"/\": %s"
msgstr ""
-#: build/files.c:686
+#: build/files.c:693
msgid "Can't mix special %%doc with other forms: %s"
msgstr ""
-#: build/files.c:772
+#: build/files.c:779
#, c-format
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:865
+#: build/files.c:872
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:945
+#: build/files.c:952
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:955
+#: build/files.c:962
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:998
+#: build/files.c:1005
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1012
+#: build/files.c:1019
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1086
+#: build/files.c:1093
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1115
+#: build/files.c:1122
#, c-format
msgid "File not found by glob: %s"
msgstr ""
-#: build/files.c:1157
+#: build/files.c:1164
msgid "Could not open %%files file %s: %s"
msgstr ""
-#: build/files.c:1164 build/pack.c:485
+#: build/files.c:1171 build/pack.c:99
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1498 build/parsePrep.c:30
+#: build/files.c:1507 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1553
+#: build/files.c:1562
#, c-format
msgid "Couldn't exec %s: %s"
msgstr ""
-#: build/files.c:1558
+#: build/files.c:1567
#, c-format
msgid "Couldn't fork %s: %s"
msgstr ""
-#: build/files.c:1640
+#: build/files.c:1649
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1644
+#: build/files.c:1653
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1733
+#: build/files.c:1743
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1761 build/files.c:1770
+#: build/files.c:1771 build/files.c:1780
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1876
+#: build/files.c:1887
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
-#: build/names.c:41 build/names.c:73
+#: build/names.c:46 build/names.c:79
msgid "RPMERR_INTERNAL: Hit limit in getUname()\n"
msgstr ""
-#: build/names.c:106 build/names.c:138
+#: build/names.c:113 build/names.c:146
msgid "RPMERR_INTERNAL: Hit limit in getGname()\n"
msgstr ""
-#: build/names.c:176
+#: build/names.c:186
#, c-format
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:132
+#: build/pack.c:47
#, c-format
-msgid "Could not generate output filename for package %s: %s\n"
+msgid "create archive failed on file %s: %s"
msgstr ""
-#: build/pack.c:149
+#: build/pack.c:67
#, c-format
-msgid "cannot create %s: %s\n"
+msgid "cpio_copy write failed: %s"
msgstr ""
-#: build/pack.c:186
+#: build/pack.c:74
#, c-format
-msgid "readRPM: open %s: %s\n"
+msgid "cpio_copy read failed: %s"
msgstr ""
-#: build/pack.c:196
+#: build/pack.c:154
#, c-format
-msgid "readRPM: read %s: %s\n"
+msgid "Could not open PreIn file: %s"
msgstr ""
-#: build/pack.c:217
+#: build/pack.c:161
#, c-format
-msgid "readRPM: %s is not an RPM package\n"
+msgid "Could not open PreUn file: %s"
msgstr ""
-#: build/pack.c:223
+#: build/pack.c:168
#, c-format
-msgid "readRPM: reading header from %s\n"
+msgid "Could not open PostIn file: %s"
msgstr ""
-#: build/pack.c:281
-msgid "Bad CSA data"
+#: build/pack.c:175
+#, c-format
+msgid "Could not open PostUn file: %s"
msgstr ""
-#: build/pack.c:316
+#: build/pack.c:183
#, c-format
-msgid "Could not open %s: %s\n"
+msgid "Could not open VerifyScript file: %s"
msgstr ""
-#: build/pack.c:348
+#: build/pack.c:198
#, c-format
-msgid "Unable to write package: %s"
+msgid "Could not open Trigger script file: %s"
msgstr ""
-#: build/pack.c:363
+#: build/pack.c:225
#, c-format
-msgid "Generating signature: %d\n"
+msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:379
+#: build/pack.c:235
#, c-format
-msgid "Unable to open sigtarget %s: %s"
+msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:389
+#: build/pack.c:256
#, c-format
-msgid "Unable to read sigtarget %s: %s"
+msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:399
+#: build/pack.c:262
#, c-format
-msgid "Unable to write package %s: %s"
+msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:414
-#, c-format
-msgid "Wrote: %s\n"
+#: build/pack.c:324
+msgid "Bad CSA data"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:359
#, c-format
-msgid "create archive failed on file %s: %s"
+msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:453
+#: build/pack.c:391
#, c-format
-msgid "cpio_copy write failed: %s"
+msgid "Unable to write package: %s"
msgstr ""
-#: build/pack.c:460
+#: build/pack.c:406
#, c-format
-msgid "cpio_copy read failed: %s"
+msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:540
+#: build/pack.c:422
#, c-format
-msgid "Could not open PreIn file: %s"
+msgid "Unable to open sigtarget %s: %s"
msgstr ""
-#: build/pack.c:547
+#: build/pack.c:432
#, c-format
-msgid "Could not open PreUn file: %s"
+msgid "Unable to read sigtarget %s: %s"
msgstr ""
-#: build/pack.c:554
+#: build/pack.c:442
#, c-format
-msgid "Could not open PostIn file: %s"
+msgid "Unable to write package %s: %s"
msgstr ""
-#: build/pack.c:561
+#: build/pack.c:457
#, c-format
-msgid "Could not open PostUn file: %s"
+msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:569
+#: build/pack.c:519
#, c-format
-msgid "Could not open VerifyScript file: %s"
+msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:584
+#: build/pack.c:536
#, c-format
-msgid "Could not open Trigger script file: %s"
+msgid "cannot create %s: %s\n"
msgstr ""
-#: build/parseBuildInstallClean.c:27
+#: build/parseBuildInstallClean.c:31
#, c-format
msgid "line %d: second %s"
msgstr ""
-#: build/parseChangelog.c:103
+#: build/parseChangelog.c:108
msgid "%%changelog entries must start with *"
msgstr ""
-#: build/parseChangelog.c:111
+#: build/parseChangelog.c:116
msgid "incomplete %%changelog entry"
msgstr ""
-#: build/parseChangelog.c:126
+#: build/parseChangelog.c:131
msgid "bad date in %%changelog: %s"
msgstr ""
-#: build/parseChangelog.c:131
+#: build/parseChangelog.c:136
msgid "%%changelog not in decending chronological order"
msgstr ""
-#: build/parseChangelog.c:139 build/parseChangelog.c:150
+#: build/parseChangelog.c:144 build/parseChangelog.c:155
msgid "missing name in %%changelog"
msgstr ""
-#: build/parseChangelog.c:157
+#: build/parseChangelog.c:162
msgid "no description in %%changelog"
msgstr ""
-#: build/parseDescription.c:33
+#: build/parseDescription.c:38
msgid "line %d: Error parsing %%description: %s"
msgstr ""
-#: build/parseDescription.c:46 build/parseFiles.c:40 build/parseScript.c:168
+#: build/parseDescription.c:51 build/parseFiles.c:45 build/parseScript.c:173
#, c-format
msgid "line %d: Bad option %s: %s"
msgstr ""
-#: build/parseDescription.c:59 build/parseFiles.c:53 build/parseScript.c:181
+#: build/parseDescription.c:64 build/parseFiles.c:58 build/parseScript.c:186
#, c-format
msgid "line %d: Too many names: %s"
msgstr ""
-#: build/parseDescription.c:69 build/parseFiles.c:63 build/parseScript.c:191
+#: build/parseDescription.c:74 build/parseFiles.c:68 build/parseScript.c:196
#, c-format
msgid "line %d: Package does not exist: %s"
msgstr ""
-#: build/parseDescription.c:81
+#: build/parseDescription.c:86
#, c-format
msgid "line %d: Second description"
msgstr ""
-#: build/parseFiles.c:27
+#: build/parseFiles.c:32
msgid "line %d: Error parsing %%files: %s"
msgstr ""
-#: build/parseFiles.c:71
+#: build/parseFiles.c:76
msgid "line %d: Second %%files list"
msgstr ""
-#: build/parsePreamble.c:145
+#: build/parsePreamble.c:149
#, c-format
msgid "Architecture is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:150
+#: build/parsePreamble.c:154
#, c-format
msgid "Architecture is not included: %s"
msgstr ""
-#: build/parsePreamble.c:155
+#: build/parsePreamble.c:159
#, c-format
msgid "OS is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:160
+#: build/parsePreamble.c:164
#, c-format
msgid "OS is not included: %s"
msgstr ""
-#: build/parsePreamble.c:174
+#: build/parsePreamble.c:178
#, c-format
msgid "%s field must be present in package: %s"
msgstr ""
-#: build/parsePreamble.c:199
+#: build/parsePreamble.c:203
#, c-format
msgid "Duplicate %s entries in package: %s"
msgstr ""
-#: build/parsePreamble.c:246
+#: build/parsePreamble.c:250
#, c-format
msgid "Unable to open icon %s: %s"
msgstr ""
-#: build/parsePreamble.c:264
+#: build/parsePreamble.c:268
#, c-format
msgid "Unable to read icon %s: %s"
msgstr ""
-#: build/parsePreamble.c:277
+#: build/parsePreamble.c:281
#, c-format
msgid "Unknown icon type: %s"
msgstr ""
-#: build/parsePreamble.c:339
+#: build/parsePreamble.c:344
#, c-format
msgid "line %d: Malformed tag: %s"
msgstr ""
#. Empty field
-#: build/parsePreamble.c:347
+#: build/parsePreamble.c:352
#, c-format
msgid "line %d: Empty tag: %s"
msgstr ""
-#: build/parsePreamble.c:370 build/parsePreamble.c:377
+#: build/parsePreamble.c:375 build/parsePreamble.c:382
#, c-format
msgid "line %d: Illegal char '-' in %s: %s"
msgstr ""
-#: build/parsePreamble.c:441 build/parseSpec.c:366
+#: build/parsePreamble.c:446 build/parseSpec.c:375
#, c-format
msgid "BuildRoot can not be \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:454
+#: build/parsePreamble.c:459
#, c-format
msgid "line %d: Prefixes must not end with \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:466
+#: build/parsePreamble.c:471
#, c-format
msgid "line %d: Docdir must begin with '/': %s"
msgstr ""
-#: build/parsePreamble.c:478
+#: build/parsePreamble.c:483
#, c-format
msgid "line %d: Epoch/Serial field must be a number: %s"
msgstr ""
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:546
#, c-format
msgid "line %d: Bad BuildArchitecture format: %s"
msgstr ""
-#: build/parsePreamble.c:551
+#: build/parsePreamble.c:556
#, c-format
msgid "Internal error: Bogus tag %d"
msgstr ""
-#: build/parsePreamble.c:689
+#: build/parsePreamble.c:695
#, c-format
msgid "Bad package specification: %s"
msgstr ""
-#: build/parsePreamble.c:695
+#: build/parsePreamble.c:701
#, c-format
msgid "Package already exists: %s"
msgstr ""
-#: build/parsePreamble.c:722
+#: build/parsePreamble.c:728
#, c-format
msgid "line %d: Unknown tag: %s"
msgstr ""
-#: build/parsePreamble.c:747
+#: build/parsePreamble.c:753
msgid "Spec file can't use BuildRoot"
msgstr ""
-#: build/parsePrep.c:26
+#: build/parsePrep.c:30
#, c-format
msgid "Bad source: %s: %s"
msgstr ""
-#: build/parsePrep.c:53
+#: build/parsePrep.c:57
#, c-format
msgid "No patch number %d"
msgstr ""
-#: build/parsePrep.c:134
+#: build/parsePrep.c:138
#, c-format
msgid "No source number %d"
msgstr ""
-#: build/parsePrep.c:153
+#: build/parsePrep.c:157
#, c-format
msgid "Couldn't download nosource %s: %s"
msgstr ""
-#: build/parsePrep.c:219
+#: build/parsePrep.c:223
msgid "Error parsing %%setup: %s"
msgstr ""
-#: build/parsePrep.c:234
+#: build/parsePrep.c:238
msgid "line %d: Bad arg to %%setup %c: %s"
msgstr ""
-#: build/parsePrep.c:252
+#: build/parsePrep.c:256
msgid "line %d: Bad %%setup option %s: %s"
msgstr ""
-#: build/parsePrep.c:379
+#: build/parsePrep.c:383
msgid "line %d: Need arg to %%patch -b: %s"
msgstr ""
-#: build/parsePrep.c:387
+#: build/parsePrep.c:391
msgid "line %d: Need arg to %%patch -z: %s"
msgstr ""
-#: build/parsePrep.c:399
+#: build/parsePrep.c:403
msgid "line %d: Need arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:405
+#: build/parsePrep.c:409
msgid "line %d: Bad arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:412
+#: build/parsePrep.c:416
msgid "Too many patches!"
msgstr ""
-#: build/parsePrep.c:416
+#: build/parsePrep.c:420
msgid "line %d: Bad arg to %%patch: %s"
msgstr ""
-#: build/parsePrep.c:452
+#: build/parsePrep.c:457
msgid "line %d: second %%prep"
msgstr ""
-#: build/parseReqs.c:91
+#: build/parseReqs.c:96
#, c-format
msgid ""
"line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s"
msgstr ""
-#: build/parseReqs.c:102
+#: build/parseReqs.c:107
#, c-format
msgid "line %d: File name not permitted: %s"
msgstr ""
-#: build/parseReqs.c:134
+#: build/parseReqs.c:139
#, c-format
msgid "line %d: Versioned file name not permitted: %s"
msgstr ""
-#: build/parseReqs.c:146
+#: build/parseReqs.c:151
#, c-format
msgid "line %d: Version not permitted: %s"
msgstr ""
-#: build/parseReqs.c:172
+#: build/parseReqs.c:177
#, c-format
msgid "line %d: Version required: %s"
msgstr ""
-#: build/parseScript.c:136
+#: build/parseScript.c:141
#, c-format
msgid "line %d: triggers must have --: %s"
msgstr ""
-#: build/parseScript.c:146 build/parseScript.c:209
+#: build/parseScript.c:151 build/parseScript.c:214
#, c-format
msgid "line %d: Error parsing %s: %s"
msgstr ""
-#: build/parseScript.c:156
+#: build/parseScript.c:161
#, c-format
msgid "line %d: script program must begin with '/': %s"
msgstr ""
-#: build/parseScript.c:200
+#: build/parseScript.c:205
#, c-format
msgid "line %d: Second %s"
msgstr ""
-#: build/parseSpec.c:129
+#: build/parseSpec.c:135
#, c-format
msgid "line %d: %s"
msgstr ""
#. XXX Fstrerror
-#: build/parseSpec.c:179
+#: build/parseSpec.c:186
#, c-format
msgid "Unable to open %s: %s\n"
msgstr ""
-#: build/parseSpec.c:191
+#: build/parseSpec.c:198
msgid "Unclosed %%if"
msgstr ""
-#: build/parseSpec.c:252
+#: build/parseSpec.c:259
#, c-format
msgid "%s:%d: parseExpressionBoolean returns %d"
msgstr ""
#. Got an else with no %if !
-#: build/parseSpec.c:260
+#: build/parseSpec.c:267
msgid "%s:%d: Got a %%else with no if"
msgstr ""
#. Got an end with no %if !
-#: build/parseSpec.c:271
+#: build/parseSpec.c:278
msgid "%s:%d: Got a %%endif with no if"
msgstr ""
-#: build/parseSpec.c:285 build/parseSpec.c:294
+#: build/parseSpec.c:292 build/parseSpec.c:301
msgid "malformed %%include statement"
msgstr ""
-#: build/parseSpec.c:461
+#: build/parseSpec.c:470
msgid "No buildable architectures"
msgstr ""
-#: build/parseSpec.c:509
+#: build/parseSpec.c:518
msgid "Package has no %%description: %s"
msgstr ""
-#: build/spec.c:31
+#: build/spec.c:35
#, c-format
msgid "archive = %s, fs = %s\n"
msgstr ""
-#: build/spec.c:237
+#: build/spec.c:246
#, c-format
msgid "line %d: Bad number: %s"
msgstr ""
-#: build/spec.c:243
+#: build/spec.c:252
#, c-format
msgid "line %d: Bad no%s number: %d"
msgstr ""
-#: build/spec.c:301
+#: build/spec.c:311
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
@@ -2200,7 +2200,7 @@ msgstr ""
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:142 lib/uninstall.c:195
+#: lib/install.c:142 lib/uninstall.c:191
#, c-format
msgid " file: %s action: %s\n"
msgstr ""
@@ -2268,7 +2268,7 @@ msgstr ""
msgid "renaming %s to %s\n"
msgstr ""
-#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:28
+#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:30
#, c-format
msgid "rename of %s to %s failed: %s"
msgstr ""
@@ -2872,7 +2872,7 @@ msgstr ""
msgid "package %s not found in %s"
msgstr ""
-#: lib/rpmdb.c:508 lib/uninstall.c:87
+#: lib/rpmdb.c:508 lib/uninstall.c:90
#, c-format
msgid "cannot read header at %d for uninstall"
msgstr ""
@@ -3351,40 +3351,40 @@ msgstr ""
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:39
+#: lib/uninstall.c:41
#, c-format
msgid "cannot remove %s - directory not empty"
msgstr ""
-#: lib/uninstall.c:42
+#: lib/uninstall.c:44
#, c-format
msgid "rmdir of %s failed: %s"
msgstr ""
-#: lib/uninstall.c:50
+#: lib/uninstall.c:52
#, c-format
msgid "removal of %s failed: %s"
msgstr ""
-#: lib/uninstall.c:99
+#: lib/uninstall.c:104
#, c-format
msgid "cannot read packages named %s for uninstall"
msgstr ""
-#: lib/uninstall.c:132
+#: lib/uninstall.c:137
#, c-format
msgid "will remove files test = %d\n"
msgstr ""
-#: lib/uninstall.c:209
+#: lib/uninstall.c:205
msgid "running postuninstall script (if any)\n"
msgstr ""
-#: lib/uninstall.c:223
+#: lib/uninstall.c:219
msgid "removing database entry\n"
msgstr ""
-#: lib/uninstall.c:408
+#: lib/uninstall.c:404
msgid "execution of script failed"
msgstr ""
@@ -3423,28 +3423,28 @@ msgstr ""
msgid "failed to create %s: %s\n"
msgstr ""
-#: lib/verify.c:38
+#: lib/verify.c:39
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:213
+#: lib/verify.c:215
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:231
+#: lib/verify.c:233
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:266
+#: lib/verify.c:269
#, c-format
msgid "missing %s\n"
msgstr ""
-#: lib/verify.c:328
+#: lib/verify.c:331
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: lib/verify.c:376
+#: lib/verify.c:381
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr ""
diff --git a/po/ru.po b/po/ru.po
index b59c146bc..a94fb43e2 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"POT-Creation-Date: 2000-01-24 08:20-0500\n"
+"POT-Creation-Date: 2000-01-24 15:37-0500\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=koi8-r\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -1304,705 +1304,705 @@ msgstr "ÏÛÉÂËÁ ŞÔÅÎÉÑ ÈÅÄÅÒÁ ÉÚ ĞÁËÅÔÁ\n"
msgid "cannot re-open payload: %s\n"
msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ %s\n"
-#: build/build.c:105 build/pack.c:269
+#: build/build.c:110 build/pack.c:312
msgid "Unable to open temp file"
msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ"
-#: build/build.c:184
+#: build/build.c:189
#, fuzzy, c-format
msgid "Executing(%s): %s\n"
msgstr "éÓĞÏÌÎÑÀ: %s\n"
-#: build/build.c:190
+#: build/build.c:195
#, fuzzy, c-format
msgid "Exec of %s failed (%s): %s"
msgstr "éÓĞÏÌÎÉÔØ %s ÎÅ ÕÄÁÌÏÓØ (%s)"
-#: build/build.c:198
+#: build/build.c:203
#, c-format
msgid "Bad exit status from %s (%s)"
msgstr "îÅ×ÅÒÎÙÊ ËÏÄ ×ÏÚ×ÒÁÔÁ ÉÚ %s (%s)"
-#: build/expression.c:207
+#: build/expression.c:211
#, fuzzy
msgid "syntax error while parsing =="
msgstr "ÓÉÎÔÁËÓÉŞÅÓËÁÑ ÏÛÉÂËÁ × ×ÙÒÁÖÅÎÉÉ"
-#: build/expression.c:237
+#: build/expression.c:241
#, fuzzy
msgid "syntax error while parsing &&"
msgstr "ÓÉÎÔÁËÓÉŞÅÓËÁÑ ÏÛÉÂËÁ × ×ÙÒÁÖÅÎÉÉ"
-#: build/expression.c:246
+#: build/expression.c:250
#, fuzzy
msgid "syntax error while parsing ||"
msgstr "ÓÉÎÔÁËÓÉŞÅÓËÁÑ ÏÛÉÂËÁ × ×ÙÒÁÖÅÎÉÉ"
-#: build/expression.c:288
+#: build/expression.c:292
msgid "parse error in expression"
msgstr "ÏÛÉÂËÁ ÒÁÚÂÏÒÁ ×ÙÒÁÖÅÎÉÑ"
-#: build/expression.c:318
+#: build/expression.c:321
msgid "unmatched ("
msgstr "ÎÅÚÁËÒÙÔÁÑ ("
-#: build/expression.c:336
+#: build/expression.c:339
msgid "undefined identifier"
msgstr "ÎÅÏĞÒÅÄÅÌÅÎÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ"
-#: build/expression.c:355
+#: build/expression.c:358
msgid "- only on numbers"
msgstr "- ÔÏÌØËÏ ÄÌÑ ŞÉÓÅÌ"
-#: build/expression.c:371
+#: build/expression.c:374
msgid "! only on numbers"
msgstr "! ÔÏÌØËÏ ÄÌÑ ŞÉÓÅÌ"
-#: build/expression.c:410 build/expression.c:455 build/expression.c:512
-#: build/expression.c:599
+#: build/expression.c:413 build/expression.c:458 build/expression.c:515
+#: build/expression.c:602
msgid "types must match"
msgstr "ÔÉĞÙ ÄÏÌÖÎÙ ÓÏ×ĞÁÄÁÔØ"
-#: build/expression.c:423
+#: build/expression.c:426
msgid "* / not suported for strings"
msgstr "* / ÎÅ ĞÏÄÄÅÒÖÉ×ÁÅÔÓÑ ÄÌÑ ÓÔÒÏË"
-#: build/expression.c:471
+#: build/expression.c:474
msgid "- not suported for strings"
msgstr "- ÎÅ ĞÏÄÄÅÒÖÉ×ÁÅÔÓÑ ÄÌÑ ÓÔÒÏË"
-#: build/expression.c:612
+#: build/expression.c:615
msgid "&& and || not suported for strings"
msgstr "&& É || ÎÅ ĞÏÄÄÅÒÖÉ×ÁÀÔÓÑ ÄÌÑ ÓÔÒÏË"
-#: build/expression.c:645 build/expression.c:692
+#: build/expression.c:649 build/expression.c:697
msgid "syntax error in expression"
msgstr "ÓÉÎÔÁËÓÉŞÅÓËÁÑ ÏÛÉÂËÁ × ×ÙÒÁÖÅÎÉÉ"
-#: build/files.c:199
+#: build/files.c:204
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr "ïÛÉÂËÁ TIMECHECK: %s\n"
-#: build/files.c:243 build/files.c:325 build/files.c:488
+#: build/files.c:249 build/files.c:331 build/files.c:494
#, fuzzy, c-format
msgid "Missing '(' in %s %s"
msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ '(' × %s"
-#: build/files.c:254 build/files.c:442 build/files.c:499
+#: build/files.c:260 build/files.c:448 build/files.c:505
#, fuzzy, c-format
msgid "Missing ')' in %s(%s"
msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ')' × %s"
-#: build/files.c:292 build/files.c:467
+#: build/files.c:298 build/files.c:473
#, c-format
msgid "Invalid %s token: %s"
msgstr "îÅ×ÅÒÎÙÊ ÔÏËÅÎ %s: %s"
-#: build/files.c:341
+#: build/files.c:347
#, c-format
msgid "Non-white space follows %s(): %s"
msgstr ""
-#: build/files.c:379
+#: build/files.c:385
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)"
msgstr "îÅ×ÅÒÎÙÊ ÓÉÎÔÁËÓÉÓ %s(): %s"
-#: build/files.c:389
+#: build/files.c:395
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)"
msgstr "îÅ×ÅÒÎÙÅ ĞÒÁ×Á %s(): %s"
-#: build/files.c:401
+#: build/files.c:407
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)"
msgstr "îÅ×ÅÒÎÙÅ ĞÒÁ×Á ÎÁ ËÁÔÁÌÏÇ %s(): %s"
-#: build/files.c:525
+#: build/files.c:531
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)"
msgstr "îÅÏÂÙŞÎÁÑ ÄÌÉÎÁ locale: \"%.*s\" × %%lang(%s)"
-#: build/files.c:535
+#: build/files.c:541
msgid "Duplicate locale %.*s in %%lang(%s)"
msgstr "äÕÂÌÉËÁÔ locale %.*s × %%lang(%s)"
-#: build/files.c:630
+#: build/files.c:637
msgid "Hit limit for %%docdir"
msgstr "ìÉÍÉÔ ÄÌÑ %%docdir ĞÒÅ×ÚÏÊÄÅÎ"
-#: build/files.c:636
+#: build/files.c:643
msgid "Only one arg for %%docdir"
msgstr "ôÏÌØËÏ ÏÄÉÎ ÁÒÇÕÍÅÎÔ ÄÌÑ %%docdir"
#. We already got a file -- error
-#: build/files.c:661
+#: build/files.c:668
#, c-format
msgid "Two files on one line: %s"
msgstr "ä×Á ÆÁÊÌÁ ÎÁ ÏÄÎÏÊ ÓÔÒÏËÅ: %s"
-#: build/files.c:674
+#: build/files.c:681
#, c-format
msgid "File must begin with \"/\": %s"
msgstr "æÁÊÌ ÄÏÌÖÅÎ ÎÁŞÉÎÁÔØÓÑ Ó \"/\": %s"
-#: build/files.c:686
+#: build/files.c:693
msgid "Can't mix special %%doc with other forms: %s"
msgstr "îÅÌØÚÑ ÓÍÅÛÉ×ÁÔØ ÓĞÅÃ. %%doc Ó ÄÒÕÇÉÍÉ ÆÏÒÍÁÍÉ: %s"
-#: build/files.c:772
+#: build/files.c:779
#, c-format
msgid "File listed twice: %s"
msgstr "æÁÊÌ ÕËÁÚÁÎ Ä×ÁÖÄÙ: %s"
-#: build/files.c:865
+#: build/files.c:872
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:945
+#: build/files.c:952
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "æÁÊÌ ÎÅ ÏÔ×ÅŞÁÅÔ ĞÒÅÆÉËÓÕ (%s): %s"
-#: build/files.c:955
+#: build/files.c:962
#, c-format
msgid "File not found: %s"
msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ: %s"
-#: build/files.c:998
+#: build/files.c:1005
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "îÅ×ÅÒÎÁÑ ĞÁÒÁ ÈÏÚÑÉÎ/ÇÒÕĞĞÁ: %s\n"
-#: build/files.c:1012
+#: build/files.c:1019
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "æÁÊÌ %4d: 0%o %s.%s\t %s\n"
-#: build/files.c:1086
+#: build/files.c:1093
#, c-format
msgid "File needs leading \"/\": %s"
msgstr "æÁÊÌ ÄÏÌÖÅÎ ÎÁŞÉÎÁÔØÓÑ Ó \"/\": %s"
-#: build/files.c:1115
+#: build/files.c:1122
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ: %s"
-#: build/files.c:1157
+#: build/files.c:1164
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ %%files: %s"
-#: build/files.c:1164 build/pack.c:485
+#: build/files.c:1171 build/pack.c:99
#, c-format
msgid "line: %s"
msgstr "ÓÔÒÏËÁ: %s"
-#: build/files.c:1498 build/parsePrep.c:30
+#: build/files.c:1507 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr "îÅ×ÅÒÎÁÑ ĞÁÒÁ ÈÏÚÑÉÎ/ÇÒÕĞĞÁ: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1553
+#: build/files.c:1562
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "îÅ ÍÏÇÕ ÉÓĞÏÌÎÉÔØ %s"
-#: build/files.c:1558
+#: build/files.c:1567
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "îÅ ÍÏÇÕ ÆÏÒËÎÕÔØ %s"
-#: build/files.c:1640
+#: build/files.c:1649
#, c-format
msgid "%s failed"
msgstr "%s ÎÅ ÕÄÁÌÏÓØ"
-#: build/files.c:1644
+#: build/files.c:1653
#, c-format
msgid "failed to write all data to %s"
msgstr "ÚÁĞÉÓØ ×ÓÅÈ ÄÁÎÎÙÈ × %s ÎÅ ÕÄÁÌÁÓØ"
-#: build/files.c:1733
+#: build/files.c:1743
#, fuzzy, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "ïĞÒÅÄÅÌÑÀ ÔÒÅÂÏ×ÁÎÉÑ ĞÁËÅÔÁ...\n"
-#: build/files.c:1761 build/files.c:1770
+#: build/files.c:1771 build/files.c:1780
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "ïÛÉÂËÁ ÏĞÒÅÄÅÌÅÎÉÑ ÓÅÒ×ÉÓÏ×, ĞÒÅÄÏÓÔÁ×ÌÑÅÍÙÈ ĞÁËÅÔÏÍ"
-#: build/files.c:1876
+#: build/files.c:1887
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "ïÂÒÁÂÁÔÙ×ÁÀ ÆÁÊÌÙ: %s\n"
-#: build/names.c:41 build/names.c:73
+#: build/names.c:46 build/names.c:79
msgid "RPMERR_INTERNAL: Hit limit in getUname()\n"
msgstr "RPMERR_INTERNAL: äÏÓÔÉÇÎÕÔ ĞÒÅÄÅÌ × getUname()\n"
-#: build/names.c:106 build/names.c:138
+#: build/names.c:113 build/names.c:146
msgid "RPMERR_INTERNAL: Hit limit in getGname()\n"
msgstr "RPMERR_INTERNAL: äÏÓÔÉÇÎÕÔ ĞÒÅÄÅÌ × getGname()\n"
-#: build/names.c:176
+#: build/names.c:186
#, c-format
msgid "Could not canonicalize hostname: %s\n"
msgstr "îÅ ÍÏÇÕ ËÁÎÏÎÉÚÉÒÏ×ÁÔØ ÉÍÑ ÈÏÓÔÁ: %s\n"
-#: build/pack.c:132
+#: build/pack.c:47
#, c-format
-msgid "Could not generate output filename for package %s: %s\n"
-msgstr "îÅ ÍÏÇÕ ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÉÍÑ ÆÁÊÌÁ ÄÌÑ ĞÁËÅÔÁ %s: %s\n"
+msgid "create archive failed on file %s: %s"
+msgstr "ÏÛÉÂËÁ ÓÏÚÄÁÎÉÑ ÁÒÈÉ×Á ÎÁ ÆÁÊÌÅ %s: %s"
-#: build/pack.c:149
-#, fuzzy, c-format
-msgid "cannot create %s: %s\n"
-msgstr "ÎÅ ÍÏÇÕ ÓÏÚÄÁÔØ %s"
+#: build/pack.c:67
+#, c-format
+msgid "cpio_copy write failed: %s"
+msgstr "ÎÅÕÄÁŞÁ ÚÁĞÉÓÉ cpio_copy: %s"
-#: build/pack.c:186
+#: build/pack.c:74
+#, c-format
+msgid "cpio_copy read failed: %s"
+msgstr "ÎÅÕÄÁŞÁ ŞÔÅÎÉÑ cpio_copy: %s"
+
+#: build/pack.c:154
+#, c-format
+msgid "Could not open PreIn file: %s"
+msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ PreIn: %s"
+
+#: build/pack.c:161
+#, c-format
+msgid "Could not open PreUn file: %s"
+msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ PreUn: %s"
+
+#: build/pack.c:168
+#, c-format
+msgid "Could not open PostIn file: %s"
+msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ PostIn: %s"
+
+#: build/pack.c:175
+#, c-format
+msgid "Could not open PostUn file: %s"
+msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ PostUn: %s"
+
+#: build/pack.c:183
+#, c-format
+msgid "Could not open VerifyScript file: %s"
+msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ VerifyScript: %s"
+
+#: build/pack.c:198
+#, c-format
+msgid "Could not open Trigger script file: %s"
+msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ Trigger script: %s"
+
+#: build/pack.c:225
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr "readRPM: ÏÔËÒÙÔÉÅ %s: %s\n"
-#: build/pack.c:196
+#: build/pack.c:235
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr "readRPM: ŞÔÅÎÉÅ %s: %s\n"
-#: build/pack.c:217
+#: build/pack.c:256
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "readRPM: %s - ÎÅ ĞÁËÅÔ RPM\n"
-#: build/pack.c:223
+#: build/pack.c:262
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr "readRPM: ŞÉÔÁÀ ÈÅÄÅÒ ÉÚ %s\n"
-#: build/pack.c:281
+#: build/pack.c:324
msgid "Bad CSA data"
msgstr "îÅ×ÅÒÎÙÅ ÄÁÎÎÙÅ CSA"
-#: build/pack.c:316
+#: build/pack.c:359
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ %s\n"
-#: build/pack.c:348
+#: build/pack.c:391
#, c-format
msgid "Unable to write package: %s"
msgstr "îÅ ÍÏÇÕ ÚÁĞÉÓÁÔØ ĞÁËÅÔ: %s"
-#: build/pack.c:363
+#: build/pack.c:406
#, c-format
msgid "Generating signature: %d\n"
msgstr "çÅÎÅÒÉÒÕÀ ĞÏÄĞÉÓØ: %d\n"
-#: build/pack.c:379
+#: build/pack.c:422
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s"
msgstr "îÅ ÍÏÇÕ ĞÒÏŞÉÔÁÔØ ÃÅÌØ ĞÏÄĞÉÓÉ: %s"
-#: build/pack.c:389
+#: build/pack.c:432
#, fuzzy, c-format
msgid "Unable to read sigtarget %s: %s"
msgstr "îÅ ÍÏÇÕ ĞÒÏŞÉÔÁÔØ ÃÅÌØ ĞÏÄĞÉÓÉ: %s"
-#: build/pack.c:399
+#: build/pack.c:442
#, fuzzy, c-format
msgid "Unable to write package %s: %s"
msgstr "îÅ ÍÏÇÕ ÚÁĞÉÓÁÔØ ĞÁËÅÔ: %s"
-#: build/pack.c:414
+#: build/pack.c:457
#, c-format
msgid "Wrote: %s\n"
msgstr "úÁĞÉÓÁÎ: %s\n"
-#: build/pack.c:433
-#, c-format
-msgid "create archive failed on file %s: %s"
-msgstr "ÏÛÉÂËÁ ÓÏÚÄÁÎÉÑ ÁÒÈÉ×Á ÎÁ ÆÁÊÌÅ %s: %s"
-
-#: build/pack.c:453
-#, c-format
-msgid "cpio_copy write failed: %s"
-msgstr "ÎÅÕÄÁŞÁ ÚÁĞÉÓÉ cpio_copy: %s"
-
-#: build/pack.c:460
-#, c-format
-msgid "cpio_copy read failed: %s"
-msgstr "ÎÅÕÄÁŞÁ ŞÔÅÎÉÑ cpio_copy: %s"
-
-#: build/pack.c:540
-#, c-format
-msgid "Could not open PreIn file: %s"
-msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ PreIn: %s"
-
-#: build/pack.c:547
-#, c-format
-msgid "Could not open PreUn file: %s"
-msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ PreUn: %s"
-
-#: build/pack.c:554
-#, c-format
-msgid "Could not open PostIn file: %s"
-msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ PostIn: %s"
-
-#: build/pack.c:561
+#: build/pack.c:519
#, c-format
-msgid "Could not open PostUn file: %s"
-msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ PostUn: %s"
-
-#: build/pack.c:569
-#, c-format
-msgid "Could not open VerifyScript file: %s"
-msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ VerifyScript: %s"
+msgid "Could not generate output filename for package %s: %s\n"
+msgstr "îÅ ÍÏÇÕ ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÉÍÑ ÆÁÊÌÁ ÄÌÑ ĞÁËÅÔÁ %s: %s\n"
-#: build/pack.c:584
-#, c-format
-msgid "Could not open Trigger script file: %s"
-msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ Trigger script: %s"
+#: build/pack.c:536
+#, fuzzy, c-format
+msgid "cannot create %s: %s\n"
+msgstr "ÎÅ ÍÏÇÕ ÓÏÚÄÁÔØ %s"
-#: build/parseBuildInstallClean.c:27
+#: build/parseBuildInstallClean.c:31
#, c-format
msgid "line %d: second %s"
msgstr "ÓÔÒÏËÁ %d: ×ÔÏÒÏÅ %s"
-#: build/parseChangelog.c:103
+#: build/parseChangelog.c:108
msgid "%%changelog entries must start with *"
msgstr "ÚÁĞÉÓÉ %%changelog ÄÏÌÖÎÙ ÎÁŞÉÎÁÔØÓÑ Ó *"
-#: build/parseChangelog.c:111
+#: build/parseChangelog.c:116
msgid "incomplete %%changelog entry"
msgstr "ÎÅĞÏÌÎÁÑ ÚÁĞÉÓØ %%changelog"
-#: build/parseChangelog.c:126
+#: build/parseChangelog.c:131
msgid "bad date in %%changelog: %s"
msgstr "ÎÅ×ÅÒÎÁÑ ÄÁÔÁ × %%changelog: %s"
-#: build/parseChangelog.c:131
+#: build/parseChangelog.c:136
msgid "%%changelog not in decending chronological order"
msgstr "%%changelog ÎÅ × ÎÉÓÈÏÄÑİÅÍ ÈÒÏÎÏÌÏÇÉŞÅÓËÏÍ ĞÏÒÑÄËÅ"
-#: build/parseChangelog.c:139 build/parseChangelog.c:150
+#: build/parseChangelog.c:144 build/parseChangelog.c:155
msgid "missing name in %%changelog"
msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÉÍÑ × %%changelog"
-#: build/parseChangelog.c:157
+#: build/parseChangelog.c:162
msgid "no description in %%changelog"
msgstr "ÎÅÔ ÏĞÉÓÁÎÉÑ × %%changelog"
-#: build/parseDescription.c:33
+#: build/parseDescription.c:38
msgid "line %d: Error parsing %%description: %s"
msgstr "ÓÔÒÏËÁ %d: ïÛÉÂËÁ ÒÁÚÂÏÒÁ %%description: %s"
-#: build/parseDescription.c:46 build/parseFiles.c:40 build/parseScript.c:168
+#: build/parseDescription.c:51 build/parseFiles.c:45 build/parseScript.c:173
#, c-format
msgid "line %d: Bad option %s: %s"
msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÁÑ ÏĞÃÉÑ %s: %s"
-#: build/parseDescription.c:59 build/parseFiles.c:53 build/parseScript.c:181
+#: build/parseDescription.c:64 build/parseFiles.c:58 build/parseScript.c:186
#, c-format
msgid "line %d: Too many names: %s"
msgstr "ÓÔÒÏËÁ %d: óÌÉÛËÏÍ ÍÎÏÇÏ ÉÍÅÎ: %s"
-#: build/parseDescription.c:69 build/parseFiles.c:63 build/parseScript.c:191
+#: build/parseDescription.c:74 build/parseFiles.c:68 build/parseScript.c:196
#, c-format
msgid "line %d: Package does not exist: %s"
msgstr "ÓÔÒÏËÁ %d: ğÁËÅÔ ÎÅ ÓÕİÅÓÔ×ÕÅÔ: %s"
-#: build/parseDescription.c:81
+#: build/parseDescription.c:86
#, c-format
msgid "line %d: Second description"
msgstr "ÓÔÒÏËÁ %d: ÷ÔÏÒÏÅ ÏĞÉÓÁÎÉÅ"
-#: build/parseFiles.c:27
+#: build/parseFiles.c:32
msgid "line %d: Error parsing %%files: %s"
msgstr "ÓÔÒÏËÁ %d: ïÛÉÂËÁ ÒÁÚÂÏÒÁ %%files: %s"
-#: build/parseFiles.c:71
+#: build/parseFiles.c:76
msgid "line %d: Second %%files list"
msgstr "ÓÔÒÏËÁ %d: ÷ÔÏÒÏÊ ÓĞÉÓÏË %%files"
-#: build/parsePreamble.c:145
+#: build/parsePreamble.c:149
#, c-format
msgid "Architecture is excluded: %s"
msgstr "áÒÈÉÔÅËÔÕÒÁ ÉÓËÌÀŞÅÎÁ: %s"
-#: build/parsePreamble.c:150
+#: build/parsePreamble.c:154
#, c-format
msgid "Architecture is not included: %s"
msgstr "áÒÈÉÔÅËÔÕÒÁ ÎÅ ×ËÌÀŞÅÎÁ: %s"
-#: build/parsePreamble.c:155
+#: build/parsePreamble.c:159
#, c-format
msgid "OS is excluded: %s"
msgstr "ïó ÉÓËÌÀŞÅÎÁ: %s"
-#: build/parsePreamble.c:160
+#: build/parsePreamble.c:164
#, c-format
msgid "OS is not included: %s"
msgstr "ïó ÎÅ ×ËÌÀŞÅÎÁ: %s"
-#: build/parsePreamble.c:174
+#: build/parsePreamble.c:178
#, c-format
msgid "%s field must be present in package: %s"
msgstr "ğÏÌÅ %s ÏÂÑÚÁÎÏ ĞÒÉÓÕÔÓÔ×Ï×ÁÔØ × ĞÁËÅÔÅ: %s"
-#: build/parsePreamble.c:199
+#: build/parsePreamble.c:203
#, c-format
msgid "Duplicate %s entries in package: %s"
msgstr "äÕÂÌÉÒÕÀİÉÅÓÑ ÚÁĞÉÓÉ %s × ĞÁËÅÔÅ: %s"
-#: build/parsePreamble.c:246
+#: build/parsePreamble.c:250
#, fuzzy, c-format
msgid "Unable to open icon %s: %s"
msgstr "îÅ ÍÏÇÕ ĞÒÏŞÉÔÁÔØ ĞÉËÔÏÇÒÁÍÍÕ: %s"
-#: build/parsePreamble.c:264
+#: build/parsePreamble.c:268
#, fuzzy, c-format
msgid "Unable to read icon %s: %s"
msgstr "îÅ ÍÏÇÕ ĞÒÏŞÉÔÁÔØ ĞÉËÔÏÇÒÁÍÍÕ: %s"
-#: build/parsePreamble.c:277
+#: build/parsePreamble.c:281
#, c-format
msgid "Unknown icon type: %s"
msgstr "îÅÉÚ×ÅÓÔÎÙÊ ÔÉĞ ĞÉËÔÏÇÒÁÍÍÙ: %s"
-#: build/parsePreamble.c:339
+#: build/parsePreamble.c:344
#, c-format
msgid "line %d: Malformed tag: %s"
msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÙÊ ÔÜÇ: %s"
#. Empty field
-#: build/parsePreamble.c:347
+#: build/parsePreamble.c:352
#, c-format
msgid "line %d: Empty tag: %s"
msgstr "ÓÔÒÏËÁ %d: ğÕÓÔÏÊ ÔÜÇ: %s"
-#: build/parsePreamble.c:370 build/parsePreamble.c:377
+#: build/parsePreamble.c:375 build/parsePreamble.c:382
#, c-format
msgid "line %d: Illegal char '-' in %s: %s"
msgstr "ÓÔÒÏËÁ %d: îÅÄÏĞÕÓÔÉÍÙÊ ÓÉÍ×ÏÌ '-' × %s: %s"
-#: build/parsePreamble.c:441 build/parseSpec.c:366
+#: build/parsePreamble.c:446 build/parseSpec.c:375
#, fuzzy, c-format
msgid "BuildRoot can not be \"/\": %s"
msgstr "ÓÔÒÏËÁ %d: BuildRoot ÎÅ ÍÏÖÅÔ ÂÙÔØ \"/\": %s"
-#: build/parsePreamble.c:454
+#: build/parsePreamble.c:459
#, c-format
msgid "line %d: Prefixes must not end with \"/\": %s"
msgstr "ÓÔÒÏËÁ %d: ğÒÅÆÉËÓ ÎÅ ÍÏÖÅÔ ÚÁËÁÎŞÉ×ÁÔØÓÑ ÎÁ \"/\": %s"
-#: build/parsePreamble.c:466
+#: build/parsePreamble.c:471
#, c-format
msgid "line %d: Docdir must begin with '/': %s"
msgstr "ÓÔÒÏËÁ %d: Docdir ÄÏÌÖÅÎ ÎÁŞÉÎÁÔØÓÑ Ó '/': %s"
-#: build/parsePreamble.c:478
+#: build/parsePreamble.c:483
#, c-format
msgid "line %d: Epoch/Serial field must be a number: %s"
msgstr "ÓÔÒÏËÁ %d: ğÏÌÅ Epoch/Serial ÄÏÌÖÎÏ ÂÙÔØ ŞÉÓÌÏÍ: %s"
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:546
#, c-format
msgid "line %d: Bad BuildArchitecture format: %s"
msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÙÊ ÆÏÒÍÁÔ BuildArchitecture: %s"
-#: build/parsePreamble.c:551
+#: build/parsePreamble.c:556
#, c-format
msgid "Internal error: Bogus tag %d"
msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ: \"ìÅ×ÙÊ\" ÔÜÇ %d"
-#: build/parsePreamble.c:689
+#: build/parsePreamble.c:695
#, c-format
msgid "Bad package specification: %s"
msgstr "îÅ×ÅÒÎÁÑ ÓĞÅÃÉÆÉËÁÃÉÑ ĞÁËÅÔÁ: %s"
-#: build/parsePreamble.c:695
+#: build/parsePreamble.c:701
#, c-format
msgid "Package already exists: %s"
msgstr "ğÁËÅÔ ÕÖÅ ÓÕİÅÓÔ×ÕÅÔ: %s"
-#: build/parsePreamble.c:722
+#: build/parsePreamble.c:728
#, c-format
msgid "line %d: Unknown tag: %s"
msgstr "ÓÔÒÏËÁ %d: îÅÉÚ×ÅÓÔÎÙÊ ÔÜÇ: %s"
-#: build/parsePreamble.c:747
+#: build/parsePreamble.c:753
msgid "Spec file can't use BuildRoot"
msgstr "æÁÊÌ spec ÎÅ ÍÏÖÅÔ ÉÓĞÏÌØÚÏ×ÁÔØ BuildRoot"
-#: build/parsePrep.c:26
+#: build/parsePrep.c:30
#, c-format
msgid "Bad source: %s: %s"
msgstr "îÅ×ÅÒÎÙÊ ÉÓÈÏÄÎÉË: %s: %s"
-#: build/parsePrep.c:53
+#: build/parsePrep.c:57
#, c-format
msgid "No patch number %d"
msgstr "îÅÔ ĞÁÔŞÁ ÎÏÍÅÒ %d"
-#: build/parsePrep.c:134
+#: build/parsePrep.c:138
#, c-format
msgid "No source number %d"
msgstr "îÅÔ ÉÓÈÏÄÎÉËÁ ÎÏÍÅÒ %d"
-#: build/parsePrep.c:153
+#: build/parsePrep.c:157
#, c-format
msgid "Couldn't download nosource %s: %s"
msgstr "îÅ ÍÏÇÕ ĞÏÌÕŞÉÔØ nosource %s: %s"
-#: build/parsePrep.c:219
+#: build/parsePrep.c:223
msgid "Error parsing %%setup: %s"
msgstr "ïÛÉÂËÁ ÒÁÚÂÏÒÁ %%setup: %s"
-#: build/parsePrep.c:234
+#: build/parsePrep.c:238
msgid "line %d: Bad arg to %%setup %c: %s"
msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÙÊ ÁÒÇÕÍÅÎÔ ÄÌÑ %%setup %c: %s"
-#: build/parsePrep.c:252
+#: build/parsePrep.c:256
msgid "line %d: Bad %%setup option %s: %s"
msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÁÑ ÏĞÃÉÑ %%setup %s: %s"
-#: build/parsePrep.c:379
+#: build/parsePrep.c:383
msgid "line %d: Need arg to %%patch -b: %s"
msgstr "ÓÔÒÏËÁ %d: äÌÑ %%patch -b ÎÕÖÅÎ ÁÒÇÕÍÅÎÔ: %s"
-#: build/parsePrep.c:387
+#: build/parsePrep.c:391
msgid "line %d: Need arg to %%patch -z: %s"
msgstr "ÓÔÒÏËÁ %d: äÌÑ %%patch -z ÎÕÖÅÎ ÁÒÇÕÍÅÎÔ: %s"
-#: build/parsePrep.c:399
+#: build/parsePrep.c:403
msgid "line %d: Need arg to %%patch -p: %s"
msgstr "ÓÔÒÏËÁ %d: äÌÑ %%patch -p ÎÕÖÅÎ ÁÒÇÕÍÅÎÔ: %s"
-#: build/parsePrep.c:405
+#: build/parsePrep.c:409
msgid "line %d: Bad arg to %%patch -p: %s"
msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÙÊ ÁÒÇÕÍÅÎÔ ÄÌÑ %%patch -p: %s"
-#: build/parsePrep.c:412
+#: build/parsePrep.c:416
msgid "Too many patches!"
msgstr "óÌÉÛËÏÍ ÍÎÏÇÏ ĞÁÔŞÅÊ!"
-#: build/parsePrep.c:416
+#: build/parsePrep.c:420
msgid "line %d: Bad arg to %%patch: %s"
msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÙÊ ÁÒÇÕÍÅÎÔ ÄÌÑ %%patch: %s"
-#: build/parsePrep.c:452
+#: build/parsePrep.c:457
msgid "line %d: second %%prep"
msgstr "ÓÔÒÏËÁ %d: ÷ÔÏÒÏÊ %%prep"
-#: build/parseReqs.c:91
+#: build/parseReqs.c:96
#, fuzzy, c-format
msgid ""
"line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s"
msgstr "ÓÔÒÏËÁ %d: %s: ÔÏËÅÎÙ ÄÏÌÖÎÙ ÎÁŞÉÎÁÔØÓÑ Ó ÂÕË×Ù ÉÌÉ ÃÉÆÒÙ: %s"
-#: build/parseReqs.c:102
+#: build/parseReqs.c:107
#, fuzzy, c-format
msgid "line %d: File name not permitted: %s"
msgstr "ÓÔÒÏËÁ %d: éÍÅÎÁ ÆÁÊÌÏ× × Obsoletes ÎÅÄÏĞÕÓÔÉÍÙ: %s"
-#: build/parseReqs.c:134
+#: build/parseReqs.c:139
#, fuzzy, c-format
msgid "line %d: Versioned file name not permitted: %s"
msgstr "ÓÔÒÏËÁ %d: ÷ÅÒÓÉÉ É ÉÍÅÎÁ ÆÁÊÌÏ× × %s ÎÅÄÏĞÕÓÔÉÍÙ: %s"
-#: build/parseReqs.c:146
+#: build/parseReqs.c:151
#, fuzzy, c-format
msgid "line %d: Version not permitted: %s"
msgstr "ÓÔÒÏËÁ %d: ÷ %s ÔÒÅÂÕÅÔÓÑ ×ÅÒÓÉÑ: %s"
-#: build/parseReqs.c:172
+#: build/parseReqs.c:177
#, fuzzy, c-format
msgid "line %d: Version required: %s"
msgstr "ÓÔÒÏËÁ %d: ÷ %s ÔÒÅÂÕÅÔÓÑ ×ÅÒÓÉÑ: %s"
-#: build/parseScript.c:136
+#: build/parseScript.c:141
#, c-format
msgid "line %d: triggers must have --: %s"
msgstr "ÓÔÒÏËÁ %d: ôÒÉÇÇÅÒÙ ÄÏÌÖÎÙ ÓÏÄÅÒÖÁÔØ --: %s"
-#: build/parseScript.c:146 build/parseScript.c:209
+#: build/parseScript.c:151 build/parseScript.c:214
#, c-format
msgid "line %d: Error parsing %s: %s"
msgstr "ÓÔÒÏËÁ %d: ïÛÉÂËÁ ÒÁÚÂÏÒÁ %s: %s"
-#: build/parseScript.c:156
+#: build/parseScript.c:161
#, c-format
msgid "line %d: script program must begin with '/': %s"
msgstr "ÓÔÒÏËÁ %d: ğÒÏÇÒÁÍÍÙ × ÓËÒÉĞÔÁÈ ÄÏÌÖÎÙ ÎÁŞÉÎÁÔØÓÑ Ó '/': %s"
-#: build/parseScript.c:200
+#: build/parseScript.c:205
#, c-format
msgid "line %d: Second %s"
msgstr "ÓÔÒÏËÁ %d: ÷ÔÏÒÏÅ %s"
-#: build/parseSpec.c:129
+#: build/parseSpec.c:135
#, c-format
msgid "line %d: %s"
msgstr "ÓÔÒÏËÁ %d: %s"
#. XXX Fstrerror
-#: build/parseSpec.c:179
+#: build/parseSpec.c:186
#, fuzzy, c-format
msgid "Unable to open %s: %s\n"
msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ %s\n"
-#: build/parseSpec.c:191
+#: build/parseSpec.c:198
msgid "Unclosed %%if"
msgstr "îÅÚÁËÒÙÔÙÊ %%if"
-#: build/parseSpec.c:252
+#: build/parseSpec.c:259
#, c-format
msgid "%s:%d: parseExpressionBoolean returns %d"
msgstr ""
#. Got an else with no %if !
-#: build/parseSpec.c:260
+#: build/parseSpec.c:267
msgid "%s:%d: Got a %%else with no if"
msgstr "%s:%d: îÁÊÄÅÎ %%else ÂÅÚ if"
#. Got an end with no %if !
-#: build/parseSpec.c:271
+#: build/parseSpec.c:278
msgid "%s:%d: Got a %%endif with no if"
msgstr "%s:%d: îÁÊÄÅÎ %%endif ÂÅÚ if"
-#: build/parseSpec.c:285 build/parseSpec.c:294
+#: build/parseSpec.c:292 build/parseSpec.c:301
msgid "malformed %%include statement"
msgstr "ÎÅ×ÅÒÎÏÅ ÏÂßÑ×ÌÅÎÉÅ %%include"
-#: build/parseSpec.c:461
+#: build/parseSpec.c:470
msgid "No buildable architectures"
msgstr "îÅÔ ÁÒÈÉÔÅËÔÕÒ, ËÏÔÏÒÙÅ ÍÏÖÎÏ ĞÏÓÔÒÏÉÔØ"
-#: build/parseSpec.c:509
+#: build/parseSpec.c:518
msgid "Package has no %%description: %s"
msgstr "ğÁËÅÔ ÎÅ ÉÍÅÅÔ %%description: %s"
-#: build/spec.c:31
+#: build/spec.c:35
#, c-format
msgid "archive = %s, fs = %s\n"
msgstr "ÁÒÈÉ× = %s, fs = %s\n"
-#: build/spec.c:237
+#: build/spec.c:246
#, c-format
msgid "line %d: Bad number: %s"
msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÏÅ ŞÉÓÌÏ: %s"
-#: build/spec.c:243
+#: build/spec.c:252
#, c-format
msgid "line %d: Bad no%s number: %d"
msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÏÅ ŞÉÓÌÏ no%s: %d"
-#: build/spec.c:301
+#: build/spec.c:311
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÏÅ ŞÉÓÌÏ %s: %s\n"
@@ -2274,7 +2274,7 @@ msgstr "× ËÏÎÃÅ ×ÙÒÁÖÅÎÉÑ ÏÖÉÄÁÌÓÑ \"|\""
msgid "(unknown type)"
msgstr "(ÎÅÉÚ×ÅÓÔÎÙÊ ÔÉĞ)"
-#: lib/install.c:142 lib/uninstall.c:195
+#: lib/install.c:142 lib/uninstall.c:191
#, c-format
msgid " file: %s action: %s\n"
msgstr "ÆÁÊÌ : %s ÄÅÊÓÔ×ÉÅ: %s\n"
@@ -2342,7 +2342,7 @@ msgstr "ÉÓÈÏÄÎÙÊ ĞÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÁ .spec"
msgid "renaming %s to %s\n"
msgstr "ĞÅÒÅÉÍÅÎÏ×Ù×ÁÀ %s × %s\n"
-#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:28
+#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:30
#, c-format
msgid "rename of %s to %s failed: %s"
msgstr "ÏÛÉÂËÁ ĞÅÒÅÉÍÅÎÏ×ÁÎÉÑ %s × %s: %s"
@@ -2950,7 +2950,7 @@ msgstr "ĞÁËÅÔ %s ÎÅ ×ÎÅÓÅÎ × %s"
msgid "package %s not found in %s"
msgstr "ĞÁËÅÔ %s ÎÅ ÎÁÊÄÅÎ × %s"
-#: lib/rpmdb.c:508 lib/uninstall.c:87
+#: lib/rpmdb.c:508 lib/uninstall.c:90
#, c-format
msgid "cannot read header at %d for uninstall"
msgstr "ÎÅ ÍÏÇÕ ĞÒÏŞÉÔÁÔØ ÈÅÄÅÒ × %d ÄÌÑ ÕÄÁÌÅÎÉÑ"
@@ -3434,40 +3434,40 @@ msgstr "ĞÅÒÅÍÅİÁÀ %s × %s\n"
msgid "%s skipped due to missingok flag\n"
msgstr "%s ĞÒÏĞÕİÅÎ ÉÚ-ÚÁ ÆÌÁÇÁ missingok\n"
-#: lib/uninstall.c:39
+#: lib/uninstall.c:41
#, c-format
msgid "cannot remove %s - directory not empty"
msgstr "ÎÅ ÍÏÇÕ ÕÄÁÌÉÔØ %s - ËÁÔÁÌÏÇ ÎÅ ĞÕÓÔ"
-#: lib/uninstall.c:42
+#: lib/uninstall.c:44
#, c-format
msgid "rmdir of %s failed: %s"
msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ ËÁÔÁÌÏÇÁ %s: %s"
-#: lib/uninstall.c:50
+#: lib/uninstall.c:52
#, c-format
msgid "removal of %s failed: %s"
msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ %s: %s"
-#: lib/uninstall.c:99
+#: lib/uninstall.c:104
#, c-format
msgid "cannot read packages named %s for uninstall"
msgstr "ÎÅ ÍÏÇÕ ĞÒÏŞÉÔÁÔØ ĞÁËÅÔÙ %s ÄÌÑ ÕÄ×ÌÅÎÉÑ"
-#: lib/uninstall.c:132
+#: lib/uninstall.c:137
#, c-format
msgid "will remove files test = %d\n"
msgstr "ÕÄÁÌÉÔ ÆÁÊÌÙ; test = %d\n"
-#: lib/uninstall.c:209
+#: lib/uninstall.c:205
msgid "running postuninstall script (if any)\n"
msgstr "ÉÓĞÏÌÎÑÀ ÓËÒÉĞÔ postuninstall (ÅÓÌÉ ÅÓÔØ)\n"
-#: lib/uninstall.c:223
+#: lib/uninstall.c:219
msgid "removing database entry\n"
msgstr "ÕÄÁÌÑÀ ÚÁĞÉÓØ ÂÁÚÙ ÄÁÎÎÙÈ\n"
-#: lib/uninstall.c:408
+#: lib/uninstall.c:404
msgid "execution of script failed"
msgstr "ÏÛÉÂËÁ ÉÓĞÏÌÎÅÎÉÑ ÓËÒÉĞÔÁ"
@@ -3506,29 +3506,29 @@ msgstr "url port ÄÏÌÖÅÎ ÂÙÔØ ŞÉÓÌÏÍ\n"
msgid "failed to create %s: %s\n"
msgstr "ÎÅ ÍÏÇÕ ÓÏÚÄÁÔØ %s\n"
-#: lib/verify.c:38
+#: lib/verify.c:39
msgid "don't verify files in package"
msgstr "ÎÅ ĞÒÏ×ÅÒÑÔØ ÆÁÊÌÙ ĞÁËÅÔÁ"
-#: lib/verify.c:213
+#: lib/verify.c:215
msgid "package lacks both user name and id lists (this should never happen)"
msgstr "× ĞÁËÅÔÅ ÎÅÔ ÎÉ ÉÍÅÎ ĞÏÌØÚÏ×ÁÔÅÌÅÊ, ÎÉ ÉÈ ID (ÔÁË ÎÅ ÂÙ×ÁÅÔ)"
-#: lib/verify.c:231
+#: lib/verify.c:233
msgid "package lacks both group name and id lists (this should never happen)"
msgstr "× ĞÁËÅÔÅ ÎÅÔ ÎÉ ÉÍÅÎ ÇÒÕĞĞ, ÎÉ ÉÈ ID (ÔÁË ÎÅ ÂÙ×ÁÅÔ)"
-#: lib/verify.c:266
+#: lib/verify.c:269
#, c-format
msgid "missing %s\n"
msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ %s\n"
-#: lib/verify.c:328
+#: lib/verify.c:331
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "îÅÕÄÏ×ÌÅÔ×ÏÒÅÎÎÙÅ ÚÁ×ÉÓÉÍÏÓÔÉ ÄÌÑ %s-%s-%s: "
-#: lib/verify.c:376
+#: lib/verify.c:381
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "rpmVerify: ÎÅÕÄÁŞÁ rpmdbOpen()\n"
diff --git a/po/sk.po b/po/sk.po
index 470e50759..0206a77fa 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: 2000-01-24 08:20-0500\n"
+"POT-Creation-Date: 2000-01-24 15:37-0500\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"
@@ -1307,706 +1307,706 @@ msgstr "chyba pri èítaní hlavièky balíka\n"
msgid "cannot re-open payload: %s\n"
msgstr "nie je mo¾né otvori» súbor %s\n"
-#: build/build.c:105 build/pack.c:269
+#: build/build.c:110 build/pack.c:312
msgid "Unable to open temp file"
msgstr "Nie je mo¾né otvori» doèasnı súbor"
-#: build/build.c:184
+#: build/build.c:189
#, fuzzy, c-format
msgid "Executing(%s): %s\n"
msgstr "Vykonáva sa: %s\n"
-#: build/build.c:190
+#: build/build.c:195
#, fuzzy, c-format
msgid "Exec of %s failed (%s): %s"
msgstr "Vykonanie %s zlyhalo (%s)"
-#: build/build.c:198
+#: build/build.c:203
#, c-format
msgid "Bad exit status from %s (%s)"
msgstr "Chybnı vıstupnı kód z %s (%s)"
-#: build/expression.c:207
+#: build/expression.c:211
#, fuzzy
msgid "syntax error while parsing =="
msgstr "chyba syntaxe vo vıraze"
-#: build/expression.c:237
+#: build/expression.c:241
#, fuzzy
msgid "syntax error while parsing &&"
msgstr "chyba syntaxe vo vıraze"
-#: build/expression.c:246
+#: build/expression.c:250
#, fuzzy
msgid "syntax error while parsing ||"
msgstr "chyba syntaxe vo vıraze"
-#: build/expression.c:288
+#: build/expression.c:292
msgid "parse error in expression"
msgstr "chyba pri analıze vırazu"
-#: build/expression.c:318
+#: build/expression.c:321
msgid "unmatched ("
msgstr "nepárová ("
-#: build/expression.c:336
+#: build/expression.c:339
msgid "undefined identifier"
msgstr "nedefinovanı identifikátor"
-#: build/expression.c:355
+#: build/expression.c:358
msgid "- only on numbers"
msgstr "- ibe pre èísla"
-#: build/expression.c:371
+#: build/expression.c:374
msgid "! only on numbers"
msgstr "! iba pre èísla"
-#: build/expression.c:410 build/expression.c:455 build/expression.c:512
-#: build/expression.c:599
+#: build/expression.c:413 build/expression.c:458 build/expression.c:515
+#: build/expression.c:602
msgid "types must match"
msgstr "typy sa musia zhodova»"
-#: build/expression.c:423
+#: build/expression.c:426
msgid "* / not suported for strings"
msgstr "* / nie sú podporované pre re»azce"
-#: build/expression.c:471
+#: build/expression.c:474
msgid "- not suported for strings"
msgstr "- nie je podporované pre re»azce"
-#: build/expression.c:612
+#: build/expression.c:615
msgid "&& and || not suported for strings"
msgstr "&& a || nie sú podporované pre re»azce"
-#: build/expression.c:645 build/expression.c:692
+#: build/expression.c:649 build/expression.c:697
msgid "syntax error in expression"
msgstr "chyba syntaxe vo vıraze"
-#: build/files.c:199
+#: build/files.c:204
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr "chyba PREKROÈENIA ÈASU: %s\n"
-#: build/files.c:243 build/files.c:325 build/files.c:488
+#: build/files.c:249 build/files.c:331 build/files.c:494
#, fuzzy, c-format
msgid "Missing '(' in %s %s"
msgstr "chıbajúce %s\n"
-#: build/files.c:254 build/files.c:442 build/files.c:499
+#: build/files.c:260 build/files.c:448 build/files.c:505
#, fuzzy, c-format
msgid "Missing ')' in %s(%s"
msgstr "chıbajúca ':' na %s:%d"
-#: build/files.c:292 build/files.c:467
+#: build/files.c:298 build/files.c:473
#, c-format
msgid "Invalid %s token: %s"
msgstr "Chybnı %s prvok: %s"
-#: build/files.c:341
+#: build/files.c:347
#, c-format
msgid "Non-white space follows %s(): %s"
msgstr ""
-#: build/files.c:379
+#: build/files.c:385
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)"
msgstr "Chybná %s() syntax: %s"
-#: build/files.c:389
+#: build/files.c:395
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)"
msgstr "Chybná ¹pecifikácia práv %s(): %s"
-#: build/files.c:401
+#: build/files.c:407
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)"
msgstr "Chybná ¹pecifikácia práv adresára %s(): %s"
-#: build/files.c:525
+#: build/files.c:531
#, fuzzy
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)"
msgstr "Iba jeden záznam v %%lang(): %s"
-#: build/files.c:535
+#: build/files.c:541
msgid "Duplicate locale %.*s in %%lang(%s)"
msgstr ""
-#: build/files.c:630
+#: build/files.c:637
msgid "Hit limit for %%docdir"
msgstr "Dosiahnutı limit pre %%docdir"
-#: build/files.c:636
+#: build/files.c:643
msgid "Only one arg for %%docdir"
msgstr "Iba jeden argument pre %%docdir"
#. We already got a file -- error
-#: build/files.c:661
+#: build/files.c:668
#, c-format
msgid "Two files on one line: %s"
msgstr "Dva súbory na riadku: %s"
-#: build/files.c:674
+#: build/files.c:681
#, c-format
msgid "File must begin with \"/\": %s"
msgstr "Súbory musia zaèína» znakom \"/\": %s"
-#: build/files.c:686
+#: build/files.c:693
msgid "Can't mix special %%doc with other forms: %s"
msgstr "Nie je mo¾né mie¹a» ¹peciálne %%doc s inımi formami: %s"
-#: build/files.c:772
+#: build/files.c:779
#, c-format
msgid "File listed twice: %s"
msgstr "Súbor zadanı dvakrát: %s."
-#: build/files.c:865
+#: build/files.c:872
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:945
+#: build/files.c:952
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Súbor nesúhlasí s prefixom (%s): %s."
-#: build/files.c:955
+#: build/files.c:962
#, c-format
msgid "File not found: %s"
msgstr "Súbor nebol nájdenı: %s"
-#: build/files.c:998
+#: build/files.c:1005
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "Chybnı vlastník/skupina: %s\n"
-#: build/files.c:1012
+#: build/files.c:1019
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "Súbor %4d: 0%o %s.%s\t %s\n"
-#: build/files.c:1086
+#: build/files.c:1093
#, c-format
msgid "File needs leading \"/\": %s"
msgstr "Súbor potrebuje na zaèiatku \"/\": %s"
-#: build/files.c:1115
+#: build/files.c:1122
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Súbor nebol nájdenı: %s"
-#: build/files.c:1157
+#: build/files.c:1164
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "chybe: nie je mo¾né otvori» %%files súbor: %s"
-#: build/files.c:1164 build/pack.c:485
+#: build/files.c:1171 build/pack.c:99
#, c-format
msgid "line: %s"
msgstr "riadok: %s"
-#: build/files.c:1498 build/parsePrep.c:30
+#: build/files.c:1507 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr "Chybnı vlastník/skupina: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1553
+#: build/files.c:1562
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "Nie je mo¾né spusti» %s"
-#: build/files.c:1558
+#: build/files.c:1567
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "Nie je mo¾né vytvori» proces %s"
-#: build/files.c:1640
+#: build/files.c:1649
#, c-format
msgid "%s failed"
msgstr "%s zlyhalo"
-#: build/files.c:1644
+#: build/files.c:1653
#, c-format
msgid "failed to write all data to %s"
msgstr "nepodarilo sa zapísa» v¹etky dáta do %s"
-#: build/files.c:1733
+#: build/files.c:1743
#, fuzzy, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "Zis»ujú sa po¾adované vlastnosti...\n"
-#: build/files.c:1761 build/files.c:1770
+#: build/files.c:1771 build/files.c:1780
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "Nepodarilo sa zisti» poskytované vlastnosti"
-#: build/files.c:1876
+#: build/files.c:1887
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Spracovávajú sa súbory: %s\n"
-#: build/names.c:41 build/names.c:73
+#: build/names.c:46 build/names.c:79
msgid "RPMERR_INTERNAL: Hit limit in getUname()\n"
msgstr "RPMERR_INTERNAL: Dosiahnutı limit v getUname()\n"
-#: build/names.c:106 build/names.c:138
+#: build/names.c:113 build/names.c:146
msgid "RPMERR_INTERNAL: Hit limit in getGname()\n"
msgstr "RPMERR_INTERNAL: Dosiahnutı limit v getGname()\n"
-#: build/names.c:176
+#: build/names.c:186
#, c-format
msgid "Could not canonicalize hostname: %s\n"
msgstr "Nie je mo¾né kanonizova» názov poèítaèa: %s\n"
-#: build/pack.c:132
+#: build/pack.c:47
#, c-format
-msgid "Could not generate output filename for package %s: %s\n"
-msgstr "Nie je mo¾né vytvori» meno vıstupného súboru pre balík %s: %s\n"
+msgid "create archive failed on file %s: %s"
+msgstr "vytvorenie archívu zlyhalo pri súbore %s: %s"
-#: build/pack.c:149
-#, fuzzy, c-format
-msgid "cannot create %s: %s\n"
-msgstr "nie je mo¾né zapísa» do %s: "
+#: build/pack.c:67
+#, c-format
+msgid "cpio_copy write failed: %s"
+msgstr "cpio_copy zápis zlyhal: %s"
-#: build/pack.c:186
+#: build/pack.c:74
+#, c-format
+msgid "cpio_copy read failed: %s"
+msgstr "cpio_copy èítanie zlyhalo: %s"
+
+#: build/pack.c:154
+#, c-format
+msgid "Could not open PreIn file: %s"
+msgstr "Nie je mo¾né otvori» PreIn súbor: %s"
+
+#: build/pack.c:161
+#, c-format
+msgid "Could not open PreUn file: %s"
+msgstr "Nie je mo¾né otvori» PreUn súbor: %s"
+
+#: build/pack.c:168
+#, c-format
+msgid "Could not open PostIn file: %s"
+msgstr "Nie je mo¾né otvori» PostIn súbor: %s"
+
+#: build/pack.c:175
+#, c-format
+msgid "Could not open PostUn file: %s"
+msgstr "Nie je mo¾né otvori» PostUn súbor: %s"
+
+#: build/pack.c:183
+#, c-format
+msgid "Could not open VerifyScript file: %s"
+msgstr "Nie je mo¾né otvori» VerifyScript súbor: %s"
+
+#: build/pack.c:198
+#, c-format
+msgid "Could not open Trigger script file: %s"
+msgstr "Nie je mo¾né otvori» Trigger skriptovı súbor: %s"
+
+#: build/pack.c:225
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr "readRPM: otvorenie %s: %s\n"
-#: build/pack.c:196
+#: build/pack.c:235
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr "readRPM: èítanie %s: %s\n"
-#: build/pack.c:217
+#: build/pack.c:256
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "readRPM: %s nie je RPM balík\n"
-#: build/pack.c:223
+#: build/pack.c:262
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr "readRPM: èítanie hlavièky %s\n"
-#: build/pack.c:281
+#: build/pack.c:324
msgid "Bad CSA data"
msgstr "Chybné CSA dáta"
-#: build/pack.c:316
+#: build/pack.c:359
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "Otvorenie %s zlyhalo\n"
-#: build/pack.c:348
+#: build/pack.c:391
#, c-format
msgid "Unable to write package: %s"
msgstr "Nie je mo¾né zapísa» balík: %s"
-#: build/pack.c:363
+#: build/pack.c:406
#, c-format
msgid "Generating signature: %d\n"
msgstr "Vytvára sa PGP podpis: %d\n"
-#: build/pack.c:379
+#: build/pack.c:422
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s"
msgstr "Nie je preèíta» sigtarget: %s"
-#: build/pack.c:389
+#: build/pack.c:432
#, fuzzy, c-format
msgid "Unable to read sigtarget %s: %s"
msgstr "Nie je preèíta» sigtarget: %s"
-#: build/pack.c:399
+#: build/pack.c:442
#, fuzzy, c-format
msgid "Unable to write package %s: %s"
msgstr "Nie je mo¾né zapísa» balík: %s"
-#: build/pack.c:414
+#: build/pack.c:457
#, c-format
msgid "Wrote: %s\n"
msgstr "Zapísané: %s\n"
-#: build/pack.c:433
-#, c-format
-msgid "create archive failed on file %s: %s"
-msgstr "vytvorenie archívu zlyhalo pri súbore %s: %s"
-
-#: build/pack.c:453
-#, c-format
-msgid "cpio_copy write failed: %s"
-msgstr "cpio_copy zápis zlyhal: %s"
-
-#: build/pack.c:460
-#, c-format
-msgid "cpio_copy read failed: %s"
-msgstr "cpio_copy èítanie zlyhalo: %s"
-
-#: build/pack.c:540
-#, c-format
-msgid "Could not open PreIn file: %s"
-msgstr "Nie je mo¾né otvori» PreIn súbor: %s"
-
-#: build/pack.c:547
-#, c-format
-msgid "Could not open PreUn file: %s"
-msgstr "Nie je mo¾né otvori» PreUn súbor: %s"
-
-#: build/pack.c:554
-#, c-format
-msgid "Could not open PostIn file: %s"
-msgstr "Nie je mo¾né otvori» PostIn súbor: %s"
-
-#: build/pack.c:561
+#: build/pack.c:519
#, c-format
-msgid "Could not open PostUn file: %s"
-msgstr "Nie je mo¾né otvori» PostUn súbor: %s"
-
-#: build/pack.c:569
-#, c-format
-msgid "Could not open VerifyScript file: %s"
-msgstr "Nie je mo¾né otvori» VerifyScript súbor: %s"
+msgid "Could not generate output filename for package %s: %s\n"
+msgstr "Nie je mo¾né vytvori» meno vıstupného súboru pre balík %s: %s\n"
-#: build/pack.c:584
-#, c-format
-msgid "Could not open Trigger script file: %s"
-msgstr "Nie je mo¾né otvori» Trigger skriptovı súbor: %s"
+#: build/pack.c:536
+#, fuzzy, c-format
+msgid "cannot create %s: %s\n"
+msgstr "nie je mo¾né zapísa» do %s: "
-#: build/parseBuildInstallClean.c:27
+#: build/parseBuildInstallClean.c:31
#, c-format
msgid "line %d: second %s"
msgstr "riadok %d: druhı %s"
-#: build/parseChangelog.c:103
+#: build/parseChangelog.c:108
msgid "%%changelog entries must start with *"
msgstr "%%changelog záznamy musia zaèína» *"
-#: build/parseChangelog.c:111
+#: build/parseChangelog.c:116
msgid "incomplete %%changelog entry"
msgstr "nekompletnı %%changelog záznam"
-#: build/parseChangelog.c:126
+#: build/parseChangelog.c:131
msgid "bad date in %%changelog: %s"
msgstr "chybnı dátum v %%changelog: %s "
-#: build/parseChangelog.c:131
+#: build/parseChangelog.c:136
msgid "%%changelog not in decending chronological order"
msgstr "%%changelog nie sú v zostupnom chronologickom poradí"
-#: build/parseChangelog.c:139 build/parseChangelog.c:150
+#: build/parseChangelog.c:144 build/parseChangelog.c:155
msgid "missing name in %%changelog"
msgstr "chıbajúce meno v %%changelog"
-#: build/parseChangelog.c:157
+#: build/parseChangelog.c:162
msgid "no description in %%changelog"
msgstr "¾iadny popis v %%changelog"
-#: build/parseDescription.c:33
+#: build/parseDescription.c:38
msgid "line %d: Error parsing %%description: %s"
msgstr "riadok %d: Chyba pri analıze %%description: %s"
-#: build/parseDescription.c:46 build/parseFiles.c:40 build/parseScript.c:168
+#: build/parseDescription.c:51 build/parseFiles.c:45 build/parseScript.c:173
#, c-format
msgid "line %d: Bad option %s: %s"
msgstr "riadok %d: Chybná voµba %s: %s"
-#: build/parseDescription.c:59 build/parseFiles.c:53 build/parseScript.c:181
+#: build/parseDescription.c:64 build/parseFiles.c:58 build/parseScript.c:186
#, c-format
msgid "line %d: Too many names: %s"
msgstr "riadok %d: Priveµa názvov: %s"
-#: build/parseDescription.c:69 build/parseFiles.c:63 build/parseScript.c:191
+#: build/parseDescription.c:74 build/parseFiles.c:68 build/parseScript.c:196
#, c-format
msgid "line %d: Package does not exist: %s"
msgstr "riadok %d: Balík neexistuje: %s"
-#: build/parseDescription.c:81
+#: build/parseDescription.c:86
#, c-format
msgid "line %d: Second description"
msgstr "riadok %d: Druhı popis"
-#: build/parseFiles.c:27
+#: build/parseFiles.c:32
msgid "line %d: Error parsing %%files: %s"
msgstr "riadok %d: Chyba pri analıze %%files: %s"
-#: build/parseFiles.c:71
+#: build/parseFiles.c:76
msgid "line %d: Second %%files list"
msgstr "riadok %d: Druhı %%files zoznam"
-#: build/parsePreamble.c:145
+#: build/parsePreamble.c:149
#, c-format
msgid "Architecture is excluded: %s"
msgstr "Architektúra je vynechaná: %s"
-#: build/parsePreamble.c:150
+#: build/parsePreamble.c:154
#, c-format
msgid "Architecture is not included: %s"
msgstr "Architektúra nie je obsiahnutá: %s"
-#: build/parsePreamble.c:155
+#: build/parsePreamble.c:159
#, c-format
msgid "OS is excluded: %s"
msgstr "OS je vynechanı: %s"
-#: build/parsePreamble.c:160
+#: build/parsePreamble.c:164
#, c-format
msgid "OS is not included: %s"
msgstr "OS nie je obsiahnutı: %s"
-#: build/parsePreamble.c:174
+#: build/parsePreamble.c:178
#, c-format
msgid "%s field must be present in package: %s"
msgstr "V balíku musí existova» pole %s: %s"
-#: build/parsePreamble.c:199
+#: build/parsePreamble.c:203
#, c-format
msgid "Duplicate %s entries in package: %s"
msgstr "Duplicitné záznamy %s v balíku: %s"
-#: build/parsePreamble.c:246
+#: build/parsePreamble.c:250
#, fuzzy, c-format
msgid "Unable to open icon %s: %s"
msgstr "Nie je mo¾né preèíta» ikonu: %s"
-#: build/parsePreamble.c:264
+#: build/parsePreamble.c:268
#, fuzzy, c-format
msgid "Unable to read icon %s: %s"
msgstr "Nie je mo¾né preèíta» ikonu: %s"
-#: build/parsePreamble.c:277
+#: build/parsePreamble.c:281
#, c-format
msgid "Unknown icon type: %s"
msgstr "Neznámy typ ikony: %s"
-#: build/parsePreamble.c:339
+#: build/parsePreamble.c:344
#, c-format
msgid "line %d: Malformed tag: %s"
msgstr "riadok %d: Znetvorenı popis: %s"
#. Empty field
-#: build/parsePreamble.c:347
+#: build/parsePreamble.c:352
#, c-format
msgid "line %d: Empty tag: %s"
msgstr "riadok %d: Prázdny popis: %s"
-#: build/parsePreamble.c:370 build/parsePreamble.c:377
+#: build/parsePreamble.c:375 build/parsePreamble.c:382
#, c-format
msgid "line %d: Illegal char '-' in %s: %s"
msgstr "riadok %d: Neprípustnı znak '-' v %s: %s"
-#: build/parsePreamble.c:441 build/parseSpec.c:366
+#: build/parsePreamble.c:446 build/parseSpec.c:375
#, fuzzy, c-format
msgid "BuildRoot can not be \"/\": %s"
msgstr "riadok %d: BuildRoot nemô¾e by» \"/\": %s"
-#: build/parsePreamble.c:454
+#: build/parsePreamble.c:459
#, c-format
msgid "line %d: Prefixes must not end with \"/\": %s"
msgstr "riadok %d: Prefixy nesmú konèi» \"/\": %s"
-#: build/parsePreamble.c:466
+#: build/parsePreamble.c:471
#, c-format
msgid "line %d: Docdir must begin with '/': %s"
msgstr "riadok %d: Docdir musí zaèína» '/': %s"
-#: build/parsePreamble.c:478
+#: build/parsePreamble.c:483
#, c-format
msgid "line %d: Epoch/Serial field must be a number: %s"
msgstr "riadok %d: Epoch/Serial pole musí by» èíslo: %s"
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:546
#, c-format
msgid "line %d: Bad BuildArchitecture format: %s"
msgstr "riadok %d: Chybnı formát BuildArchitecture: %s"
-#: build/parsePreamble.c:551
+#: build/parsePreamble.c:556
#, c-format
msgid "Internal error: Bogus tag %d"
msgstr "Interná chyba: Èudnı popis %d "
-#: build/parsePreamble.c:689
+#: build/parsePreamble.c:695
#, c-format
msgid "Bad package specification: %s"
msgstr "Chybná ¹pecifikácia balíka: %s"
-#: build/parsePreamble.c:695
+#: build/parsePreamble.c:701
#, c-format
msgid "Package already exists: %s"
msgstr "Balík u¾ existuje: %s"
-#: build/parsePreamble.c:722
+#: build/parsePreamble.c:728
#, c-format
msgid "line %d: Unknown tag: %s"
msgstr "riadok %d: Neznámy popis: %s"
-#: build/parsePreamble.c:747
+#: build/parsePreamble.c:753
msgid "Spec file can't use BuildRoot"
msgstr "Spec súbor nemô¾e pou¾i» BuildRoot"
-#: build/parsePrep.c:26
+#: build/parsePrep.c:30
#, c-format
msgid "Bad source: %s: %s"
msgstr "Chybnı zdroj %s: %s"
-#: build/parsePrep.c:53
+#: build/parsePrep.c:57
#, c-format
msgid "No patch number %d"
msgstr "Neexistuje patch èíslo %d"
-#: build/parsePrep.c:134
+#: build/parsePrep.c:138
#, c-format
msgid "No source number %d"
msgstr "Neexistuje zdroj èíslo %d"
-#: build/parsePrep.c:153
+#: build/parsePrep.c:157
#, c-format
msgid "Couldn't download nosource %s: %s"
msgstr "Nebolo mo¾né prenies» nie-zdroj %s: %s"
-#: build/parsePrep.c:219
+#: build/parsePrep.c:223
msgid "Error parsing %%setup: %s"
msgstr "Chyba pri analıze %%setup: %s"
-#: build/parsePrep.c:234
+#: build/parsePrep.c:238
msgid "line %d: Bad arg to %%setup %c: %s"
msgstr "riadok %d: Chybnı argument pre %%setup %c: %s"
-#: build/parsePrep.c:252
+#: build/parsePrep.c:256
msgid "line %d: Bad %%setup option %s: %s"
msgstr "riadok %d: Chybná voµba pre %%setup %s: %s"
-#: build/parsePrep.c:379
+#: build/parsePrep.c:383
msgid "line %d: Need arg to %%patch -b: %s"
msgstr "riadok %d: %%patch -b potrebuje argument: %s"
-#: build/parsePrep.c:387
+#: build/parsePrep.c:391
msgid "line %d: Need arg to %%patch -z: %s"
msgstr "riadok %d: %%patch -z potrebuje argument: %s"
-#: build/parsePrep.c:399
+#: build/parsePrep.c:403
msgid "line %d: Need arg to %%patch -p: %s"
msgstr "riadok %d: %%patch -p potrebuje argument: %s"
-#: build/parsePrep.c:405
+#: build/parsePrep.c:409
msgid "line %d: Bad arg to %%patch -p: %s"
msgstr "riadok %d: Chybnı argument pre %%patch -p: %s"
-#: build/parsePrep.c:412
+#: build/parsePrep.c:416
msgid "Too many patches!"
msgstr "Priveµa záplat!"
-#: build/parsePrep.c:416
+#: build/parsePrep.c:420
msgid "line %d: Bad arg to %%patch: %s"
msgstr "riadok %d: Chybnı argument pre %%patch: %s"
-#: build/parsePrep.c:452
+#: build/parsePrep.c:457
msgid "line %d: second %%prep"
msgstr "riadok %d: druhı %%prep"
-#: build/parseReqs.c:91
+#: build/parseReqs.c:96
#, fuzzy, c-format
msgid ""
"line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s"
msgstr "riadok %d: %s: prvky musia zaèína» alfanumerickım znakom: %s"
-#: build/parseReqs.c:102
+#: build/parseReqs.c:107
#, fuzzy, c-format
msgid "line %d: File name not permitted: %s"
msgstr "riadok %d: Obsoletes: neobsahuje ¾iadne názvy súborov: %s"
-#: build/parseReqs.c:134
+#: build/parseReqs.c:139
#, fuzzy, c-format
msgid "line %d: Versioned file name not permitted: %s"
msgstr "riadok %d: Názvy súborov v %s neobsahujú verzie: %s"
-#: build/parseReqs.c:146
+#: build/parseReqs.c:151
#, fuzzy, c-format
msgid "line %d: Version not permitted: %s"
msgstr "riadok %d: V %s sú vy¾adované verzie: %s"
-#: build/parseReqs.c:172
+#: build/parseReqs.c:177
#, fuzzy, c-format
msgid "line %d: Version required: %s"
msgstr "riadok %d: V %s sú vy¾adované verzie: %s"
-#: build/parseScript.c:136
+#: build/parseScript.c:141
#, c-format
msgid "line %d: triggers must have --: %s"
msgstr "riadok %d: triggers musia obsahova» --: %s"
-#: build/parseScript.c:146 build/parseScript.c:209
+#: build/parseScript.c:151 build/parseScript.c:214
#, c-format
msgid "line %d: Error parsing %s: %s"
msgstr "riadok %d: Chyba pri analıze %s: %s"
-#: build/parseScript.c:156
+#: build/parseScript.c:161
#, c-format
msgid "line %d: script program must begin with '/': %s"
msgstr "riadok %d: program skriptu musí zaèína» '/': %s"
-#: build/parseScript.c:200
+#: build/parseScript.c:205
#, c-format
msgid "line %d: Second %s"
msgstr "riadok %d: Druhı %s"
-#: build/parseSpec.c:129
+#: build/parseSpec.c:135
#, c-format
msgid "line %d: %s"
msgstr "riadok %d: %s"
#. XXX Fstrerror
-#: build/parseSpec.c:179
+#: build/parseSpec.c:186
#, fuzzy, c-format
msgid "Unable to open %s: %s\n"
msgstr "otvorenie zlyhalo: %s\n"
-#: build/parseSpec.c:191
+#: build/parseSpec.c:198
msgid "Unclosed %%if"
msgstr "Neuzavretı %%if"
-#: build/parseSpec.c:252
+#: build/parseSpec.c:259
#, c-format
msgid "%s:%d: parseExpressionBoolean returns %d"
msgstr ""
#. Got an else with no %if !
-#: build/parseSpec.c:260
+#: build/parseSpec.c:267
msgid "%s:%d: Got a %%else with no if"
msgstr "%s:%d: %%else bez if"
#. Got an end with no %if !
-#: build/parseSpec.c:271
+#: build/parseSpec.c:278
msgid "%s:%d: Got a %%endif with no if"
msgstr "%s:%d: %%endif bez if"
-#: build/parseSpec.c:285 build/parseSpec.c:294
+#: build/parseSpec.c:292 build/parseSpec.c:301
msgid "malformed %%include statement"
msgstr "znetvorenı príkaz %%include"
-#: build/parseSpec.c:461
+#: build/parseSpec.c:470
msgid "No buildable architectures"
msgstr "®iadne zostaviteµné architektúry"
-#: build/parseSpec.c:509
+#: build/parseSpec.c:518
msgid "Package has no %%description: %s"
msgstr "Balík neobsahuje %%description: %s"
-#: build/spec.c:31
+#: build/spec.c:35
#, c-format
msgid "archive = %s, fs = %s\n"
msgstr "archív = %s, fs = %s\n"
-#: build/spec.c:237
+#: build/spec.c:246
#, c-format
msgid "line %d: Bad number: %s"
msgstr "riadok %d: Chybné èíslo: %s"
-#: build/spec.c:243
+#: build/spec.c:252
#, c-format
msgid "line %d: Bad no%s number: %d"
msgstr "riadok %d: Chybné no%s èíslo: %d"
-#: build/spec.c:301
+#: build/spec.c:311
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "riadok %d: Chybné %s èíslo: %s\n"
@@ -2278,7 +2278,7 @@ msgstr "| oèakávené na konci vırazu"
msgid "(unknown type)"
msgstr "(neznámy typ)"
-#: lib/install.c:142 lib/uninstall.c:195
+#: lib/install.c:142 lib/uninstall.c:191
#, c-format
msgid " file: %s action: %s\n"
msgstr " súbor: akcia %s: %s\n"
@@ -2346,7 +2346,7 @@ msgstr "zdrojovı balík neobsahuje ¾iadny .spec súbor"
msgid "renaming %s to %s\n"
msgstr "premenováva sa %s na %s\n"
-#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:28
+#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:30
#, c-format
msgid "rename of %s to %s failed: %s"
msgstr "premenovanie %s na %s zlyhalo: %s"
@@ -2955,7 +2955,7 @@ msgstr "balík %s nie je uvedenı v %s"
msgid "package %s not found in %s"
msgstr "balík %s nebol nájdenı v %s"
-#: lib/rpmdb.c:508 lib/uninstall.c:87
+#: lib/rpmdb.c:508 lib/uninstall.c:90
#, c-format
msgid "cannot read header at %d for uninstall"
msgstr "nie je mo¾né preèíta» hlavièku na %d pre odin¹talovanie"
@@ -3436,40 +3436,40 @@ msgstr "presúva sa %s do %s\n"
msgid "%s skipped due to missingok flag\n"
msgstr "%s vynechané kvôli príznaku missingok\n"
-#: lib/uninstall.c:39
+#: lib/uninstall.c:41
#, c-format
msgid "cannot remove %s - directory not empty"
msgstr "nie je mo¾né odstráni» %s - adresár nie je prázdny"
-#: lib/uninstall.c:42
+#: lib/uninstall.c:44
#, c-format
msgid "rmdir of %s failed: %s"
msgstr "rmdir %s zlyhalo: %s"
-#: lib/uninstall.c:50
+#: lib/uninstall.c:52
#, c-format
msgid "removal of %s failed: %s"
msgstr "odstránenie %s zlyhalo: %s"
-#: lib/uninstall.c:99
+#: lib/uninstall.c:104
#, c-format
msgid "cannot read packages named %s for uninstall"
msgstr "nie je mo¾né preèíta» balíky %s pre odin¹talovanie"
-#: lib/uninstall.c:132
+#: lib/uninstall.c:137
#, c-format
msgid "will remove files test = %d\n"
msgstr "budú sa odstraòova» súbory test = %d\n"
-#: lib/uninstall.c:209
+#: lib/uninstall.c:205
msgid "running postuninstall script (if any)\n"
msgstr "vykonávajú sa postdein¹talaèné skripty (ak existujú)\n"
-#: lib/uninstall.c:223
+#: lib/uninstall.c:219
msgid "removing database entry\n"
msgstr "odstraòuje sa záznam z databázy\n"
-#: lib/uninstall.c:408
+#: lib/uninstall.c:404
msgid "execution of script failed"
msgstr "vykonanie skriptu zlyhalo"
@@ -3508,34 +3508,34 @@ msgstr "url port musí by» èíslo\n"
msgid "failed to create %s: %s\n"
msgstr "nepodarilo sa vytvori» %s\n"
-#: lib/verify.c:38
+#: lib/verify.c:39
#, fuzzy
msgid "don't verify files in package"
msgstr "zobrazi» súbory v balíku"
-#: lib/verify.c:213
+#: lib/verify.c:215
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:231
+#: lib/verify.c:233
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:266
+#: lib/verify.c:269
#, c-format
msgid "missing %s\n"
msgstr "chıbajúce %s\n"
-#: lib/verify.c:328
+#: lib/verify.c:331
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Nevyrie¹ené závislosti pre %s-%s-%s: "
-#: lib/verify.c:376
+#: lib/verify.c:381
#, fuzzy
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "rpmQuery: rpmdbOpen() zlyhalo\n"
diff --git a/po/sr.po b/po/sr.po
index d3c00f9e0..ce0958ce9 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"POT-Creation-Date: 2000-01-24 08:20-0500\n"
+"POT-Creation-Date: 2000-01-24 15:37-0500\n"
"Content-Type: text/plain; charset=\n"
"Date: 1998-05-02 21:41:47-0400\n"
"From: Erik Troan <ewt@lacrosse.redhat.com>\n"
@@ -1331,710 +1331,710 @@ msgstr "gre¹ka potrage za paketom %s\n"
msgid "cannot re-open payload: %s\n"
msgstr "Ne mogu da otvorim datoteku %s: "
-#: build/build.c:105 build/pack.c:269
+#: build/build.c:110 build/pack.c:312
#, fuzzy
msgid "Unable to open temp file"
msgstr "Ne mogu da otvorim %s za èitanje: %s"
-#: build/build.c:184
+#: build/build.c:189
#, fuzzy, c-format
msgid "Executing(%s): %s\n"
msgstr "Pribavljam %s\n"
-#: build/build.c:190
+#: build/build.c:195
#, fuzzy, c-format
msgid "Exec of %s failed (%s): %s"
msgstr "neuspelo otvaranje %s: %s\n"
-#: build/build.c:198
+#: build/build.c:203
#, c-format
msgid "Bad exit status from %s (%s)"
msgstr ""
-#: build/expression.c:207
+#: build/expression.c:211
#, fuzzy
msgid "syntax error while parsing =="
msgstr "oèekivan znak ? u izrazu"
-#: build/expression.c:237
+#: build/expression.c:241
#, fuzzy
msgid "syntax error while parsing &&"
msgstr "oèekivan znak ? u izrazu"
-#: build/expression.c:246
+#: build/expression.c:250
#, fuzzy
msgid "syntax error while parsing ||"
msgstr "oèekivan znak ? u izrazu"
-#: build/expression.c:288
+#: build/expression.c:292
#, fuzzy
msgid "parse error in expression"
msgstr "oèekivan znak ? u izrazu"
-#: build/expression.c:318
+#: build/expression.c:321
msgid "unmatched ("
msgstr ""
-#: build/expression.c:336
+#: build/expression.c:339
msgid "undefined identifier"
msgstr ""
-#: build/expression.c:355
+#: build/expression.c:358
msgid "- only on numbers"
msgstr ""
-#: build/expression.c:371
+#: build/expression.c:374
msgid "! only on numbers"
msgstr ""
-#: build/expression.c:410 build/expression.c:455 build/expression.c:512
-#: build/expression.c:599
+#: build/expression.c:413 build/expression.c:458 build/expression.c:515
+#: build/expression.c:602
msgid "types must match"
msgstr ""
-#: build/expression.c:423
+#: build/expression.c:426
msgid "* / not suported for strings"
msgstr ""
-#: build/expression.c:471
+#: build/expression.c:474
msgid "- not suported for strings"
msgstr ""
-#: build/expression.c:612
+#: build/expression.c:615
msgid "&& and || not suported for strings"
msgstr ""
-#: build/expression.c:645 build/expression.c:692
+#: build/expression.c:649 build/expression.c:697
#, fuzzy
msgid "syntax error in expression"
msgstr "oèekivan znak ? u izrazu"
-#: build/files.c:199
+#: build/files.c:204
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:243 build/files.c:325 build/files.c:488
+#: build/files.c:249 build/files.c:331 build/files.c:494
#, fuzzy, c-format
msgid "Missing '(' in %s %s"
msgstr "nedostaje { posle %"
-#: build/files.c:254 build/files.c:442 build/files.c:499
+#: build/files.c:260 build/files.c:448 build/files.c:505
#, fuzzy, c-format
msgid "Missing ')' in %s(%s"
msgstr "nedostaje ':' na %s:%d"
-#: build/files.c:292 build/files.c:467
+#: build/files.c:298 build/files.c:473
#, c-format
msgid "Invalid %s token: %s"
msgstr ""
-#: build/files.c:341
+#: build/files.c:347
#, c-format
msgid "Non-white space follows %s(): %s"
msgstr ""
-#: build/files.c:379
+#: build/files.c:385
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)"
msgstr "Neuspelo èitanje %s: %s."
-#: build/files.c:389
+#: build/files.c:395
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)"
msgstr "Neuspelo èitanje %s: %s."
-#: build/files.c:401
+#: build/files.c:407
#, c-format
msgid "Bad dirmode spec: %s(%s)"
msgstr ""
-#: build/files.c:525
+#: build/files.c:531
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)"
msgstr ""
-#: build/files.c:535
+#: build/files.c:541
msgid "Duplicate locale %.*s in %%lang(%s)"
msgstr ""
-#: build/files.c:630
+#: build/files.c:637
msgid "Hit limit for %%docdir"
msgstr ""
-#: build/files.c:636
+#: build/files.c:643
msgid "Only one arg for %%docdir"
msgstr ""
#. We already got a file -- error
-#: build/files.c:661
+#: build/files.c:668
#, fuzzy, c-format
msgid "Two files on one line: %s"
msgstr "neuspelo otvaranje %s: %s"
-#: build/files.c:674
+#: build/files.c:681
#, fuzzy, c-format
msgid "File must begin with \"/\": %s"
msgstr "preme¹tanja moraju poèeti znakom '/'"
-#: build/files.c:686
+#: build/files.c:693
msgid "Can't mix special %%doc with other forms: %s"
msgstr ""
-#: build/files.c:772
+#: build/files.c:779
#, fuzzy, c-format
msgid "File listed twice: %s"
msgstr "Neuspelo èitanje %s: %s."
-#: build/files.c:865
+#: build/files.c:872
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:945
+#: build/files.c:952
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Neuspelo èitanje %s: %s."
-#: build/files.c:955
+#: build/files.c:962
#, fuzzy, c-format
msgid "File not found: %s"
msgstr "Datoteka nije pronağena na serveru"
-#: build/files.c:998
+#: build/files.c:1005
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1012
+#: build/files.c:1019
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "neuspelo otvaranje %s: %s"
-#: build/files.c:1086
+#: build/files.c:1093
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1115
+#: build/files.c:1122
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Datoteka nije pronağena na serveru"
-#: build/files.c:1157
+#: build/files.c:1164
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
-#: build/files.c:1164 build/pack.c:485
+#: build/files.c:1171 build/pack.c:99
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1498 build/parsePrep.c:30
+#: build/files.c:1507 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1553
+#: build/files.c:1562
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "Ne mogu da izvr¹im PGP"
-#: build/files.c:1558
+#: build/files.c:1567
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "Ne mogu da proèitam 'sigtarget'"
-#: build/files.c:1640
+#: build/files.c:1649
#, fuzzy, c-format
msgid "%s failed"
msgstr "PGP omanuo"
-#: build/files.c:1644
+#: build/files.c:1653
#, fuzzy, c-format
msgid "failed to write all data to %s"
msgstr "neuspelo kreiranje %s\n"
-#: build/files.c:1733
+#: build/files.c:1743
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1761 build/files.c:1770
+#: build/files.c:1771 build/files.c:1780
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "neuspelo kreiranje %s\n"
-#: build/files.c:1876
+#: build/files.c:1887
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "neuspelo otvaranje %s: %s"
-#: build/names.c:41 build/names.c:73
+#: build/names.c:46 build/names.c:79
msgid "RPMERR_INTERNAL: Hit limit in getUname()\n"
msgstr ""
-#: build/names.c:106 build/names.c:138
+#: build/names.c:113 build/names.c:146
msgid "RPMERR_INTERNAL: Hit limit in getGname()\n"
msgstr ""
-#: build/names.c:176
+#: build/names.c:186
#, c-format
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:132
+#: build/pack.c:47
+#, fuzzy, c-format
+msgid "create archive failed on file %s: %s"
+msgstr "neuspelo otvaranje %s: %s"
+
+#: build/pack.c:67
#, c-format
-msgid "Could not generate output filename for package %s: %s\n"
+msgid "cpio_copy write failed: %s"
msgstr ""
-#: build/pack.c:149
+#: build/pack.c:74
#, fuzzy, c-format
-msgid "cannot create %s: %s\n"
-msgstr "Ne mogu da otvorim datoteku %s: "
+msgid "cpio_copy read failed: %s"
+msgstr "neuspelo èitanje: %s (%d)"
-#: build/pack.c:186
+#: build/pack.c:154
+#, fuzzy, c-format
+msgid "Could not open PreIn file: %s"
+msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
+
+#: build/pack.c:161
+#, fuzzy, c-format
+msgid "Could not open PreUn file: %s"
+msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
+
+#: build/pack.c:168
+#, fuzzy, c-format
+msgid "Could not open PostIn file: %s"
+msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
+
+#: build/pack.c:175
+#, fuzzy, c-format
+msgid "Could not open PostUn file: %s"
+msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
+
+#: build/pack.c:183
+#, c-format
+msgid "Could not open VerifyScript file: %s"
+msgstr ""
+
+#: build/pack.c:198
+#, c-format
+msgid "Could not open Trigger script file: %s"
+msgstr ""
+
+#: build/pack.c:225
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "neuspelo otvaranje %s: %s"
-#: build/pack.c:196
+#: build/pack.c:235
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "Neuspelo èitanje %s: %s."
-#: build/pack.c:217
+#: build/pack.c:256
#, fuzzy, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "gre¹ka: èini se da %s nije RPM paket\n"
-#: build/pack.c:223
+#: build/pack.c:262
#, fuzzy, c-format
msgid "readRPM: reading header from %s\n"
msgstr "gre¹ka kod uzimanja sloga %s iz %s"
-#: build/pack.c:281
+#: build/pack.c:324
msgid "Bad CSA data"
msgstr ""
-#: build/pack.c:316
+#: build/pack.c:359
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "neuspelo otvaranje %s\n"
-#: build/pack.c:348
+#: build/pack.c:391
#, fuzzy, c-format
msgid "Unable to write package: %s"
msgstr "Ne mogu da upi¹em %s"
-#: build/pack.c:363
+#: build/pack.c:406
#, fuzzy, c-format
msgid "Generating signature: %d\n"
msgstr "napravi PGP potpis"
-#: build/pack.c:379
+#: build/pack.c:422
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s"
msgstr "Ne mogu da upi¹em %s"
-#: build/pack.c:389
+#: build/pack.c:432
#, fuzzy, c-format
msgid "Unable to read sigtarget %s: %s"
msgstr "Ne mogu da upi¹em %s"
-#: build/pack.c:399
+#: build/pack.c:442
#, fuzzy, c-format
msgid "Unable to write package %s: %s"
msgstr "Ne mogu da upi¹em %s"
-#: build/pack.c:414
+#: build/pack.c:457
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:433
-#, fuzzy, c-format
-msgid "create archive failed on file %s: %s"
-msgstr "neuspelo otvaranje %s: %s"
-
-#: build/pack.c:453
+#: build/pack.c:519
#, c-format
-msgid "cpio_copy write failed: %s"
+msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:460
-#, fuzzy, c-format
-msgid "cpio_copy read failed: %s"
-msgstr "neuspelo èitanje: %s (%d)"
-
-#: build/pack.c:540
-#, fuzzy, c-format
-msgid "Could not open PreIn file: %s"
-msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
-
-#: build/pack.c:547
-#, fuzzy, c-format
-msgid "Could not open PreUn file: %s"
-msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
-
-#: build/pack.c:554
-#, fuzzy, c-format
-msgid "Could not open PostIn file: %s"
-msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
-
-#: build/pack.c:561
+#: build/pack.c:536
#, fuzzy, c-format
-msgid "Could not open PostUn file: %s"
-msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
-
-#: build/pack.c:569
-#, c-format
-msgid "Could not open VerifyScript file: %s"
-msgstr ""
-
-#: build/pack.c:584
-#, c-format
-msgid "Could not open Trigger script file: %s"
-msgstr ""
+msgid "cannot create %s: %s\n"
+msgstr "Ne mogu da otvorim datoteku %s: "
-#: build/parseBuildInstallClean.c:27
+#: build/parseBuildInstallClean.c:31
#, c-format
msgid "line %d: second %s"
msgstr ""
-#: build/parseChangelog.c:103
+#: build/parseChangelog.c:108
msgid "%%changelog entries must start with *"
msgstr ""
-#: build/parseChangelog.c:111
+#: build/parseChangelog.c:116
msgid "incomplete %%changelog entry"
msgstr ""
-#: build/parseChangelog.c:126
+#: build/parseChangelog.c:131
msgid "bad date in %%changelog: %s"
msgstr ""
-#: build/parseChangelog.c:131
+#: build/parseChangelog.c:136
msgid "%%changelog not in decending chronological order"
msgstr ""
-#: build/parseChangelog.c:139 build/parseChangelog.c:150
+#: build/parseChangelog.c:144 build/parseChangelog.c:155
msgid "missing name in %%changelog"
msgstr ""
-#: build/parseChangelog.c:157
+#: build/parseChangelog.c:162
msgid "no description in %%changelog"
msgstr ""
-#: build/parseDescription.c:33
+#: build/parseDescription.c:38
msgid "line %d: Error parsing %%description: %s"
msgstr ""
-#: build/parseDescription.c:46 build/parseFiles.c:40 build/parseScript.c:168
+#: build/parseDescription.c:51 build/parseFiles.c:45 build/parseScript.c:173
#, fuzzy, c-format
msgid "line %d: Bad option %s: %s"
msgstr "neuspelo otvaranje %s: %s"
-#: build/parseDescription.c:59 build/parseFiles.c:53 build/parseScript.c:181
+#: build/parseDescription.c:64 build/parseFiles.c:58 build/parseScript.c:186
#, c-format
msgid "line %d: Too many names: %s"
msgstr ""
-#: build/parseDescription.c:69 build/parseFiles.c:63 build/parseScript.c:191
+#: build/parseDescription.c:74 build/parseFiles.c:68 build/parseScript.c:196
#, fuzzy, c-format
msgid "line %d: Package does not exist: %s"
msgstr "paket %s nije naveden u %s"
-#: build/parseDescription.c:81
+#: build/parseDescription.c:86
#, c-format
msgid "line %d: Second description"
msgstr ""
-#: build/parseFiles.c:27
+#: build/parseFiles.c:32
msgid "line %d: Error parsing %%files: %s"
msgstr ""
-#: build/parseFiles.c:71
+#: build/parseFiles.c:76
msgid "line %d: Second %%files list"
msgstr ""
-#: build/parsePreamble.c:145
+#: build/parsePreamble.c:149
#, c-format
msgid "Architecture is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:150
+#: build/parsePreamble.c:154
#, c-format
msgid "Architecture is not included: %s"
msgstr ""
-#: build/parsePreamble.c:155
+#: build/parsePreamble.c:159
#, c-format
msgid "OS is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:160
+#: build/parsePreamble.c:164
#, c-format
msgid "OS is not included: %s"
msgstr ""
-#: build/parsePreamble.c:174
+#: build/parsePreamble.c:178
#, c-format
msgid "%s field must be present in package: %s"
msgstr ""
-#: build/parsePreamble.c:199
+#: build/parsePreamble.c:203
#, c-format
msgid "Duplicate %s entries in package: %s"
msgstr ""
-#: build/parsePreamble.c:246
+#: build/parsePreamble.c:250
#, fuzzy, c-format
msgid "Unable to open icon %s: %s"
msgstr "Ne mogu da upi¹em %s"
-#: build/parsePreamble.c:264
+#: build/parsePreamble.c:268
#, fuzzy, c-format
msgid "Unable to read icon %s: %s"
msgstr "Ne mogu da upi¹em %s"
-#: build/parsePreamble.c:277
+#: build/parsePreamble.c:281
#, fuzzy, c-format
msgid "Unknown icon type: %s"
msgstr "(nepoznat tip)"
-#: build/parsePreamble.c:339
+#: build/parsePreamble.c:344
#, c-format
msgid "line %d: Malformed tag: %s"
msgstr ""
#. Empty field
-#: build/parsePreamble.c:347
+#: build/parsePreamble.c:352
#, c-format
msgid "line %d: Empty tag: %s"
msgstr ""
-#: build/parsePreamble.c:370 build/parsePreamble.c:377
+#: build/parsePreamble.c:375 build/parsePreamble.c:382
#, fuzzy, c-format
msgid "line %d: Illegal char '-' in %s: %s"
msgstr "neuspelo otvaranje %s: %s"
-#: build/parsePreamble.c:441 build/parseSpec.c:366
+#: build/parsePreamble.c:446 build/parseSpec.c:375
#, c-format
msgid "BuildRoot can not be \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:454
+#: build/parsePreamble.c:459
#, c-format
msgid "line %d: Prefixes must not end with \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:466
+#: build/parsePreamble.c:471
#, fuzzy, c-format
msgid "line %d: Docdir must begin with '/': %s"
msgstr "preme¹tanja moraju poèeti znakom '/'"
-#: build/parsePreamble.c:478
+#: build/parsePreamble.c:483
#, fuzzy, c-format
msgid "line %d: Epoch/Serial field must be a number: %s"
msgstr "pogre¹an broj paketa: %s\n"
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:546
#, fuzzy, c-format
msgid "line %d: Bad BuildArchitecture format: %s"
msgstr "nedostaje arhitektura za %s na %s:%d"
-#: build/parsePreamble.c:551
+#: build/parsePreamble.c:556
#, c-format
msgid "Internal error: Bogus tag %d"
msgstr ""
-#: build/parsePreamble.c:689
+#: build/parsePreamble.c:695
#, fuzzy, c-format
msgid "Bad package specification: %s"
msgstr " Opcije odrednice paketa:"
-#: build/parsePreamble.c:695
+#: build/parsePreamble.c:701
#, c-format
msgid "Package already exists: %s"
msgstr ""
-#: build/parsePreamble.c:722
+#: build/parsePreamble.c:728
#, c-format
msgid "line %d: Unknown tag: %s"
msgstr ""
-#: build/parsePreamble.c:747
+#: build/parsePreamble.c:753
msgid "Spec file can't use BuildRoot"
msgstr ""
-#: build/parsePrep.c:26
+#: build/parsePrep.c:30
#, fuzzy, c-format
msgid "Bad source: %s: %s"
msgstr "Neuspelo èitanje %s: %s."
-#: build/parsePrep.c:53
+#: build/parsePrep.c:57
#, fuzzy, c-format
msgid "No patch number %d"
msgstr "(nije broj)"
-#: build/parsePrep.c:134
+#: build/parsePrep.c:138
#, c-format
msgid "No source number %d"
msgstr ""
-#: build/parsePrep.c:153
+#: build/parsePrep.c:157
#, fuzzy, c-format
msgid "Couldn't download nosource %s: %s"
msgstr "Neuspelo èitanje %s: %s."
-#: build/parsePrep.c:219
+#: build/parsePrep.c:223
msgid "Error parsing %%setup: %s"
msgstr ""
-#: build/parsePrep.c:234
+#: build/parsePrep.c:238
msgid "line %d: Bad arg to %%setup %c: %s"
msgstr ""
-#: build/parsePrep.c:252
+#: build/parsePrep.c:256
msgid "line %d: Bad %%setup option %s: %s"
msgstr ""
-#: build/parsePrep.c:379
+#: build/parsePrep.c:383
msgid "line %d: Need arg to %%patch -b: %s"
msgstr ""
-#: build/parsePrep.c:387
+#: build/parsePrep.c:391
msgid "line %d: Need arg to %%patch -z: %s"
msgstr ""
-#: build/parsePrep.c:399
+#: build/parsePrep.c:403
msgid "line %d: Need arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:405
+#: build/parsePrep.c:409
msgid "line %d: Bad arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:412
+#: build/parsePrep.c:416
msgid "Too many patches!"
msgstr ""
-#: build/parsePrep.c:416
+#: build/parsePrep.c:420
msgid "line %d: Bad arg to %%patch: %s"
msgstr ""
-#: build/parsePrep.c:452
+#: build/parsePrep.c:457
msgid "line %d: second %%prep"
msgstr ""
-#: build/parseReqs.c:91
+#: build/parseReqs.c:96
#, fuzzy, c-format
msgid ""
"line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s"
msgstr "preme¹tanja moraju poèeti znakom '/'"
-#: build/parseReqs.c:102
+#: build/parseReqs.c:107
#, fuzzy, c-format
msgid "line %d: File name not permitted: %s"
msgstr "paket %s nije naveden u %s"
-#: build/parseReqs.c:134
+#: build/parseReqs.c:139
#, fuzzy, c-format
msgid "line %d: Versioned file name not permitted: %s"
msgstr "paket %s nije naveden u %s"
-#: build/parseReqs.c:146
+#: build/parseReqs.c:151
#, fuzzy, c-format
msgid "line %d: Version not permitted: %s"
msgstr "paket %s nije naveden u %s"
-#: build/parseReqs.c:172
+#: build/parseReqs.c:177
#, fuzzy, c-format
msgid "line %d: Version required: %s"
msgstr "neuspelo otvaranje %s: %s"
-#: build/parseScript.c:136
+#: build/parseScript.c:141
#, c-format
msgid "line %d: triggers must have --: %s"
msgstr ""
-#: build/parseScript.c:146 build/parseScript.c:209
+#: build/parseScript.c:151 build/parseScript.c:214
#, c-format
msgid "line %d: Error parsing %s: %s"
msgstr ""
-#: build/parseScript.c:156
+#: build/parseScript.c:161
#, c-format
msgid "line %d: script program must begin with '/': %s"
msgstr ""
-#: build/parseScript.c:200
+#: build/parseScript.c:205
#, c-format
msgid "line %d: Second %s"
msgstr ""
-#: build/parseSpec.c:129
+#: build/parseSpec.c:135
#, fuzzy, c-format
msgid "line %d: %s"
msgstr "neuspelo otvaranje %s: %s"
#. XXX Fstrerror
-#: build/parseSpec.c:179
+#: build/parseSpec.c:186
#, fuzzy, c-format
msgid "Unable to open %s: %s\n"
msgstr "neuspelo otvaranje %s\n"
-#: build/parseSpec.c:191
+#: build/parseSpec.c:198
msgid "Unclosed %%if"
msgstr ""
-#: build/parseSpec.c:252
+#: build/parseSpec.c:259
#, c-format
msgid "%s:%d: parseExpressionBoolean returns %d"
msgstr ""
#. Got an else with no %if !
-#: build/parseSpec.c:260
+#: build/parseSpec.c:267
msgid "%s:%d: Got a %%else with no if"
msgstr ""
#. Got an end with no %if !
-#: build/parseSpec.c:271
+#: build/parseSpec.c:278
msgid "%s:%d: Got a %%endif with no if"
msgstr ""
-#: build/parseSpec.c:285 build/parseSpec.c:294
+#: build/parseSpec.c:292 build/parseSpec.c:301
msgid "malformed %%include statement"
msgstr ""
-#: build/parseSpec.c:461
+#: build/parseSpec.c:470
#, fuzzy
msgid "No buildable architectures"
msgstr "nemoj proveravati arhitekturu paketa"
-#: build/parseSpec.c:509
+#: build/parseSpec.c:518
#, fuzzy
msgid "Package has no %%description: %s"
msgstr "paket %s nije naveden u %s"
-#: build/spec.c:31
+#: build/spec.c:35
#, c-format
msgid "archive = %s, fs = %s\n"
msgstr ""
-#: build/spec.c:237
+#: build/spec.c:246
#, fuzzy, c-format
msgid "line %d: Bad number: %s"
msgstr "pogre¹an broj paketa: %s\n"
-#: build/spec.c:243
+#: build/spec.c:252
#, c-format
msgid "line %d: Bad no%s number: %d"
msgstr ""
-#: build/spec.c:301
+#: build/spec.c:311
#, fuzzy, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "pogre¹an broj paketa: %s\n"
@@ -2311,7 +2311,7 @@ msgstr "| oèekivano na kraju izraza"
msgid "(unknown type)"
msgstr "(nepoznat tip)"
-#: lib/install.c:142 lib/uninstall.c:195
+#: lib/install.c:142 lib/uninstall.c:191
#, fuzzy, c-format
msgid " file: %s action: %s\n"
msgstr "neuspelo otvaranje %s: %s"
@@ -2381,7 +2381,7 @@ msgstr "upit nad paketom koji ima <datoteku>"
msgid "renaming %s to %s\n"
msgstr ""
-#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:28
+#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:30
#, c-format
msgid "rename of %s to %s failed: %s"
msgstr "preimenovanje %s u %s nije uspelo: %s"
@@ -3002,7 +3002,7 @@ msgstr "paket %s nije naveden u %s"
msgid "package %s not found in %s"
msgstr "paket %s nije nağen u %s"
-#: lib/rpmdb.c:508 lib/uninstall.c:87
+#: lib/rpmdb.c:508 lib/uninstall.c:90
#, c-format
msgid "cannot read header at %d for uninstall"
msgstr "ne mogu da proèitam zaglavlje na %d za deinstalaciju"
@@ -3506,40 +3506,40 @@ msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:39
+#: lib/uninstall.c:41
#, c-format
msgid "cannot remove %s - directory not empty"
msgstr "ne mogu da uklonim %s - direktorijum nije prazan"
-#: lib/uninstall.c:42
+#: lib/uninstall.c:44
#, c-format
msgid "rmdir of %s failed: %s"
msgstr "neuspela komanda rmdir %s: %s"
-#: lib/uninstall.c:50
+#: lib/uninstall.c:52
#, c-format
msgid "removal of %s failed: %s"
msgstr "uklanjanje %s nije uspelo: %s"
-#: lib/uninstall.c:99
+#: lib/uninstall.c:104
#, fuzzy, c-format
msgid "cannot read packages named %s for uninstall"
msgstr "ne mogu da proèitam zaglavlje na %d za deinstalaciju"
-#: lib/uninstall.c:132
+#: lib/uninstall.c:137
#, c-format
msgid "will remove files test = %d\n"
msgstr ""
-#: lib/uninstall.c:209
+#: lib/uninstall.c:205
msgid "running postuninstall script (if any)\n"
msgstr ""
-#: lib/uninstall.c:223
+#: lib/uninstall.c:219
msgid "removing database entry\n"
msgstr ""
-#: lib/uninstall.c:408
+#: lib/uninstall.c:404
msgid "execution of script failed"
msgstr "neuspelo izvr¹avanje skripta"
@@ -3579,30 +3579,30 @@ msgstr "gre¹ka: FTP port mora biti broj\n"
msgid "failed to create %s: %s\n"
msgstr "neuspelo kreiranje %s\n"
-#: lib/verify.c:38
+#: lib/verify.c:39
#, fuzzy
msgid "don't verify files in package"
msgstr "instaliraj paket"
-#: lib/verify.c:213
+#: lib/verify.c:215
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:231
+#: lib/verify.c:233
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:266
+#: lib/verify.c:269
#, fuzzy, c-format
msgid "missing %s\n"
msgstr "nedostaje { posle %"
-#: lib/verify.c:328
+#: lib/verify.c:331
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Nezadovoljene meğuzavisnosti za %s-%s-%s: "
-#: lib/verify.c:376
+#: lib/verify.c:381
#, fuzzy
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "%s: Neuspelo otvaranje\n"
diff --git a/po/sv.po b/po/sv.po
index 55ed85e6d..29c82d970 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 3.0.3\n"
-"POT-Creation-Date: 2000-01-24 08:20-0500\n"
+"POT-Creation-Date: 2000-01-24 15:37-0500\n"
"PO-Revision-Date: 2000-01-09 22:47+0100\n"
"Last-Translator: Göran Uddeborg <göran@uddeborg.pp.se>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -1285,702 +1285,702 @@ msgstr "fel vid läsning av pakethuvud\n"
msgid "cannot re-open payload: %s\n"
msgstr "kan inte öppna fil %s\n"
-#: build/build.c:105 build/pack.c:269
+#: build/build.c:110 build/pack.c:312
msgid "Unable to open temp file"
msgstr "Kan inte öppna temporärfil"
-#: build/build.c:184
+#: build/build.c:189
#, fuzzy, c-format
msgid "Executing(%s): %s\n"
msgstr "Kör: %s\n"
-#: build/build.c:190
+#: build/build.c:195
#, fuzzy, c-format
msgid "Exec of %s failed (%s): %s"
msgstr "Körning (exec) av %s misslyckades (%s)"
-#: build/build.c:198
+#: build/build.c:203
#, c-format
msgid "Bad exit status from %s (%s)"
msgstr "Dålig slutstatus från %s (%s)"
-#: build/expression.c:207
+#: build/expression.c:211
msgid "syntax error while parsing =="
msgstr "syntaxfel vid parsning av =="
-#: build/expression.c:237
+#: build/expression.c:241
msgid "syntax error while parsing &&"
msgstr "syntaxfel vid parsning av &&"
-#: build/expression.c:246
+#: build/expression.c:250
msgid "syntax error while parsing ||"
msgstr "syntaxfel vid parsning av ||"
-#: build/expression.c:288
+#: build/expression.c:292
msgid "parse error in expression"
msgstr "parsfel i uttryck"
-#: build/expression.c:318
+#: build/expression.c:321
msgid "unmatched ("
msgstr "ensam ("
-#: build/expression.c:336
+#: build/expression.c:339
msgid "undefined identifier"
msgstr "odefinierad identifierare"
-#: build/expression.c:355
+#: build/expression.c:358
msgid "- only on numbers"
msgstr "- endast i tal"
-#: build/expression.c:371
+#: build/expression.c:374
msgid "! only on numbers"
msgstr "! endast på tal"
-#: build/expression.c:410 build/expression.c:455 build/expression.c:512
-#: build/expression.c:599
+#: build/expression.c:413 build/expression.c:458 build/expression.c:515
+#: build/expression.c:602
msgid "types must match"
msgstr "typer måste passa ihop"
-#: build/expression.c:423
+#: build/expression.c:426
msgid "* / not suported for strings"
msgstr "* / stöds inte för strängar"
-#: build/expression.c:471
+#: build/expression.c:474
msgid "- not suported for strings"
msgstr "- stöds inte för strängar"
-#: build/expression.c:612
+#: build/expression.c:615
msgid "&& and || not suported for strings"
msgstr "&& och || stöds inte för strängar"
-#: build/expression.c:645 build/expression.c:692
+#: build/expression.c:649 build/expression.c:697
msgid "syntax error in expression"
msgstr "syntaxfel i uttryck"
-#: build/files.c:199
+#: build/files.c:204
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr "TIMECHECK-fel: %s\n"
-#: build/files.c:243 build/files.c:325 build/files.c:488
+#: build/files.c:249 build/files.c:331 build/files.c:494
#, c-format
msgid "Missing '(' in %s %s"
msgstr "Saknat '(' i %s %s"
-#: build/files.c:254 build/files.c:442 build/files.c:499
+#: build/files.c:260 build/files.c:448 build/files.c:505
#, c-format
msgid "Missing ')' in %s(%s"
msgstr "Saknat ')' i %s(%s"
-#: build/files.c:292 build/files.c:467
+#: build/files.c:298 build/files.c:473
#, c-format
msgid "Invalid %s token: %s"
msgstr "Ogiltig %s token: %s"
-#: build/files.c:341
+#: build/files.c:347
#, c-format
msgid "Non-white space follows %s(): %s"
msgstr "Annat än blanktecken följer på %s(): %s"
-#: build/files.c:379
+#: build/files.c:385
#, c-format
msgid "Bad syntax: %s(%s)"
msgstr "Felaktig syntax: %s(%s)"
-#: build/files.c:389
+#: build/files.c:395
#, c-format
msgid "Bad mode spec: %s(%s)"
msgstr "Felaktig rättighetsspecifikation: %s(%s)"
-#: build/files.c:401
+#: build/files.c:407
#, c-format
msgid "Bad dirmode spec: %s(%s)"
msgstr "Felaktig specifikation av katalogrättigheter: %s(%s)"
-#: build/files.c:525
+#: build/files.c:531
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)"
msgstr "Ovanlig lokallängd: \"%.*s\" i %%langg(%s)"
-#: build/files.c:535
+#: build/files.c:541
msgid "Duplicate locale %.*s in %%lang(%s)"
msgstr "Duplicerad lokal %.*s i %%lang(%s)"
-#: build/files.c:630
+#: build/files.c:637
msgid "Hit limit for %%docdir"
msgstr "Slog i gränsen för %%docdir"
-#: build/files.c:636
+#: build/files.c:643
msgid "Only one arg for %%docdir"
msgstr "Endast ett argument till %%docdir"
#. We already got a file -- error
-#: build/files.c:661
+#: build/files.c:668
#, c-format
msgid "Two files on one line: %s"
msgstr "Två filer på en rad: %s"
-#: build/files.c:674
+#: build/files.c:681
#, c-format
msgid "File must begin with \"/\": %s"
msgstr "Filnamn måste börja med \"/\": %s"
-#: build/files.c:686
+#: build/files.c:693
msgid "Can't mix special %%doc with other forms: %s"
msgstr "Kan inte blanda special %%doc med andra former: %s"
-#: build/files.c:772
+#: build/files.c:779
#, c-format
msgid "File listed twice: %s"
msgstr "Filen uppräknad två gånger: %s"
-#: build/files.c:865
+#: build/files.c:872
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:945
+#: build/files.c:952
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Filen matchar inte prefixet (%s): %s"
-#: build/files.c:955
+#: build/files.c:962
#, c-format
msgid "File not found: %s"
msgstr "Filen hittades inte: %s"
-#: build/files.c:998
+#: build/files.c:1005
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "Felaktig ägare/grupp: %s\n"
-#: build/files.c:1012
+#: build/files.c:1019
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "Fil %4d: 0%o %s.%s\t %s\n"
-#: build/files.c:1086
+#: build/files.c:1093
#, c-format
msgid "File needs leading \"/\": %s"
msgstr "Filen behöver inledande \"/\": %s"
-#: build/files.c:1115
+#: build/files.c:1122
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Filen hittades inte: %s"
-#: build/files.c:1157
+#: build/files.c:1164
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "Kunde inte öppna %%files-fil: %s"
-#: build/files.c:1164 build/pack.c:485
+#: build/files.c:1171 build/pack.c:99
#, c-format
msgid "line: %s"
msgstr "rad: %s"
-#: build/files.c:1498 build/parsePrep.c:30
+#: build/files.c:1507 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr "Felaktig ägare/grupp: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1553
+#: build/files.c:1562
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "Kunde inte köra %s"
-#: build/files.c:1558
+#: build/files.c:1567
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "Kunde inte grena %s"
-#: build/files.c:1640
+#: build/files.c:1649
#, c-format
msgid "%s failed"
msgstr "%s misslyckades"
-#: build/files.c:1644
+#: build/files.c:1653
#, c-format
msgid "failed to write all data to %s"
msgstr "kunde inte skriva all data till %s"
-#: build/files.c:1733
+#: build/files.c:1743
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "Letar upp %s: (använder %s)...\n"
-#: build/files.c:1761 build/files.c:1770
+#: build/files.c:1771 build/files.c:1780
#, c-format
msgid "Failed to find %s:"
msgstr "Misslyckades hitta %s:"
-#: build/files.c:1876
+#: build/files.c:1887
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Bearbetar filer: %s\n"
-#: build/names.c:41 build/names.c:73
+#: build/names.c:46 build/names.c:79
msgid "RPMERR_INTERNAL: Hit limit in getUname()\n"
msgstr "RPMERR_INTERNAL: Slog i begränsning i getUname()\n"
-#: build/names.c:106 build/names.c:138
+#: build/names.c:113 build/names.c:146
msgid "RPMERR_INTERNAL: Hit limit in getGname()\n"
msgstr "RPMERR_INTERNAL: Slog i begränsning i getGname()\n"
-#: build/names.c:176
+#: build/names.c:186
#, c-format
msgid "Could not canonicalize hostname: %s\n"
msgstr "Kunde inte kanonisera värdnamn: %s\n"
-#: build/pack.c:132
+#: build/pack.c:47
#, c-format
-msgid "Could not generate output filename for package %s: %s\n"
-msgstr "Kunde inte generera utfilnamn för paketet %s: %s\n"
+msgid "create archive failed on file %s: %s"
+msgstr "skapande av arkiv misslyckades vid fil %s: %s"
-#: build/pack.c:149
-#, fuzzy, c-format
-msgid "cannot create %s: %s\n"
-msgstr "kan inte skapa %s"
+#: build/pack.c:67
+#, c-format
+msgid "cpio_copy write failed: %s"
+msgstr "cpio_copy kunde inte skriva: %s"
-#: build/pack.c:186
+#: build/pack.c:74
+#, c-format
+msgid "cpio_copy read failed: %s"
+msgstr "cpio_copy kunde inte läsa: %s"
+
+#: build/pack.c:154
+#, c-format
+msgid "Could not open PreIn file: %s"
+msgstr "Kunde inte öppna PreIn-fil: %s"
+
+#: build/pack.c:161
+#, c-format
+msgid "Could not open PreUn file: %s"
+msgstr "Kunde inte öppna PreUn-fil: %s"
+
+#: build/pack.c:168
+#, c-format
+msgid "Could not open PostIn file: %s"
+msgstr "Kunde inte öppna PostIn-fil: %s"
+
+#: build/pack.c:175
+#, c-format
+msgid "Could not open PostUn file: %s"
+msgstr "Kunde inte öppna PostUn-fil: %s"
+
+#: build/pack.c:183
+#, c-format
+msgid "Could not open VerifyScript file: %s"
+msgstr "Kunde inte öppna VerifyScript-fil: %s"
+
+#: build/pack.c:198
+#, c-format
+msgid "Could not open Trigger script file: %s"
+msgstr "Kunde inte öppna Trigger-skriptfil: %s"
+
+#: build/pack.c:225
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr "readRPM: öppna %s: %s\n"
-#: build/pack.c:196
+#: build/pack.c:235
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr "readRPM: läs %s: %s\n"
-#: build/pack.c:217
+#: build/pack.c:256
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "readRPM: %s är inte ett RPM-paket\n"
-#: build/pack.c:223
+#: build/pack.c:262
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr "readRPM: läser huvud från %s\n"
-#: build/pack.c:281
+#: build/pack.c:324
msgid "Bad CSA data"
msgstr "Felaktig CSA-data"
-#: build/pack.c:316
+#: build/pack.c:359
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "Kunde inte öppna %s\n"
-#: build/pack.c:348
+#: build/pack.c:391
#, c-format
msgid "Unable to write package: %s"
msgstr "Kunde inte skriva paket: %s"
-#: build/pack.c:363
+#: build/pack.c:406
#, c-format
msgid "Generating signature: %d\n"
msgstr "Genererar signatur: %d\n"
-#: build/pack.c:379
+#: build/pack.c:422
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s"
msgstr "Kan inte läsa signaruren: %s"
-#: build/pack.c:389
+#: build/pack.c:432
#, fuzzy, c-format
msgid "Unable to read sigtarget %s: %s"
msgstr "Kan inte läsa signaruren: %s"
-#: build/pack.c:399
+#: build/pack.c:442
#, fuzzy, c-format
msgid "Unable to write package %s: %s"
msgstr "Kunde inte skriva paket: %s"
-#: build/pack.c:414
+#: build/pack.c:457
#, c-format
msgid "Wrote: %s\n"
msgstr "Skrev: %s\n"
-#: build/pack.c:433
-#, c-format
-msgid "create archive failed on file %s: %s"
-msgstr "skapande av arkiv misslyckades vid fil %s: %s"
-
-#: build/pack.c:453
-#, c-format
-msgid "cpio_copy write failed: %s"
-msgstr "cpio_copy kunde inte skriva: %s"
-
-#: build/pack.c:460
-#, c-format
-msgid "cpio_copy read failed: %s"
-msgstr "cpio_copy kunde inte läsa: %s"
-
-#: build/pack.c:540
-#, c-format
-msgid "Could not open PreIn file: %s"
-msgstr "Kunde inte öppna PreIn-fil: %s"
-
-#: build/pack.c:547
-#, c-format
-msgid "Could not open PreUn file: %s"
-msgstr "Kunde inte öppna PreUn-fil: %s"
-
-#: build/pack.c:554
-#, c-format
-msgid "Could not open PostIn file: %s"
-msgstr "Kunde inte öppna PostIn-fil: %s"
-
-#: build/pack.c:561
+#: build/pack.c:519
#, c-format
-msgid "Could not open PostUn file: %s"
-msgstr "Kunde inte öppna PostUn-fil: %s"
-
-#: build/pack.c:569
-#, c-format
-msgid "Could not open VerifyScript file: %s"
-msgstr "Kunde inte öppna VerifyScript-fil: %s"
+msgid "Could not generate output filename for package %s: %s\n"
+msgstr "Kunde inte generera utfilnamn för paketet %s: %s\n"
-#: build/pack.c:584
-#, c-format
-msgid "Could not open Trigger script file: %s"
-msgstr "Kunde inte öppna Trigger-skriptfil: %s"
+#: build/pack.c:536
+#, fuzzy, c-format
+msgid "cannot create %s: %s\n"
+msgstr "kan inte skapa %s"
-#: build/parseBuildInstallClean.c:27
+#: build/parseBuildInstallClean.c:31
#, c-format
msgid "line %d: second %s"
msgstr "rad %d: andra %s"
-#: build/parseChangelog.c:103
+#: build/parseChangelog.c:108
msgid "%%changelog entries must start with *"
msgstr "%%changlog-poster måste starta med *"
-#: build/parseChangelog.c:111
+#: build/parseChangelog.c:116
msgid "incomplete %%changelog entry"
msgstr "ofullständig %%changelog-post"
-#: build/parseChangelog.c:126
+#: build/parseChangelog.c:131
msgid "bad date in %%changelog: %s"
msgstr "felaktigt datum i %%changelog: %s"
-#: build/parseChangelog.c:131
+#: build/parseChangelog.c:136
msgid "%%changelog not in decending chronological order"
msgstr "%%changlog är inte i fallande kronologisk ordning"
-#: build/parseChangelog.c:139 build/parseChangelog.c:150
+#: build/parseChangelog.c:144 build/parseChangelog.c:155
msgid "missing name in %%changelog"
msgstr "saknat namn i %%changelog"
-#: build/parseChangelog.c:157
+#: build/parseChangelog.c:162
msgid "no description in %%changelog"
msgstr "ingen beskrivning i %%changelog"
-#: build/parseDescription.c:33
+#: build/parseDescription.c:38
msgid "line %d: Error parsing %%description: %s"
msgstr "rad %d: Fel i parsning av %%description: %s"
-#: build/parseDescription.c:46 build/parseFiles.c:40 build/parseScript.c:168
+#: build/parseDescription.c:51 build/parseFiles.c:45 build/parseScript.c:173
#, c-format
msgid "line %d: Bad option %s: %s"
msgstr "rad %d: otillåten flagga %s: %s"
-#: build/parseDescription.c:59 build/parseFiles.c:53 build/parseScript.c:181
+#: build/parseDescription.c:64 build/parseFiles.c:58 build/parseScript.c:186
#, c-format
msgid "line %d: Too many names: %s"
msgstr "rad %d: För många namn: %s"
-#: build/parseDescription.c:69 build/parseFiles.c:63 build/parseScript.c:191
+#: build/parseDescription.c:74 build/parseFiles.c:68 build/parseScript.c:196
#, c-format
msgid "line %d: Package does not exist: %s"
msgstr "rad %d: Paketet existerar inte: %s"
-#: build/parseDescription.c:81
+#: build/parseDescription.c:86
#, c-format
msgid "line %d: Second description"
msgstr "rad %d: Andra beskrivning"
-#: build/parseFiles.c:27
+#: build/parseFiles.c:32
msgid "line %d: Error parsing %%files: %s"
msgstr "rad %d: Fel i parsning av %%files: %s"
-#: build/parseFiles.c:71
+#: build/parseFiles.c:76
msgid "line %d: Second %%files list"
msgstr "rad %d: Andra %%files-lista"
-#: build/parsePreamble.c:145
+#: build/parsePreamble.c:149
#, c-format
msgid "Architecture is excluded: %s"
msgstr "Arkitekturen är utesluten: %s"
-#: build/parsePreamble.c:150
+#: build/parsePreamble.c:154
#, c-format
msgid "Architecture is not included: %s"
msgstr "Arkitekturen är inte medtagen: %s"
-#: build/parsePreamble.c:155
+#: build/parsePreamble.c:159
#, c-format
msgid "OS is excluded: %s"
msgstr "OS är uteslutet: %s"
-#: build/parsePreamble.c:160
+#: build/parsePreamble.c:164
#, c-format
msgid "OS is not included: %s"
msgstr "OS är inte medtaget: %s"
-#: build/parsePreamble.c:174
+#: build/parsePreamble.c:178
#, c-format
msgid "%s field must be present in package: %s"
msgstr "%s-fält måste finnas med i paketet: %s"
-#: build/parsePreamble.c:199
+#: build/parsePreamble.c:203
#, c-format
msgid "Duplicate %s entries in package: %s"
msgstr "Dubbla %s-poster i paketet: %s"
-#: build/parsePreamble.c:246
+#: build/parsePreamble.c:250
#, fuzzy, c-format
msgid "Unable to open icon %s: %s"
msgstr "Kan inte läsa ikon: %s"
-#: build/parsePreamble.c:264
+#: build/parsePreamble.c:268
#, fuzzy, c-format
msgid "Unable to read icon %s: %s"
msgstr "Kan inte läsa ikon: %s"
-#: build/parsePreamble.c:277
+#: build/parsePreamble.c:281
#, c-format
msgid "Unknown icon type: %s"
msgstr "Okänd ikontyp: %s"
-#: build/parsePreamble.c:339
+#: build/parsePreamble.c:344
#, c-format
msgid "line %d: Malformed tag: %s"
msgstr "rad %d: Felaktig tagg: %s"
#. Empty field
-#: build/parsePreamble.c:347
+#: build/parsePreamble.c:352
#, c-format
msgid "line %d: Empty tag: %s"
msgstr "rad %d: Tom tagg: %s"
-#: build/parsePreamble.c:370 build/parsePreamble.c:377
+#: build/parsePreamble.c:375 build/parsePreamble.c:382
#, c-format
msgid "line %d: Illegal char '-' in %s: %s"
msgstr "rad %d: Otillåtet tecken '-' i %s: %s"
-#: build/parsePreamble.c:441 build/parseSpec.c:366
+#: build/parsePreamble.c:446 build/parseSpec.c:375
#, fuzzy, c-format
msgid "BuildRoot can not be \"/\": %s"
msgstr "rad %d: BuildRoot kan inte vara \"/\": %s"
-#: build/parsePreamble.c:454
+#: build/parsePreamble.c:459
#, c-format
msgid "line %d: Prefixes must not end with \"/\": %s"
msgstr "rad %d: Prefix får inte sluta med \"/\": %s"
-#: build/parsePreamble.c:466
+#: build/parsePreamble.c:471
#, c-format
msgid "line %d: Docdir must begin with '/': %s"
msgstr "rad %d: Docdir måste börja med \"/\": %s"
-#: build/parsePreamble.c:478
+#: build/parsePreamble.c:483
#, c-format
msgid "line %d: Epoch/Serial field must be a number: %s"
msgstr "rad %d: Epoch/Serial-fält måste vara numeriskt: %s"
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:546
#, c-format
msgid "line %d: Bad BuildArchitecture format: %s"
msgstr "rad %d: Felaktig BuildArchitecture-format: %s"
-#: build/parsePreamble.c:551
+#: build/parsePreamble.c:556
#, c-format
msgid "Internal error: Bogus tag %d"
msgstr "Internt fel: felaktig tagg %d"
-#: build/parsePreamble.c:689
+#: build/parsePreamble.c:695
#, c-format
msgid "Bad package specification: %s"
msgstr "Felaktig paketspecifikation: %s"
-#: build/parsePreamble.c:695
+#: build/parsePreamble.c:701
#, c-format
msgid "Package already exists: %s"
msgstr "Paketet existerar redan: %s"
-#: build/parsePreamble.c:722
+#: build/parsePreamble.c:728
#, c-format
msgid "line %d: Unknown tag: %s"
msgstr "rad %d: Okänd tagg: %s"
-#: build/parsePreamble.c:747
+#: build/parsePreamble.c:753
msgid "Spec file can't use BuildRoot"
msgstr "Spec-fil kan inte använda BuildRoot"
-#: build/parsePrep.c:26
+#: build/parsePrep.c:30
#, c-format
msgid "Bad source: %s: %s"
msgstr "Dålig källa: %s: %s"
-#: build/parsePrep.c:53
+#: build/parsePrep.c:57
#, c-format
msgid "No patch number %d"
msgstr "Inget patch-nummer %d"
-#: build/parsePrep.c:134
+#: build/parsePrep.c:138
#, c-format
msgid "No source number %d"
msgstr "Inget källkodsnummer %d"
-#: build/parsePrep.c:153
+#: build/parsePrep.c:157
#, c-format
msgid "Couldn't download nosource %s: %s"
msgstr "Kunde inte hämta nosource %s: %s"
-#: build/parsePrep.c:219
+#: build/parsePrep.c:223
msgid "Error parsing %%setup: %s"
msgstr "Fel i parsning av %%setup: %s"
-#: build/parsePrep.c:234
+#: build/parsePrep.c:238
msgid "line %d: Bad arg to %%setup %c: %s"
msgstr "rad %d: Felaktigt argument till %%setup %c: %s"
-#: build/parsePrep.c:252
+#: build/parsePrep.c:256
msgid "line %d: Bad %%setup option %s: %s"
msgstr "rad %d: Felaktig %%setup-flagga %s: %s"
-#: build/parsePrep.c:379
+#: build/parsePrep.c:383
msgid "line %d: Need arg to %%patch -b: %s"
msgstr "rad %d: Behöver argument till %%patch -b: %s"
-#: build/parsePrep.c:387
+#: build/parsePrep.c:391
msgid "line %d: Need arg to %%patch -z: %s"
msgstr "rad %d: Behöver argument till %%patch -z: %s"
-#: build/parsePrep.c:399
+#: build/parsePrep.c:403
msgid "line %d: Need arg to %%patch -p: %s"
msgstr "rad %d: Behöver argument till %%patch -p: %s"
-#: build/parsePrep.c:405
+#: build/parsePrep.c:409
msgid "line %d: Bad arg to %%patch -p: %s"
msgstr "rad %d: Felaktigt argument till %%patch -p: %s"
-#: build/parsePrep.c:412
+#: build/parsePrep.c:416
msgid "Too many patches!"
msgstr "För många patchar!"
-#: build/parsePrep.c:416
+#: build/parsePrep.c:420
msgid "line %d: Bad arg to %%patch: %s"
msgstr "rad %d: Felaktigt argument till %%patch: %s"
-#: build/parsePrep.c:452
+#: build/parsePrep.c:457
msgid "line %d: second %%prep"
msgstr "rad %d: andra %%prep"
-#: build/parseReqs.c:91
+#: build/parseReqs.c:96
#, c-format
msgid ""
"line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s"
msgstr "rad %d: Beroenden måste börja alfanumeriskt, med \"_\" eller \"/\": %s"
-#: build/parseReqs.c:102
+#: build/parseReqs.c:107
#, c-format
msgid "line %d: File name not permitted: %s"
msgstr "rad %d: Filnamn inte tillåtna: %s"
-#: build/parseReqs.c:134
+#: build/parseReqs.c:139
#, c-format
msgid "line %d: Versioned file name not permitted: %s"
msgstr "rad %d: Versionsfilnamn inte tillåtet: %s"
-#: build/parseReqs.c:146
+#: build/parseReqs.c:151
#, c-format
msgid "line %d: Version not permitted: %s"
msgstr "rad %d: Version inte tillåten: %s"
-#: build/parseReqs.c:172
+#: build/parseReqs.c:177
#, c-format
msgid "line %d: Version required: %s"
msgstr "rad %d: Version krävs: %s"
-#: build/parseScript.c:136
+#: build/parseScript.c:141
#, c-format
msgid "line %d: triggers must have --: %s"
msgstr "rad %d: utlösare måste ha --: %s"
-#: build/parseScript.c:146 build/parseScript.c:209
+#: build/parseScript.c:151 build/parseScript.c:214
#, c-format
msgid "line %d: Error parsing %s: %s"
msgstr "rad %d: Fel vid parsning av %s: %s"
-#: build/parseScript.c:156
+#: build/parseScript.c:161
#, c-format
msgid "line %d: script program must begin with '/': %s"
msgstr "rad %d: skriptprogram måste börja med \"/\": %s"
-#: build/parseScript.c:200
+#: build/parseScript.c:205
#, c-format
msgid "line %d: Second %s"
msgstr "rad %d: Andra %s"
-#: build/parseSpec.c:129
+#: build/parseSpec.c:135
#, c-format
msgid "line %d: %s"
msgstr "rad %d: %s"
#. XXX Fstrerror
-#: build/parseSpec.c:179
+#: build/parseSpec.c:186
#, fuzzy, c-format
msgid "Unable to open %s: %s\n"
msgstr "Kan inte öppna: %s\n"
-#: build/parseSpec.c:191
+#: build/parseSpec.c:198
msgid "Unclosed %%if"
msgstr "Oavslutat %%if"
-#: build/parseSpec.c:252
+#: build/parseSpec.c:259
#, c-format
msgid "%s:%d: parseExpressionBoolean returns %d"
msgstr "%s:%d: parseExpressionBoolean returnerar %d"
#. Got an else with no %if !
-#: build/parseSpec.c:260
+#: build/parseSpec.c:267
msgid "%s:%d: Got a %%else with no if"
msgstr "%s:%d: Fick ett %%else utan något if"
#. Got an end with no %if !
-#: build/parseSpec.c:271
+#: build/parseSpec.c:278
msgid "%s:%d: Got a %%endif with no if"
msgstr "%s:%d: Fick ett %%endif utan något if"
-#: build/parseSpec.c:285 build/parseSpec.c:294
+#: build/parseSpec.c:292 build/parseSpec.c:301
msgid "malformed %%include statement"
msgstr "felformatterad %%include-sats"
-#: build/parseSpec.c:461
+#: build/parseSpec.c:470
msgid "No buildable architectures"
msgstr "Inga byggbara arkitekturer"
-#: build/parseSpec.c:509
+#: build/parseSpec.c:518
msgid "Package has no %%description: %s"
msgstr "Paketet har ingen %%description: %s"
-#: build/spec.c:31
+#: build/spec.c:35
#, c-format
msgid "archive = %s, fs = %s\n"
msgstr "arkiv = %s, fs = %s\n"
-#: build/spec.c:237
+#: build/spec.c:246
#, c-format
msgid "line %d: Bad number: %s"
msgstr "rad %d: Felaktigt tal: %s"
-#: build/spec.c:243
+#: build/spec.c:252
#, c-format
msgid "line %d: Bad no%s number: %d"
msgstr "rad %d: Felaktigt no%s-tal: %d"
-#: build/spec.c:301
+#: build/spec.c:311
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "rad %d: Felaktigt %s-tal: %s\n"
@@ -2259,7 +2259,7 @@ msgstr "| förväntades vid slutet på uttryck"
msgid "(unknown type)"
msgstr "(okänd typ)"
-#: lib/install.c:142 lib/uninstall.c:195
+#: lib/install.c:142 lib/uninstall.c:191
#, c-format
msgid " file: %s action: %s\n"
msgstr " fil: %s åtgärd: %s\n"
@@ -2327,7 +2327,7 @@ msgstr "källpaket innehåller ingen spec-fil"
msgid "renaming %s to %s\n"
msgstr "byter namn på %s till %s\n"
-#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:28
+#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:30
#, c-format
msgid "rename of %s to %s failed: %s"
msgstr "namnbyte från %s till %s misslyckades: %s"
@@ -2937,7 +2937,7 @@ msgstr "paket %s inte listat i %s"
msgid "package %s not found in %s"
msgstr "fann ej paket %s i %s"
-#: lib/rpmdb.c:508 lib/uninstall.c:87
+#: lib/rpmdb.c:508 lib/uninstall.c:90
#, c-format
msgid "cannot read header at %d for uninstall"
msgstr "kan inte läsa huvud vid %d för avinstallation"
@@ -3417,40 +3417,40 @@ msgstr "flyttar %s till %s\n"
msgid "%s skipped due to missingok flag\n"
msgstr "%s överhoppad på grund av missingok-flagga\n"
-#: lib/uninstall.c:39
+#: lib/uninstall.c:41
#, c-format
msgid "cannot remove %s - directory not empty"
msgstr "kan inte ta bort %s - katalogen är int tom"
-#: lib/uninstall.c:42
+#: lib/uninstall.c:44
#, c-format
msgid "rmdir of %s failed: %s"
msgstr "rmdir av %s misslyckades: %s"
-#: lib/uninstall.c:50
+#: lib/uninstall.c:52
#, c-format
msgid "removal of %s failed: %s"
msgstr "borttagning av %s misslyckades: %s"
-#: lib/uninstall.c:99
+#: lib/uninstall.c:104
#, c-format
msgid "cannot read packages named %s for uninstall"
msgstr "kan inte läsa paket med namn %s för avinstallation"
-#: lib/uninstall.c:132
+#: lib/uninstall.c:137
#, c-format
msgid "will remove files test = %d\n"
msgstr "tar bort filer test = %d\n"
-#: lib/uninstall.c:209
+#: lib/uninstall.c:205
msgid "running postuninstall script (if any)\n"
msgstr "kör (eventuellt) postavinstallationsskript\n"
-#: lib/uninstall.c:223
+#: lib/uninstall.c:219
msgid "removing database entry\n"
msgstr "tar bort databasposter\n"
-#: lib/uninstall.c:408
+#: lib/uninstall.c:404
msgid "execution of script failed"
msgstr "skriptkörning misslyckades"
@@ -3489,31 +3489,31 @@ msgstr "url-port måste vara ett tal\n"
msgid "failed to create %s: %s\n"
msgstr "kunde inte skapa %s\n"
-#: lib/verify.c:38
+#: lib/verify.c:39
msgid "don't verify files in package"
msgstr "verifiera inte filerna i paketet"
-#: lib/verify.c:213
+#: lib/verify.c:215
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
"paket saknar både användarnamn och id-listor (detta borde aldrig inträffa)"
-#: lib/verify.c:231
+#: lib/verify.c:233
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
"paket saknar både gruppnamn och id-listor (detta borde aldrig inträffa)"
-#: lib/verify.c:266
+#: lib/verify.c:269
#, c-format
msgid "missing %s\n"
msgstr "saknas %s\n"
-#: lib/verify.c:328
+#: lib/verify.c:331
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Ouppfyllda beroenden för %s-%s-%s: "
-#: lib/verify.c:376
+#: lib/verify.c:381
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "rpmVerify: rpmdbOpen() misslyckades\n"
diff --git a/po/tr.po b/po/tr.po
index 4d8973320..f6c9a1b54 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-01-24 08:20-0500\n"
+"POT-Creation-Date: 2000-01-24 15:37-0500\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,712 +1367,712 @@ msgstr "%s paketi bulunamadı\n"
msgid "cannot re-open payload: %s\n"
msgstr "%s dosyası açılamıyor: "
-#: build/build.c:105 build/pack.c:269
+#: build/build.c:110 build/pack.c:312
#, fuzzy
msgid "Unable to open temp file"
msgstr "%s okuma erişimi için açılamadı:%s."
-#: build/build.c:184
+#: build/build.c:189
#, fuzzy, c-format
msgid "Executing(%s): %s\n"
msgstr "%s alınıyor\n"
-#: build/build.c:190
+#: build/build.c:195
#, fuzzy, c-format
msgid "Exec of %s failed (%s): %s"
msgstr "%s 'ye erisimde belirtilen hata oluştu: %s\n"
-#: build/build.c:198
+#: build/build.c:203
#, c-format
msgid "Bad exit status from %s (%s)"
msgstr ""
-#: build/expression.c:207
+#: build/expression.c:211
#, fuzzy
msgid "syntax error while parsing =="
msgstr "dizi içerisinde ? bekleniyordu"
-#: build/expression.c:237
+#: build/expression.c:241
#, fuzzy
msgid "syntax error while parsing &&"
msgstr "dizi içerisinde ? bekleniyordu"
-#: build/expression.c:246
+#: build/expression.c:250
#, fuzzy
msgid "syntax error while parsing ||"
msgstr "dizi içerisinde ? bekleniyordu"
-#: build/expression.c:288
+#: build/expression.c:292
#, fuzzy
msgid "parse error in expression"
msgstr "dizi içerisinde ? bekleniyordu"
-#: build/expression.c:318
+#: build/expression.c:321
msgid "unmatched ("
msgstr ""
-#: build/expression.c:336
+#: build/expression.c:339
msgid "undefined identifier"
msgstr ""
-#: build/expression.c:355
+#: build/expression.c:358
msgid "- only on numbers"
msgstr ""
-#: build/expression.c:371
+#: build/expression.c:374
msgid "! only on numbers"
msgstr ""
-#: build/expression.c:410 build/expression.c:455 build/expression.c:512
-#: build/expression.c:599
+#: build/expression.c:413 build/expression.c:458 build/expression.c:515
+#: build/expression.c:602
msgid "types must match"
msgstr ""
-#: build/expression.c:423
+#: build/expression.c:426
msgid "* / not suported for strings"
msgstr ""
-#: build/expression.c:471
+#: build/expression.c:474
msgid "- not suported for strings"
msgstr ""
-#: build/expression.c:612
+#: build/expression.c:615
msgid "&& and || not suported for strings"
msgstr ""
-#: build/expression.c:645 build/expression.c:692
+#: build/expression.c:649 build/expression.c:697
#, fuzzy
msgid "syntax error in expression"
msgstr "dizi içerisinde ? bekleniyordu"
-#: build/files.c:199
+#: build/files.c:204
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:243 build/files.c:325 build/files.c:488
+#: build/files.c:249 build/files.c:331 build/files.c:494
#, fuzzy, c-format
msgid "Missing '(' in %s %s"
msgstr "% den sonra eksik {"
-#: build/files.c:254 build/files.c:442 build/files.c:499
+#: build/files.c:260 build/files.c:448 build/files.c:505
#, fuzzy, c-format
msgid "Missing ')' in %s(%s"
msgstr "%s te eksik ':' :%d"
-#: build/files.c:292 build/files.c:467
+#: build/files.c:298 build/files.c:473
#, c-format
msgid "Invalid %s token: %s"
msgstr ""
-#: build/files.c:341
+#: build/files.c:347
#, c-format
msgid "Non-white space follows %s(): %s"
msgstr ""
-#: build/files.c:379
+#: build/files.c:385
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)"
msgstr "%s okunamadı: %s"
-#: build/files.c:389
+#: build/files.c:395
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)"
msgstr "%s okunamadı: %s"
-#: build/files.c:401
+#: build/files.c:407
#, c-format
msgid "Bad dirmode spec: %s(%s)"
msgstr ""
-#: build/files.c:525
+#: build/files.c:531
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)"
msgstr ""
-#: build/files.c:535
+#: build/files.c:541
msgid "Duplicate locale %.*s in %%lang(%s)"
msgstr ""
-#: build/files.c:630
+#: build/files.c:637
msgid "Hit limit for %%docdir"
msgstr ""
-#: build/files.c:636
+#: build/files.c:643
msgid "Only one arg for %%docdir"
msgstr ""
#. We already got a file -- error
-#: build/files.c:661
+#: build/files.c:668
#, fuzzy, c-format
msgid "Two files on one line: %s"
msgstr "%s açılamadı: %s"
-#: build/files.c:674
+#: build/files.c:681
#, fuzzy, c-format
msgid "File must begin with \"/\": %s"
msgstr "relocate işlemi / ile başlamalı"
-#: build/files.c:686
+#: build/files.c:693
msgid "Can't mix special %%doc with other forms: %s"
msgstr ""
-#: build/files.c:772
+#: build/files.c:779
#, fuzzy, c-format
msgid "File listed twice: %s"
msgstr "%s okunamadı: %s"
-#: build/files.c:865
+#: build/files.c:872
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:945
+#: build/files.c:952
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "%s okunamadı: %s"
-#: build/files.c:955
+#: build/files.c:962
#, fuzzy, c-format
msgid "File not found: %s"
msgstr "Dosya sunucuda bulunamadı"
-#: build/files.c:998
+#: build/files.c:1005
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1012
+#: build/files.c:1019
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "%s açılamadı: %s"
-#: build/files.c:1086
+#: build/files.c:1093
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1115
+#: build/files.c:1122
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Dosya sunucuda bulunamadı"
-#: build/files.c:1157
+#: build/files.c:1164
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "hata: %s dosyası okunamadı\n"
-#: build/files.c:1164 build/pack.c:485
+#: build/files.c:1171 build/pack.c:99
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1498 build/parsePrep.c:30
+#: build/files.c:1507 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1553
+#: build/files.c:1562
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "PGP çalıştırılamadı"
-#: build/files.c:1558
+#: build/files.c:1567
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "İmza hedefi 'sigtarget' okunamadı"
-#: build/files.c:1640
+#: build/files.c:1649
#, fuzzy, c-format
msgid "%s failed"
msgstr "PGP hata verdi"
-#: build/files.c:1644
+#: build/files.c:1653
#, fuzzy, c-format
msgid "failed to write all data to %s"
msgstr "%s yaratılamıyor\n"
-#: build/files.c:1733
+#: build/files.c:1743
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1761 build/files.c:1770
+#: build/files.c:1771 build/files.c:1780
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "%s yaratılamıyor\n"
-#: build/files.c:1876
+#: build/files.c:1887
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "%s açılamadı: %s"
-#: build/names.c:41 build/names.c:73
+#: build/names.c:46 build/names.c:79
msgid "RPMERR_INTERNAL: Hit limit in getUname()\n"
msgstr ""
-#: build/names.c:106 build/names.c:138
+#: build/names.c:113 build/names.c:146
msgid "RPMERR_INTERNAL: Hit limit in getGname()\n"
msgstr ""
-#: build/names.c:176
+#: build/names.c:186
#, c-format
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:132
+#: build/pack.c:47
+#, fuzzy, c-format
+msgid "create archive failed on file %s: %s"
+msgstr "%s açılamadı: %s"
+
+#: build/pack.c:67
#, c-format
-msgid "Could not generate output filename for package %s: %s\n"
+msgid "cpio_copy write failed: %s"
msgstr ""
-#: build/pack.c:149
+#: build/pack.c:74
#, fuzzy, c-format
-msgid "cannot create %s: %s\n"
-msgstr "%s dosyası açılamıyor: "
+msgid "cpio_copy read failed: %s"
+msgstr "okuma hatası: %s (%d)"
-#: build/pack.c:186
+#: build/pack.c:154
+#, fuzzy, c-format
+msgid "Could not open PreIn file: %s"
+msgstr "hata: %s dosyası okunamadı\n"
+
+#: build/pack.c:161
+#, fuzzy, c-format
+msgid "Could not open PreUn file: %s"
+msgstr "hata: %s dosyası okunamadı\n"
+
+#: build/pack.c:168
+#, fuzzy, c-format
+msgid "Could not open PostIn file: %s"
+msgstr "hata: %s dosyası okunamadı\n"
+
+#: build/pack.c:175
+#, fuzzy, c-format
+msgid "Could not open PostUn file: %s"
+msgstr "hata: %s dosyası okunamadı\n"
+
+#: build/pack.c:183
+#, c-format
+msgid "Could not open VerifyScript file: %s"
+msgstr ""
+
+#: build/pack.c:198
+#, c-format
+msgid "Could not open Trigger script file: %s"
+msgstr ""
+
+#: build/pack.c:225
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "%s açılamadı: %s"
-#: build/pack.c:196
+#: build/pack.c:235
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "%s okunamadı: %s"
-#: build/pack.c:217
+#: build/pack.c:256
#, fuzzy, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "hata: %s herhangi bir RPM pakedine ait görünmüyor\n"
-#: build/pack.c:223
+#: build/pack.c:262
#, fuzzy, c-format
msgid "readRPM: reading header from %s\n"
msgstr "%s kaydına %s dosyasında erişilemiyor:"
-#: build/pack.c:281
+#: build/pack.c:324
msgid "Bad CSA data"
msgstr ""
# , c-format
-#: build/pack.c:316
+#: build/pack.c:359
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "%s 'ye erişimde hata oluştu\n"
-#: build/pack.c:348
+#: build/pack.c:391
#, fuzzy, c-format
msgid "Unable to write package: %s"
msgstr "%s 'nin yazılması mümkün değil"
-#: build/pack.c:363
+#: build/pack.c:406
#, fuzzy, c-format
msgid "Generating signature: %d\n"
msgstr "PGP-imzası yaratır"
-#: build/pack.c:379
+#: build/pack.c:422
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s"
msgstr "%s 'nin yazılması mümkün değil"
-#: build/pack.c:389
+#: build/pack.c:432
#, fuzzy, c-format
msgid "Unable to read sigtarget %s: %s"
msgstr "%s 'nin yazılması mümkün değil"
-#: build/pack.c:399
+#: build/pack.c:442
#, fuzzy, c-format
msgid "Unable to write package %s: %s"
msgstr "%s 'nin yazılması mümkün değil"
-#: build/pack.c:414
+#: build/pack.c:457
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:433
-#, fuzzy, c-format
-msgid "create archive failed on file %s: %s"
-msgstr "%s açılamadı: %s"
-
-#: build/pack.c:453
+#: build/pack.c:519
#, c-format
-msgid "cpio_copy write failed: %s"
+msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:460
-#, fuzzy, c-format
-msgid "cpio_copy read failed: %s"
-msgstr "okuma hatası: %s (%d)"
-
-#: build/pack.c:540
-#, fuzzy, c-format
-msgid "Could not open PreIn file: %s"
-msgstr "hata: %s dosyası okunamadı\n"
-
-#: build/pack.c:547
-#, fuzzy, c-format
-msgid "Could not open PreUn file: %s"
-msgstr "hata: %s dosyası okunamadı\n"
-
-#: build/pack.c:554
-#, fuzzy, c-format
-msgid "Could not open PostIn file: %s"
-msgstr "hata: %s dosyası okunamadı\n"
-
-#: build/pack.c:561
+#: build/pack.c:536
#, fuzzy, c-format
-msgid "Could not open PostUn file: %s"
-msgstr "hata: %s dosyası okunamadı\n"
-
-#: build/pack.c:569
-#, c-format
-msgid "Could not open VerifyScript file: %s"
-msgstr ""
-
-#: build/pack.c:584
-#, c-format
-msgid "Could not open Trigger script file: %s"
-msgstr ""
+msgid "cannot create %s: %s\n"
+msgstr "%s dosyası açılamıyor: "
-#: build/parseBuildInstallClean.c:27
+#: build/parseBuildInstallClean.c:31
#, c-format
msgid "line %d: second %s"
msgstr ""
-#: build/parseChangelog.c:103
+#: build/parseChangelog.c:108
msgid "%%changelog entries must start with *"
msgstr ""
-#: build/parseChangelog.c:111
+#: build/parseChangelog.c:116
msgid "incomplete %%changelog entry"
msgstr ""
-#: build/parseChangelog.c:126
+#: build/parseChangelog.c:131
msgid "bad date in %%changelog: %s"
msgstr ""
-#: build/parseChangelog.c:131
+#: build/parseChangelog.c:136
msgid "%%changelog not in decending chronological order"
msgstr ""
-#: build/parseChangelog.c:139 build/parseChangelog.c:150
+#: build/parseChangelog.c:144 build/parseChangelog.c:155
msgid "missing name in %%changelog"
msgstr ""
-#: build/parseChangelog.c:157
+#: build/parseChangelog.c:162
msgid "no description in %%changelog"
msgstr ""
-#: build/parseDescription.c:33
+#: build/parseDescription.c:38
msgid "line %d: Error parsing %%description: %s"
msgstr ""
-#: build/parseDescription.c:46 build/parseFiles.c:40 build/parseScript.c:168
+#: build/parseDescription.c:51 build/parseFiles.c:45 build/parseScript.c:173
#, fuzzy, c-format
msgid "line %d: Bad option %s: %s"
msgstr "%s açılamadı: %s"
-#: build/parseDescription.c:59 build/parseFiles.c:53 build/parseScript.c:181
+#: build/parseDescription.c:64 build/parseFiles.c:58 build/parseScript.c:186
#, c-format
msgid "line %d: Too many names: %s"
msgstr ""
-#: build/parseDescription.c:69 build/parseFiles.c:63 build/parseScript.c:191
+#: build/parseDescription.c:74 build/parseFiles.c:68 build/parseScript.c:196
#, fuzzy, c-format
msgid "line %d: Package does not exist: %s"
msgstr "%s paketi %s altında gözükmüyor"
-#: build/parseDescription.c:81
+#: build/parseDescription.c:86
#, c-format
msgid "line %d: Second description"
msgstr ""
-#: build/parseFiles.c:27
+#: build/parseFiles.c:32
msgid "line %d: Error parsing %%files: %s"
msgstr ""
-#: build/parseFiles.c:71
+#: build/parseFiles.c:76
msgid "line %d: Second %%files list"
msgstr ""
-#: build/parsePreamble.c:145
+#: build/parsePreamble.c:149
#, c-format
msgid "Architecture is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:150
+#: build/parsePreamble.c:154
#, c-format
msgid "Architecture is not included: %s"
msgstr ""
-#: build/parsePreamble.c:155
+#: build/parsePreamble.c:159
#, c-format
msgid "OS is excluded: %s"
msgstr ""
-#: build/parsePreamble.c:160
+#: build/parsePreamble.c:164
#, c-format
msgid "OS is not included: %s"
msgstr ""
-#: build/parsePreamble.c:174
+#: build/parsePreamble.c:178
#, c-format
msgid "%s field must be present in package: %s"
msgstr ""
-#: build/parsePreamble.c:199
+#: build/parsePreamble.c:203
#, c-format
msgid "Duplicate %s entries in package: %s"
msgstr ""
-#: build/parsePreamble.c:246
+#: build/parsePreamble.c:250
#, fuzzy, c-format
msgid "Unable to open icon %s: %s"
msgstr "%s 'nin yazılması mümkün değil"
-#: build/parsePreamble.c:264
+#: build/parsePreamble.c:268
#, fuzzy, c-format
msgid "Unable to read icon %s: %s"
msgstr "%s 'nin yazılması mümkün değil"
-#: build/parsePreamble.c:277
+#: build/parsePreamble.c:281
#, fuzzy, c-format
msgid "Unknown icon type: %s"
msgstr "(bilinmeyen tip)"
-#: build/parsePreamble.c:339
+#: build/parsePreamble.c:344
#, c-format
msgid "line %d: Malformed tag: %s"
msgstr ""
#. Empty field
-#: build/parsePreamble.c:347
+#: build/parsePreamble.c:352
#, c-format
msgid "line %d: Empty tag: %s"
msgstr ""
-#: build/parsePreamble.c:370 build/parsePreamble.c:377
+#: build/parsePreamble.c:375 build/parsePreamble.c:382
#, fuzzy, c-format
msgid "line %d: Illegal char '-' in %s: %s"
msgstr "%s açılamadı: %s"
-#: build/parsePreamble.c:441 build/parseSpec.c:366
+#: build/parsePreamble.c:446 build/parseSpec.c:375
#, c-format
msgid "BuildRoot can not be \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:454
+#: build/parsePreamble.c:459
#, c-format
msgid "line %d: Prefixes must not end with \"/\": %s"
msgstr ""
-#: build/parsePreamble.c:466
+#: build/parsePreamble.c:471
#, fuzzy, c-format
msgid "line %d: Docdir must begin with '/': %s"
msgstr "relocate işlemi / ile başlamalı"
-#: build/parsePreamble.c:478
+#: build/parsePreamble.c:483
#, fuzzy, c-format
msgid "line %d: Epoch/Serial field must be a number: %s"
msgstr "geçersiz paket numarsı: %s\n"
-#: build/parsePreamble.c:541
+#: build/parsePreamble.c:546
#, fuzzy, c-format
msgid "line %d: Bad BuildArchitecture format: %s"
msgstr "%s için %s te eksik mimari:%d"
-#: build/parsePreamble.c:551
+#: build/parsePreamble.c:556
#, c-format
msgid "Internal error: Bogus tag %d"
msgstr ""
-#: build/parsePreamble.c:689
+#: build/parsePreamble.c:695
#, fuzzy, c-format
msgid "Bad package specification: %s"
msgstr " Paket seçim seçenekleri:"
-#: build/parsePreamble.c:695
+#: build/parsePreamble.c:701
#, c-format
msgid "Package already exists: %s"
msgstr ""
-#: build/parsePreamble.c:722
+#: build/parsePreamble.c:728
#, c-format
msgid "line %d: Unknown tag: %s"
msgstr ""
-#: build/parsePreamble.c:747
+#: build/parsePreamble.c:753
msgid "Spec file can't use BuildRoot"
msgstr ""
-#: build/parsePrep.c:26
+#: build/parsePrep.c:30
#, fuzzy, c-format
msgid "Bad source: %s: %s"
msgstr "%s okunamadı: %s"
-#: build/parsePrep.c:53
+#: build/parsePrep.c:57
#, fuzzy, c-format
msgid "No patch number %d"
msgstr "(üye değil)"
-#: build/parsePrep.c:134
+#: build/parsePrep.c:138
#, c-format
msgid "No source number %d"
msgstr ""
-#: build/parsePrep.c:153
+#: build/parsePrep.c:157
#, fuzzy, c-format
msgid "Couldn't download nosource %s: %s"
msgstr "%s okunamadı: %s"
-#: build/parsePrep.c:219
+#: build/parsePrep.c:223
msgid "Error parsing %%setup: %s"
msgstr ""
-#: build/parsePrep.c:234
+#: build/parsePrep.c:238
msgid "line %d: Bad arg to %%setup %c: %s"
msgstr ""
-#: build/parsePrep.c:252
+#: build/parsePrep.c:256
msgid "line %d: Bad %%setup option %s: %s"
msgstr ""
-#: build/parsePrep.c:379
+#: build/parsePrep.c:383
msgid "line %d: Need arg to %%patch -b: %s"
msgstr ""
-#: build/parsePrep.c:387
+#: build/parsePrep.c:391
msgid "line %d: Need arg to %%patch -z: %s"
msgstr ""
-#: build/parsePrep.c:399
+#: build/parsePrep.c:403
msgid "line %d: Need arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:405
+#: build/parsePrep.c:409
msgid "line %d: Bad arg to %%patch -p: %s"
msgstr ""
-#: build/parsePrep.c:412
+#: build/parsePrep.c:416
msgid "Too many patches!"
msgstr ""
-#: build/parsePrep.c:416
+#: build/parsePrep.c:420
msgid "line %d: Bad arg to %%patch: %s"
msgstr ""
-#: build/parsePrep.c:452
+#: build/parsePrep.c:457
msgid "line %d: second %%prep"
msgstr ""
-#: build/parseReqs.c:91
+#: build/parseReqs.c:96
#, fuzzy, c-format
msgid ""
"line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s"
msgstr "relocate işlemi / ile başlamalı"
-#: build/parseReqs.c:102
+#: build/parseReqs.c:107
#, fuzzy, c-format
msgid "line %d: File name not permitted: %s"
msgstr "%s paketi %s altında gözükmüyor"
-#: build/parseReqs.c:134
+#: build/parseReqs.c:139
#, fuzzy, c-format
msgid "line %d: Versioned file name not permitted: %s"
msgstr "%s paketi %s altında gözükmüyor"
-#: build/parseReqs.c:146
+#: build/parseReqs.c:151
#, fuzzy, c-format
msgid "line %d: Version not permitted: %s"
msgstr "%s paketi %s altında gözükmüyor"
-#: build/parseReqs.c:172
+#: build/parseReqs.c:177
#, fuzzy, c-format
msgid "line %d: Version required: %s"
msgstr "%s açılamadı: %s"
-#: build/parseScript.c:136
+#: build/parseScript.c:141
#, c-format
msgid "line %d: triggers must have --: %s"
msgstr ""
-#: build/parseScript.c:146 build/parseScript.c:209
+#: build/parseScript.c:151 build/parseScript.c:214
#, c-format
msgid "line %d: Error parsing %s: %s"
msgstr ""
-#: build/parseScript.c:156
+#: build/parseScript.c:161
#, c-format
msgid "line %d: script program must begin with '/': %s"
msgstr ""
-#: build/parseScript.c:200
+#: build/parseScript.c:205
#, c-format
msgid "line %d: Second %s"
msgstr ""
-#: build/parseSpec.c:129
+#: build/parseSpec.c:135
#, fuzzy, c-format
msgid "line %d: %s"
msgstr "%s açılamadı: %s"
# , c-format
#. XXX Fstrerror
-#: build/parseSpec.c:179
+#: build/parseSpec.c:186
#, fuzzy, c-format
msgid "Unable to open %s: %s\n"
msgstr "%s 'ye erişimde hata oluştu\n"
-#: build/parseSpec.c:191
+#: build/parseSpec.c:198
msgid "Unclosed %%if"
msgstr ""
-#: build/parseSpec.c:252
+#: build/parseSpec.c:259
#, c-format
msgid "%s:%d: parseExpressionBoolean returns %d"
msgstr ""
#. Got an else with no %if !
-#: build/parseSpec.c:260
+#: build/parseSpec.c:267
msgid "%s:%d: Got a %%else with no if"
msgstr ""
#. Got an end with no %if !
-#: build/parseSpec.c:271
+#: build/parseSpec.c:278
msgid "%s:%d: Got a %%endif with no if"
msgstr ""
-#: build/parseSpec.c:285 build/parseSpec.c:294
+#: build/parseSpec.c:292 build/parseSpec.c:301
msgid "malformed %%include statement"
msgstr ""
-#: build/parseSpec.c:461
+#: build/parseSpec.c:470
#, fuzzy
msgid "No buildable architectures"
msgstr "paket mimarisini doğrulamaz"
-#: build/parseSpec.c:509
+#: build/parseSpec.c:518
#, fuzzy
msgid "Package has no %%description: %s"
msgstr "%s paketi %s altında gözükmüyor"
-#: build/spec.c:31
+#: build/spec.c:35
#, c-format
msgid "archive = %s, fs = %s\n"
msgstr ""
-#: build/spec.c:237
+#: build/spec.c:246
#, fuzzy, c-format
msgid "line %d: Bad number: %s"
msgstr "geçersiz paket numarsı: %s\n"
-#: build/spec.c:243
+#: build/spec.c:252
#, c-format
msgid "line %d: Bad no%s number: %d"
msgstr ""
-#: build/spec.c:301
+#: build/spec.c:311
#, fuzzy, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "geçersiz paket numarsı: %s\n"
@@ -2349,7 +2349,7 @@ msgstr "dizinin sonunda | bekleniyordu"
msgid "(unknown type)"
msgstr "(bilinmeyen tip)"
-#: lib/install.c:142 lib/uninstall.c:195
+#: lib/install.c:142 lib/uninstall.c:191
#, fuzzy, c-format
msgid " file: %s action: %s\n"
msgstr "%s açılamadı: %s"
@@ -2419,7 +2419,7 @@ msgstr "<dosya> isimli dosyayı içeren paketi sorgulamak"
msgid "renaming %s to %s\n"
msgstr ""
-#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:28
+#: lib/install.c:552 lib/install.c:831 lib/uninstall.c:30
#, c-format
msgid "rename of %s to %s failed: %s"
msgstr "%s 'nin isminin %s 'ye çevrilmesinde belirtilen hata oluştu: %s"
@@ -3042,7 +3042,7 @@ msgstr "%s paketi %s altında gözükmüyor"
msgid "package %s not found in %s"
msgstr "%s pakedi %s içerisinde bulunamadı"
-#: lib/rpmdb.c:508 lib/uninstall.c:87
+#: lib/rpmdb.c:508 lib/uninstall.c:90
#, c-format
msgid "cannot read header at %d for uninstall"
msgstr "%d numaralı paketin silmek için gereken 'header' kısmı okunamadı"
@@ -3547,40 +3547,40 @@ msgstr "%s dizinin oluşturulmasında hata: %s"
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:39
+#: lib/uninstall.c:41
#, c-format
msgid "cannot remove %s - directory not empty"
msgstr "%s silinemedi - belirtilen dizin boş değil"
-#: lib/uninstall.c:42
+#: lib/uninstall.c:44
#, c-format
msgid "rmdir of %s failed: %s"
msgstr "%s dizinin silinmesinde belirtilen hata oluştu: %s"
-#: lib/uninstall.c:50
+#: lib/uninstall.c:52
#, c-format
msgid "removal of %s failed: %s"
msgstr "%s 'in silinmesinde belirtilen hata oluştu: %s"
-#: lib/uninstall.c:99
+#: lib/uninstall.c:104
#, fuzzy, c-format
msgid "cannot read packages named %s for uninstall"
msgstr "%d numaralı paketin silmek için gereken 'header' kısmı okunamadı"
-#: lib/uninstall.c:132
+#: lib/uninstall.c:137
#, c-format
msgid "will remove files test = %d\n"
msgstr ""
-#: lib/uninstall.c:209
+#: lib/uninstall.c:205
msgid "running postuninstall script (if any)\n"
msgstr ""
-#: lib/uninstall.c:223
+#: lib/uninstall.c:219
msgid "removing database entry\n"
msgstr ""
-#: lib/uninstall.c:408
+#: lib/uninstall.c:404
msgid "execution of script failed"
msgstr "betik (script) çalıştırılamadı "
@@ -3620,30 +3620,30 @@ msgstr "hata: ftpport bir sayı olmalı\n"
msgid "failed to create %s: %s\n"
msgstr "%s yaratılamıyor\n"
-#: lib/verify.c:38
+#: lib/verify.c:39
#, fuzzy
msgid "don't verify files in package"
msgstr "paket yüklemek"
-#: lib/verify.c:213
+#: lib/verify.c:215
msgid "package lacks both user name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:231
+#: lib/verify.c:233
msgid "package lacks both group name and id lists (this should never happen)"
msgstr ""
-#: lib/verify.c:266
+#: lib/verify.c:269
#, fuzzy, c-format
msgid "missing %s\n"
msgstr "% den sonra eksik {"
-#: lib/verify.c:328
+#: lib/verify.c:331
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "%s-%s-%s 'nin bağımlılık sorunları: "
-#: lib/verify.c:376
+#: lib/verify.c:381
#, fuzzy
msgid "rpmVerify: rpmdbOpen() failed\n"
msgstr "%s: Erişilemedi\n"
diff --git a/rpm.spec b/rpm.spec
index 4e379087b..8dff0311c 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -2,7 +2,7 @@ Summary: The Red Hat package management system.
Name: rpm
%define version 3.0.4
Version: %{version}
-Release: 0.34
+Release: 0.35
Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/rpm-%{version}.tar.gz
Copyright: GPL
@@ -105,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT
%ifos linux
if [ ! -e /etc/rpm/macros -a -e /etc/rpmrc -a -f /usr/lib/rpm/convertrpmrc.sh ]
then
- sh /usr/lib/rpm/convertrpmrc.sh 2>&1 > /dev/null
+ sh /usr/lib/rpm/convertrpmrc.sh > /dev/null 2>&1
fi
%endif
@@ -168,3 +168,7 @@ fi
/usr/lib/libpopt.la
/usr/lib/libpopt.so
/usr/include/popt.h
+
+%changelog
+* Mon Jan 24 2000 Jeff Johnson <jbj@redhat.com>
+- explicitly expand file lists in writeRPM for rpmputtext.