yaz/yaz.spec
Martin Pluskal 4dfef7dc17 - update to 5.34.1:
* Build: fix implicit atoi/stdlib includes (libxml >2.12) #104
  * Build: fix libxml2 2.13 reorganizing headers #102
  * Build: fix always true pointer checks #108
  * Build: update m4 to fix cross-builds

    in range to be processed.
  + Fix yaz-marcdump silently creates MARC-records with an
- Adjust and rename code cleanup patches (yaz-4.1.7-codecleanup.diff
- removed yaz-4.2.47-implicit_definitions.patch: somehow fixed
  + ICU has a new conversion element 'join', which joins tokens
    following search. There's no guarantee that it's going to be
    the case, since it depends on hit count (for Z39.50 piggyback)
    ungetbyte_stream and yaz_gets are now private. They were never
  + for more Information, see
    /usr/share/doc/packages/yaz/ChangeLog
- rename libyaz to libyaz4 to follow shared library packaging
- Add BuildRequires on pkg-config because the package installs a
- remove 5MB of useless static libraries
- updated to 2.1.48
  - * Prototypes for yaz_iconv_-functions moved to separate header

OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=133
2024-06-24 08:42:31 +00:00

172 lines
4.7 KiB
RPMSpec

#
# spec file for package yaz
#
# Copyright (c) 2024 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
%define libname libyaz5
Name: yaz
Version: 5.34.1
Release: 0
Summary: Z39.50 protocol server and client
License: BSD-3-Clause
Group: Development/Libraries/C and C++
URL: https://www.indexdata.com/resources/software/yaz/
Source: http://ftp.indexdata.dk/pub/yaz/yaz-%{version}.tar.gz
BuildRequires: gnutls-devel
BuildRequires: libicu-devel
BuildRequires: libpcap-devel
BuildRequires: libxslt-devel
BuildRequires: openssl-devel
BuildRequires: pkgconfig
BuildRequires: readline-devel
BuildRequires: tcpd-devel
BuildRequires: pkgconfig(libxml-2.0)
%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
BuildArch: noarch
%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}
Summary: Z39.50 protocol library
Group: System/Libraries
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
Summary: Headers for the Z39.50 protocol library
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
%autosetup
%build
# --with-dsssl=/usr/share/sgml/docbook/dsssl-stylesheets \
# --with-dtd=/usr/share/sgml/db41xml
%configure --enable-shared \
--enable-tcpd \
--with-xslt \
--with-openssl \
--with-gnutls \
--with-icu \
--disable-static
%make_build
%install
%make_install
# 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
%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
%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
%{_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.*
%{_mandir}/*/yaz-record-conv.*
%{_mandir}/*/bib1-attr.*
%dir %{_datadir}/yaz
%{_datadir}/yaz%{_sysconfdir}
%files doc
%doc index.html html
%files -n %{libname}
%{_libdir}/*.so.*
%files -n libyaz-devel
%{_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