1 Summary: Z39.50 Programs
5 Requires: libxslt gnutls readline libyaz3 = %{version}
7 Group: Applications/Internet
8 Vendor: Index Data ApS <info@indexdata.dk>
9 Source: yaz-%{version}.tar.gz
10 BuildRoot: %{_tmppath}/%{name}-%{version}-root
11 BuildRequires: libxml2-devel libxslt-devel tcp_wrappers gnutls-devel readline-devel libicu-devel
12 Packager: Adam Dickmeiss <adam@indexdata.dk>
13 URL: http://www.indexdata.dk/yaz/
16 This package contains both a test-server and clients (normal & ssl)
17 for the ANSI/NISO Z39.50 protocol for Information Retrieval.
20 Summary: Z39.50 Library
22 Requires: libxslt gnutls libicu
24 %description -n libyaz3
25 YAZ is a library for the ANSI/NISO Z39.50 protocol for Information
28 %package -n libyaz3-devel
29 Summary: Z39.50 Library - development package
30 Group: Development/Libraries
31 Requires: libyaz3 = %{version} libxml2-devel libxslt-devel
32 Conflicts: libyaz-devel
34 %description -n libyaz3-devel
35 Development libraries and includes for the libyaz package.
37 %package -n yaz-illclient
39 Group: Applications/Communication
40 Requires: readline libyaz3 = %{version}
42 %description -n yaz-illclient
43 yaz-illclient: an ISO ILL client.
46 Summary: Command line utility for ICU utilities of YAZ
47 Group: Applications/Communication
48 Requires: libyaz3 = %{version}
50 %description -n yaz-icu
51 The yaz-icu program is a command-line based client which exposes the ICU
52 chain facility of YAZ.
59 CFLAGS="$RPM_OPT_FLAGS" \
60 ./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} \
61 --enable-shared --enable-tcpd --with-xslt --with-gnutls --with-icu
62 make CFLAGS="$RPM_OPT_FLAGS"
65 rm -fr ${RPM_BUILD_ROOT}
66 make prefix=${RPM_BUILD_ROOT}/%{_prefix} mandir=${RPM_BUILD_ROOT}/%{_mandir} \
67 libdir=${RPM_BUILD_ROOT}/%{_libdir} install
70 rm -fr ${RPM_BUILD_ROOT}
74 %doc README LICENSE NEWS
78 %{_bindir}/yaz-marcdump
80 %{_mandir}/man1/yaz-client.*
81 %{_mandir}/man8/yaz-ztest.*
82 %{_mandir}/man1/zoomsh.*
83 %{_mandir}/man1/yaz-marcdump.*
84 %{_mandir}/man1/yaz-iconv.*
85 %{_mandir}/man7/yaz-log.*
86 %{_mandir}/man7/bib1-attr.*
92 %files -n libyaz3-devel
95 %{_bindir}/yaz-asncomp
97 %{_libdir}/pkgconfig/yaz.pc
101 %{_datadir}/aclocal/yaz.m4
102 %{_mandir}/man1/yaz-asncomp.*
103 %{_mandir}/man7/yaz.*
104 %{_mandir}/man8/yaz-config.*
108 %files -n yaz-illclient
109 %defattr(-,root,root)
110 %{_bindir}/yaz-illclient
111 %{_mandir}/man1/yaz-illclient.*
114 %defattr(-,root,root)
116 %{_mandir}/man1/yaz-icu.*