libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 28d46cb8bc8b99a47e08f43a7a677d1f4fb83694
parent bb079ebec17097174c90e0c92d6ed890e090e66a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 14 Dec 2009 19:31:42 +0000

rpm

Diffstat:
Msrc/include/extractor.h | 4+---
Msrc/plugins/rpm_extractor.c | 3+--
2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/include/extractor.h b/src/include/extractor.h @@ -208,10 +208,8 @@ enum EXTRACTOR_MetaType EXTRACTOR_METATYPE_SOFTWARE_VERSION = 90, EXTRACTOR_METATYPE_TARGET_PLATFORM = 91, - - EXTRACTOR_METATYPE_PACKAGER = 45, - EXTRACTOR_METATYPE_PROVIDES = 63, + / * FIXME: transcribe & renumber those below */ /* (text) document processing specifics */ EXTRACTOR_METATYPE_CHARACTER_SET = 104, EXTRACTOR_METATYPE_LINE_COUNT = 105, diff --git a/src/plugins/rpm_extractor.c b/src/plugins/rpm_extractor.c @@ -100,8 +100,7 @@ static Matches tests[] = { #endif #if 0 - RPMTAG_EPOCH = 1003, /* i */ - RPMTAG_INSTALLTIME = 1008, /* i */ + /* FIXME: add support for some of these */ RPMTAG_GIF = 1012, /* x */ RPMTAG_XPM = 1013, /* x */ RPMTAG_SOURCE = 1018, /* s[] */