diff options
-rw-r--r-- | lib/cpio.c | 10 | ||||
-rw-r--r-- | po/cs.po | 20 | ||||
-rw-r--r-- | po/da.po | 20 | ||||
-rw-r--r-- | po/de.po | 20 | ||||
-rw-r--r-- | po/es.po | 20 | ||||
-rw-r--r-- | po/eu_ES.po | 20 | ||||
-rw-r--r-- | po/fi.po | 20 | ||||
-rw-r--r-- | po/fr.po | 20 | ||||
-rw-r--r-- | po/gl.po | 20 | ||||
-rw-r--r-- | po/hu.po | 20 | ||||
-rw-r--r-- | po/id.po | 20 | ||||
-rw-r--r-- | po/is.po | 20 | ||||
-rw-r--r-- | po/it.po | 20 | ||||
-rw-r--r-- | po/ja.po | 22 | ||||
-rw-r--r-- | po/ko.po | 20 | ||||
-rw-r--r-- | po/no.po | 20 | ||||
-rw-r--r-- | po/pl.po | 20 | ||||
-rw-r--r-- | po/pt.po | 20 | ||||
-rw-r--r-- | po/pt_BR.po | 20 | ||||
-rw-r--r-- | po/ro.po | 20 | ||||
-rw-r--r-- | po/rpm.pot | 20 | ||||
-rw-r--r-- | po/ru.po | 20 | ||||
-rw-r--r-- | po/sk.po | 20 | ||||
-rw-r--r-- | po/sl.po | 22 | ||||
-rw-r--r-- | po/sr.po | 20 | ||||
-rw-r--r-- | po/sv.po | 20 | ||||
-rw-r--r-- | po/tr.po | 20 | ||||
-rw-r--r-- | po/uk.po | 20 | ||||
-rw-r--r-- | po/wa.po | 20 | ||||
-rw-r--r-- | po/zh.po | 20 | ||||
-rw-r--r-- | po/zh_CN.GB2312.po | 20 | ||||
-rw-r--r-- | rpm.spec | 9 | ||||
-rw-r--r-- | rpm.spec.in | 5 |
33 files changed, 321 insertions, 307 deletions
diff --git a/lib/cpio.c b/lib/cpio.c index 7537a405d..bda11a01c 100644 --- a/lib/cpio.c +++ b/lib/cpio.c @@ -771,7 +771,15 @@ int cpioInstallArchive(FD_t cfd, const struct cpioFileMapping * mappings, cpioFileMapCmp); } - if (mappings && !map) { +#ifdef HACK_ALERT + if (mappings && !map) +#else + if (mappings && !map && (st->n_link == 1 || !S_ISREG(st->st_mode) + || !st->size)) { + } else if ((st->st_nlink > 1) && S_ISREG(st->st_mode) && + (li->createdPath != -1)) +#endif + { eatBytes(cfd, st->st_size); } else { if (map) { @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-0500\n" "PO-Revision-Date: 2000-08-23 22:24+0100\n" "Last-Translator: Milan Kerslager <milan.kerslager@spsselib.hiedu.cz>\n" "Language-Team: Czech <cs@li.org>\n" @@ -2374,40 +2374,40 @@ msgstr "Nemohu provést unlink %s: %s\n" msgid "getNextHeader: %s\n" msgstr "getNextHeader: %s\n" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "(chyba: 0x%x)" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "©patné magické èíslo" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "©patná nebo neèitelná hlavièka" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "Velikost hlavièky je pøili¹ velká" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "Neznámý typ souboru" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "Chybìjící hardlink" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "Interní chyba" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "selhal - " @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-0500\n" "PO-Revision-Date: 2000-03-07 05:17+01:00\n" "Last-Translator: K. Christiansen <kenneth@gnu.org>\n" "Language-Team: Danish/Dansk <dansk@klid.dk>\n" @@ -2293,40 +2293,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" @@ -37,7 +37,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2548,42 +2548,42 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, fuzzy, c-format msgid "(error 0x%x)" msgstr "Fehler: " -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 #, fuzzy msgid "Unknown file type" msgstr "(unbekannter Typ)" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 #, fuzzy msgid "Internal error" msgstr "Fataler Fehler: " -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 #, fuzzy msgid " failed - " msgstr "pgp fehlgeschlagen" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2258,40 +2258,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" diff --git a/po/eu_ES.po b/po/eu_ES.po index 8cf58a8cf..7e539a118 100644 --- a/po/eu_ES.po +++ b/po/eu_ES.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2258,40 +2258,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-0500\n" "Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n" "Language-Team: Finnish <linux@sot.com>\n" "Content-Type: text/plain; charset=\n" @@ -2455,42 +2455,42 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, fuzzy, c-format msgid "(error 0x%x)" msgstr "virhe: " -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 #, fuzzy msgid "Unknown file type" msgstr "(tuntematon tyyppi)" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 #, fuzzy msgid "Internal error" msgstr "vakava virhe: " -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 #, fuzzy msgid " failed - " msgstr "pgp epäonnistui" @@ -1,5 +1,5 @@ msgid "" -msgstr "POT-Creation-Date: 2001-01-18 20:21-0500\n" +msgstr "POT-Creation-Date: 2001-01-19 11:41-0500\n" #: build.c:26 #, fuzzy, c-format @@ -2471,40 +2471,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 #, fuzzy msgid " failed - " msgstr "La construction a échoué.\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2258,40 +2258,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2258,40 +2258,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2258,40 +2258,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-0500\n" "PO-Revision-Date: 2000-08-02 13:00+0000\n" "Last-Translator: Richard Allen <ra@hp.is>\n" "Language-Team: is <kde-isl@mmedia.is>\n" @@ -2293,40 +2293,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2258,40 +2258,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -88,7 +88,7 @@ msgstr "¥¿¡¼¥²¥Ã¥È %s ÍѤ˺îÀ®Ãæ\n" # build root [BuildRoot] # net share [¥Í¥Ã¥È¶¦Í] # reloate [ºÆÇÛÃÖ/°ÜÆ°¤¹¤ë] -# $Id: ja.po,v 1.153 2001/01/19 01:38:57 jbj Exp $ +# $Id: ja.po,v 1.154 2001/01/19 16:49:16 jbj Exp $ #: rpm.c:185 rpmqv.c:386 #, c-format msgid "rpm: %s\n" @@ -2445,42 +2445,42 @@ msgstr "%s ¤òºï½ü(unlink)¤Ç¤¤Þ¤»¤ó: %s\n" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, fuzzy, c-format msgid "(error 0x%x)" msgstr "(¥¨¥é¡¼ 0x%x)" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "ÉÔÀµ¤Ê¥Þ¥¸¥Ã¥¯" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "ÉÔÀµ¤Ê/ÉÔ²ÄÆɤʥإåÀ" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "¥Ø¥Ã¥À¥µ¥¤¥º¤¬Â礤¹¤®¤Þ¤¹" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 #, fuzzy msgid "Unknown file type" msgstr "ÉÔÌÀ¤Ê¥Õ¥¡¥¤¥ë¥¿¥¤¥×" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "¥Ï¡¼¥É¥ê¥ó¥¯¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 #, fuzzy msgid "Internal error" msgstr "ÆâÉô¥¨¥é¡¼" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 #, fuzzy msgid " failed - " msgstr "¼ºÇÔ - " @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2258,40 +2258,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-0500\n" "PO-Revision-Date: 2000-08-17 20:22+02:00\n" "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n" "Language-Team: Norwegian <no@li.org>\n" @@ -2316,40 +2316,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2450,40 +2450,40 @@ msgstr "nie mo¿na odwi±zaæ %s: %s\n" msgid "getNextHeader: %s\n" msgstr "getNextHeader: %s\n" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "(b³±d 0x%x)" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "B³êdny magic" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "B³êdny/nieczytelny nag³ówek" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "Rozmiar nag³ówka jest zbyt du¿y" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "Nieznany typ pliku" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "Brak twardego dowi±zania" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "B³±d wewnêtrzny" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr " nie powiod³o siê -" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-0500\n" "PO-Revision-Date: 2000-08-01 21:11+01:00\n" "Last-Translator: Pedro Morais <morais@poli.org>\n" "Language-Team: pt <morais@poli.org>\n" @@ -2257,40 +2257,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index b99fe24c2..660870bbc 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: 2001-01-18 20:21-0500\n" +msgstr "POT-Creation-Date: 2001-01-19 11:41-0500\n" # , c-format #: build.c:26 @@ -2581,40 +2581,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 #, fuzzy msgid " failed - " msgstr "Construção falhou.\n" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-0500\n" "PO-Revision-Date: 1999-04-10 12:00+EST\n" "Last-Translator: Cristian Gafton <gafton@redhat.com>\n" "Language-Team: Romanian <ro@li.org>\n" @@ -2253,40 +2253,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" diff --git a/po/rpm.pot b/po/rpm.pot index 8cf58a8cf..7e539a118 100644 --- a/po/rpm.pot +++ b/po/rpm.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2258,40 +2258,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-0500\n" "PO-Revision-Date: 2000-08-08 01:20+0300\n" "Last-Translator: Eugene Kanter <eugene@blackcatlinux.com>\n" "Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n" @@ -2389,40 +2389,40 @@ msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÕÄÁÌÉÔØ ÓÓÙÌËÕ %s: %s\n" msgid "getNextHeader: %s\n" msgstr "getNextHeader: %s\n" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "(ÏÛÉÂËÁ 0x%x)" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "îÅ×ÅÒÎÙÊ magic" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "îÅ×ÅÒÎÙÊ/ÎÅÞÉÔÁÅÍÙÊ ÚÁÇÏÌÏ×ÏË" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "úÁÇÏÌÏ×ÏË ÓÌÉÛËÏÍ ×ÅÌÉË" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "îÅÉÚ×ÅÓÔÎÙÊ ÔÉÐ ÆÁÊÌÁ" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "ïÔÓÕÔÓÔ×ÕÅÔ ÖÅÓÔËÁÑ ÓÓÙÌËÁ" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "ÎÅ ÕÄÁÌÏÓØ - " @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2458,40 +2458,40 @@ msgstr "zmazanie %s zlyhalo: %s\n" msgid "getNextHeader: %s\n" msgstr "getNextHeader: %s\n" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "(chyba 0x%x)" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "Chybné magické èíslo" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "Chybná/neèitateµná hlavièka" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "Priveµká hlavièka" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "Neznámy typ súboru" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "Interná chyba" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr " zlyhalo - " @@ -1,12 +1,12 @@ # -*- mode:po; coding:iso-latin-2; -*- Slovenian messages for Redhat pkg. mngr. # Copyright (C) 2000 Free Software Foundation, Inc. # Primo¾ Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2000. -# $Id: sl.po,v 1.138 2001/01/19 01:38:58 jbj Exp $ +# $Id: sl.po,v 1.139 2001/01/19 16:49:18 jbj Exp $ # msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-0500\n" "PO-Revision-Date: 2000-10-08 19:05+0200\n" "Last-Translator: Grega Fajdiga <gregor.fajdiga@telemach.net>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -2445,40 +2445,40 @@ msgstr "ni mo¾no izbrisati %s: %s\n" msgid "getNextHeader: %s\n" msgstr "getNextHeader: %s\n" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "(napaka 0x%x)" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "Napaèno magièno ¹tevilo" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "Po¹kodovana/neberljiva glava" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "Glava je predolga" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "Neznan tip datoteke" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "Trda povezava manjka" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "Notranja napaka" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr " neuspe¹no - " @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2419,42 +2419,42 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, fuzzy, c-format msgid "(error 0x%x)" msgstr "gre¹ka: " -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 #, fuzzy msgid "Unknown file type" msgstr "(nepoznat tip)" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 #, fuzzy msgid "Internal error" msgstr "fatalna gre¹ka: " -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 #, fuzzy msgid " failed - " msgstr "PGP omanuo" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-0500\n" "PO-Revision-Date: 2000-10-09 22:31+0200\n" "Last-Translator: Göran Uddeborg <göran@uddeborg.pp.se>\n" "Language-Team: Swedish <sv@li.org>\n" @@ -2364,40 +2364,40 @@ msgstr "kan inte ta bort %s: %s\n" msgid "getNextHeader: %s\n" msgstr "getNextHeader: %s\n" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "(fel 0x%x)" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "Felaktigt magiskt tal" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "Felaktigt/oläsbart huvud" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "Huvudstorlek för stor" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "Okänd filtyp" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "Saknad hårdlänk" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "Internt fel" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr " misslyckades - " @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2467,42 +2467,42 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, fuzzy, c-format msgid "(error 0x%x)" msgstr "hata: " -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 #, fuzzy msgid "Unknown file type" msgstr "(bilinmeyen tip)" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 #, fuzzy msgid "Internal error" msgstr "ölümcül hata: " -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 #, fuzzy msgid " failed - " msgstr "PGP hata verdi" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2258,40 +2258,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2258,40 +2258,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2258,40 +2258,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" diff --git a/po/zh_CN.GB2312.po b/po/zh_CN.GB2312.po index 2c0bd958b..eec574e62 100644 --- a/po/zh_CN.GB2312.po +++ b/po/zh_CN.GB2312.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" -"POT-Creation-Date: 2001-01-18 20:21-0500\n" +"POT-Creation-Date: 2001-01-19 11:41-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" @@ -2258,40 +2258,40 @@ msgstr "" msgid "getNextHeader: %s\n" msgstr "" -#: lib/cpio.c:1245 +#: lib/cpio.c:1253 #, c-format msgid "(error 0x%x)" msgstr "" -#: lib/cpio.c:1248 +#: lib/cpio.c:1256 msgid "Bad magic" msgstr "" -#: lib/cpio.c:1249 +#: lib/cpio.c:1257 msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:1267 +#: lib/cpio.c:1275 msgid "Header size too big" msgstr "" -#: lib/cpio.c:1268 +#: lib/cpio.c:1276 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:1269 +#: lib/cpio.c:1277 msgid "Missing hard link" msgstr "" -#: lib/cpio.c:1270 +#: lib/cpio.c:1278 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:1271 +#: lib/cpio.c:1279 msgid "Internal error" msgstr "" -#: lib/cpio.c:1280 +#: lib/cpio.c:1288 msgid " failed - " msgstr "" @@ -1,6 +1,6 @@ %define with_python_subpackage 1 %define with_bzip2 1 -%define with_apidocs 0 +%define with_apidocs 1 %define strip_binaries 1 # XXX legacy requires './' payload prefix to be omitted from rpm packages. @@ -13,7 +13,7 @@ Summary: The Red Hat package management system. Name: rpm %define version 4.0.2 Version: %{version} -Release: 0.30 +Release: 0.31 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz Copyright: GPL @@ -284,7 +284,7 @@ fi %files devel %defattr(-,root,root) %if %{with_apidocs} -%doc +%doc apidocs %endif %{__prefix}/include/rpm %{__prefix}/lib/librpm.a @@ -310,6 +310,9 @@ fi %{__prefix}/include/popt.h %changelog +* Fri Jan 19 2001 Jeff Johnson <jbj@redhat.com> +- ewt's cpio.c hack. + * Thu Jan 18 2001 Matt Wilson <msw@redhat.com> - fix: exit 0 at the end of %pre diff --git a/rpm.spec.in b/rpm.spec.in index 972c8055a..0dafed95c 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -13,7 +13,7 @@ Summary: The Red Hat package management system. Name: rpm %define version @VERSION@ Version: %{version} -Release: 0.30 +Release: 0.31 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz Copyright: GPL @@ -310,6 +310,9 @@ fi %{__prefix}/include/popt.h %changelog +* Fri Jan 19 2001 Jeff Johnson <jbj@redhat.com> +- ewt's cpio.c hack. + * Thu Jan 18 2001 Matt Wilson <msw@redhat.com> - fix: exit 0 at the end of %pre |