Accepting request 93173 from home:RedDwarf:branches:editors
Fix Factory build OBS-URL: https://build.opensuse.org/request/show/93173 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=70
This commit is contained in:
parent
0a36e6cf86
commit
e67283da89
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 22 22:49:39 UTC 2011 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
- Set tinfo as the terminal library for openSUSE > 12.1 since it
|
||||||
|
has been splitted from ncurses
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 7 12:59:21 UTC 2011 - idonmez@suse.com
|
Mon Nov 7 12:59:21 UTC 2011 - idonmez@suse.com
|
||||||
|
|
||||||
|
4
vim.spec
4
vim.spec
@ -296,7 +296,11 @@ export COMMON_OPTIONS="\
|
|||||||
--enable-sniff \
|
--enable-sniff \
|
||||||
--with-features=huge \
|
--with-features=huge \
|
||||||
--with-compiledby='http://www.opensuse.org/' \
|
--with-compiledby='http://www.opensuse.org/' \
|
||||||
|
%if 0%{?suse_version} > 1210
|
||||||
|
--with-tlib=tinfo \
|
||||||
|
%else
|
||||||
--with-tlib=ncurses \
|
--with-tlib=ncurses \
|
||||||
|
%endif
|
||||||
--with-global-runtime=%{site_runtimepath}"
|
--with-global-runtime=%{site_runtimepath}"
|
||||||
export SCRIPT_OPTIONS="\
|
export SCRIPT_OPTIONS="\
|
||||||
--enable-perlinterp \
|
--enable-perlinterp \
|
||||||
|
Loading…
Reference in New Issue
Block a user