yaz/yaz.spec

188 lines
5.1 KiB
RPMSpec
Raw Normal View History

#
# spec file for package yaz
#
- Update to 5.22.0 + rdf-lookup: Add timeout configuration option YAZ-891 Add yaz_url_set_timeout + rdf-lookup: report error if X-Path cannot be compiled YAZ-890 + rdf-lookup: avoid double dash in generated XML comments + rdf-lookup: fix misleading log on rdf-failures YAZ-884 + Add documentation for <param> tag in xslt retrieval facility doc + comstack: Fix compilation error if getaddrinfo does not exist + yaz-url: ignore content-length for HTTP method HEAD YAZ-878 + retrieval: fix incorrect backend schema YAZ-877 + record_conv: allow HTTP method to be set for authority lookup + record_conv: change error for unsupported backend element + New type, rdf-lookup, for record conversion system (retrieval) + Fix yaz_url_exec sending same uri for 2nd call + cql2pqf: relation modifiers with name and value are converted to proximity with unit=element. Left operand is the the primary index and term. Right operand is attribute index-name mapping of name and value being the relation modifier value. For example, dc.title =/dc.language=dk kirke could be mapped to @prox 0 0 0 0 k 8 @attr 1=4 "kirke" @attr 1=54 dk + Add ProximityUnit map to/from string utility + New functions z_ProxUnit_to_str and z_str_to_ProxUnit. + Allow multi-byte indicators for MARC subsystem + JSON: to the spec check of number + JSON: strict \uxxxx sequence + JSON: fail for nesting more than 1000 levels + JSON: distinguish between EOF and error + CCL: fix r=o, r=r WRT inherited attributes YAZ-864 + ZOOM C: tweak when connection failed is returned OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=100
2017-07-03 16:09:14 +00:00
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define libname libyaz5
Name: yaz
Version: 5.29.0
Release: 0
Accepting request 150133 from home:lrupp:branches:Publishing - update to 4.2.49: + ICU has a new conversion element 'join', which joins tokens into one with a custom character given by the rule attribute. + New GFS search member: present_number. This is a hint to the search handler how many records are going to be fetched immediately following search. There's no guarantee that it's going to be the case, since it depends on hit count (for Z39.50 piggyback) and whether errors turn up. + Make a few functions static (private). The functions getbyte_stream, ungetbyte_stream and yaz_gets are now private. They were never declared in a header file. + ZOOM: special options to control APDU logging. Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable logging of APDUs until "saveAPDU" option is set again. If logging is already enabled the effect is that current APDU buffer is cleared. Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables logging (default behavior on new connection). The APDUs sent/received can be obtained by using Using ZOOM_connection_option_get(c, "APDU") or ZOOM_connection_option_getl(c, "APDU", &l). + GFS: relay implementation_version from backend From 3.0.40 and later, implementation_version from backend was not used in init response at all. - added yaz-4.2.47-implicit_definitions.patch - small specfile cleanup OBS-URL: https://build.opensuse.org/request/show/150133 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
Summary: Z39.50 protocol server and client
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: http://www.indexdata.dk/yaz/
Source: %{name}-%{version}.tar.gz
Source2: baselibs.conf
Accepting request 150133 from home:lrupp:branches:Publishing - update to 4.2.49: + ICU has a new conversion element 'join', which joins tokens into one with a custom character given by the rule attribute. + New GFS search member: present_number. This is a hint to the search handler how many records are going to be fetched immediately following search. There's no guarantee that it's going to be the case, since it depends on hit count (for Z39.50 piggyback) and whether errors turn up. + Make a few functions static (private). The functions getbyte_stream, ungetbyte_stream and yaz_gets are now private. They were never declared in a header file. + ZOOM: special options to control APDU logging. Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable logging of APDUs until "saveAPDU" option is set again. If logging is already enabled the effect is that current APDU buffer is cleared. Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables logging (default behavior on new connection). The APDUs sent/received can be obtained by using Using ZOOM_connection_option_get(c, "APDU") or ZOOM_connection_option_getl(c, "APDU", &l). + GFS: relay implementation_version from backend From 3.0.40 and later, implementation_version from backend was not used in init response at all. - added yaz-4.2.47-implicit_definitions.patch - small specfile cleanup OBS-URL: https://build.opensuse.org/request/show/150133 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
# PATCH-FIX-UPSTREAM initialize variables properly
#Patch0: yaz-5.22.0-codecleanup.patch
Accepting request 150133 from home:lrupp:branches:Publishing - update to 4.2.49: + ICU has a new conversion element 'join', which joins tokens into one with a custom character given by the rule attribute. + New GFS search member: present_number. This is a hint to the search handler how many records are going to be fetched immediately following search. There's no guarantee that it's going to be the case, since it depends on hit count (for Z39.50 piggyback) and whether errors turn up. + Make a few functions static (private). The functions getbyte_stream, ungetbyte_stream and yaz_gets are now private. They were never declared in a header file. + ZOOM: special options to control APDU logging. Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable logging of APDUs until "saveAPDU" option is set again. If logging is already enabled the effect is that current APDU buffer is cleared. Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables logging (default behavior on new connection). The APDUs sent/received can be obtained by using Using ZOOM_connection_option_get(c, "APDU") or ZOOM_connection_option_getl(c, "APDU", &l). + GFS: relay implementation_version from backend From 3.0.40 and later, implementation_version from backend was not used in init response at all. - added yaz-4.2.47-implicit_definitions.patch - small specfile cleanup OBS-URL: https://build.opensuse.org/request/show/150133 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
# PATCH-FIX-UPSTREAM initialize variables properly
#Patch1: yaz-5.22.0-client.patch
- Update to 5.22.0 + rdf-lookup: Add timeout configuration option YAZ-891 Add yaz_url_set_timeout + rdf-lookup: report error if X-Path cannot be compiled YAZ-890 + rdf-lookup: avoid double dash in generated XML comments + rdf-lookup: fix misleading log on rdf-failures YAZ-884 + Add documentation for <param> tag in xslt retrieval facility doc + comstack: Fix compilation error if getaddrinfo does not exist + yaz-url: ignore content-length for HTTP method HEAD YAZ-878 + retrieval: fix incorrect backend schema YAZ-877 + record_conv: allow HTTP method to be set for authority lookup + record_conv: change error for unsupported backend element + New type, rdf-lookup, for record conversion system (retrieval) + Fix yaz_url_exec sending same uri for 2nd call + cql2pqf: relation modifiers with name and value are converted to proximity with unit=element. Left operand is the the primary index and term. Right operand is attribute index-name mapping of name and value being the relation modifier value. For example, dc.title =/dc.language=dk kirke could be mapped to @prox 0 0 0 0 k 8 @attr 1=4 "kirke" @attr 1=54 dk + Add ProximityUnit map to/from string utility + New functions z_ProxUnit_to_str and z_str_to_ProxUnit. + Allow multi-byte indicators for MARC subsystem + JSON: to the spec check of number + JSON: strict \uxxxx sequence + JSON: fail for nesting more than 1000 levels + JSON: distinguish between EOF and error + CCL: fix r=o, r=r WRT inherited attributes YAZ-864 + ZOOM C: tweak when connection failed is returned OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=100
2017-07-03 16:09:14 +00:00
BuildRequires: gnutls-devel
BuildRequires: libicu-devel
BuildRequires: libpcap-devel
BuildRequires: libxslt-devel
BuildRequires: openssl-devel
BuildRequires: pkg-config
BuildRequires: readline-devel
BuildRequires: tcpd-devel
Accepting request 150133 from home:lrupp:branches:Publishing - update to 4.2.49: + ICU has a new conversion element 'join', which joins tokens into one with a custom character given by the rule attribute. + New GFS search member: present_number. This is a hint to the search handler how many records are going to be fetched immediately following search. There's no guarantee that it's going to be the case, since it depends on hit count (for Z39.50 piggyback) and whether errors turn up. + Make a few functions static (private). The functions getbyte_stream, ungetbyte_stream and yaz_gets are now private. They were never declared in a header file. + ZOOM: special options to control APDU logging. Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable logging of APDUs until "saveAPDU" option is set again. If logging is already enabled the effect is that current APDU buffer is cleared. Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables logging (default behavior on new connection). The APDUs sent/received can be obtained by using Using ZOOM_connection_option_get(c, "APDU") or ZOOM_connection_option_getl(c, "APDU", &l). + GFS: relay implementation_version from backend From 3.0.40 and later, implementation_version from backend was not used in init response at all. - added yaz-4.2.47-implicit_definitions.patch - small specfile cleanup OBS-URL: https://build.opensuse.org/request/show/150133 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
BuildRequires: pkgconfig(libxml-2.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains both a test-server and clients (normal & ssl) for
the ANSI/NISO Z39.50 protocol for Information Retrieval. SRW and SRU
clients and servers are also supported.
%package doc
Summary: Documentation for %{name} (Z39.50 Library)
Group: Documentation/HTML
%if 0%{?suse_version} >= 1140
BuildArch: noarch
%endif
%description doc
YAZ is a C library for developing client and server applications
using the ANSI/NISO Z39.50 protocol for Information Retrieval.
This package contains the documentation.
%package -n %{libname}
Accepting request 150133 from home:lrupp:branches:Publishing - update to 4.2.49: + ICU has a new conversion element 'join', which joins tokens into one with a custom character given by the rule attribute. + New GFS search member: present_number. This is a hint to the search handler how many records are going to be fetched immediately following search. There's no guarantee that it's going to be the case, since it depends on hit count (for Z39.50 piggyback) and whether errors turn up. + Make a few functions static (private). The functions getbyte_stream, ungetbyte_stream and yaz_gets are now private. They were never declared in a header file. + ZOOM: special options to control APDU logging. Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable logging of APDUs until "saveAPDU" option is set again. If logging is already enabled the effect is that current APDU buffer is cleared. Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables logging (default behavior on new connection). The APDUs sent/received can be obtained by using Using ZOOM_connection_option_get(c, "APDU") or ZOOM_connection_option_getl(c, "APDU", &l). + GFS: relay implementation_version from backend From 3.0.40 and later, implementation_version from backend was not used in init response at all. - added yaz-4.2.47-implicit_definitions.patch - small specfile cleanup OBS-URL: https://build.opensuse.org/request/show/150133 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
Summary: Z39
Group: Development/Libraries/C and C++
Accepting request 150133 from home:lrupp:branches:Publishing - update to 4.2.49: + ICU has a new conversion element 'join', which joins tokens into one with a custom character given by the rule attribute. + New GFS search member: present_number. This is a hint to the search handler how many records are going to be fetched immediately following search. There's no guarantee that it's going to be the case, since it depends on hit count (for Z39.50 piggyback) and whether errors turn up. + Make a few functions static (private). The functions getbyte_stream, ungetbyte_stream and yaz_gets are now private. They were never declared in a header file. + ZOOM: special options to control APDU logging. Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable logging of APDUs until "saveAPDU" option is set again. If logging is already enabled the effect is that current APDU buffer is cleared. Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables logging (default behavior on new connection). The APDUs sent/received can be obtained by using Using ZOOM_connection_option_get(c, "APDU") or ZOOM_connection_option_getl(c, "APDU", &l). + GFS: relay implementation_version from backend From 3.0.40 and later, implementation_version from backend was not used in init response at all. - added yaz-4.2.47-implicit_definitions.patch - small specfile cleanup OBS-URL: https://build.opensuse.org/request/show/150133 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
Provides: libyaz = %{version}
Obsoletes: libyaz < %{version}
%description -n %{libname}
YAZ is a C library for developing client and server applications
using the ANSI/NISO Z39.50 protocol for Information Retrieval.
%package -n libyaz-devel
Accepting request 150133 from home:lrupp:branches:Publishing - update to 4.2.49: + ICU has a new conversion element 'join', which joins tokens into one with a custom character given by the rule attribute. + New GFS search member: present_number. This is a hint to the search handler how many records are going to be fetched immediately following search. There's no guarantee that it's going to be the case, since it depends on hit count (for Z39.50 piggyback) and whether errors turn up. + Make a few functions static (private). The functions getbyte_stream, ungetbyte_stream and yaz_gets are now private. They were never declared in a header file. + ZOOM: special options to control APDU logging. Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable logging of APDUs until "saveAPDU" option is set again. If logging is already enabled the effect is that current APDU buffer is cleared. Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables logging (default behavior on new connection). The APDUs sent/received can be obtained by using Using ZOOM_connection_option_get(c, "APDU") or ZOOM_connection_option_getl(c, "APDU", &l). + GFS: relay implementation_version from backend From 3.0.40 and later, implementation_version from backend was not used in init response at all. - added yaz-4.2.47-implicit_definitions.patch - small specfile cleanup OBS-URL: https://build.opensuse.org/request/show/150133 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
Summary: Z39
Group: Development/Libraries/C and C++
Requires: %{libname} = %{version}
Requires: %{name} = %{version}
Requires: libicu-devel
Requires: libxslt-devel
Requires: openssl-devel
Requires: tcpd-devel
%description -n libyaz-devel
YAZ is a C library for developing client and server applications
using the ANSI/NISO Z39.50 protocol for Information Retrieval.
%prep
%setup -q
#patch0 -p 1
#patch1 -p 1
%build
# --with-dsssl=/usr/share/sgml/docbook/dsssl-stylesheets \
# --with-dtd=/usr/share/sgml/db41xml
%configure --enable-shared \
--enable-tcpd \
--with-xslt \
--with-openssl \
- Update to 5.22.0 + rdf-lookup: Add timeout configuration option YAZ-891 Add yaz_url_set_timeout + rdf-lookup: report error if X-Path cannot be compiled YAZ-890 + rdf-lookup: avoid double dash in generated XML comments + rdf-lookup: fix misleading log on rdf-failures YAZ-884 + Add documentation for <param> tag in xslt retrieval facility doc + comstack: Fix compilation error if getaddrinfo does not exist + yaz-url: ignore content-length for HTTP method HEAD YAZ-878 + retrieval: fix incorrect backend schema YAZ-877 + record_conv: allow HTTP method to be set for authority lookup + record_conv: change error for unsupported backend element + New type, rdf-lookup, for record conversion system (retrieval) + Fix yaz_url_exec sending same uri for 2nd call + cql2pqf: relation modifiers with name and value are converted to proximity with unit=element. Left operand is the the primary index and term. Right operand is attribute index-name mapping of name and value being the relation modifier value. For example, dc.title =/dc.language=dk kirke could be mapped to @prox 0 0 0 0 k 8 @attr 1=4 "kirke" @attr 1=54 dk + Add ProximityUnit map to/from string utility + New functions z_ProxUnit_to_str and z_str_to_ProxUnit. + Allow multi-byte indicators for MARC subsystem + JSON: to the spec check of number + JSON: strict \uxxxx sequence + JSON: fail for nesting more than 1000 levels + JSON: distinguish between EOF and error + CCL: fix r=o, r=r WRT inherited attributes YAZ-864 + ZOOM C: tweak when connection failed is returned OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=100
2017-07-03 16:09:14 +00:00
--with-gnutls \
--with-icu \
--disable-static \
--with-pic
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
# Unwanted doc stuff
rm -fr %{buildroot}%{_datadir}/doc
rm -fr html
mkdir html
cp -a doc/*.html html
# cp doc/*pdf .
ln -sf introduction.html html/index.html
# yaz.pdf
- Update to 5.22.0 + rdf-lookup: Add timeout configuration option YAZ-891 Add yaz_url_set_timeout + rdf-lookup: report error if X-Path cannot be compiled YAZ-890 + rdf-lookup: avoid double dash in generated XML comments + rdf-lookup: fix misleading log on rdf-failures YAZ-884 + Add documentation for <param> tag in xslt retrieval facility doc + comstack: Fix compilation error if getaddrinfo does not exist + yaz-url: ignore content-length for HTTP method HEAD YAZ-878 + retrieval: fix incorrect backend schema YAZ-877 + record_conv: allow HTTP method to be set for authority lookup + record_conv: change error for unsupported backend element + New type, rdf-lookup, for record conversion system (retrieval) + Fix yaz_url_exec sending same uri for 2nd call + cql2pqf: relation modifiers with name and value are converted to proximity with unit=element. Left operand is the the primary index and term. Right operand is attribute index-name mapping of name and value being the relation modifier value. For example, dc.title =/dc.language=dk kirke could be mapped to @prox 0 0 0 0 k 8 @attr 1=4 "kirke" @attr 1=54 dk + Add ProximityUnit map to/from string utility + New functions z_ProxUnit_to_str and z_str_to_ProxUnit. + Allow multi-byte indicators for MARC subsystem + JSON: to the spec check of number + JSON: strict \uxxxx sequence + JSON: fail for nesting more than 1000 levels + JSON: distinguish between EOF and error + CCL: fix r=o, r=r WRT inherited attributes YAZ-864 + ZOOM C: tweak when connection failed is returned OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=100
2017-07-03 16:09:14 +00:00
%define DOCFILES README.md LICENSE NEWS
{
echo "<html><head><title>%{name} documentation directory</title></head>"
echo "<body><ul>"
echo "<li><a href=\"html/index.html\">%{name}</a>, official documentation (local)"
for f in %{DOCFILES} http://www.indexdata.dk/links/ ; do
if [ "http:" = "${f%%%%/*}" ]; then
echo "<li><a href=\"$f\">$f</a>"
continue
fi
[ -f $f ] || continue
echo "<li><a href=\"$f\">$f</a>"
done
echo "</li></body></html>"
} >index.html
find %{buildroot} -type f -name "*.la" -delete -print
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc %{DOCFILES} ChangeLog
%{_bindir}/yaz-client*
%{_bindir}/yaz-iconv
%{_bindir}/yaz-icu
%{_bindir}/yaz-illclient
%{_bindir}/yaz-marcdump
%{_bindir}/yaz-url
%{_bindir}/yaz-ztest*
%{_bindir}/zoomsh
%{_bindir}/yaz-json-parse
- Update to 5.22.0 + rdf-lookup: Add timeout configuration option YAZ-891 Add yaz_url_set_timeout + rdf-lookup: report error if X-Path cannot be compiled YAZ-890 + rdf-lookup: avoid double dash in generated XML comments + rdf-lookup: fix misleading log on rdf-failures YAZ-884 + Add documentation for <param> tag in xslt retrieval facility doc + comstack: Fix compilation error if getaddrinfo does not exist + yaz-url: ignore content-length for HTTP method HEAD YAZ-878 + retrieval: fix incorrect backend schema YAZ-877 + record_conv: allow HTTP method to be set for authority lookup + record_conv: change error for unsupported backend element + New type, rdf-lookup, for record conversion system (retrieval) + Fix yaz_url_exec sending same uri for 2nd call + cql2pqf: relation modifiers with name and value are converted to proximity with unit=element. Left operand is the the primary index and term. Right operand is attribute index-name mapping of name and value being the relation modifier value. For example, dc.title =/dc.language=dk kirke could be mapped to @prox 0 0 0 0 k 8 @attr 1=4 "kirke" @attr 1=54 dk + Add ProximityUnit map to/from string utility + New functions z_ProxUnit_to_str and z_str_to_ProxUnit. + Allow multi-byte indicators for MARC subsystem + JSON: to the spec check of number + JSON: strict \uxxxx sequence + JSON: fail for nesting more than 1000 levels + JSON: distinguish between EOF and error + CCL: fix r=o, r=r WRT inherited attributes YAZ-864 + ZOOM C: tweak when connection failed is returned OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=100
2017-07-03 16:09:14 +00:00
%{_bindir}/yaz-record-conv
%{_mandir}/*/yaz.*
%{_mandir}/*/yaz-illclient.*
%{_mandir}/*/yaz-client.*
%{_mandir}/*/zoomsh.*
%{_mandir}/*/yaz-iconv.*
%{_mandir}/*/yaz-icu.*
%{_mandir}/*/yaz-log.*
%{_mandir}/*/yaz-url.*
%{_mandir}/*/yaz-ztest.*
%{_mandir}/*/yaz-marcdump.*
%{_mandir}/*/yaz-json-parse.*
- Update to 5.22.0 + rdf-lookup: Add timeout configuration option YAZ-891 Add yaz_url_set_timeout + rdf-lookup: report error if X-Path cannot be compiled YAZ-890 + rdf-lookup: avoid double dash in generated XML comments + rdf-lookup: fix misleading log on rdf-failures YAZ-884 + Add documentation for <param> tag in xslt retrieval facility doc + comstack: Fix compilation error if getaddrinfo does not exist + yaz-url: ignore content-length for HTTP method HEAD YAZ-878 + retrieval: fix incorrect backend schema YAZ-877 + record_conv: allow HTTP method to be set for authority lookup + record_conv: change error for unsupported backend element + New type, rdf-lookup, for record conversion system (retrieval) + Fix yaz_url_exec sending same uri for 2nd call + cql2pqf: relation modifiers with name and value are converted to proximity with unit=element. Left operand is the the primary index and term. Right operand is attribute index-name mapping of name and value being the relation modifier value. For example, dc.title =/dc.language=dk kirke could be mapped to @prox 0 0 0 0 k 8 @attr 1=4 "kirke" @attr 1=54 dk + Add ProximityUnit map to/from string utility + New functions z_ProxUnit_to_str and z_str_to_ProxUnit. + Allow multi-byte indicators for MARC subsystem + JSON: to the spec check of number + JSON: strict \uxxxx sequence + JSON: fail for nesting more than 1000 levels + JSON: distinguish between EOF and error + CCL: fix r=o, r=r WRT inherited attributes YAZ-864 + ZOOM C: tweak when connection failed is returned OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=100
2017-07-03 16:09:14 +00:00
%{_mandir}/*/yaz-record-conv.*
%{_mandir}/*/bib1-attr.*
%dir %{_datadir}/yaz
%{_datadir}/yaz/etc
%files doc
%defattr(-,root,root)
%doc index.html html
%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.*
%files -n libyaz-devel
%defattr(-,root,root)
%{_bindir}/yaz-config
%{_bindir}/yaz-asncomp
%{_includedir}/yaz
%{_libdir}/*.so
%{_datadir}/yaz/z39.50
%{_datadir}/yaz/ill
%{_datadir}/aclocal/yaz.m4
%{_mandir}/man1/yaz-config.*
%{_mandir}/man1/yaz-asncomp.*
%{_libdir}/pkgconfig/yaz.pc
%{_libdir}/pkgconfig/yaz-icu.pc
%{_libdir}/pkgconfig/yaz-server.pc
%changelog