DH_COMPAT=4. Fix path in dh_installman invocation
[idzebra-moved-to-github.git] / idzebra.spec.in
index 0fa4d18..a1f8734 100644 (file)
@@ -2,14 +2,14 @@ Name: idzebra
 Version: @VERSION@
 Release: 1
 Requires: libyaz expat bzip2-libs tcl
-Copyright: GPL
+License: GPL
 Group: Applications/Databases
 Vendor: Index Data ApS <info@indexdata.dk>
 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