]> git.pld-linux.org Git - packages/libextractor.git/blob - libextractor.spec
- zzuf for tests
[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.1
13 Release:        1
14 License:        GPL v3+
15 Group:          Libraries
16 Source0:        http://ftp.gnu.org/gnu/libextractor/%{name}-%{version}.tar.gz
17 # Source0-md5:  4a1496af12bf545582c0e9444429220d
18 Patch0:         %{name}-info.patch
19 Patch1:         %{name}-rpm5.patch
20 Patch2:         %{name}-ffmpeg2.patch
21 URL:            http://gnunet.org/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 plugin for libextractor
105 Summary(pl.UTF-8):      Wtyczka obsługująca miniaturki obrazów poprzez FFmpeg dla biblioteki libextractor
106 Group:          Libraries
107 Requires:       %{name} = %{version}-%{release}
108
109 %description thumbnail-ffmpeg
110 libextractor plugin that supports thumbnails through FFmpeg.
111
112 %description thumbnail-ffmpeg -l pl.UTF-8
113 Wtyczka biblioteki libextractor obsługująca miniaturki obrazów poprzez
114 FFmpeg.
115
116 %package thumbnail-gtk
117 Summary:        GTK+ Thumbnail plugin for libextractor
118 Summary(pl.UTF-8):      Wtyczka obsługująca miniaturki obrazów poprzez GTK+ dla biblioteki libextractor
119 Group:          Libraries
120 Requires:       %{name} = %{version}-%{release}
121 Obsoletes:      libextractor-thumbnail < 1.0.1
122
123 %description thumbnail-gtk
124 libextractor plugin that supports thumbnails through GTK+.
125
126 %description thumbnail-gtk -l pl.UTF-8
127 Wtyczka biblioteki libextractor obsługująca miniaturki obrazów poprzez
128 GTK+.
129
130 %package devel
131 Summary:        Development files for libextractor
132 Summary(pl.UTF-8):      Pliki nagłówkowe libextractor
133 Group:          Development/Libraries
134 Requires:       %{name} = %{version}-%{release}
135 Requires:       bzip2-devel
136 Requires:       libltdl-devel
137 Requires:       zlib-devel
138
139 %description devel
140 This package contains files to develop with libextractor, that is
141 either to create plugins or to compile applications with libextractor.
142
143 %description devel -l pl.UTF-8
144 Piki nagłówkowe wymagane do tworzenia aplikacji i wtyczek
145 korzystających z libextractor.
146
147 %package static
148 Summary:        Static libextractor libraries
149 Summary(pl.UTF-8):      Statyczne biblioteki libextractor
150 Group:          Development/Libraries
151 Requires:       %{name}-devel = %{version}-%{release}
152
153 %description static
154 This package contains static libraries of libextractor.
155
156 %description static -l pl.UTF-8
157 Statyczna wersja bibliotek libextractor.
158
159 %prep
160 %setup -q
161 %patch0 -p1
162 %patch1 -p1
163 %patch2 -p0
164
165 %{__rm} po/stamp-po
166 %{__sed} -i -e 's,tidy/\(tidy\|buffio\)\.h,\1.h,' configure.ac src/plugins/html_extractor.c
167
168 %build
169 %{__gettextize}
170 %{__libtoolize}
171 %{__aclocal} -I m4
172 %{__autoconf}
173 %{__autoheader}
174 %{__automake}
175 %configure \
176         %{!?with_tests:--disable-testruns} \
177         --enable-experimental \
178         %{?with_static_libs:--enable-static} \
179         %{!?with_gstreamer:--without-gstreamer}
180
181 %{__make}
182
183 %{?with_tests:%{__make} check}
184
185 %install
186 rm -rf $RPM_BUILD_ROOT
187
188 %{__make} install \
189         DESTDIR=$RPM_BUILD_ROOT
190
191 # lt_dlopen is used, but .la files are not required now
192 %{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/libextractor_*.la
193 %if %{with static_libs}
194 # useless
195 %{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/libextractor_*.a
196 %endif
197
198 %find_lang %{name}
199
200 %clean
201 rm -rf $RPM_BUILD_ROOT
202
203 %post   -p /sbin/ldconfig
204 %postun -p /sbin/ldconfig
205
206 %post   devel -p /sbin/postshell
207 -/usr/sbin/fix-info-dir -c %{_infodir}
208
209 %postun devel -p /sbin/postshell
210 -/usr/sbin/fix-info-dir -c %{_infodir}
211
212 %files -f %{name}.lang
213 %defattr(644,root,root,755)
214 %doc AUTHORS ChangeLog NEWS README TODO
215 %attr(755,root,root) %{_bindir}/extract
216 %attr(755,root,root) %{_libdir}/libextractor.so.*.*.*
217 %attr(755,root,root) %ghost %{_libdir}/libextractor.so.3
218 %attr(755,root,root) %{_libdir}/libextractor_common.so.*.*.*
219 %attr(755,root,root) %ghost %{_libdir}/libextractor_common.so.1
220 %dir %{_libdir}/%{name}
221 # R: libarchive
222 %attr(755,root,root) %{_libdir}/%{name}/libextractor_archive.so
223 %attr(755,root,root) %{_libdir}/%{name}/libextractor_deb.so
224 %attr(755,root,root) %{_libdir}/%{name}/libextractor_dvi.so
225 # R: exiv2
226 %attr(755,root,root) %{_libdir}/%{name}/libextractor_exiv2.so
227 # R: flac
228 %attr(755,root,root) %{_libdir}/%{name}/libextractor_flac.so
229 # R: giflib
230 %attr(755,root,root) %{_libdir}/%{name}/libextractor_gif.so
231 # R: gstreamer gstreamer-plugins-base
232 %attr(755,root,root) %{_libdir}/%{name}/libextractor_gstreamer.so
233 # R: libmagic tidy
234 %{?with_tidy:%attr(755,root,root) %{_libdir}/%{name}/libextractor_html.so}
235 %attr(755,root,root) %{_libdir}/%{name}/libextractor_it.so
236 # R: libjepg
237 %attr(755,root,root) %{_libdir}/%{name}/libextractor_jpeg.so
238 %attr(755,root,root) %{_libdir}/%{name}/libextractor_man.so
239 # R: libsmf
240 %attr(755,root,root) %{_libdir}/%{name}/libextractor_midi.so
241 # R: libmagic
242 %attr(755,root,root) %{_libdir}/%{name}/libextractor_mime.so
243 # R: mp4v2
244 %{?with_mp4v2:%attr(755,root,root) %{_libdir}/%{name}/libextractor_mp4.so}
245 # R: libmpeg2
246 %attr(755,root,root) %{_libdir}/%{name}/libextractor_mpeg.so
247 %attr(755,root,root) %{_libdir}/%{name}/libextractor_nsf.so
248 %attr(755,root,root) %{_libdir}/%{name}/libextractor_nsfe.so
249 %attr(755,root,root) %{_libdir}/%{name}/libextractor_odf.so
250 # R: libvorbis
251 %attr(755,root,root) %{_libdir}/%{name}/libextractor_ogg.so
252 # R: libgsf
253 %attr(755,root,root) %{_libdir}/%{name}/libextractor_ole2.so
254 %attr(755,root,root) %{_libdir}/%{name}/libextractor_png.so
255 %attr(755,root,root) %{_libdir}/%{name}/libextractor_ps.so
256 %attr(755,root,root) %{_libdir}/%{name}/libextractor_riff.so
257 # R: rpm-lib
258 %attr(755,root,root) %{_libdir}/%{name}/libextractor_rpm.so
259 %attr(755,root,root) %{_libdir}/%{name}/libextractor_s3m.so
260 %attr(755,root,root) %{_libdir}/%{name}/libextractor_sid.so
261 # R: libtiff
262 %attr(755,root,root) %{_libdir}/%{name}/libextractor_tiff.so
263 %attr(755,root,root) %{_libdir}/%{name}/libextractor_wav.so
264 %attr(755,root,root) %{_libdir}/%{name}/libextractor_xm.so
265 %attr(755,root,root) %{_libdir}/%{name}/libextractor_zip.so
266 %{_mandir}/man1/extract.1*
267
268 %files thumbnail-ffmpeg
269 %defattr(644,root,root,755)
270 %attr(755,root,root) %{_libdir}/%{name}/libextractor_thumbnailffmpeg.so
271
272 %files thumbnail-gtk
273 %defattr(644,root,root,755)
274 %attr(755,root,root) %{_libdir}/%{name}/libextractor_thumbnailgtk.so
275
276 %files devel
277 %defattr(644,root,root,755)
278 %attr(755,root,root) %{_libdir}/libextractor.so
279 %attr(755,root,root) %{_libdir}/libextractor_common.so
280 %{_libdir}/libextractor.la
281 %{_libdir}/libextractor_common.la
282 %{_includedir}/extractor.h
283 %{_pkgconfigdir}/libextractor.pc
284 %{_mandir}/man3/libextractor.3*
285 %{_infodir}/libextractor.info*
286
287 %if %{with static_libs}
288 %files static
289 %defattr(644,root,root,755)
290 %{_libdir}/libextractor.a
291 %{_libdir}/libextractor_common.a
292 %endif
This page took 0.053283 seconds and 4 git commands to generate.