forked from pool/libedit
Accepting request 820662 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/820662 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libedit?expand=0&rev=30
This commit is contained in:
commit
14da3c3061
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 13 07:06:04 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Regenerate the build system before the build in order to avoid
|
||||||
|
errors due to automake version mismatch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 30 13:49:12 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
Tue Apr 30 13:49:12 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libedit
|
# spec file for package libedit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -33,7 +33,9 @@ Source2: baselibs.conf
|
|||||||
Patch0: libedit-20180525-manpage-conflicts.patch
|
Patch0: libedit-20180525-manpage-conflicts.patch
|
||||||
#BuildRequires: gcc-c++
|
#BuildRequires: gcc-c++
|
||||||
# For patch0
|
# For patch0
|
||||||
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(ncurses)
|
BuildRequires: pkgconfig(ncurses)
|
||||||
|
|
||||||
@ -73,6 +75,8 @@ cp %{SOURCE1} .
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
libtoolize --force --copy --install
|
||||||
|
autoreconf -fi
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-silent-rules
|
--disable-silent-rules
|
||||||
|
Loading…
Reference in New Issue
Block a user