X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz.spec;h=c93fa1e7e7aa4a7e146501c8c37f5c152860ea57;hp=d548a4ce1cf599bfd78f9bcdc2358d5a09bbb6a1;hb=9a13337111b32d256182a4248f93ebe26e393059;hpb=2059ba0c9ca49689d20c7687195c30d06cbb4cf9 diff --git a/yaz.spec b/yaz.spec index d548a4c..c93fa1e 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,19 +1,18 @@ -Summary: YAZ - A Z39.50 Library Name: yaz -Version: 1.6 -Release: 2 -Copyright: BSD +Version: 1.7 +Release: 3 +Copyright: YAZ License Group: Development/Libraries Vendor: Index Data ApS -Url: http://www.indexdata.dk/yaz/ -Source: yaz-1.6.tar.gz +Source: yaz-%{version}.tar.gz BuildRoot: /var/tmp/%{name}-%{version}-root Packager: Adam Dickmeiss +URL: http://www.indexdata.dk/yaz/ +Summary: Z39.50 Library %description -The YAZ package is a developers' library for developing client - and -server application using the ANSI/NISO Z39.50 protocol for Information -Retrieval. YAZ' homepage is http://www.indexdata.dk/yaz/ +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. YAZ' homepage is http://www.indexdata.dk/yaz/ %build CFLAGS="$RPM_OPT_FLAGS" \ - ./configure --prefix=/usr --enable-yc --enable-tcpd + ./configure --prefix=/usr --enable-shared --enable-tcpd --enable-module=ill make CFLAGS="$RPM_OPT_FLAGS" %install @@ -38,5 +37,15 @@ cd doc; make prefix=$RPM_BUILD_ROOT/usr install /usr/bin/yaz-config /usr/bin/yaz-comp /usr/lib/libyaz.a +/usr/lib/libyaz.so +/usr/lib/libyaz.so.1 +/usr/lib/libyaz.so.1.0.0 +/usr/lib/libyazthread.a +/usr/lib/libyazthread.so +/usr/lib/libyazthread.so.1 +/usr/lib/libyazthread.so.1.0.0 /usr/include/yaz +/usr/share/yaz/z39.50 +/usr/share/yaz/ill /usr/share/yaz/doc +/usr/share/aclocal/yaz.m4