Process all source with doyxgen
[idzebra-moved-to-github.git] / idzebra.spec.in
index bcee7d6..2356d73 100644 (file)
@@ -1,7 +1,7 @@
 Name: idzebra
 Version: @VERSION@
 Release: 1
-Requires: yaz expat bzip2-libs tcl
+Requires: libyaz expat bzip2-libs tcl
 Copyright: GPL
 Group: Applications/Databases
 Vendor: Index Data ApS <info@indexdata.dk>
@@ -9,7 +9,7 @@ Source: idzebra-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Packager: Adam Dickmeiss <adam@indexdata.dk>
 URL: http://www.indexdata.dk/zebra/
-BuildRequires: yaz expat-devel bzip2-devel tcl
+BuildRequires: libyaz-devel expat-devel bzip2-devel tcl
 Summary: High-performance, structured text indexing and retrival engine.
 
 %description
@@ -24,7 +24,7 @@ boolean search expressions and relevance-ranked free-text queries.
 %build
 
 CFLAGS="$RPM_OPT_FLAGS" \
- ./configure --prefix=/usr --with-yazconfig=/usr/bin
+ ./configure --prefix=/usr --with-yaz=/usr/bin
 make CFLAGS="$RPM_OPT_FLAGS"
 
 %install
@@ -36,7 +36,7 @@ rm -fr ${RPM_BUILD_ROOT}
 
 %files
 %defattr(-,root,root)
-%doc README LICENSE.zebra CHANGELOG 
+%doc README LICENSE.zebra NEWS
 %config /usr/share/idzebra/tab
 /usr/bin/*
 /usr/include/*