From b21e725cb46b4eb7c0643e4bcc84e2f8432d530b1df5ed338798a67419604caf Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Mon, 22 Oct 2012 14:55:18 +0000 Subject: [PATCH 1/5] .43 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=78 --- yaz-4.2.38.tar.bz2 | 3 --- yaz-4.2.43.tar.bz2 | 3 +++ yaz.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 yaz-4.2.38.tar.bz2 create mode 100644 yaz-4.2.43.tar.bz2 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.spec b/yaz.spec index da2c627..162d673 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 From c5397fa6a9f5b85035e0d5f125955c03c657aeba8d21f39dc92ec7ca6bc918ab Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Mon, 22 Oct 2012 14:59:31 +0000 Subject: [PATCH 2/5] .changes OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=79 --- yaz.changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/yaz.changes b/yaz.changes index 5c0571b..ba6f661 100644 --- a/yaz.changes +++ b/yaz.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 22 14:57:53 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. + ------------------------------------------------------------------- Mon Sep 17 15:41:03 UTC 2012 - ke@suse.de From d72101b744c9c4262915df8c8995d3a3b32bb0c5355690bb66e259e060faa9da Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Mon, 22 Oct 2012 15:09:40 +0000 Subject: [PATCH 3/5] doc sub-package OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=80 --- yaz.spec | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/yaz.spec b/yaz.spec index 162d673..88b0456 100644 --- a/yaz.spec +++ b/yaz.spec @@ -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 -n doc + +Summary: Documenation for %{name} (Z39.50 Library) +Group: Documenation/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.* From 38712320baeca1997d12f4540016868b517fc58a5c3de98ae43db7c9a5e0b3e2 Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Mon, 22 Oct 2012 15:12:52 +0000 Subject: [PATCH 4/5] fix spec OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=81 --- yaz.changes | 3 ++- yaz.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/yaz.changes b/yaz.changes index ba6f661..ea14623 100644 --- a/yaz.changes +++ b/yaz.changes @@ -1,9 +1,10 @@ ------------------------------------------------------------------- -Mon Oct 22 14:57:53 UTC 2012 - ke@suse.de +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 88b0456..2ebe952 100644 --- a/yaz.spec +++ b/yaz.spec @@ -43,7 +43,7 @@ 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 -n doc +%package doc Summary: Documenation for %{name} (Z39.50 Library) Group: Documenation/HTML From 0eca503dc2ef1aa88766db84efade4f92a0276cebd1033fd38c0b16e1c67f4ee Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Mon, 22 Oct 2012 15:21:09 +0000 Subject: [PATCH 5/5] fix spec OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=82 --- yaz.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaz.spec b/yaz.spec index 2ebe952..887cd59 100644 --- a/yaz.spec +++ b/yaz.spec @@ -45,8 +45,8 @@ clients and servers are also supported. %package doc -Summary: Documenation for %{name} (Z39.50 Library) -Group: Documenation/HTML +Summary: Documentation for %{name} (Z39.50 Library) +Group: Documentation/HTML %if 0%{?suse_version} >= 1140 BuildArch: noarch %endif