Include stdlib.h a few places. Remove unused var.
[idzebra-moved-to-github.git] / idzebra.spec.in
index 739c381..b3482e6 100644 (file)
@@ -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: libyaz-devel expat-devel bzip2-devel tcl
+BuildRequires: libyaz-devel expat-devel bzip2-devel tcl-devel
 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/*