SHA256
1
0
forked from pool/yaz

Accepting request 900193 from Publishing

OBS-URL: https://build.opensuse.org/request/show/900193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2021-06-16 18:34:39 +00:00 committed by Git OBS Bridge
commit ea6f85a1a5
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 7 11:37:05 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Drop --with-pic (no effect with --disable-static)
-------------------------------------------------------------------
Thu May 6 12:13:38 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -53,8 +53,8 @@ using the ANSI/NISO Z39.50 protocol for Information Retrieval.
This package contains the documentation.
%package -n %{libname}
Summary: Z39
Group: Development/Libraries/C and C++
Summary: Z39.50 protocol library
Group: System/Libraries
Provides: libyaz = %{version}
Obsoletes: libyaz < %{version}
@ -63,7 +63,7 @@ YAZ is a C library for developing client and server applications
using the ANSI/NISO Z39.50 protocol for Information Retrieval.
%package -n libyaz-devel
Summary: Z39
Summary: Headers for the Z39.50 protocol library
Group: Development/Libraries/C and C++
Requires: %{libname} = %{version}
Requires: %{name} = %{version}
@ -77,7 +77,7 @@ YAZ is a C library for developing client and server applications
using the ANSI/NISO Z39.50 protocol for Information Retrieval.
%prep
%setup -q
%autosetup
%build
# --with-dsssl=/usr/share/sgml/docbook/dsssl-stylesheets \
@ -88,8 +88,7 @@ using the ANSI/NISO Z39.50 protocol for Information Retrieval.
--with-openssl \
--with-gnutls \
--with-icu \
--disable-static \
--with-pic
--disable-static
%make_build
%install