|
|
@@ -26,7 +26,7 @@
|
|
|
# package versions
|
|
|
%define V_vl 6.1
|
|
|
%define V_vs 61
|
|
|
-%define V_pl 217
|
|
|
+%define V_pl 218
|
|
|
|
|
|
# package options
|
|
|
%ifndef with_x11
|
|
|
@@ -43,7 +43,7 @@ Distribution: OpenPKG [CORE]
|
|
|
Group: Editor
|
|
|
License: Charityware
|
|
|
Version: %{V_vl}.%{V_pl}
|
|
|
-Release: 20021012
|
|
|
+Release: 20021013
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}-src1.tar.gz
|
|
|
@@ -70,6 +70,7 @@ Patch214: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.214
|
|
|
Patch215: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.215
|
|
|
Patch216: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.216
|
|
|
Patch217: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.217
|
|
|
+Patch218: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.218
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -114,6 +115,8 @@ AutoReqProv: no
|
|
|
( cd vim%{V_vs}/src
|
|
|
CC="%{l_cc}" \
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
+ CPPFLAGS="%{l_cppflags}" \
|
|
|
+ LDFLAGS="%{l_ldflags}" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
--enable-max-features \
|