OBS User unknown 2007-01-25 17:25:37 +00:00 committed by Git OBS Bridge
parent 547a1e5a42
commit 7e375f0af9
4 changed files with 35 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b9d928161be7292cd3e12591c67e0ad337a14293f66dec95e03a7d970651216
size 1588610

3
yaz-2.1.48.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36e7844ab99bfa140d667c7ee2a73d31a66d55f8e010b72401b463444d479879
size 1599345

View File

@ -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

View File

@ -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.