Accepting request 139062 from Publishing
update OBS-URL: https://build.opensuse.org/request/show/139062 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=32
This commit is contained in:
commit
081d93bd2b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:38bc8e686d45ff4e5702fa0e1dda5286f4852c82b42cfe4cd42c219880d5f867
|
|
||||||
size 1884899
|
|
3
yaz-4.2.43.tar.bz2
Normal file
3
yaz-4.2.43.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2c27e044b801170ab536be12cc52d28841c07bf1c3668268d5e1d13bb4b1b450
|
||||||
|
size 1884808
|
@ -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
|
Mon Sep 17 15:41:03 UTC 2012 - ke@suse.de
|
||||||
|
|
||||||
|
25
yaz.spec
25
yaz.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yaz
|
Name: yaz
|
||||||
Version: 4.2.38
|
Version: 4.2.43
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Z39.50/SRW/SRU Programs
|
Summary: Z39.50/SRW/SRU Programs
|
||||||
License: BSD-3-Clause
|
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
|
the ANSI/NISO Z39.50 protocol for Information Retrieval. SRW and SRU
|
||||||
clients and servers are also supported.
|
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}
|
%package -n %{libname}
|
||||||
|
|
||||||
Summary: Z39.50 Library
|
Summary: Z39.50 Library
|
||||||
@ -51,7 +65,7 @@ Provides: libyaz = %{version}-%{release}
|
|||||||
Obsoletes: libyaz < %{version}
|
Obsoletes: libyaz < %{version}
|
||||||
|
|
||||||
%description -n %{libname}
|
%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.
|
using the ANSI/NISO Z39.50 protocol for Information Retrieval.
|
||||||
|
|
||||||
%package -n libyaz-devel
|
%package -n libyaz-devel
|
||||||
@ -65,7 +79,7 @@ Requires: openssl-devel
|
|||||||
Requires: tcpd-devel
|
Requires: tcpd-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
|
||||||
using the ANSI/NISO Z39.50 protocol for Information Retrieval.
|
using the ANSI/NISO Z39.50 protocol for Information Retrieval.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -119,7 +133,6 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{DOCFILES} ChangeLog
|
%doc %{DOCFILES} ChangeLog
|
||||||
%doc index.html html
|
|
||||||
%{_bindir}/yaz-client*
|
%{_bindir}/yaz-client*
|
||||||
%{_bindir}/yaz-iconv
|
%{_bindir}/yaz-iconv
|
||||||
%{_bindir}/yaz-icu
|
%{_bindir}/yaz-icu
|
||||||
@ -144,6 +157,10 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%dir %{_datadir}/yaz
|
%dir %{_datadir}/yaz
|
||||||
%{_datadir}/yaz/etc
|
%{_datadir}/yaz/etc
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc index.html html
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
Loading…
Reference in New Issue
Block a user