X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=zebra.spec;h=8428878190360c3754b28c8c2391b5cb87221893;hp=8b94c5abfaad299f6c4a19c9dcb56a75d274010d;hb=7e75317bed8eecabcb57e59b16093a32238738e2;hpb=11a52e9713421d9fecde42abda313dd869169f5f diff --git a/zebra.spec b/zebra.spec index 8b94c5a..8428878 100644 --- a/zebra.spec +++ b/zebra.spec @@ -1,22 +1,21 @@ -Summary: Zebra - An Open Indexing Search Engine Name: zebra -Version: 1.0 +Version: 1.1.1 Release: 1 -Copyright: none -Group: Development/Libraries -Vendor: Index Data ApS -Url: http://www.indexdata.dk/zebra/ -Source: zebra-1.0.tar.gz Requires: yaz -BuildRequires: yaz +Copyright: Distributable +Group: Applications/Databases +Vendor: Index Data ApS +Source: zebra-%{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. %description -The Zebra indexing tool is a generic search engine suitable for dealing with -Metadata and many other document types. Zebra consists of an indexing -tool - for building an index for fast retrieval - and a search engine server -that offers a Z39.50 interface. +Zebra is a fielded free-text indexing and retrieval engine with a Z39.50 +frontend. You can use any compatible, commercial or freeware Z39.50 client to +access data stored in Zebra. Zebra may be used free-of-charge in non-profit +applications by non-commercial organisations. %prep %setup @@ -24,17 +23,18 @@ that offers a Z39.50 interface. %build CFLAGS="$RPM_OPT_FLAGS" \ - ./configure --with-build-root=$RPM_BUILD_ROOT --prefix=/usr + ./configure --prefix=/usr --with-yazconfig=/usr/bin make CFLAGS="$RPM_OPT_FLAGS" %install rm -fr $RPM_BUILD_ROOT -make install +make prefix=$RPM_BUILD_ROOT/usr install +cd doc; make prefix=$RPM_BUILD_ROOT/usr install %files %defattr(-,root,root) -%doc README LICENSE.2 CHANGELOG -%config /usr/lib/zebra/tab -/usr/bin/zebraidx +%doc README LICENSE.zebra CHANGELOG +%config /usr/share/zebra/tab /usr/bin/zebrasrv -%dir /usr/lib/zebra +/usr/bin/zebraidx +/usr/share/zebra/doc