]> git.pld-linux.org Git - packages/libextractor.git/blob - libextractor.spec
- updated to 0.5.13 (wordleaker plugin intergrated into ole2)
[packages/libextractor.git] / libextractor.spec
1 #
2 # Conditional build:
3 %bcond_without  static_libs     # don't build static library
4 #
5 Summary:        Meta-data extraction library
6 Summary(pl):    Biblioteka do ekstrakcji metadanych
7 Name:           libextractor
8 Version:        0.5.13
9 Release:        1
10 License:        GPL
11 Group:          Libraries
12 Source0:        http://gnunet.org/libextractor/download/%{name}-%{version}.tar.gz
13 # Source0-md5:  aa41b39d1ae2ee74e033f4b0a8db1c31
14 Patch0:         %{name}-64bit.patch
15 URL:            http://gnunet.org/libextractor/
16 BuildRequires:  autoconf >= 2.57
17 BuildRequires:  automake
18 BuildRequires:  bzip2-devel
19 BuildRequires:  gettext-devel >= 0.14.5
20 BuildRequires:  glib2-devel >= 2.0.0
21 BuildRequires:  gtk+2-devel >= 2:2.6.0
22 BuildRequires:  libgsf-devel
23 BuildRequires:  libltdl-devel
24 BuildRequires:  libstdc++-devel
25 BuildRequires:  libtool >= 2:1.5
26 BuildRequires:  libvorbis-devel
27 BuildRequires:  zlib-devel
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 libextractor is a simple library for meta-data extraction.
32 libextractor uses a plugin-mechanism that makes it easy to add support
33 for more file formats, allowing anybody to add new extractors quickly.
34
35 libextractor currently features meta-data extractors for HTML, JPEG,
36 Ogg, MP3, PNG, RPM, GIF, ZIP, QT, ASF, Real Audio and Video,
37 PostScript and PDF documents. It also detects many more MIME-types in
38 a fashion similar to the well-known "file" tool.
39
40 Each item of meta-data that is extracted from a file is categorized
41 into one of currently about 40 meta-data categories (e.g. title,
42 author, description or MIME-type).
43
44 This libextractor package also contains a little binary tool "extract"
45 that can be used to invoke libextractor from the command line.
46 "extract" can be used similar to "file", but while "file" currently
47 supports a wider range of file types, "extract" should be able to
48 provide more precise and more detailed information for the supported
49 types of documents (HTML, JPEG, Ogg, MP3, PNG, GIF, RPM, RA, RM, PS,
50 PDF, ZIP, QT, ASF).
51
52 %description -l pl
53 libextractor to prosta biblioteka s³u¿±ca do ekstrakcji metadanych.
54 libextractor u¿ywa mechanizmu "wtyczek", dziêki czemu ³atwo jest dodaæ
55 wsparcie dla nowych formatów plików.
56
57 libextractor obecnie pozwala na pozyskanie metadanych z plików w
58 formatach HTML, JPEG, Ogg, MP3, PNG, RPM, GIF, ZIP, QT, ASF, Real
59 Audio i Video, PostScript oraz PDF. Ponadto rozpoznaje du¿o wiêcej
60 typów MIME w sposób podobny do dobrze znanego narzêdzia "file".
61
62 Ka¿da informacja pobrana z pliku nale¿y do jednej z oko³o 40
63 kategorii (np. tytu³, autor, opis, typ MIME).
64
65 Ta paczka zawiera te¿ narzêdzie "extract", które pozwala skorzystaæ z
66 us³ug libextractor bezpo¶rednio z linii poleceñ. "extract" mo¿e byæ
67 u¿ywane w podobny sposób, co "file". "file" zna wiêcej typów danych,
68 "extract" natomiast dostarcza bardziej precyzyjnych i szczegó³owych
69 informacji na temat obs³ugiwanych formatów (HTML, JPEG, Ogg, MP3, PNG,
70 GIF, RPM, RA, RM, PS, PDF, ZIP, QT, ASF).
71
72 %package printable
73 Summary:        Printable text support plugins for libextractor
74 Summary(pl):    Wtyczki obs³uguj±ce tekst dla biblioteki libextractor
75 Group:          Libraries
76 Requires:       %{name} = %{version}-%{release}
77
78 %description printable
79 libextractor plugins that support printable text in few languages.
80
81 %description printable -l pl
82 Wtyczki biblioteki libextractor obs³uguj±ce tekst w kilku jêzykach.
83
84 %package thumbnail
85 Summary:        Thumbnail plugin for libextractor
86 Summary(pl):    Wtyczka obs³uguj±ce miniaturki obrazów dla biblioteki libextractor
87 Group:          Libraries
88 Requires:       %{name} = %{version}-%{release}
89 Requires:       gtk+2 >= 2:2.6.0
90
91 %description thumbnail
92 libextractor plugin that supports thumbnails.
93
94 %description thumbnail -l pl
95 Wtyczka biblioteki libextractor obs³uguj±ca miniaturki obrazów.
96
97 %package devel
98 Summary:        Development files for libextractor
99 Summary(pl):    Pliki nag³ówkowe libextractor
100 Group:          Development/Libraries
101 Requires:       %{name} = %{version}-%{release}
102 Requires:       bzip2-devel
103 Requires:       libltdl-devel
104
105 %description devel
106 This package contains files to develop with libextractor, that is
107 either to create plugins or to compile applications with libextractor.
108
109 %description devel -l pl
110 Piki nag³ówkowe wymagane do tworzenia aplikacji i wtyczek
111 korzystaj±cych z libextractor.
112
113 %package static
114 Summary:        Static libextractor libraries
115 Summary(pl):    Statyczne biblioteki libextractor
116 Group:          Development/Libraries
117 Requires:       %{name}-devel = %{version}-%{release}
118
119 %description static
120 This package contains static libraries of libextractor.
121
122 %description static -l pl
123 Statyczna wersja bibliotek libextractor.
124
125 %prep
126 %setup -q
127 %patch0 -p1
128
129 %build
130 %{__gettextize}
131 %{__libtoolize} --ltdl
132 %{__aclocal} -I m4
133 %{__autoconf}
134 %{__autoheader}
135 %{__automake}
136 %configure \
137         %{?with_static_libs:--enable-static}
138
139 %{__make}
140
141 %install
142 rm -rf $RPM_BUILD_ROOT
143
144 %{__make} install \
145         DESTDIR=$RPM_BUILD_ROOT
146
147 # useless
148 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/libextractor_*.a
149
150 %find_lang %{name}
151
152 %clean
153 rm -rf $RPM_BUILD_ROOT
154
155 %post   -p /sbin/ldconfig
156 %postun -p /sbin/ldconfig
157
158 %files -f %{name}.lang
159 %defattr(644,root,root,755)
160 %doc AUTHORS ChangeLog NEWS README TODO
161 %attr(755,root,root) %{_bindir}/extract
162 %attr(755,root,root) %{_libdir}/libextractor.so.*.*.*
163 # plugins are lt_dlopened without extension, so *.la are needed
164 %dir %{_libdir}/%{name}
165 %attr(755,root,root) %{_libdir}/%{name}/libextractor_asf.so
166 %attr(755,root,root) %{_libdir}/%{name}/libextractor_deb.so
167 %attr(755,root,root) %{_libdir}/%{name}/libextractor_dvi.so
168 %attr(755,root,root) %{_libdir}/%{name}/libextractor_elf.so
169 %attr(755,root,root) %{_libdir}/%{name}/libextractor_exiv2.so
170 %attr(755,root,root) %{_libdir}/%{name}/libextractor_filename.so
171 %attr(755,root,root) %{_libdir}/%{name}/libextractor_gif.so
172 %attr(755,root,root) %{_libdir}/%{name}/libextractor_hash_md5.so
173 %attr(755,root,root) %{_libdir}/%{name}/libextractor_hash_rmd160.so
174 %attr(755,root,root) %{_libdir}/%{name}/libextractor_hash_sha1.so
175 %attr(755,root,root) %{_libdir}/%{name}/libextractor_html.so
176 %attr(755,root,root) %{_libdir}/%{name}/libextractor_id3v2.so
177 %attr(755,root,root) %{_libdir}/%{name}/libextractor_id3v23.so
178 %attr(755,root,root) %{_libdir}/%{name}/libextractor_id3v24.so
179 %attr(755,root,root) %{_libdir}/%{name}/libextractor_jpeg.so
180 %attr(755,root,root) %{_libdir}/%{name}/libextractor_lower.so
181 %attr(755,root,root) %{_libdir}/%{name}/libextractor_man.so
182 %attr(755,root,root) %{_libdir}/%{name}/libextractor_mime.so
183 %attr(755,root,root) %{_libdir}/%{name}/libextractor_mp3.so
184 %attr(755,root,root) %{_libdir}/%{name}/libextractor_mpeg.so
185 %attr(755,root,root) %{_libdir}/%{name}/libextractor_ogg.so
186 %attr(755,root,root) %{_libdir}/%{name}/libextractor_ole2.so
187 %attr(755,root,root) %{_libdir}/%{name}/libextractor_oo.so
188 %attr(755,root,root) %{_libdir}/%{name}/libextractor_pdf.so
189 %attr(755,root,root) %{_libdir}/%{name}/libextractor_png.so
190 %attr(755,root,root) %{_libdir}/%{name}/libextractor_ps.so
191 %attr(755,root,root) %{_libdir}/%{name}/libextractor_qt.so
192 %attr(755,root,root) %{_libdir}/%{name}/libextractor_real.so
193 %attr(755,root,root) %{_libdir}/%{name}/libextractor_riff.so
194 %attr(755,root,root) %{_libdir}/%{name}/libextractor_rpm.so
195 %attr(755,root,root) %{_libdir}/%{name}/libextractor_split.so
196 %attr(755,root,root) %{_libdir}/%{name}/libextractor_tar.so
197 %attr(755,root,root) %{_libdir}/%{name}/libextractor_tiff.so
198 %attr(755,root,root) %{_libdir}/%{name}/libextractor_translit.so
199 %attr(755,root,root) %{_libdir}/%{name}/libextractor_wav.so
200 %attr(755,root,root) %{_libdir}/%{name}/libextractor_zip.so
201 %{_libdir}/%{name}/libextractor_asf.la
202 %{_libdir}/%{name}/libextractor_deb.la
203 %{_libdir}/%{name}/libextractor_dvi.la
204 %{_libdir}/%{name}/libextractor_elf.la
205 %{_libdir}/%{name}/libextractor_exiv2.la
206 %{_libdir}/%{name}/libextractor_filename.la
207 %{_libdir}/%{name}/libextractor_gif.la
208 %{_libdir}/%{name}/libextractor_hash_md5.la
209 %{_libdir}/%{name}/libextractor_hash_rmd160.la
210 %{_libdir}/%{name}/libextractor_hash_sha1.la
211 %{_libdir}/%{name}/libextractor_html.la
212 %{_libdir}/%{name}/libextractor_id3v2.la
213 %{_libdir}/%{name}/libextractor_id3v23.la
214 %{_libdir}/%{name}/libextractor_id3v24.la
215 %{_libdir}/%{name}/libextractor_jpeg.la
216 %{_libdir}/%{name}/libextractor_lower.la
217 %{_libdir}/%{name}/libextractor_man.la
218 %{_libdir}/%{name}/libextractor_mime.la
219 %{_libdir}/%{name}/libextractor_mp3.la
220 %{_libdir}/%{name}/libextractor_mpeg.la
221 %{_libdir}/%{name}/libextractor_ogg.la
222 %{_libdir}/%{name}/libextractor_ole2.la
223 %{_libdir}/%{name}/libextractor_oo.la
224 %{_libdir}/%{name}/libextractor_pdf.la
225 %{_libdir}/%{name}/libextractor_png.la
226 %{_libdir}/%{name}/libextractor_ps.la
227 %{_libdir}/%{name}/libextractor_qt.la
228 %{_libdir}/%{name}/libextractor_real.la
229 %{_libdir}/%{name}/libextractor_riff.la
230 %{_libdir}/%{name}/libextractor_rpm.la
231 %{_libdir}/%{name}/libextractor_split.la
232 %{_libdir}/%{name}/libextractor_tar.la
233 %{_libdir}/%{name}/libextractor_tiff.la
234 %{_libdir}/%{name}/libextractor_translit.la
235 %{_libdir}/%{name}/libextractor_wav.la
236 %{_libdir}/%{name}/libextractor_zip.la
237 %{_mandir}/man1/*
238
239 %files printable
240 %defattr(644,root,root,755)
241 %attr(755,root,root) %{_libdir}/%{name}/libextractor_printable_*.so
242 %{_libdir}/%{name}/libextractor_printable_*.la
243
244 %files thumbnail
245 %defattr(644,root,root,755)
246 %attr(755,root,root) %{_libdir}/%{name}/libextractor_thumbnail.so
247 %{_libdir}/%{name}/libextractor_thumbnail.la
248
249 %files devel
250 %defattr(644,root,root,755)
251 %attr(755,root,root) %{_libdir}/libextractor.so
252 %{_libdir}/libextractor.la
253 %{_includedir}/extractor.h
254 %{_mandir}/man3/*
255
256 %if %{with static_libs}
257 %files static
258 %defattr(644,root,root,755)
259 %{_libdir}/libextractor.a
260 %endif
This page took 0.046271 seconds and 4 git commands to generate.