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:
committed by
Git OBS Bridge
parent
bde71ac4b1
commit
159c09b2f2
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,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>
|
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
|
%define libname libyaz5
|
||||||
Name: yaz
|
Name: yaz
|
||||||
Version: 5.30.2
|
Version: 5.30.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Z39.50 protocol server and client
|
Summary: Z39.50 protocol server and client
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://www.indexdata.dk/yaz/
|
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
|
Source2: baselibs.conf
|
||||||
BuildRequires: gnutls-devel
|
BuildRequires: gnutls-devel
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: tcpd-devel
|
BuildRequires: tcpd-devel
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains both a test-server and clients (normal & ssl) for
|
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 \
|
--with-icu \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-pic
|
--with-pic
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
%make_install
|
||||||
# Unwanted doc stuff
|
# Unwanted doc stuff
|
||||||
rm -fr %{buildroot}%{_datadir}/doc
|
rm -fr %{buildroot}%{_datadir}/doc
|
||||||
rm -fr html
|
rm -fr html
|
||||||
@@ -123,11 +122,9 @@ ln -sf introduction.html html/index.html
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc %{DOCFILES} ChangeLog
|
%doc %{DOCFILES} ChangeLog
|
||||||
%{_bindir}/yaz-client*
|
%{_bindir}/yaz-client*
|
||||||
%{_bindir}/yaz-iconv
|
%{_bindir}/yaz-iconv
|
||||||
@@ -153,18 +150,15 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_mandir}/*/yaz-record-conv.*
|
%{_mandir}/*/yaz-record-conv.*
|
||||||
%{_mandir}/*/bib1-attr.*
|
%{_mandir}/*/bib1-attr.*
|
||||||
%dir %{_datadir}/yaz
|
%dir %{_datadir}/yaz
|
||||||
%{_datadir}/yaz/etc
|
%{_datadir}/yaz%{_sysconfdir}
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc index.html html
|
%doc index.html html
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files -n libyaz-devel
|
%files -n libyaz-devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_bindir}/yaz-config
|
%{_bindir}/yaz-config
|
||||||
%{_bindir}/yaz-asncomp
|
%{_bindir}/yaz-asncomp
|
||||||
%{_includedir}/yaz
|
%{_includedir}/yaz
|
||||||
|
Reference in New Issue
Block a user