Implemented and-list and or-list for CCL module.
[yaz-moved-to-github.git] / yaz.spec
index 3c882c4..3483ca8 100644 (file)
--- a/yaz.spec
+++ b/yaz.spec
@@ -1,7 +1,7 @@
 Name: yaz
 Version: 1.7
-Release: 1
-Copyright: BSD
+Release: 2
+Copyright: YAZ License
 Group: Development/Libraries
 Vendor: Index Data ApS <info@indexdata.dk>
 Source: yaz-%{version}.tar.gz
@@ -11,9 +11,8 @@ URL: http://www.indexdata.dk/yaz/
 Summary: Z39.50 Library
 
 %description
-The YAZ package is a C library for developing client - and
-server applications using the ANSI/NISO Z39.50 protocol for Information
-Retrieval. 
+YAZ is a C library for developing client - and server applications
+using the ANSI/NISO Z39.50 protocol for Information Retrieval. 
 
 %prep
 %setup
@@ -21,7 +20,7 @@ Retrieval.
 %build
 
 CFLAGS="$RPM_OPT_FLAGS" \
- ./configure --prefix=/usr --enable-shared
+ ./configure --prefix=/usr --enable-shared --enable-tcpd
 make CFLAGS="$RPM_OPT_FLAGS"
 
 %install
@@ -39,7 +38,8 @@ cd doc; make prefix=$RPM_BUILD_ROOT/usr install
 /usr/bin/yaz-comp
 /usr/lib/libyaz.a
 /usr/lib/libyaz.so
-/usr/lib/libyaz.so.0
-/usr/lib/libyaz.so.0.0.0
+/usr/lib/libyaz.so.1
+/usr/lib/libyaz.so.1.0.0
 /usr/include/yaz
 /usr/share/yaz/doc
+/usr/share/aclocal/yaz.m4