OBS User unknown 2009-01-19 01:21:50 +00:00 committed by Git OBS Bridge
parent 30a18ccaeb
commit 85c9c6603d
2 changed files with 22 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 13 16:33:54 CET 2009 - crrodriguez@suse.de
- remove 5MB of useless static libraries
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 3 12:39:34 CEST 2008 - ke@suse.de Thu Jul 3 12:39:34 CEST 2008 - ke@suse.de

View File

@ -1,10 +1,17 @@
# #
# spec file for package yaz (Version 3.0.34) # spec file for package yaz (Version 3.0.34)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -15,7 +22,7 @@ Name: yaz
BuildRequires: libicu-devel libpcap-devel libxslt-devel openssl-devel readline-devel tcpd-devel BuildRequires: libicu-devel libpcap-devel libxslt-devel openssl-devel readline-devel tcpd-devel
# libxml2-devel # libxml2-devel
Version: 3.0.34 Version: 3.0.34
Release: 1 Release: 26
License: BSD 3-Clause; GPL v2 or later License: BSD 3-Clause; GPL v2 or later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.bz2 Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.bz2
@ -84,7 +91,9 @@ export CFLAGS="%{optflags} -W -fno-strict-aliasing"
%configure --enable-shared \ %configure --enable-shared \
--enable-tcpd \ --enable-tcpd \
--with-xslt \ --with-xslt \
--with-openssl --with-openssl \
--disable-static \
--with-pic
%{__make} %{?jobs:-j%jobs} %{__make} %{?jobs:-j%jobs}
%install %install
@ -164,8 +173,6 @@ rm -fr ${RPM_BUILD_ROOT}
%{_bindir}/yaz-asncomp %{_bindir}/yaz-asncomp
%{_includedir}/yaz %{_includedir}/yaz
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.a
# %{_libdir}/*.la
%{_datadir}/yaz/z39.50 %{_datadir}/yaz/z39.50
%{_datadir}/yaz/ill %{_datadir}/yaz/ill
%{_datadir}/aclocal/yaz.m4 %{_datadir}/aclocal/yaz.m4
@ -174,6 +181,8 @@ rm -fr ${RPM_BUILD_ROOT}
%{_libdir}/pkgconfig/yaz.pc %{_libdir}/pkgconfig/yaz.pc
%changelog %changelog
* Tue Jan 13 2009 crrodriguez@suse.de
- remove 5MB of useless static libraries
* Thu Jul 03 2008 ke@suse.de * Thu Jul 03 2008 ke@suse.de
- Version 3.0.34 (extract from the NEWS file since 3.0.16): - Version 3.0.34 (extract from the NEWS file since 3.0.16):
* License issues: * License issues:
@ -410,7 +419,7 @@ rm -fr ${RPM_BUILD_ROOT}
* ZOOM-C enhancements. * ZOOM-C enhancements.
* New utilities: yaz-iconv and yaz-marcdump. * New utilities: yaz-iconv and yaz-marcdump.
* Enhancements to the generic front-end server. * Enhancements to the generic front-end server.
* Sun Jan 11 2004 adrian@suse.de * Sat Jan 10 2004 adrian@suse.de
- add %%defattr and %%run_ldconfig - add %%defattr and %%run_ldconfig
* Thu Oct 16 2003 ke@suse.de * Thu Oct 16 2003 ke@suse.de
- Update to version 2.0.4; changes: - Update to version 2.0.4; changes: