]> git.pld-linux.org Git - packages/libextractor.git/blob - libextractor.spec
- updated to 1.0.1
[packages/libextractor.git] / libextractor.spec
1 # TODO: libsmf (for midi), zzuf (for tests)
2 #
3 # Conditional build:
4 %bcond_without  static_libs     # static library
5 %bcond_with     tests           # perform tests [some problems with rpm extractor?]
6 %bcond_without  gstreamer       # GStreamer plugin
7 %bcond_without  mp4v2           # MP4v2 plugin
8 %bcond_without  tidy            # HTML plugin (based on tidy library)
9 #
10 Summary:        Meta-data extraction library
11 Summary(pl.UTF-8):      Biblioteka do ekstrakcji metadanych
12 Name:           libextractor
13 Version:        1.0.1
14 Release:        1
15 License:        GPL v3+
16 Group:          Libraries
17 Source0:        http://ftp.gnu.org/gnu/libextractor/%{name}-%{version}.tar.gz
18 # Source0-md5:  593c40670fd7fc8c3ae7adc3df557f64
19 Patch0:         %{name}-info.patch
20 Patch1:         %{name}-rpm5.patch
21 Patch2:         %{name}-sh.patch
22 Patch3:         %{name}-pl.po.patch
23 URL:            http://gnunet.org/libextractor/
24 BuildRequires:  autoconf >= 2.61
25 BuildRequires:  automake >= 1:1.11
26 BuildRequires:  bzip2-devel
27 BuildRequires:  exiv2-devel
28 BuildRequires:  gettext-devel >= 0.16.1
29 # libavformat libavcodec libavutil libswscale
30 BuildRequires:  ffmpeg-devel
31 BuildRequires:  flac-devel
32 BuildRequires:  giflib-devel
33 BuildRequires:  glib2-devel >= 2.0.0
34 %if %{with gstreamer}
35 BuildRequires:  gstreamer-devel >= 0.11.93
36 BuildRequires:  gstreamer-plugins-base >= 0.11.93
37 %endif
38 BuildRequires:  gtk+3-devel >= 3.0.0
39 BuildRequires:  libarchive-devel
40 BuildRequires:  libgsf-devel
41 BuildRequires:  libjpeg-devel
42 BuildRequires:  libltdl-devel >= 2:2
43 BuildRequires:  libmagic-devel
44 BuildRequires:  libmpeg2-devel
45 BuildRequires:  libstdc++-devel
46 BuildRequires:  libtiff-devel
47 BuildRequires:  libtool >= 2:2
48 BuildRequires:  libvorbis-devel
49 %{?with_mp4v2:BuildRequires:    mp4v2-devel}
50 BuildRequires:  pkgconfig >= 1:0.7
51 # rpm5 patch supports rpm5.org's rpm 4.5.x and 5.x
52 BuildRequires:  rpm-devel >= 4.5
53 BuildRequires:  sed >= 4.0
54 BuildRequires:  texinfo
55 %{?with_tidy:BuildRequires:     tidy-devel}
56 BuildRequires:  zlib-devel
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 -p1
164 %patch3 -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_thumbnailffmpeg.so
272
273 %files thumbnail-gtk
274 %defattr(644,root,root,755)
275 %attr(755,root,root) %{_libdir}/%{name}/libextractor_thumbnailgtk.so
276
277 %files devel
278 %defattr(644,root,root,755)
279 %attr(755,root,root) %{_libdir}/libextractor.so
280 %attr(755,root,root) %{_libdir}/libextractor_common.so
281 %{_libdir}/libextractor.la
282 %{_libdir}/libextractor_common.la
283 %{_includedir}/extractor.h
284 %{_pkgconfigdir}/libextractor.pc
285 %{_mandir}/man3/libextractor.3*
286 %{_infodir}/libextractor.info*
287
288 %if %{with static_libs}
289 %files static
290 %defattr(644,root,root,755)
291 %{_libdir}/libextractor.a
292 %{_libdir}/libextractor_common.a
293 %endif
This page took 0.100927 seconds and 4 git commands to generate.