浏览代码

upgrade to Vim 6.0.101

master
父节点
当前提交
71bbf2f06b
  1. 8
      vim/vim.spec

8
vim/vim.spec

@ -25,7 +25,7 @@
%define V_vl 6.0
%define V_vs 60
%define V_pl 99
%define V_pl 101
# package information
Name: vim
@ -37,7 +37,7 @@ Distribution: OpenPKG [REL]
Group: Editor
License: Charityware
Version: %{V_vl}.%{V_pl}
Release: 20011214
Release: 20011216
# list of sources
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}-src1.tar.gz
@ -144,6 +144,8 @@ Patch95: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.096
Patch96: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.097
Patch97: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.098
Patch98: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.099
Patch99: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.100
Patch100: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.101
# build information
Prefix: %{l_prefix}
@ -266,6 +268,8 @@ AutoReqProv: no
%patch96 -p0
%patch97 -p0
%patch98 -p0
%patch99 -p0
%patch100 -p0
%build
( cd vim%{V_vs}/src

正在加载...
取消
保存