From 266c63f4fc837ec3f6fee7bb11d5db02cc8d06fbe51a30a187f137f9bfd38240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 8 Aug 2018 13:11:30 +0000 Subject: [PATCH] Accepting request 628096 from home:jengelh:branches:devel:libraries:c_c++ - Remove redundant --with-pic (only for static libs). - Fix RPM groups. OBS-URL: https://build.opensuse.org/request/show/628096 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libedit?expand=0&rev=61 --- libedit.changes | 6 ++++++ libedit.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libedit.changes b/libedit.changes index e48c0cc..6e4f405 100644 --- a/libedit.changes +++ b/libedit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 8 13:08:56 UTC 2018 - jengelh@inai.de + +- Remove redundant --with-pic (only for static libs). +- Fix RPM groups. + ------------------------------------------------------------------- Mon Aug 6 09:13:50 UTC 2018 - antoine.belvire@opensuse.org diff --git a/libedit.spec b/libedit.spec index e646e74..2e3e439 100644 --- a/libedit.spec +++ b/libedit.spec @@ -44,7 +44,7 @@ at a terminal prompt. %package -n %{library_name} Summary: Command Line Editing and History Library -Group: Development/Libraries/C and C++ +Group: System/Libraries Provides: %{name} = %{version}-%{release} Obsoletes: %{name} < %{version} @@ -75,7 +75,6 @@ cp %{SOURCE1} . %build %configure \ --disable-static \ - --with-pic \ --disable-silent-rules make %{?_smp_mflags}