|
@@ -25,7 +25,7 @@
|
|
|
# package versions
|
|
# package versions
|
|
|
%define V_vl 7.0
|
|
%define V_vl 7.0
|
|
|
%define V_vs 70
|
|
%define V_vs 70
|
|
|
-%define V_pl 0
|
|
|
|
|
|
|
+%define V_pl 1
|
|
|
%define V_spl 20060509
|
|
%define V_spl 20060509
|
|
|
|
|
|
|
|
# package information
|
|
# package information
|
|
@@ -39,7 +39,7 @@ Class: CORE
|
|
|
Group: Editor
|
|
Group: Editor
|
|
|
License: Charityware
|
|
License: Charityware
|
|
|
Version: %{V_vl}.%{V_pl}
|
|
Version: %{V_vl}.%{V_pl}
|
|
|
-Release: 20060509
|
|
|
|
|
|
|
+Release: 20060510
|
|
|
|
|
|
|
|
# package options
|
|
# package options
|
|
|
%option with_x11 no
|
|
%option with_x11 no
|
|
@@ -54,6 +54,7 @@ Release: 20060509
|
|
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}.tar.bz2
|
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}.tar.bz2
|
|
|
Source2: rc.vim
|
|
Source2: rc.vim
|
|
|
Patch0: vim.patch
|
|
Patch0: vim.patch
|
|
|
|
|
+Patch1: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.001
|
|
|
|
|
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
@@ -99,7 +100,7 @@ AutoReqProv: no
|
|
|
regex = vim-(\d+.\d+)\.tar\.gz
|
|
regex = vim-(\d+.\d+)\.tar\.gz
|
|
|
}
|
|
}
|
|
|
prog vim:patchlevel = {
|
|
prog vim:patchlevel = {
|
|
|
- version = %{V_vl}.0%{V_pl}
|
|
|
|
|
|
|
+ version = %{V_vl}.00%{V_pl}
|
|
|
url = ftp://ftp.de.vim.org/patches/%{V_vl}/
|
|
url = ftp://ftp.de.vim.org/patches/%{V_vl}/
|
|
|
regex = (\d+\.\d+\.\d+)
|
|
regex = (\d+\.\d+\.\d+)
|
|
|
}
|
|
}
|