]> git.pld-linux.org Git - packages/libextractor.git/blame - libextractor.spec
- s/meta-dane/metadane/g
[packages/libextractor.git] / libextractor.spec
CommitLineData
e6895d44 1Summary: Meta-data extraction library
1f56d8de 2Summary(pl): Biblioteka do ekstrakcji metadanych
e6895d44 3Name: libextractor
4Version: 0.2.4
22ef719f 5Release: 1
e6895d44 6License: GPL
7Group: Libraries
7a97c3f0 8Source0: http://www.ovmj.org/%{name}/download/%{name}-%{version}.tar.bz2
9# Source0-md5: 9d059e4b02cac89661816f19458d0bf5
22ef719f
JB
10URL: http://www.ovmj.org/libextractor/
11BuildRequires: aspell-devel
12BuildRequires: libltdl-devel
13BuildRequires: libstdc++-devel
e6895d44 14BuildRequires: libvorbis-devel
22ef719f 15BuildRequires: zlib-devel
e6895d44 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
e6895d44 18%description
19libextractor is a simple library for meta-data extraction.
20libextractor uses a plugin-mechanism that makes it easy to add support
21for more file formats, allowing anybody to add new extractors quickly.
22
23libextractor currently features meta-data extractors for HTML, JPEG,
22ef719f 24OGG, MP3, PNG, RPM, GIF, ZIP, QT, ASF, Real Audio and Video,
e6895d44 25PostScript and PDF documents. It also detects many more MIME-types in
26a fashion similar to the well-known "file" tool.
27
28Each item of meta-data that is extracted from a file is categorized
29into one of currently about 40 meta-data categories (e.g. title,
30author, description or MIME-type).
31
32This libextractor package also contains a little binary tool "extract"
33that can be used to invoke libextractor from the command line.
34"extract" can be used similar to "file", but while "file" currently
35supports a wider range of file types, "extract" should be able to
36provide more precise and more detailed information for the supported
37types of documents (HTML, JPEG, OGG, MP3, PNG, GIF, RPM, RA, RM, PS,
38PDF, ZIP, QT, ASF).
39
40%description -l pl
1f56d8de 41