SHA256
1
0
forked from pool/yaz

Accepting request 829712 from home:dirkmueller:branches:Publishing

- update to 5.30.3:
  * Require getaddrinfo which has been available since 2003.
  * Provide server host for SSL by using gnutls_server_name_set(3).
  * Obey [host]:port notation for IPV6

OBS-URL: https://build.opensuse.org/request/show/829712
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=118
This commit is contained in:
Martin Pluskal 2020-09-07 06:46:49 +00:00 committed by Git OBS Bridge
parent bde71ac4b1
commit 159c09b2f2
5 changed files with 18 additions and 22 deletions

View File

@ -1,7 +0,0 @@
<services>
<service name="download_url" mode='localonly'>
<param name="host">ftp.indexdata.dk</param>
<param name="protocol">http</param>
<param name="path">/pub/yaz/yaz-5.30.2.tar.gz</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce0c155a172ee4011e21ed02a9aed2d3e88761bd26abf652cc8f09196c40fe43
size 2614976

3
yaz-5.30.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0497fd8420574efab4e5738ea3b70787a6e8042f585156baa30bdc1911ba552
size 2615643

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 26 08:21:31 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 5.30.3:
* Require getaddrinfo which has been available since 2003.
* Provide server host for SSL by using gnutls_server_name_set(3).
* Obey [host]:port notation for IPV6
-------------------------------------------------------------------
Wed May 6 08:34:14 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -18,24 +18,23 @@
%define libname libyaz5
Name: yaz
Version: 5.30.2
Version: 5.30.3
Release: 0
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
Source: http://ftp.indexdata.dk/pub/yaz/yaz-%{version}.tar.gz
Source2: baselibs.conf
BuildRequires: gnutls-devel
BuildRequires: libicu-devel
BuildRequires: libpcap-devel
BuildRequires: libxslt-devel
BuildRequires: openssl-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig
BuildRequires: readline-devel
BuildRequires: tcpd-devel
BuildRequires: pkgconfig(libxml-2.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains both a test-server and clients (normal & ssl) for
@ -93,10 +92,10 @@ using the ANSI/NISO Z39.50 protocol for Information Retrieval.
--with-icu \
--disable-static \
--with-pic
make %{?_smp_mflags}
%make_build
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%make_install
# Unwanted doc stuff
rm -fr %{buildroot}%{_datadir}/doc
rm -fr html
@ -123,11 +122,9 @@ ln -sf introduction.html 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
@ -153,18 +150,15 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_mandir}/*/yaz-record-conv.*
%{_mandir}/*/bib1-attr.*
%dir %{_datadir}/yaz
%{_datadir}/yaz/etc
%{_datadir}/yaz%{_sysconfdir}
%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