Browse Source

upgrade to Vim 6.0.44

master
parent
commit
b1f6b286ca
  1. 36
      vim/vim.spec

36
vim/vim.spec

@ -24,7 +24,7 @@
%define V_vl 6.0
%define V_vs 60
%define V_pl 27
%define V_pl 44
# package information
Name: vim
@ -71,6 +71,23 @@ Patch23: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.024
Patch24: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.025
Patch25: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.026
Patch26: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.027
Patch27: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.028
Patch28: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.029
Patch29: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.030
Patch30: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.031
Patch31: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.032
Patch32: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.033
Patch33: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.034
Patch34: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.035
Patch35: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.036
Patch36: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.037
Patch37: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.038
Patch38: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.039
Patch39: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.040
Patch40: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.041
Patch41: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.042
Patch42: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.043
Patch43: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.044
# build information
Prefix: %{l_prefix}
@ -121,6 +138,23 @@ AutoReqProv: no
%patch24 -p0
%patch25 -p0
#%patch26 -p0 (contains changes to VMS-only files which do not exist)
%patch27 -p0
%patch28 -p0
%patch29 -p0
%patch30 -p0
%patch31 -p0
%patch32 -p0
%patch33 -p0
%patch34 -p0
%patch35 -p0
%patch36 -p0
%patch37 -p0
%patch38 -p0
%patch39 -p0
%patch40 -p0
%patch41 -p0
%patch42 -p0
%patch43 -p0
%build
( cd vim%{V_vs}/src

Loading…
Cancel
Save