|
|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
%define V_vl 6.1
|
|
|
%define V_vs 61
|
|
|
-%define V_pl 57
|
|
|
+%define V_pl 61
|
|
|
|
|
|
# package information
|
|
|
Name: vim
|
|
|
@@ -37,7 +37,7 @@ Distribution: OpenPKG [REL]
|
|
|
Group: Editor
|
|
|
License: Charityware
|
|
|
Version: %{V_vl}.%{V_pl}
|
|
|
-Release: 20020508
|
|
|
+Release: 20020512
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}-src1.tar.gz
|
|
|
@@ -102,6 +102,10 @@ Patch54: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.054
|
|
|
Patch55: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.055
|
|
|
Patch56: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.056
|
|
|
Patch57: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.057
|
|
|
+Patch58: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.058
|
|
|
+Patch59: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.059
|
|
|
+Patch60: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.060
|
|
|
+Patch61: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.061
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -124,7 +128,7 @@ AutoReqProv: no
|
|
|
%setup1 -q -T -D -a 1
|
|
|
%setup2 -q -T -D -a 2
|
|
|
%setup3 -q -T -D -a 3
|
|
|
- i=0
|
|
|
+ i=1
|
|
|
while [ $i -le %{V_pl} ]; do
|
|
|
cat $RPM_SOURCE_DIR/%{V_vl}.`echo $i | awk '{ printf("%03d", $0); }'` |\
|
|
|
%{l_prefix}/bin/patch -p0 -E -t -s >/dev/null 2>&1 || true
|