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:
parent
3e1c6a21c8
commit
266c63f4fc
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user