- dump libelf, gulp elfutils, for now.
- python: permit headers to be hashed. - use %%{_lib} for libraries. - include file-3.39 (with homebrewed) libfmagic, for now. CVS patchset: 5783 CVS date: 2002/10/16 17:57:23
This commit is contained in:
parent
68568c5fe0
commit
1cda81417c
4
CHANGES
4
CHANGES
|
@ -5,6 +5,10 @@
|
|||
- comments regarding unsupported (yet) db-4.1.17 functionality.
|
||||
- update to db-4.1.24 final.
|
||||
- eliminate myftw, use Fts(3) instead.
|
||||
- dump libelf, gulp elfutils, for now.
|
||||
- python: permit headers to be hashed.
|
||||
- use %%{_lib} for libraries.
|
||||
- include file-3.39 (with homebrewed) libfmagic, for now.
|
||||
|
||||
4.0.4 -> 4.1:
|
||||
- loosely wire beecrypt library into rpm.
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2002-06-29 01:40-0700\n"
|
||||
"POT-Creation-Date: 2002-10-16 13:56-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -377,13 +377,8 @@ msgid " Entry point address: "
|
|||
msgstr ""
|
||||
|
||||
#: src/readelf.c:553
|
||||
msgid " Start of program headers: %"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:553 src/readelf.c:556 src/readelf.c:562 src/readelf.c:565
|
||||
#: src/readelf.c:571
|
||||
#, c-format
|
||||
msgid " %s\n"
|
||||
msgid " Start of program headers: %<PRId64> %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:554 src/readelf.c:557
|
||||
|
@ -391,7 +386,8 @@ msgid "(bytes into file)"
|
|||
msgstr ""
|
||||
|
||||
#: src/readelf.c:556
|
||||
msgid " Start of section headers: %"
|
||||
#, c-format
|
||||
msgid " Start of section headers: %<PRId64> %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:559
|
||||
|
@ -400,7 +396,8 @@ msgid " Flags: %s\n"
|
|||
msgstr ""
|
||||
|
||||
#: src/readelf.c:562
|
||||
msgid " Size of this header: %"
|
||||
#, c-format
|
||||
msgid " Size of this header: %<PRId16> %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:563 src/readelf.c:566 src/readelf.c:572
|
||||
|
@ -408,31 +405,28 @@ msgid "(bytes)"
|
|||
msgstr ""
|
||||
|
||||
#: src/readelf.c:565
|
||||
msgid " Size of program header entries: %"
|
||||
#, c-format
|
||||
msgid " Size of program header entries: %<PRId16> %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:568
|
||||
msgid " Number of program headers entries: %"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:568 src/readelf.c:2869
|
||||
msgid "\n"
|
||||
#, c-format
|
||||
msgid " Number of program headers entries: %<PRId16>\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:571
|
||||
msgid " Size of section header entries: %"
|
||||
#, c-format
|
||||
msgid " Size of section header entries: %<PRId16> %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:574
|
||||
msgid " Number of section headers entries: %"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:583 src/readelf.c:598
|
||||
msgid " (%"
|
||||
#, c-format
|
||||
msgid " Number of section headers entries: %<PRId16>"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:583
|
||||
msgid " in [0].sh_size)"
|
||||
#, c-format
|
||||
msgid " (%<PRIu32> in [0].sh_size)"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:586 src/readelf.c:602
|
||||
|
@ -440,7 +434,8 @@ msgid " ([0] not available)"
|
|||
msgstr ""
|
||||
|
||||
#: src/readelf.c:598
|
||||
msgid " in [0].sh_link)"
|
||||
#, c-format
|
||||
msgid " (%<PRIu32> in [0].sh_link)"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:606
|
||||
|
@ -451,22 +446,16 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#: src/readelf.c:610
|
||||
msgid " Section header string table index: %"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:610
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" Section header string table index: %<PRId16>\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:642
|
||||
msgid "There are %d section headers, starting at offset %#"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:643
|
||||
#, c-format
|
||||
msgid ""
|
||||
":\n"
|
||||
"There are %d section headers, starting at offset %#<PRIx64>:\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
|
||||
|
@ -611,11 +600,8 @@ msgid "Library runpath: [%s]\n"
|
|||
msgstr ""
|
||||
|
||||
#: src/readelf.c:1126
|
||||
msgid "%"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:1126
|
||||
msgid " (bytes)\n"
|
||||
#, c-format
|
||||
msgid "%<PRId64> (bytes)\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:1245 src/readelf.c:1396
|
||||
|
@ -832,21 +818,15 @@ msgid "unknown user attribute %hx"
|
|||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2735
|
||||
msgid "unknown form %"
|
||||
#, c-format
|
||||
msgid "unknown form %<PRIx64>"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2748 src/readelf.c:2850 src/readelf.c:2891 src/readelf.c:2901
|
||||
#: src/readelf.c:2911 src/readelf.c:2935 src/readelf.c:2974
|
||||
#: src/readelf.c:2748
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"DWARF section '%s' at offset %#"
|
||||
msgid_plural " contains %"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/readelf.c:2748
|
||||
msgid ""
|
||||
":\n"
|
||||
"DWARF section '%s' at offset %#<PRIx64>:\n"
|
||||
" [ Code]\n"
|
||||
msgstr ""
|
||||
|
||||
|
@ -870,18 +850,9 @@ msgstr ""
|
|||
msgid " *** error while reading abbreviation children flag: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2803 src/readelf.c:2865 src/readelf.c:2867 src/readelf.c:2950
|
||||
#: src/readelf.c:2952
|
||||
msgid " [%5"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2803
|
||||
msgid "] offset: %"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2804
|
||||
#, c-format
|
||||
msgid ", children: %s, tag: %s\n"
|
||||
msgid " [%5<PRId64>] offset: %<PRId64>, children: %s, tag: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2806
|
||||
|
@ -902,40 +873,34 @@ msgstr ""
|
|||
msgid "cannot get .debug_aranges content: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2851 src/readelf.c:2936
|
||||
msgid " entry:\n"
|
||||
#: src/readelf.c:2850 src/readelf.c:2935
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"DWARF section '%s' at offset %#<PRIx64> contains %<PRId64> entry:\n"
|
||||
msgid_plural ""
|
||||
"\n"
|
||||
"DWARF section '%s' at offset %#"
|
||||
"DWARF section '%s' at offset %#<PRIx64> contains %<PRId64> entries:\n"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/readelf.c:2853 src/readelf.c:2938
|
||||
msgid " contains %"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2853 src/readelf.c:2938
|
||||
msgid " entries:\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2865 src/readelf.c:2950
|
||||
msgid "] ???\n"
|
||||
#, c-format
|
||||
msgid " [%5<PRId64>] ???\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2867
|
||||
msgid "] start: %0#*"
|
||||
#, c-format
|
||||
msgid ""
|
||||
" [%5<PRId64>] start: %0#*<PRIx64>, length: %5<PRIu64>, CU DIE offset: %"
|
||||
"6<PRId64>\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2868
|
||||
msgid ", length: %5"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2868 src/readelf.c:2953
|
||||
msgid ", CU DIE offset: %6"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2892 src/readelf.c:2902 src/readelf.c:2912
|
||||
msgid ":\n"
|
||||
#: src/readelf.c:2891 src/readelf.c:2901 src/readelf.c:2911
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"DWARF section '%s' at offset %#<PRIx64>:\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2930
|
||||
|
@ -944,17 +909,16 @@ msgid "cannot get .debug_pubnames content: %s"
|
|||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2952
|
||||
msgid "] DIE offset: %6"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2953
|
||||
#, c-format
|
||||
msgid ", name: %s\n"
|
||||
msgid ""
|
||||
" [%5<PRId64>] DIE offset: %6<PRId64>, CU DIE offset: %6<PRId64>, name: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/readelf.c:2974
|
||||
#, c-format
|
||||
msgid ""
|
||||
":\n"
|
||||
"\n"
|
||||
"DWARF section '%s' at offset %#<PRIx64>:\n"
|
||||
" [Offset] String\n"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1430,29 +1394,18 @@ msgid "Warning: type of `%s' changed from %s in %s to %s in %s"
|
|||
msgstr ""
|
||||
|
||||
#: src/ldgeneric.c:509
|
||||
msgid "Warning: size of `%s' changed from %"
|
||||
msgstr ""
|
||||
|
||||
#: src/ldgeneric.c:510
|
||||
msgid " in %s to %"
|
||||
msgstr ""
|
||||
|
||||
#: src/ldgeneric.c:510
|
||||
#, c-format
|
||||
msgid " in %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/ldgeneric.c:604 src/ldgeneric.c:634
|
||||
msgid "(%s+%#"
|
||||
msgid "Warning: size of `%s' changed from %<PRIu64> in %s to %<PRIu64> in %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/ldgeneric.c:604
|
||||
#, c-format
|
||||
msgid "): multiple definition of %s `%s'\n"
|
||||
msgid "(%s+%#<PRIx64>): multiple definition of %s `%s'\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/ldgeneric.c:634
|
||||
msgid "): first defined here\n"
|
||||
#, c-format
|
||||
msgid "(%s+%#<PRIx64>): first defined here\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/ldgeneric.c:723
|
||||
|
@ -1565,19 +1518,20 @@ msgid "address computation expression contains variable '%s'"
|
|||
msgstr ""
|
||||
|
||||
#: src/ldgeneric.c:3161
|
||||
msgid "argument '%"
|
||||
msgstr ""
|
||||
|
||||
#: src/ldgeneric.c:3161
|
||||
msgid "' of ALIGN in address computation expression is no power of two"
|
||||
#, c-format
|
||||
msgid ""
|
||||
"argument '%<PRIuMAX>' of ALIGN in address computation expression is no power "
|
||||
"of two"
|
||||
msgstr ""
|
||||
|
||||
#: src/ldgeneric.c:3336
|
||||
msgid "cannot find entry symbol \"%s\": defaulting to %#0*"
|
||||
#, c-format
|
||||
msgid "cannot find entry symbol \"%s\": defaulting to %#0*<PRIx64>"
|
||||
msgstr ""
|
||||
|
||||
#: src/ldgeneric.c:3342
|
||||
msgid "no entry symbol specified: defaulting to %#0*"
|
||||
#, c-format
|
||||
msgid "no entry symbol specified: defaulting to %#0*<PRIx64>"
|
||||
msgstr ""
|
||||
|
||||
#: src/ldgeneric.c:3421 src/ldgeneric.c:3442 src/ldgeneric.c:3471
|
||||
|
|
|
@ -9,7 +9,6 @@ build/build.c
|
|||
build/expression.c
|
||||
build/files.c
|
||||
build/misc.c
|
||||
build/myftw.c
|
||||
build/names.c
|
||||
build/pack.c
|
||||
build/parseBuildInstallClean.c
|
||||
|
|
637
po/pt_BR.po
637
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
625
po/rpm.pot
625
po/rpm.pot
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 2001-07-24 00:03+0100\n"
|
||||
"Last-Translator: Milan Kerslager <kerslage@linux.cz>\n"
|
||||
"Language-Team: Czech <cs@li.org>\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: Sun Jan 21 2001 04:30:32+0200\n"
|
||||
"Last-Translator: Martin Hansen <mah@k64.dk>\n"
|
||||
"Language-Team: Dansk <dansk@klid.dk>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Leandro Lucarella <luca@linuxmendoza.org.ar>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 2001-01-17 01:01+0100\n"
|
||||
"Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n"
|
||||
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 2000-08-03 23:26+0200\n"
|
||||
"Last-Translator: László Németh <nemeth@qwertynet.hu>\n"
|
||||
"Language-Team: Hungarian\n"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 2001-06-08 01:35+0000\n"
|
||||
"Last-Translator: Richard Allen <ra@hp.is>\n"
|
||||
"Language-Team: is <kde-isl@mmedia.is>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 2001-09-06 20:06+0900\n"
|
||||
"Last-Translator: Jong-Hoon Ryu <redhat4u@netian.com>\n"
|
||||
"Language-Team: GNU Translation project <ko@li.org>\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 2001-06-27 11:05+0200\n"
|
||||
"Last-Translator: Kjartan Maraas <kmaraas@online.no>\n"
|
||||
"Language-Team: Norwegian <no@li.org>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 2002-02-13 18:32+0000\n"
|
||||
"Last-Translator: Pedro Morais <morais@kde.org>\n"
|
||||
"Language-Team: pt <morais@kde.org>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 2000-06-14 23:23+EST\n"
|
||||
"Last-Translator: Cristian Gafton <gafton@redhat.com>\n"
|
||||
"Language-Team: Romanian <ro@li.org>\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 2001-07-05 21:00-0500\n"
|
||||
"Last-Translator: Eugene Kanter <eugene@blackcatlinux.com>\n"
|
||||
"Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 1999-08-04 21:40+0200\n"
|
||||
"Last-Translator: Stanislav Meduna <stano@eunet.sk>\n"
|
||||
"Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 2000-09-05 12:30+0200\n"
|
||||
"Last-Translator: Roman Maurer <roman.maurer@hermes.si>\n"
|
||||
"Language-Team: Slovenian <sl@li.org>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 2001-07-12 22:26+0100\n"
|
||||
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 2000-02-11 13:01+0200\n"
|
||||
"Last-Translator: Nilgun Belma Buguner <nilgun@technologist.com>\n"
|
||||
"Language-Team: Turkish <tr@li.org>\n"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 1999-09-30 16:54+0200\n"
|
||||
"Last-Translator: Yuri Syrota <rasta@renome.rovno.ua>\n"
|
||||
"Language-Team: Ukrainian <uk@li.org>\n"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 1999-03-18 23:11+0100\n"
|
||||
"Last-Translator: Nobody yet\n"
|
||||
"Language-Team: walon <linux-wa@chanae.alphanet.ch>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: popt 1.6.3\n"
|
||||
"POT-Creation-Date: 2002-08-26 12:38-0400\n"
|
||||
"POT-Creation-Date: 2002-10-15 15:04-0400\n"
|
||||
"PO-Revision-Date: 1999-11-11 05:04+0800\n"
|
||||
"Last-Translator: Dillion Chen <dillon.chen@turbolinux.com.cn>\n"
|
||||
"Language-Team: TLDN\n"
|
||||
|
|
135
rpm.spec.in
135
rpm.spec.in
|
@ -1,6 +1,5 @@
|
|||
%define with_python_subpackage @WITH_PYTHON_SUBPACKAGE@%{nil}
|
||||
%define with_python_version @WITH_PYTHON_VERSION@%{nil}
|
||||
%define with_perl_subpackage 0
|
||||
%define with_bzip2 @WITH_BZIP2@%{nil}
|
||||
%define with_apidocs @WITH_APIDOCS@%{nil}
|
||||
%define with_internal_db @WITH_INTERNAL_DB@%{nil}
|
||||
|
@ -9,6 +8,7 @@
|
|||
%define _noPayloadPrefix 1
|
||||
|
||||
%define __prefix /usr
|
||||
%{?!_lib: %define _lib lib}
|
||||
%{expand: %%define __share %(if [ -d %{__prefix}/share/man ]; then echo /share ; else echo %%{nil} ; fi)}
|
||||
|
||||
Summary: The RPM package management system.
|
||||
|
@ -46,9 +46,6 @@ BuildRequires: bzip2 >= 0.9.0c-2
|
|||
%if %{with_python_subpackage}
|
||||
BuildRequires: python-devel >= %{with_python_version}
|
||||
%endif
|
||||
%if %{with_perl_subpackage}
|
||||
BuildRequires: perl >= 0:5.00503
|
||||
%endif
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
|
@ -101,37 +98,6 @@ This package should be installed if you want to develop Python
|
|||
programs that will manipulate RPM packages and databases.
|
||||
%endif
|
||||
|
||||
%if %{with_perl_subpackage}
|
||||
%package perl
|
||||
Summary: Native bindings to the RPM API for Perl.
|
||||
Group: Development/Languages
|
||||
URL: http://www.cpan.org
|
||||
Provides: perl(RPM::Database) = %{rpm_version}
|
||||
Provides: perl(RPM::Header) = %{rpm_version}
|
||||
Requires: rpm = %{rpm_version}
|
||||
Requires: perl >= 0:5.00503
|
||||
Obsoletes: perl-Perl-RPM
|
||||
|
||||
%description perl
|
||||
The Perl-RPM module is an attempt to provide Perl-level access to the
|
||||
complete application programming interface that is a part of the Red
|
||||
Hat Package Manager (RPM). Rather than have scripts rely on executing
|
||||
RPM commands and parse the resulting output, this module aims to give
|
||||
Perl programmers the ability to do anything that would otherwise have
|
||||
been done in C or C++.
|
||||
|
||||
The interface is being designed and laid out as a collection of
|
||||
classes, at least some of which are also available as tied-hash
|
||||
implementations.
|
||||
|
||||
At this time, the interface only provides access to the database of
|
||||
installed packages, and header data retrieval for RPM and SRPM files
|
||||
is not yet installed. Error management and the export of most defined
|
||||
constants, through RPM::Error and RPM::Constants, respectively, are
|
||||
also available.
|
||||
|
||||
%endif
|
||||
|
||||
%package -n popt
|
||||
Summary: A C library for parsing command line parameters.
|
||||
Group: Development/Libraries
|
||||
|
@ -160,15 +126,6 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix}
|
|||
|
||||
make
|
||||
|
||||
%if %{with_perl_subpackage}
|
||||
{ cd Perl-RPM
|
||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL RPM_BUILD=1
|
||||
export SUBDIR="%{_builddir}/%{buildsubdir}"
|
||||
make INC="-I. -I$SUBDIR/lib -I$SUBDIR/rpmdb -I$SUBDIR/rpmio -I$SUBDIR/popt" \
|
||||
LDDLFLAGS="-shared -L$SUBDIR/lib/.libs -L$SUBDIR/rpmdb/.libs -L$SUBDIR/rpmio/.libs -L$SUBDIR/popt/.libs" %{?_smp_mflags}
|
||||
}
|
||||
%endif
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
@ -203,29 +160,26 @@ done
|
|||
gzip -9n apidocs/man/man*/* || :
|
||||
%endif
|
||||
|
||||
%if %{with_perl_subpackage}
|
||||
{ cd Perl-RPM
|
||||
eval `perl '-V:installsitearch'`
|
||||
eval `perl '-V:installarchlib'`
|
||||
mkdir -p $RPM_BUILD_ROOT/$installarchlib
|
||||
make PREFIX=${RPM_BUILD_ROOT}%{__prefix} \
|
||||
INSTALLMAN1DIR=${RPM_BUILD_ROOT}%{__prefix}%{__share}/man/man1 \
|
||||
INSTALLMAN3DIR=${RPM_BUILD_ROOT}%{__prefix}%{__share}/man/man3 \
|
||||
install
|
||||
rm -f $RPM_BUILD_ROOT/$installarchlib/perllocal.pod
|
||||
rm -f $RPM_BUILD_ROOT/$installsitearch/auto/RPM/.packlist
|
||||
cd ..
|
||||
}
|
||||
%endif
|
||||
|
||||
# Get rid of unpackaged files
|
||||
{ cd $RPM_BUILD_ROOT
|
||||
rm -rf .%{__prefix}/include/beecrypt
|
||||
rm -f .%{__prefix}/lib/libbeecrypt.{a,la,so.2.2.0}
|
||||
rm -f .%{__prefix}/%{_lib}/libbeecrypt.{a,la,so.2.2.0}
|
||||
rm -rf .%{__prefix}/include/libelf
|
||||
rm -f .%{__prefix}/lib/libelf.{a,la}
|
||||
rm -f .%{__prefix}/%{_lib}/libelf.{a,la}
|
||||
rm -f .%{__prefix}/lib/rpm/{Specfile.pm,cpanflute,cpanflute2,rpmdiff,rpmdiff.cgi,sql.prov,sql.req,tcl.req}
|
||||
rm -rf .%{__prefix}%{__share}/man/{fr,ko}
|
||||
|
||||
for f in elflint file ld nm readelf size strip; do
|
||||
rm -rf .%{__prefix}/bin/$f
|
||||
done
|
||||
for f in dwarf.h elf-knowledge.h fmagic gelf.h libasm.h libdwarf.h libebl.h libelf.h nlist.h; do
|
||||
rm -rf .%{__prefix}/include/$f
|
||||
done
|
||||
for f in libasm libdwarf libebl libelf libfmagic libld; do
|
||||
rm -rf .%{__prefix}/lib/${f}*
|
||||
done
|
||||
rm -f .%{__prefix}/share/magic*
|
||||
rm -f .%{__prefix}/share/man/man1/file.1*
|
||||
}
|
||||
|
||||
%clean
|
||||
|
@ -321,10 +275,10 @@ exit 0
|
|||
%rpmattr %{__prefix}/bin/rpmquery
|
||||
%rpmattr %{__prefix}/bin/rpmverify
|
||||
|
||||
%{__prefix}/lib/librpm-@VERSION@.so
|
||||
%{__prefix}/lib/librpmdb-@VERSION@.so
|
||||
%{__prefix}/lib/librpmio-@VERSION@.so
|
||||
%{__prefix}/lib/librpmbuild-@VERSION@.so
|
||||
%{__prefix}/%{_lib}/librpm-@VERSION@.so
|
||||
%{__prefix}/%{_lib}/librpmdb-@VERSION@.so
|
||||
%{__prefix}/%{_lib}/librpmio-@VERSION@.so
|
||||
%{__prefix}/%{_lib}/librpmbuild-@VERSION@.so
|
||||
|
||||
%attr(0755, @RPMUSER@, @RPMGROUP@) %dir %{__prefix}/lib/rpm
|
||||
%rpmattr %{__prefix}/lib/rpm/config.guess
|
||||
|
@ -428,10 +382,7 @@ exit 0
|
|||
%rpmattr %{__prefix}/lib/rpm/magic.prov
|
||||
%rpmattr %{__prefix}/lib/rpm/magic.req
|
||||
%rpmattr %{__prefix}/lib/rpm/perl.prov
|
||||
|
||||
# XXX remove executable bit to disable autogenerated perl requires for now.
|
||||
%rpmattr %{__prefix}/lib/rpm/perl.req
|
||||
#%attr(0644, @RPMUSER@, @RPMGROUP@) %{__prefix}/lib/rpm/perl.req
|
||||
|
||||
%rpmattr %{__prefix}/lib/rpm/rpm[bt]
|
||||
%rpmattr %{__prefix}/lib/rpm/striptofile
|
||||
|
@ -450,35 +401,24 @@ exit 0
|
|||
%{__prefix}/lib/python%{with_python_version}/site-packages/rpmdb
|
||||
%endif
|
||||
|
||||
%if %{with_perl_subpackage}
|
||||
%files perl
|
||||
%defattr(-,root,root)
|
||||
%rpmattr %{__prefix}/bin/rpmprune
|
||||
%{perl_sitearch}/auto/*
|
||||
%{perl_sitearch}/RPM
|
||||
%{perl_sitearch}/RPM.pm
|
||||
%{__prefix}%{__share}/man/man1/rpmprune.1*
|
||||
%{__prefix}%{__share}/man/man3/RPM*
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%if %{with_apidocs}
|
||||
%doc @WITH_APIDOCS_TARGET@
|
||||
%endif
|
||||
%{__prefix}/include/rpm
|
||||
%{__prefix}/lib/librpm.a
|
||||
%{__prefix}/lib/librpm.la
|
||||
%{__prefix}/lib/librpm.so
|
||||
%{__prefix}/lib/librpmdb.a
|
||||
%{__prefix}/lib/librpmdb.la
|
||||
%{__prefix}/lib/librpmdb.so
|
||||
%{__prefix}/lib/librpmio.a
|
||||
%{__prefix}/lib/librpmio.la
|
||||
%{__prefix}/lib/librpmio.so
|
||||
%{__prefix}/lib/librpmbuild.a
|
||||
%{__prefix}/lib/librpmbuild.la
|
||||
%{__prefix}/lib/librpmbuild.so
|
||||
%{__prefix}/%{_lib}/librpm.a
|
||||
%{__prefix}/%{_lib}/librpm.la
|
||||
%{__prefix}/%{_lib}/librpm.so
|
||||
%{__prefix}/%{_lib}/librpmdb.a
|
||||
%{__prefix}/%{_lib}/librpmdb.la
|
||||
%{__prefix}/%{_lib}/librpmdb.so
|
||||
%{__prefix}/%{_lib}/librpmio.a
|
||||
%{__prefix}/%{_lib}/librpmio.la
|
||||
%{__prefix}/%{_lib}/librpmio.so
|
||||
%{__prefix}/%{_lib}/librpmbuild.a
|
||||
%{__prefix}/%{_lib}/librpmbuild.la
|
||||
%{__prefix}/%{_lib}/librpmbuild.so
|
||||
%{__prefix}%{__share}/man/man8/rpmcache.8*
|
||||
%{__prefix}%{__share}/man/man8/rpmgraph.8*
|
||||
%rpmattr %{__prefix}/lib/rpm/rpmcache
|
||||
|
@ -486,7 +426,7 @@ exit 0
|
|||
|
||||
%files -n popt
|
||||
%defattr(-,root,root)
|
||||
%{__prefix}/lib/libpopt.so.*
|
||||
%{__prefix}/%{_lib}/libpopt.so.*
|
||||
%{__prefix}%{__share}/man/man3/popt.3*
|
||||
%lang(cs) %{__prefix}/*/locale/cs/LC_MESSAGES/popt.mo
|
||||
%lang(da) %{__prefix}/*/locale/da/LC_MESSAGES/popt.mo
|
||||
|
@ -519,9 +459,9 @@ exit 0
|
|||
%lang(zh_CN) %{__prefix}/*/locale/zh_CN.GB2312/LC_MESSAGES/popt.mo
|
||||
|
||||
# XXX These may end up in popt-devel but it hardly seems worth the effort now.
|
||||
%{__prefix}/lib/libpopt.a
|
||||
%{__prefix}/lib/libpopt.la
|
||||
%{__prefix}/lib/libpopt.so
|
||||
%{__prefix}/%{_lib}/libpopt.a
|
||||
%{__prefix}/%{_lib}/libpopt.la
|
||||
%{__prefix}/%{_lib}/libpopt.so
|
||||
%{__prefix}/include/popt.h
|
||||
|
||||
%changelog
|
||||
|
@ -534,3 +474,8 @@ exit 0
|
|||
- fix: common sanity check on headers, prevent segfault (#72590).
|
||||
- limit number of NOKEY/UNTRUSTED keys that will be warned once.
|
||||
- libadd -lelf to rpmdb (#73024).
|
||||
- update to db-4.1.24 final.
|
||||
- eliminate myftw, use Fts(3) instead.
|
||||
- dump libelf, gulp elfutils, for now.
|
||||
- python: permit headers to be hashed.
|
||||
- use %%{_lib} for libraries.
|
||||
|
|
Loading…
Reference in New Issue