Accepting request 832677 from 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/832677 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=44
This commit is contained in:
commit
2a9a9d9b51
7
_service
7
_service
@ -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>
|
@ -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
3
yaz-5.30.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0497fd8420574efab4e5738ea3b70787a6e8042f585156baa30bdc1911ba552
|
||||
size 2615643
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
18
yaz.spec
18
yaz.spec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user