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:
2021-06-16 18:34:39 +00:00
committed by Git OBS Bridge
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> 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. This package contains the documentation.
%package -n %{libname} %package -n %{libname}
Summary: Z39 Summary: Z39.50 protocol library
Group: Development/Libraries/C and C++ Group: System/Libraries
Provides: libyaz = %{version} Provides: libyaz = %{version}
Obsoletes: 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. using the ANSI/NISO Z39.50 protocol for Information Retrieval.
%package -n libyaz-devel %package -n libyaz-devel
Summary: Z39 Summary: Headers for the Z39.50 protocol library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{libname} = %{version} Requires: %{libname} = %{version}
Requires: %{name} = %{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. using the ANSI/NISO Z39.50 protocol for Information Retrieval.
%prep %prep
%setup -q %autosetup
%build %build
# --with-dsssl=/usr/share/sgml/docbook/dsssl-stylesheets \ # --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-openssl \
--with-gnutls \ --with-gnutls \
--with-icu \ --with-icu \
--disable-static \ --disable-static
--with-pic
%make_build %make_build
%install %install