Accepting request 128439 from shells

- buildrequire makeinfo to fix build (forwarded request 128306 from coolo)

OBS-URL: https://build.opensuse.org/request/show/128439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=41
This commit is contained in:
Stephan Kulow 2012-07-20 08:26:00 +00:00 committed by Git OBS Bridge
commit 63be91f1c3
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 19 07:58:15 UTC 2012 - coolo@suse.com
- buildrequire makeinfo to fix build
-------------------------------------------------------------------
Mon Feb 27 09:11:27 UTC 2012 - idonmez@suse.com

View File

@ -43,6 +43,9 @@ Requires(pre): %{install_info_prereq}
BuildRequires: fdupes
BuildRequires: yodl
%endif
%if 0%{?suse_version} >= 1210
BuildRequires: makeinfo
%endif
%else
Requires(pre): /sbin/install-info
Requires(pre): fileutils
@ -109,11 +112,7 @@ perl -p -i -e 's|/usr/local/bin|%{_bindir}|' \
--enable-cap \
--enable-multibyte \
--enable-pcre \
%if 0%{?suse_version} >= 1220
--with-term-lib="ncursesw tinfo" \
%else
--with-term-lib="ncursesw" \
%endif
--enable-cflags="%{optflags} %(ncursesw6-config --cflags)" \
--enable-ldflags="%(ncursesw6-config --libs)"