|
|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
# package versions |
|
|
|
|
%define V_vl 6.1 |
|
|
|
|
%define V_vs 61 |
|
|
|
|
%define V_pl 86 |
|
|
|
|
%define V_pl 88 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%ifndef with_x11 |
|
|
|
|
@ -43,7 +43,7 @@ Distribution: OpenPKG [REL]
|
|
|
|
|
Group: Editor |
|
|
|
|
License: Charityware |
|
|
|
|
Version: %{V_vl}.%{V_pl} |
|
|
|
|
Release: 20020604 |
|
|
|
|
Release: 20020607 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}-src1.tar.gz |
|
|
|
|
@ -137,6 +137,8 @@ Patch83: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.083
|
|
|
|
|
Patch84: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.084 |
|
|
|
|
Patch85: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.085 |
|
|
|
|
Patch86: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.086 |
|
|
|
|
Patch87: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.087 |
|
|
|
|
Patch88: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.088 |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
|
@ -151,12 +153,12 @@ AutoReq: no
|
|
|
|
|
AutoReqProv: no |
|
|
|
|
|
|
|
|
|
%description |
|
|
|
|
Vim (Vi Improved) is a text editor that is upwards compatible to the |
|
|
|
|
Vim (Vi Improved) is a text editor that is upwards compatible with the |
|
|
|
|
classical Unix Vi. It can be used to edit any ASCII text. It is especially |
|
|
|
|
useful for editing programs. There are a lot of enhancements above Vi: |
|
|
|
|
multi level undo, multi windows and buffers, syntax highlighting, com- |
|
|
|
|
mand line editing, filename completion, on-line help, visual selection, |
|
|
|
|
etc. |
|
|
|
|
useful for editing programs. Vim offers a lot of enhancements not |
|
|
|
|
available in the traditional Vi. For example, Vim has multi level undo, |
|
|
|
|
multi windows and buffers, syntax highlighting, com- mand line editing, |
|
|
|
|
filename completion, on-line help, and visual selection. |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup0 -q -c |
|
|
|
|
|