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
This commit is contained in:
parent
8f9137cd9d
commit
8d74acc79a
@ -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>
|
||||
|
||||
|
11
yaz.spec
11
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user