]> git.pld-linux.org Git - packages/libextractor.git/blob - libextractor.spec
626f4ee1fbb9928098f5ebeb4b031a501d6b2099
[packages/libextractor.git] / libextractor.spec
1 #
2 # Conditional build:
3 %bcond_without  static_libs     # static library
4 %bcond_with     tests           # perform tests [some problems with rpm extractor?]
5 %bcond_without  gstreamer       # GStreamer plugin
6 %bcond_without  mp4v2           # MP4v2 plugin
7 %bcond_without  tidy            # HTML plugin (based on tidy library)
8 #
9 Summary:        Meta-data extraction library
10 Summary(pl.UTF-8):      Biblioteka do ekstrakcji metadanych
11 Name:           libextractor
12 Version:        1.3
13 Release:        3
14 License:        GPL v3+
15 Group:          Libraries
16 Source0:        http://ftp.gnu.org/gnu/libextractor/%{name}-%{version}.tar.gz
17 # Source0-md5:  35b8913dbebafe583a2781bf71509c48
18 Patch0:         %{name}-info.patch
19 Patch1:         %{name}-rpm5.patch
20 Patch2:         %{name}-pl.po-update.patch
21 URL:            http://www.gnu.org/software/libextractor/
22 BuildRequires:  autoconf >= 2.61
23 BuildRequires:  automake >= 1:1.11
24 BuildRequires:  bzip2-devel
25 BuildRequires:  exiv2-devel
26 BuildRequires:  gettext-devel >= 0.16.1
27 # libavformat libavcodec libavutil libswscale
28 BuildRequires:  ffmpeg-devel
29 BuildRequires:  flac-devel
30 BuildRequires:  giflib-devel
31 BuildRequires:  glib2-devel >= 2.0.0
32 %if %{with gstreamer}
33 BuildRequires:  gstreamer-devel >= 0.11.93
34 BuildRequires:  gstreamer-plugins-base >= 0.11.93
35 %endif
36 BuildRequires:  gtk+3-devel >= 3.0.0
37 BuildRequires:  libarchive-devel
38 BuildRequires:  libgsf-devel
39 BuildRequires:  libjpeg-devel
40 BuildRequires:  libltdl-devel >= 2:2
41 BuildRequires:  libmagic-devel
42 BuildRequires:  libmpeg2-devel
43 BuildRequires:  libsmf-devel
44 BuildRequires:  libstdc++-devel
45 BuildRequires:  libtiff-devel
46 BuildRequires:  libtool >= 2:2
47 BuildRequires:  libvorbis-devel
48 %{?with_mp4v2:BuildRequires:    mp4v2-devel >= 2.0.0}
49 BuildRequires:  pkgconfig >= 1:0.7
50 # rpm5 patch supports rpm5.org's rpm 4.5.x and 5.x
51 BuildRequires:  rpm-devel >= 4.5
52 BuildRequires:  sed >= 4.0
53 BuildRequires:  texinfo
54 %{?with_tidy:BuildRequires:     tidy-devel}
55 BuildRequires:  zlib-devel
56 %{?with_tests:BuildRequires:    zzuf}
57 Obsoletes:      libextractor-printable
58 Obsoletes:      libextractor-thumbnail-qt
59 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
60
61 %description
62 libextractor is a simple library for meta-data extraction.
63 libextractor uses a plugin-mechanism that makes it easy to add support
64 for more file formats, allowing anybody to add new extractors quickly.
65
66 libextractor currently features meta-data extractors for HTML, JPEG,
67 Ogg, MP3, PNG, RPM, GIF, ZIP, QT, ASF, Real Audio and Video,
68 PostScript and PDF documents. It also detects many more MIME-types in
69 a fashion similar to the well-known "file" tool.
70
71 Each item of meta-data that is extracted from a file is categorized
72 into one of currently about 40 meta-data categories (e.g. title,
73 author, description or MIME-type).
74
75 This libextractor package also contains a little binary tool "extract"
76 that can be used to invoke libextractor from the command line.
77 "extract" can be used similar to "file", but while "file" currently
78 supports a wider range of file types, "extract" should be able to
79 provide more precise and more detailed information for the supported
80 types of documents (HTML, JPEG, Ogg, MP3, PNG, GIF, RPM, RA, RM, PS,
81 PDF, ZIP, QT, ASF).
82
83 %description -l pl.UTF-8
84 libextractor to prosta biblioteka służąca do ekstrakcji metadanych.
85 libextractor używa mechanizmu "wtyczek", dzięki czemu łatwo jest dodać
86 wsparcie dla nowych formatów plików.
87
88 libextractor obecnie pozwala na pozyskanie metadanych z plików w
89 formatach HTML, JPEG, Ogg, MP3, PNG, RPM, GIF, ZIP, QT, ASF, Real
90 Audio i Video, PostScript oraz PDF. Ponadto rozpoznaje dużo więcej
91 typów MIME w sposób podobny do dobrze znanego narzędzia "file".
92
93 Każda informacja pobrana z pliku należy do jednej z około 40
94 kategorii (np. tytuł, autor, opis, typ MIME).
95
96 Ta paczka zawiera też narzędzie "extract", które pozwala skorzystać z
97 usług libextractor bezpośrednio z linii poleceń. "extract" może być
98 używane w podobny sposób, co "file". "file" zna więcej typów danych,
99 "extract" natomiast dostarcza bardziej precyzyjnych i szczegółowych
100 informacji na temat obsługiwanych formatów (HTML, JPEG, Ogg, MP3, PNG,
101 GIF, RPM, RA, RM, PS, PDF, ZIP, QT, ASF).
102
103 %package thumbnail-ffmpeg
104 Summary:        FFmpeg Thumbnail and audio preview plugins for libextractor
105 Summary(pl.UTF-8):      Wtyczki obsługująca miniaturki obrazów oraz podgląd dźwięku poprzez FFmpeg dla biblioteki libextractor
106 Group:          Libraries
107 Requires:       %{name} = %{version}-%{release}
108
109 %description thumbnail-ffmpeg
110 libextractor plugins that supports thumbnails and audio preview
111 through FFmpeg.
112
113 %description thumbnail-ffmpeg -l pl.UTF-8
114 Wtyczki biblioteki libextractor obsługujące miniaturki obrazów oraz
115 podgląd dźwięku poprzez FFmpeg.
116
117 %package thumbnail-gtk
118 Summary:        GTK+ Thumbnail plugin for libextractor
119 Summary(pl.UTF-8):      Wtyczka obsługująca miniaturki obrazów poprzez GTK+ dla biblioteki libextractor
120 Group:          Libraries
121 Requires:       %{name} = %{version}-%{release}
122 Obsoletes:      libextractor-thumbnail < 1.0.1
123
124 %description thumbnail-gtk
125 libextractor plugin that supports thumbnails through GTK+.
126
127 %description thumbnail-gtk -l pl.UTF-8
128 Wtyczka biblioteki libextractor obsługująca miniaturki obrazów poprzez
129 GTK+.
130
131 %package devel
132 Summary:        Development files for libextractor
133 Summary(pl.UTF-8):      Pliki nagłówkowe libextractor
134 Group:          Development/Libraries
135 Requires:       %{name} = %{version}-%{release}
136 Requires:       bzip2-devel
137 Requires:       libltdl-devel
138 Requires:       zlib-devel
139
140 %description devel
141 This package contains files to develop with libextractor, that is
142 either to create plugins or to compile applications with libextractor.
143
144 %description devel -l pl.UTF-8
145 Piki nagłówkowe wymagane do tworzenia aplikacji i wtyczek
146 korzystających z libextractor.
147
148 %package static
149 Summary:        Static libextractor libraries
150 Summary(pl.UTF-8):      Statyczne biblioteki libextractor
151 Group:          Development/Libraries
152 Requires:       %{name}-devel = %{version}-%{release}
153
154 %description static
155 This package contains static libraries of libextractor.
156
157 %description static -l pl.UTF-8
158 Statyczna wersja bibliotek libextractor.
159
160 %prep
161 %setup -q
162 %patch0 -p1
163 %patch1 -p1
164 %patch2 -p1
165
166 %{__rm} po/stamp-po
167 %{__sed} -i -e 's,tidy/\(tidy\|buffio\)\.h,\1.h,' configure.ac src/plugins/html_extractor.c
168
169 %build
170 %{__gettextize}
171 %{__libtoolize}
172 %{__aclocal} -I m4
173 %{__autoconf}
174 %{__autoheader}
175 %{__automake}
176 %configure \
177         %{!?with_tests:--disable-testruns} \
178         --enable-experimental \
179         %{?with_static_libs:--enable-static} \
180         %{!?with_gstreamer:--without-gstreamer}
181
182 %{__make}
183
184 %{?with_tests:%{__make} check}
185
186 %install
187 rm -rf $RPM_BUILD_ROOT
188
189 %{__make} install \
190         DESTDIR=$RPM_BUILD_ROOT
191
192 # lt_dlopen is used, but .la files are not required now
193 %{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/libextractor_*.la
194 %if %{with static_libs}
195 # useless
196 %{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/libextractor_*.a
197 %endif
198
199 %find_lang %{name}
200
201 %clean
202 rm -rf $RPM_BUILD_ROOT
203
204 %post   -p /sbin/ldconfig
205 %postun -p /sbin/ldconfig
206
207 %post   devel -p /sbin/postshell
208 -/usr/sbin/fix-info-dir -c %{_infodir}
209
210 %postun devel -p /sbin/postshell
211 -/usr/sbin/fix-info-dir -c %{_infodir}
212
213 %files -f %{name}.lang
214 %defattr(644,root,root,755)
215 %doc AUTHORS ChangeLog NEWS README TODO
216 %attr(755,root,root) %{_bindir}/extract
217 %attr(755,root,root) %{_libdir}/libextractor.so.*.*.*
218 %attr(755,root,root) %ghost %{_libdir}/libextractor.so.3
219 %attr(755,root,root) %{_libdir}/libextractor_common.so.*.*.*
220 %attr(755,root,root) %ghost %{_libdir}/libextractor_common.so.1
221 %dir %{_libdir}/%{name}
222 # R: libarchive
223 %attr(755,root,root) %{_libdir}/%{name}/libextractor_archive.so
224 %attr(755,root,root) %{_libdir}/%{name}/libextractor_deb.so
225 %attr(755,root,root) %{_libdir}/%{name}/libextractor_dvi.so
226 # R: exiv2
227 %attr(755,root,root) %{_libdir}/%{name}/libextractor_exiv2.so
228 # R: flac
229 %attr(755,root,root) %{_libdir}/%{name}/libextractor_flac.so
230 # R: giflib
231 %attr(755,root,root) %{_libdir}/%{name}/libextractor_gif.so
232 # R: gstreamer gstreamer-plugins-base
233 %attr(755,root,root) %{_libdir}/%{name}/libextractor_gstreamer.so
234 # R: libmagic tidy
235 %{?with_tidy:%attr(755,root,root) %{_libdir}/%{name}/libextractor_html.so}
236 %attr(755,root,root) %{_libdir}/%{name}/libextractor_it.so
237 # R: libjepg
238 %attr(755,root,root) %{_libdir}/%{name}/libextractor_jpeg.so
239 %attr(755,root,root) %{_libdir}/%{name}/libextractor_man.so
240 # R: libsmf
241 %attr(755,root,root) %{_libdir}/%{name}/libextractor_midi.so
242 # R: libmagic
243 %attr(755,root,root) %{_libdir}/%{name}/libextractor_mime.so
244 # R: mp4v2
245 %{?with_mp4v2:%attr(755,root,root) %{_libdir}/%{name}/libextractor_mp4.so}
246 # R: libmpeg2
247 %attr(755,root,root) %{_libdir}/%{name}/libextractor_mpeg.so
248 %attr(755,root,root) %{_libdir}/%{name}/libextractor_nsf.so
249 %attr(755,root,root) %{_libdir}/%{name}/libextractor_nsfe.so
250 %attr(755,root,root) %{_libdir}/%{name}/libextractor_odf.so
251 # R: libvorbis
252 %attr(755,root,root) %{_libdir}/%{name}/libextractor_ogg.so
253 # R: libgsf
254 %attr(755,root,root) %{_libdir}/%{name}/libextractor_ole2.so
255 %attr(755,root,root) %{_libdir}/%{name}/libextractor_png.so
256 %attr(755,root,root) %{_libdir}/%{name}/libextractor_ps.so
257 %attr(755,root,root) %{_libdir}/%{name}/libextractor_riff.so
258 # R: rpm-lib
259 %attr(755,root,root) %{_libdir}/%{name}/libextractor_rpm.so
260 %attr(755,root,root) %{_libdir}/%{name}/libextractor_s3m.so
261 %attr(755,root,root) %{_libdir}/%{name}/libextractor_sid.so
262 # R: libtiff
263 %attr(755,root,root) %{_libdir}/%{name}/libextractor_tiff.so
264 %attr(755,root,root) %{_libdir}/%{name}/libextractor_wav.so
265 %attr(755,root,root) %{_libdir}/%{name}/libextractor_xm.so
266 %attr(755,root,root) %{_libdir}/%{name}/libextractor_zip.so
267 %{_mandir}/man1/extract.1*
268
269 %files thumbnail-ffmpeg
270 %defattr(644,root,root,755)
271 %attr(755,root,root) %{_libdir}/%{name}/libextractor_previewopus.so
272 %attr(755,root,root) %{_libdir}/%{name}/libextractor_thumbnailffmpeg.so
273
274 %files thumbnail-gtk
275 %defattr(644,root,root,755)
276 %attr(755,root,root) %{_libdir}/%{name}/libextractor_thumbnailgtk.so
277
278 %files devel
279 %defattr(644,root,root,755)
280 %attr(755,root,root) %{_libdir}/libextractor.so
281 %attr(755,root,root) %{_libdir}/libextractor_common.so
282 %{_libdir}/libextractor.la
283 %{_libdir}/libextractor_common.la
284 %{_includedir}/extractor.h
285 %{_pkgconfigdir}/libextractor.pc
286 %{_mandir}/man3/libextractor.3*
287 %{_infodir}/libextractor.info*
288
289 %if %{with static_libs}
290 %files static
291 %defattr(644,root,root,755)
292 %{_libdir}/libextractor.a
293 %{_libdir}/libextractor_common.a
294 %endif
This page took 0.101222 seconds and 2 git commands to generate.