This commit is contained in:
parent
a53895a1c4
commit
6f6456c726
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:23b77b7466526382d48a2e491b8a698f69e0492361bf43e9524792372f240880
|
|
||||||
size 1771958
|
|
3
yaz-3.0.6.tar.gz
Normal file
3
yaz-3.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:849e073a45894ee904861652d9da38ad44395b1e7433b35b525d5d4d69160786
|
||||||
|
size 1778151
|
15
yaz.changes
15
yaz.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 11 12:20:54 CEST 2007 - ke@suse.de
|
||||||
|
|
||||||
|
- Version 3.0.6 (from the NEWS file since 3.0.2):
|
||||||
|
* Fixed bug in character set conversion of BER strings. Bug introduced
|
||||||
|
in 3.0.0.
|
||||||
|
* yaz-client does not read .yazclientrc from current
|
||||||
|
directory. yaz-client now reads commands from file given by option
|
||||||
|
-f if specified; then tries to read .yazclientrc in current
|
||||||
|
directory. Failing that, it reads .yazclientrc from user's home
|
||||||
|
directory.
|
||||||
|
* Extensions.
|
||||||
|
- Start with spec file fixes and cleanup: move ldconfig calls to the
|
||||||
|
libyaz package, remove explicit libxml2 requirement, etc.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 10 14:21:02 CEST 2007 - ke@suse.de
|
Thu May 10 14:21:02 CEST 2007 - ke@suse.de
|
||||||
|
|
||||||
|
28
yaz.spec
28
yaz.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yaz (Version 3.0.2)
|
# spec file for package yaz (Version 3.0.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -13,9 +13,9 @@
|
|||||||
Name: yaz
|
Name: yaz
|
||||||
BuildRequires: libpcap libxml2-devel libxslt-devel openssl-devel readline-devel tcpd-devel
|
BuildRequires: libpcap libxml2-devel libxslt-devel openssl-devel readline-devel tcpd-devel
|
||||||
# libxml2-devel
|
# libxml2-devel
|
||||||
Version: 3.0.2
|
Version: 3.0.6
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD License and BSD-like, GNU General Public License (GPL)
|
License: BSD License and BSD-like, GNU General Public License (GPL), YAZ License:
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz
|
Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz
|
||||||
Patch0: yaz-codecleanup.36.diff
|
Patch0: yaz-codecleanup.36.diff
|
||||||
@ -39,7 +39,7 @@ Authors:
|
|||||||
%package -n libyaz
|
%package -n libyaz
|
||||||
Summary: Z39.50 Library
|
Summary: Z39.50 Library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libxml2
|
# Requires: libxml2
|
||||||
# Requires: libxml2 openssl
|
# Requires: libxml2 openssl
|
||||||
|
|
||||||
%description -n libyaz
|
%description -n libyaz
|
||||||
@ -56,7 +56,7 @@ Authors:
|
|||||||
Summary: Z39.50 Library
|
Summary: Z39.50 Library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libyaz = %{version}
|
Requires: libyaz = %{version}
|
||||||
Requires: openssl-devel libxslt-devel tcpd-devel
|
Requires: libxslt-devel tcpd-devel libopenssl-devel
|
||||||
|
|
||||||
%description -n libyaz-devel
|
%description -n libyaz-devel
|
||||||
YAZ is a C library for developing client - and server applications
|
YAZ is a C library for developing client - and server applications
|
||||||
@ -118,14 +118,15 @@ ln -sf introduction.html html/index.html
|
|||||||
%clean
|
%clean
|
||||||
rm -fr ${RPM_BUILD_ROOT}
|
rm -fr ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%post
|
%post -n libyaz
|
||||||
%run_ldconfig
|
%run_ldconfig
|
||||||
|
|
||||||
%postun
|
%postun -n libyaz
|
||||||
%run_ldconfig
|
%run_ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/yaz-illclient
|
||||||
%{_bindir}/yaz-client*
|
%{_bindir}/yaz-client*
|
||||||
%{_bindir}/yaz-ztest*
|
%{_bindir}/yaz-ztest*
|
||||||
%{_bindir}/yaz-iconv
|
%{_bindir}/yaz-iconv
|
||||||
@ -134,6 +135,7 @@ rm -fr ${RPM_BUILD_ROOT}
|
|||||||
%ifarch %ix86 ia64 s390 ppc
|
%ifarch %ix86 ia64 s390 ppc
|
||||||
%{_bindir}/ziffy
|
%{_bindir}/ziffy
|
||||||
%endif
|
%endif
|
||||||
|
%{_mandir}/*/yaz-illclient.*
|
||||||
%{_mandir}/*/yaz-client.*
|
%{_mandir}/*/yaz-client.*
|
||||||
%{_mandir}/*/ziffy.*
|
%{_mandir}/*/ziffy.*
|
||||||
%{_mandir}/*/zoomsh.*
|
%{_mandir}/*/zoomsh.*
|
||||||
@ -168,6 +170,18 @@ rm -fr ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/pkgconfig/yaz.pc
|
%{_libdir}/pkgconfig/yaz.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 11 2007 - ke@suse.de
|
||||||
|
- Version 3.0.6 (from the NEWS file since 3.0.2):
|
||||||
|
* Fixed bug in character set conversion of BER strings. Bug introduced
|
||||||
|
in 3.0.0.
|
||||||
|
* yaz-client does not read .yazclientrc from current
|
||||||
|
directory. yaz-client now reads commands from file given by option
|
||||||
|
-f if specified; then tries to read .yazclientrc in current
|
||||||
|
directory. Failing that, it reads .yazclientrc from user's home
|
||||||
|
directory.
|
||||||
|
* Extensions.
|
||||||
|
- Start with spec file fixes and cleanup: move ldconfig calls to the
|
||||||
|
libyaz package, remove explicit libxml2 requirement, etc.
|
||||||
* Thu May 10 2007 - ke@suse.de
|
* Thu May 10 2007 - ke@suse.de
|
||||||
- Version 3.0.2, which is binary incompatible (from the NEWS file since
|
- Version 3.0.2, which is binary incompatible (from the NEWS file since
|
||||||
3.0.0 resp. 2.1.48):
|
3.0.0 resp. 2.1.48):
|
||||||
|
Loading…
Reference in New Issue
Block a user