SHA256
3
0
forked from pool/libedit

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
This commit is contained in:
Ismail Dönmez 2018-08-08 13:11:30 +00:00 committed by Git OBS Bridge
parent 3e1c6a21c8
commit 266c63f4fc
2 changed files with 7 additions and 2 deletions

View File

@ -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 Mon Aug 6 09:13:50 UTC 2018 - antoine.belvire@opensuse.org

View File

@ -44,7 +44,7 @@ at a terminal prompt.
%package -n %{library_name} %package -n %{library_name}
Summary: Command Line Editing and History Library Summary: Command Line Editing and History Library
Group: Development/Libraries/C and C++ Group: System/Libraries
Provides: %{name} = %{version}-%{release} Provides: %{name} = %{version}-%{release}
Obsoletes: %{name} < %{version} Obsoletes: %{name} < %{version}
@ -75,7 +75,6 @@ cp %{SOURCE1} .
%build %build
%configure \ %configure \
--disable-static \ --disable-static \
--with-pic \
--disable-silent-rules --disable-silent-rules
make %{?_smp_mflags} make %{?_smp_mflags}