diff --git a/yaz-4.2.38.tar.bz2 b/yaz-4.2.38.tar.bz2 deleted file mode 100644 index f16bab6..0000000 --- a/yaz-4.2.38.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38bc8e686d45ff4e5702fa0e1dda5286f4852c82b42cfe4cd42c219880d5f867 -size 1884899 diff --git a/yaz-4.2.43.tar.bz2 b/yaz-4.2.43.tar.bz2 new file mode 100644 index 0000000..f9fda2d --- /dev/null +++ b/yaz-4.2.43.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c27e044b801170ab536be12cc52d28841c07bf1c3668268d5e1d13bb4b1b450 +size 1884808 diff --git a/yaz.changes b/yaz.changes index 5c0571b..ea14623 100644 --- a/yaz.changes +++ b/yaz.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Oct 22 15:10:25 UTC 2012 - ke@suse.de + +- Update to 4.2.43: + + Various enhancements and bug fixes; for more info, see + http://www.indexdata.com/yaz/doc/NEWS. +- Create doc subpackage with HTML files. + ------------------------------------------------------------------- Mon Sep 17 15:41:03 UTC 2012 - ke@suse.de diff --git a/yaz.spec b/yaz.spec index da2c627..887cd59 100644 --- a/yaz.spec +++ b/yaz.spec @@ -17,7 +17,7 @@ Name: yaz -Version: 4.2.38 +Version: 4.2.43 Release: 0 Summary: Z39.50/SRW/SRU Programs License: BSD-3-Clause @@ -43,6 +43,20 @@ 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 +%if 0%{?suse_version} >= 1140 +BuildArch: noarch +%endif + +%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 Library @@ -51,7 +65,7 @@ Provides: libyaz = %{version}-%{release} Obsoletes: libyaz < %{version} %description -n %{libname} -YAZ is a C library for developing client - and server applications +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 @@ -65,7 +79,7 @@ Requires: openssl-devel Requires: tcpd-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 using the ANSI/NISO Z39.50 protocol for Information Retrieval. %prep @@ -119,7 +133,6 @@ rm -f %{buildroot}%{_libdir}/*.la %files %defattr(-,root,root) %doc %{DOCFILES} ChangeLog -%doc index.html html %{_bindir}/yaz-client* %{_bindir}/yaz-iconv %{_bindir}/yaz-icu @@ -144,6 +157,10 @@ rm -f %{buildroot}%{_libdir}/*.la %dir %{_datadir}/yaz %{_datadir}/yaz/etc +%files doc +%defattr(-,root,root) +%doc index.html html + %files -n %{libname} %defattr(-,root,root) %{_libdir}/*.so.*