Browse Source

upgrading package: vim 6.1.86 -> 6.1.88

master
parent
commit
5fcbfaedf9
  1. 16
      vim/vim.spec

16
vim/vim.spec

@ -26,7 +26,7 @@
# package versions # package versions
%define V_vl 6.1 %define V_vl 6.1
%define V_vs 61 %define V_vs 61
%define V_pl 86 %define V_pl 88
# package options # package options
%ifndef with_x11 %ifndef with_x11
@ -43,7 +43,7 @@ Distribution: OpenPKG [REL]
Group: Editor Group: Editor
License: Charityware License: Charityware
Version: %{V_vl}.%{V_pl} Version: %{V_vl}.%{V_pl}
Release: 20020604 Release: 20020607
# list of sources # list of sources
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}-src1.tar.gz 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 Patch84: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.084
Patch85: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.085 Patch85: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.085
Patch86: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.086 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 # build information
Prefix: %{l_prefix} Prefix: %{l_prefix}
@ -151,12 +153,12 @@ AutoReq: no
AutoReqProv: no AutoReqProv: no
%description %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 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: useful for editing programs. Vim offers a lot of enhancements not
multi level undo, multi windows and buffers, syntax highlighting, com- available in the traditional Vi. For example, Vim has multi level undo,
mand line editing, filename completion, on-line help, visual selection, multi windows and buffers, syntax highlighting, com- mand line editing,
etc. filename completion, on-line help, and visual selection.
%prep %prep
%setup0 -q -c %setup0 -q -c

Loading…
Cancel
Save