4 Requires: libyaz expat bzip2-libs tcl
6 Group: Applications/Databases
7 Vendor: Index Data ApS <info@indexdata.dk>
8 Source: idzebra-%{version}.tar.gz
9 BuildRoot: %{_tmppath}/%{name}-%{version}-root
10 Packager: Adam Dickmeiss <adam@indexdata.dk>
11 URL: http://www.indexdata.dk/zebra/
12 BuildRequires: libyaz-devel expat-devel bzip2-devel tcl
13 Summary: High-performance, structured text indexing and retrival engine.
16 Zebra is a high-performance, general-purpose structured text indexing
17 and retrieval engine. It reads structured records in a variety of input
18 formats (eg. email, XML, MARC) and allows access to them through exact
19 boolean search expressions and relevance-ranked free-text queries.
26 CFLAGS="$RPM_OPT_FLAGS" \
27 ./configure --prefix=/usr --with-yazconfig=/usr/bin
28 make CFLAGS="$RPM_OPT_FLAGS"
31 rm -fr ${RPM_BUILD_ROOT}
32 make prefix=${RPM_BUILD_ROOT}/usr mandir=${RPM_BUILD_ROOT}/usr/share/man install
35 rm -fr ${RPM_BUILD_ROOT}
39 %doc README LICENSE.zebra NEWS
40 %config /usr/share/idzebra/tab
43 /usr/share/doc/idzebra