From 7e375f0af9c47abbc72e80fd1c4ab9197c3071dd610e847f29d27df71269a348 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 25 Jan 2007 17:25:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=2 --- yaz-2.1.44.tar.gz | 3 --- yaz-2.1.48.tar.gz | 3 +++ yaz.changes | 9 +++++++++ yaz.spec | 35 +++++++++++++++++++++++------------ 4 files changed, 35 insertions(+), 15 deletions(-) delete mode 100644 yaz-2.1.44.tar.gz create mode 100644 yaz-2.1.48.tar.gz diff --git a/yaz-2.1.44.tar.gz b/yaz-2.1.44.tar.gz deleted file mode 100644 index 3fb010e..0000000 --- a/yaz-2.1.44.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b9d928161be7292cd3e12591c67e0ad337a14293f66dec95e03a7d970651216 -size 1588610 diff --git a/yaz-2.1.48.tar.gz b/yaz-2.1.48.tar.gz new file mode 100644 index 0000000..2939d23 --- /dev/null +++ b/yaz-2.1.48.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e7844ab99bfa140d667c7ee2a73d31a66d55f8e010b72401b463444d479879 +size 1599345 diff --git a/yaz.changes b/yaz.changes index e4234b1..491d295 100644 --- a/yaz.changes +++ b/yaz.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jan 25 16:40:15 CET 2007 - lrupp@suse.de + +- updated to 2.1.48 +- enabled with-xslt (add: libxml2-devel to BuildRequires) +- build parallel +- add libxml2 to requires for libyaz +- package ziffy only on %ix86 ia64 s390 ppc (needs more improvement) + ------------------------------------------------------------------- Wed Jan 10 10:05:18 CET 2007 - ke@suse.de diff --git a/yaz.spec b/yaz.spec index 0d66fca..e121c82 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,5 +1,5 @@ # -# spec file for package yaz (Version 2.1.44) +# spec file for package yaz (Version 2.1.48) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,11 +11,11 @@ # norootforbuild Name: yaz -BuildRequires: libxslt-devel openssl-devel readline-devel tcpd-devel +BuildRequires: libpcap libxml2-devel libxslt-devel openssl-devel readline-devel tcpd-devel # libxml2-devel -Version: 2.1.44 +Version: 2.1.48 Release: 1 -License: BSD License and BSD-like +License: BSD License and BSD-like, GNU General Public License (GPL) Group: Development/Libraries/C and C++ Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz Patch0: yaz-codecleanup.36.diff @@ -38,6 +38,7 @@ Authors: %package -n libyaz Summary: Z39.50 Library Group: Development/Libraries/C and C++ +Requires: libxml2 # Requires: libxml2 openssl %description -n libyaz @@ -75,17 +76,18 @@ Authors: # --with-dsssl=/usr/share/sgml/docbook/dsssl-stylesheets \ # --with-dtd=/usr/share/sgml/db41xml export CFLAGS="%{optflags} -W" -./configure --prefix=%{_prefix} --libdir=%_libdir --mandir=%{_mandir} \ - --enable-shared --enable-tcpd --with-openssl -make +%configure --enable-shared \ + --enable-tcpd \ + --with-xslt \ + --with-openssl +%{__make} %{?jobs:-j%jobs} %install -rm -fr ${RPM_BUILD_ROOT} -make DESTDIR=${RPM_BUILD_ROOT} install -pushd doc +%{makeinstall} +#pushd doc # make prefix=${RPM_BUILD_ROOT}/usr install - make DESTDIR=${RPM_BUILD_ROOT} install -popd +# make DESTDIR=${RPM_BUILD_ROOT} install +#popd # Unwanted doc stuff rm -fr $RPM_BUILD_ROOT%{_datadir}/doc rm -fr html @@ -127,6 +129,9 @@ rm -fr ${RPM_BUILD_ROOT} %{_bindir}/yaz-iconv %{_bindir}/yaz-marcdump %{_bindir}/zoomsh +%ifarch %ix86 ia64 s390 ppc +%{_bindir}/ziffy +%endif %{_mandir}/*/yaz-client.* %{_mandir}/*/ziffy.* %{_mandir}/*/zoomsh.* @@ -160,6 +165,12 @@ rm -fr ${RPM_BUILD_ROOT} %{_mandir}/man1/yaz-asncomp.* %changelog -n yaz +* Thu Jan 25 2007 - lrupp@suse.de +- updated to 2.1.48 +- enabled with-xslt (add: libxml2-devel to BuildRequires) +- build parallel +- add libxml2 to requires for libyaz +- package ziffy only on %%ix86 ia64 s390 ppc (needs more improvement) * Wed Jan 10 2007 - ke@suse.de - Version 2.1.44 (from the NEWS file since 2.1.36): * Bug fixes.