Accepting request 591032 from home:jengelh:branches:devel:libraries:c_c++

- Update summaries. Remove ineffective --with-pic.

OBS-URL: https://build.opensuse.org/request/show/591032
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn?expand=0&rev=56
This commit is contained in:
Tomáš Chvátal 2018-03-26 11:47:23 +00:00 committed by Git OBS Bridge
parent 592cbd312f
commit 622061eaec
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 26 11:19:51 UTC 2018 - jengelh@inai.de
- Update summaries. Remove ineffective --with-pic.
-------------------------------------------------------------------
Mon Mar 26 08:36:44 UTC 2018 - tchvatal@suse.com

View File

@ -23,7 +23,7 @@ Release: 0
Summary: Support for Internationalized Domain Names (IDN)
License: (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GPL-3.0-or-later AND Apache-2.0
Group: Development/Libraries/C and C++
URL: http://www.gnu.org/software/libidn/
Url: http://www.gnu.org/software/libidn/
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Source1: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig
Source2: libidn.keyring
@ -87,7 +87,7 @@ Kerberos 5, Nameprep, SASL, and XMPP are included. Punycode and ASCII
Compatible Encoding (ACE) via IDNA is supported.
%package devel
Summary: Include Files and Libraries mandatory for Development
Summary: Development files for libidn
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
Requires: %{lname} = %{version}
@ -115,7 +115,6 @@ IDNA is supported.
autoreconf -fvi
%configure \
--disable-silent-rules \
--with-pic \
--disable-static \
--disable-gtk-doc
make %{?_smp_mflags}