]> git.pld-linux.org Git - packages/libextractor.git/blame - libextractor.spec
- fixed wrong glob
[packages/libextractor.git] / libextractor.spec
CommitLineData
e6895d44 1Summary: Meta-data extraction library
2Summary(pl): Biblioteka do ekstrakcji meta-danych
3Name: libextractor
4Version: 0.2.4
7a97c3f0 5Release: 0.1
e6895d44 6License: GPL
7Group: Libraries
7a97c3f0 8Source0: http://www.ovmj.org/%{name}/download/%{name}-%{version}.tar.bz2
9# Source0-md5: 9d059e4b02cac89661816f19458d0bf5
10URL: http://www.ovmj.org/%{name}/
e6895d44 11Requires: libvorbis
12Requires: libogg
59d3e596 13Requires: libltdl
e6895d44 14BuildRequires: libvorbis-devel
15BuildRequires: libogg-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,
24OGG, MP3, PNG, RPM, GIF, ZIP, QT, ASF, Real audio and video,
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
41