1 # This file is part of the YAZ toolkit
2 # Copyright (C) Index Data
3 # See the file LICENSE for details.
7 %define idmetaversion %(. ./IDMETA; echo $VERSION|tr -d '\n')
9 Summary: Z39.50 Programs
10 Version: %{idmetaversion}
14 %define is_redhat5 %(grep 'release 5' /etc/redhat-release >/dev/null 2>&1 && echo 1 || echo 0)
15 %define is_mandrake %(test -e /etc/mandrake-release && echo 1 || echo 0)
16 %define is_suse %(test -e /etc/SuSE-release >/dev/null && echo 1 || echo 0)
17 %define is_suse11 %(grep 'VERSION = 11' /etc/SuSE-release >/dev/null 2>&1 && echo 1 || echo 0)
18 %define is_fedora %(test -e /etc/fedora-release && echo 1 || echo 0)
19 Requires: readline, libyaz5 = %{version}
21 Group: Applications/Internet
22 Vendor: Index Data ApS <info@indexdata.dk>
23 Source: yaz-%{version}.tar.gz
24 BuildRoot: %{_tmppath}/%{name}-%{version}-root
27 %define TCPWRAPPER tcp_wrappers-devel
30 %define TCPWRAPPER tcp_wrappers
34 %define TCPWRAPPER tcpd-devel
37 BuildRequires: %{TCPWRAPPER}
40 BuildRequires: libgnutls-devel
42 BuildRequires: gnutls-devel
45 BuildRequires: pkgconfig
46 BuildRequires: libxml2-devel
47 BuildRequires: libxslt-devel
48 BuildRequires: readline-devel
49 BuildRequires: libicu-devel
51 BuildRequires: libgcrypt-devel
54 BuildRequires: hiredis-devel
56 Packager: Adam Dickmeiss <adam@indexdata.dk>
57 URL: http://www.indexdata.com/yaz
60 This package contains both a test-server and clients (normal & ssl)
61 for the ANSI/NISO Z39.50 protocol for Information Retrieval.
64 Summary: Z39.50 Library
66 Requires: libxslt, gnutls, libicu, libgcrypt
72 %description -n libyaz5
73 YAZ is a library for the ANSI/NISO Z39.50 protocol for Information
76 %post -n libyaz5 -p /sbin/ldconfig
77 %postun -n libyaz5 -p /sbin/ldconfig
79 %package -n libyaz5-devel
80 Summary: Z39.50 Library - development package
81 Group: Development/Libraries
82 Requires: libyaz5 = %{version}, libxml2-devel, libxslt-devel, libicu-devel
83 Conflicts: libyaz-devel, libyaz4-devel
85 %description -n libyaz5-devel
86 Development libraries and includes for the libyaz package.
88 %package -n yaz-illclient
90 Group: Applications/Communication
91 Requires: readline, libyaz5 = %{version}
93 %description -n yaz-illclient
94 yaz-illclient: an ISO ILL client.
97 Summary: Command line utility for ICU utilities of YAZ
98 Group: Applications/Communication
99 Requires: libyaz5 = %{version}
101 %description -n yaz-icu
102 The yaz-icu program is a command-line based client which exposes the ICU
103 chain facility of YAZ.
110 CFLAGS="$RPM_OPT_FLAGS" \
111 ./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} \
112 --enable-shared --enable-tcpd --with-xslt --with-gnutls --with-icu \
114 make CFLAGS="$RPM_OPT_FLAGS"
117 rm -fr ${RPM_BUILD_ROOT}
118 make install DESTDIR=${RPM_BUILD_ROOT}
119 rm ${RPM_BUILD_ROOT}/%{_libdir}/*.la
122 rm -fr ${RPM_BUILD_ROOT}
125 %defattr(-,root,root)
126 %doc README LICENSE NEWS
127 %{_bindir}/yaz-client
130 %{_bindir}/yaz-marcdump
132 %{_bindir}/yaz-json-parse
134 %{_mandir}/man1/yaz-client.*
135 %{_mandir}/man1/yaz-json-parse.*
136 %{_mandir}/man1/yaz-url.*
137 %{_mandir}/man8/yaz-ztest.*
138 %{_mandir}/man1/zoomsh.*
139 %{_mandir}/man1/yaz-marcdump.*
140 %{_mandir}/man1/yaz-iconv.*
141 %{_mandir}/man7/yaz-log.*
142 %{_mandir}/man7/bib1-attr.*
145 %defattr(-,root,root)
148 %files -n libyaz5-devel
149 %defattr(-,root,root)
150 %{_bindir}/yaz-config
151 %{_bindir}/yaz-asncomp
153 %{_libdir}/pkgconfig/yaz.pc
156 %{_datadir}/aclocal/yaz.m4
157 %{_mandir}/man1/yaz-asncomp.*
158 %{_mandir}/man7/yaz.*
159 %{_mandir}/man?/yaz-config.*
163 %files -n yaz-illclient
164 %defattr(-,root,root)
165 %{_bindir}/yaz-illclient
166 %{_mandir}/man1/yaz-illclient.*
169 %defattr(-,root,root)
171 %{_mandir}/man1/yaz-icu.*