X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zebra.spec;fp=zebra.spec;h=0000000000000000000000000000000000000000;hb=fdffce0ddb29102dd5aa533d6e42a5d0fa3e3222;hp=5672f269c277fb52017795748882b5c794c4fc50;hpb=5e22c797a3b8155ec46e4680f2bc3b5ef163752b;p=idzebra-moved-to-github.git diff --git a/zebra.spec b/zebra.spec deleted file mode 100644 index 5672f26..0000000 --- a/zebra.spec +++ /dev/null @@ -1,43 +0,0 @@ -Name: idzebra -Version: 1.3.4 -Release: 1 -Requires: yaz expat bzip2-libs tcl -Copyright: GPL -Group: Applications/Databases -Vendor: Index Data ApS -Source: idzebra-%{version}.tar.gz -BuildRoot: /var/tmp/%{name}-%{version}-root -Packager: Adam Dickmeiss -URL: http://www.indexdata.dk/zebra/ -BuildRequires: yaz expat-devel bzip2-devel tcl -Summary: High-performance, structured text indexing and retrival engine. - -%description -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 - -%build - -CFLAGS="$RPM_OPT_FLAGS" \ - ./configure --prefix=/usr --with-yazconfig=/usr/bin -make CFLAGS="$RPM_OPT_FLAGS" - -%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/idzebra/tab -/usr/bin/* -/usr/share/doc/idzebra -/usr/share/man/*/*