X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zebra.spec;h=8348615d9e07c9e66178ab9ad6e59e0ca76a9226;hb=939f4cf209fc2bfa1d82f5cbac5c9e34f68a9b24;hp=4f028fd892ea14fefd4c338932a4cfd6b6f2ffbc;hpb=896c0427df9d8eff5de6a1735dcd992e067df844;p=idzebra-moved-to-github.git diff --git a/zebra.spec b/zebra.spec index 4f028fd..8348615 100644 --- a/zebra.spec +++ b/zebra.spec @@ -1,19 +1,22 @@ -Name: zebra -Version: 1.3.0 +Name: idzebra +Version: 1.3.3 Release: 1 -Requires: yaz +Requires: yaz expat bzip2-libs tcl Copyright: GPL Group: Applications/Databases Vendor: Index Data ApS -Source: zebra-%{version}.tar.gz +Source: idzebra-%{version}.tar.gz BuildRoot: /var/tmp/%{name}-%{version}-root Packager: Adam Dickmeiss URL: http://www.indexdata.dk/zebra/ -Summary: Zebra: a fielded free-text engine with a Z39.50 frontend. +BuildRequires: yaz expat-devel bzip2-devel tcl +Summary: High-performance, structured text indexing and retrival engine. %description -Zebra is a fielded free-text indexing and retrieval engine with a Z39.50 -front-end. +Zebra is a high-performance, general-purpose structured text indexing +and retrieval engine. It reads structured records in a variety of input +formats (eg. email, XML, MARC) and allows access to them through exact +boolean search expressions and relevance-ranked free-text queries. %prep %setup @@ -25,14 +28,16 @@ CFLAGS="$RPM_OPT_FLAGS" \ make CFLAGS="$RPM_OPT_FLAGS" %install -rm -fr $RPM_BUILD_ROOT -make prefix=$RPM_BUILD_ROOT/usr install -cd doc; make prefix=$RPM_BUILD_ROOT/usr install +rm -fr ${RPM_BUILD_ROOT} +make prefix=${RPM_BUILD_ROOT}/usr mandir=${RPM_BUILD_ROOT}/usr/share/man install + +%clean +rm -fr ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %doc README LICENSE.zebra CHANGELOG -%config /usr/share/zebra/tab -/usr/bin/zebrasrv -/usr/bin/zebraidx -/usr/share/doc/zebra +%config /usr/share/idzebra/tab +/usr/bin/* +/usr/share/doc/idzebra +/usr/share/man/*/*