]> git.pld-linux.org Git - packages/libextractor.git/blame - libextractor.spec
- updated to 0.5.11
[packages/libextractor.git] / libextractor.spec
CommitLineData
f62a8524 1#
b9f124d2 2# Conditional build:
9ef92358 3%bcond_without static_libs # don't build static library
f62a8524 4#
e6895d44 5Summary: Meta-data extraction library
1f56d8de 6Summary(pl): Biblioteka do ekstrakcji metadanych
e6895d44 7Name: libextractor
ac956507 8Version: 0.5.11
5f9fc84b 9Release: 1
e6895d44 10License: GPL
11Group: Libraries
bf567ee8 12Source0: http://gnunet.org/libextractor/download/%{name}-%{version}.tar.gz
ac956507 13# Source0-md5: ba67e55e20bff3fca9f7a5dbfea7d7ed
fcbde899 14Patch0: %{name}-64bit.patch
bf567ee8 15URL: http://gnunet.org/libextractor/
1611298c
JB
16BuildRequires: autoconf >= 2.57
17BuildRequires: automake
ac956507 18BuildRequires: bzip2-devel
6ee1ab83 19BuildRequires: gettext-devel >= 0.14.5
f62a8524 20BuildRequires: glib2-devel >= 2.0.0
6ee1ab83 21BuildRequires: gtk+2-devel >= 2:2.6.0
22ef719f
JB
22BuildRequires: libltdl-devel
23BuildRequires: libstdc++-devel
1611298c 24BuildRequires: libtool >= 2:1.5
e6895d44 25BuildRequires: libvorbis-devel
22ef719f 26BuildRequires: zlib-devel
e6895d44 27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
e6895d44 29%description
30libextractor is a simple library for meta-data extraction.
31libextractor uses a plugin-mechanism that makes it easy to add support
32for more file formats, allowing anybody to add new extractors quickly.
33
34libextractor currently features meta-data extractors for HTML, JPEG,
dba19c27 35Ogg, MP3, PNG, RPM, GIF, ZIP, QT, ASF, Real Audio and Video,
e6895d44 36PostScript and PDF documents. It also detects many more MIME-types in
37a fashion similar to the well-known "file" tool.
38
39Each item of meta-data that is extracted from a file is categorized
40into one of currently about 40 meta-data categories (e.g. title,
41author, description or MIME-type).
42
43This libextractor package also contains a little binary tool "extract"
44that can be used to invoke libextractor from the command line.
45"extract" can be used similar to "file", but while "file" currently
46supports a wider range of file types, "extract" should be able to
47provide more precise and more detailed information for the supported
dba19c27 48types of documents (HTML, JPEG, Ogg, MP3, PNG, GIF, RPM, RA, RM, PS,
e6895d44 49PDF, ZIP, QT, ASF).
50
51%description -l pl
1f56d8de 52