1 Summary: Z39.50 Programs
5 Requires: libxslt openssl 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 openssl-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 openssl
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.
50 CFLAGS="$RPM_OPT_FLAGS" \
51 ./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} \
52 --enable-shared --enable-tcpd --with-xslt --with-openssl --with-icu
53 make CFLAGS="$RPM_OPT_FLAGS"
56 rm -fr ${RPM_BUILD_ROOT}
57 make prefix=${RPM_BUILD_ROOT}/%{_prefix} mandir=${RPM_BUILD_ROOT}/%{_mandir} \
58 libdir=${RPM_BUILD_ROOT}/%{_libdir} install
61 rm -fr ${RPM_BUILD_ROOT}
65 %doc README LICENSE NEWS TODO
69 %{_bindir}/yaz-marcdump
72 %{_mandir}/man1/yaz-client.*
73 %{_mandir}/man8/yaz-ztest.*
74 %{_mandir}/man1/zoomsh.*
75 %{_mandir}/man1/yaz-marcdump.*
76 %{_mandir}/man1/yaz-iconv.*
77 %{_mandir}/man1/yaz-icu.*
78 %{_mandir}/man7/yaz-log.*
84 %files -n libyaz3-devel
87 %{_bindir}/yaz-asncomp
89 %{_libdir}/pkgconfig/yaz.pc
93 %{_datadir}/aclocal/yaz.m4
94 %{_mandir}/man1/yaz-asncomp.*
96 %{_mandir}/man8/yaz-config.*
100 %files -n yaz-illclient
101 %defattr(-,root,root)
102 %{_bindir}/yaz-illclient
103 %{_mandir}/man1/yaz-illclient.*