From 8d74acc79ac5a4749d6e5d6730213d3673e3a092b161dac954e18ceddf1e01a7 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 15 Jun 2021 15:43:00 +0000 Subject: [PATCH] Accepting request 898061 from home:jengelh:pic - Drop --with-pic (no effect with --disable-static) OBS-URL: https://build.opensuse.org/request/show/898061 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=123 --- yaz.changes | 5 +++++ yaz.spec | 11 +++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/yaz.changes b/yaz.changes index c9d977f..6698f2a 100644 --- a/yaz.changes +++ b/yaz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 7 11:37:05 UTC 2021 - Jan Engelhardt + +- Drop --with-pic (no effect with --disable-static) + ------------------------------------------------------------------- Thu May 6 12:13:38 UTC 2021 - Ferdinand Thiessen diff --git a/yaz.spec b/yaz.spec index 03bc27e..684d2df 100644 --- a/yaz.spec +++ b/yaz.spec @@ -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