This commit is contained in:
parent
30a18ccaeb
commit
85c9c6603d
@ -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
|
||||
|
||||
|
25
yaz.spec
25
yaz.spec
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package yaz (Version 3.0.34)
|
||||
#
|
||||
# Copyright (c) 2008 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.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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/
|
||||
#
|
||||
|
||||
@ -15,7 +22,7 @@ Name: yaz
|
||||
BuildRequires: libicu-devel libpcap-devel libxslt-devel openssl-devel readline-devel tcpd-devel
|
||||
# libxml2-devel
|
||||
Version: 3.0.34
|
||||
Release: 1
|
||||
Release: 26
|
||||
License: BSD 3-Clause; GPL v2 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
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 \
|
||||
--enable-tcpd \
|
||||
--with-xslt \
|
||||
--with-openssl
|
||||
--with-openssl \
|
||||
--disable-static \
|
||||
--with-pic
|
||||
%{__make} %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
@ -164,8 +173,6 @@ rm -fr ${RPM_BUILD_ROOT}
|
||||
%{_bindir}/yaz-asncomp
|
||||
%{_includedir}/yaz
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.a
|
||||
# %{_libdir}/*.la
|
||||
%{_datadir}/yaz/z39.50
|
||||
%{_datadir}/yaz/ill
|
||||
%{_datadir}/aclocal/yaz.m4
|
||||
@ -174,6 +181,8 @@ rm -fr ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/pkgconfig/yaz.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jan 13 2009 crrodriguez@suse.de
|
||||
- remove 5MB of useless static libraries
|
||||
* Thu Jul 03 2008 ke@suse.de
|
||||
- Version 3.0.34 (extract from the NEWS file since 3.0.16):
|
||||
* License issues:
|
||||
@ -410,7 +419,7 @@ rm -fr ${RPM_BUILD_ROOT}
|
||||
* ZOOM-C enhancements.
|
||||
* New utilities: yaz-iconv and yaz-marcdump.
|
||||
* 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
|
||||
* Thu Oct 16 2003 ke@suse.de
|
||||
- Update to version 2.0.4; changes:
|
||||
|
Loading…
Reference in New Issue
Block a user