update to vim-6.4

This commit is contained in:
Karsten Hopp 2005-10-17 13:02:32 +00:00
parent abba105b8a
commit f0fabacffa
4 changed files with 98 additions and 208 deletions

View File

@ -1,4 +1,3 @@
vim-6.3-extra.tar.gz
vim-6.3-lang.tar.gz
vim-6.3.tar.bz2
cvim.zip
vim-6.4-extra.tar.gz
vim-6.4-lang.tar.gz

View File

@ -1,4 +1,3 @@
6e4bd6c8122bcb9dc576514bdb52484e vim-6.3-extra.tar.gz
5395c4dacbf1c5008b22c4b86794e8a7 vim-6.3-lang.tar.gz
821fda8f14d674346b87e3ef9cb96389 vim-6.3.tar.bz2
1f17af2008ae94359a48be7e865b084f cvim.zip
5f4489776cafcb3588223f79eb26e287 vim-6.4-extra.tar.gz
3cca6128fe5439e89d3828b5e708bddb vim-6.4-lang.tar.gz

81
vim-6.4-cvim.patch Normal file
View File

@ -0,0 +1,81 @@
--- vim63/cvim/plugin/c.vim.rhdefaults 2005-09-08 09:37:42.000000000 +0000
+++ vim63/cvim/plugin/c.vim 2005-09-08 09:39:24.000000000 +0000
@@ -48,7 +48,8 @@
"
else
"
- let s:root_dir = $HOME.'/.vim/'
+" let s:root_dir = $HOME.'/.vim/'
+ let s:root_dir = $VIMRUNTIME.'/'
let s:escfilename = ' \%#[]'
"
endif
@@ -64,7 +65,7 @@
"
" Modul global variables (with default values) which can be overridden.
"
-let s:C_AuthorName = ""
+let s:C_AuthorName = "read README.csupport to learn how to set defaults"
let s:C_AuthorRef = ""
let s:C_Email = ""
let s:C_Company = ""
--- vim63/runtime/doc/tags.rhdefaults 2005-09-08 09:45:25.000000000 +0000
+++ vim63/runtime/doc/tags 2005-09-08 09:45:45.000000000 +0000
@@ -4028,6 +4028,7 @@
byte2line() eval.txt /*byte2line()*
bzip2 pi_gzip.txt /*bzip2*
c change.txt /*c*
+c-support csupport.txt /*c-support*
c-syntax syntax.txt /*c-syntax*
c.vim syntax.txt /*c.vim*
cW change.txt /*cW*
@@ -4272,6 +4273,41 @@
csqf if_cscop.txt /*csqf*
cst if_cscop.txt /*cst*
csto if_cscop.txt /*csto*
+csupport csupport.txt /*csupport*
+csupport-comm csupport.txt /*csupport-comm*
+csupport-comm-1 csupport.txt /*csupport-comm-1*
+csupport-comm-2 csupport.txt /*csupport-comm-2*
+csupport-comm-3 csupport.txt /*csupport-comm-3*
+csupport-comm-4 csupport.txt /*csupport-comm-4*
+csupport-comm-5 csupport.txt /*csupport-comm-5*
+csupport-comm-6 csupport.txt /*csupport-comm-6*
+csupport-comm-7 csupport.txt /*csupport-comm-7*
+csupport-custom csupport.txt /*csupport-custom*
+csupport-custom-1 csupport.txt /*csupport-custom-1*
+csupport-custom-2 csupport.txt /*csupport-custom-2*
+csupport-dictionary csupport.txt /*csupport-dictionary*
+csupport-hotkeys csupport.txt /*csupport-hotkeys*
+csupport-idioms csupport.txt /*csupport-idioms*
+csupport-proto csupport.txt /*csupport-proto*
+csupport-release-notes csupport.txt /*csupport-release-notes*
+csupport-run csupport.txt /*csupport-run*
+csupport-run-1 csupport.txt /*csupport-run-1*
+csupport-run-2 csupport.txt /*csupport-run-2*
+csupport-run-3 csupport.txt /*csupport-run-3*
+csupport-run-4 csupport.txt /*csupport-run-4*
+csupport-run-5 csupport.txt /*csupport-run-5*
+csupport-run-6 csupport.txt /*csupport-run-6*
+csupport-run-7 csupport.txt /*csupport-run-7*
+csupport-run-8 csupport.txt /*csupport-run-8*
+csupport-snippets csupport.txt /*csupport-snippets*
+csupport-stat csupport.txt /*csupport-stat*
+csupport-taglist csupport.txt /*csupport-taglist*
+csupport-tempfiles csupport.txt /*csupport-tempfiles*
+csupport-tempfiles-1 csupport.txt /*csupport-tempfiles-1*
+csupport-tempfiles-2 csupport.txt /*csupport-tempfiles-2*
+csupport-usage-gvim csupport.txt /*csupport-usage-gvim*
+csupport-windows csupport.txt /*csupport-windows*
+csupport.txt csupport.txt /*csupport.txt*
csverb if_cscop.txt /*csverb*
ctags tagsrch.txt /*ctags*
ctags-gone version6.txt /*ctags-gone*
@@ -4846,7 +4883,6 @@
hebrew.txt hebrew.txt /*hebrew.txt*
help various.txt /*help*
help-context help.txt /*help-context*
-help-tags tags 1
help-translated various.txt /*help-translated*
help-xterm-window various.txt /*help-xterm-window*
help.txt help.txt /*help.txt*

215
vim.spec
View File

@ -21,14 +21,14 @@
%define withcvim 1
%define baseversion 6.3
%define vimdir vim63
%define patchlevel 090
%define baseversion 6.4
%define vimdir vim64
%define patchlevel 000
Summary: The VIM editor.
Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 2
Release: 1
License: freeware
Group: Applications/Editors
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
@ -50,101 +50,12 @@ Patch2001: vim-5.6a-paths.patch
Patch2002: vim-6.0-fixkeys.patch
Patch2003: vim-6.2-specsyntax.patch
Patch2004: vim-6.0r-crv.patch
Patch2005: vim-6.3-tmpfile.patch
#Patch2005: vim-6.3-tmpfile.patch
Patch2010: xxd-locale.patch
# Patches 001 < 999 are patches from the base maintainer.
# If you're as lazy as me, generate the list using
# for i in `seq 1 14`; do printf "Patch%03d: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.%03d\n" $i $i; done
Patch001: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.001
Patch002: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.002
Patch003: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.003
Patch004: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.004
Patch005: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.005
Patch006: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.006
Patch007: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.007
Patch008: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.008
Patch009: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.009
Patch010: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.010
Patch011: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.011
Patch012: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.012
Patch013: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.013
Patch014: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.014
Patch015: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.015
Patch016: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.016
Patch017: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.017
Patch018: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.018
Patch019: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.019
Patch020: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.020
Patch021: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.021
Patch022: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.022
Patch023: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.023
Patch024: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.024
Patch025: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.025
Patch026: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.026
Patch027: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.027
Patch028: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.028
Patch029: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.029
Patch030: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.030
Patch031: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.031
Patch032: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.032
Patch033: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.033
Patch034: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.034
Patch035: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.035
Patch036: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.036
Patch037: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.037
Patch038: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.038
Patch039: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.039
Patch040: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.040
Patch041: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.041
Patch042: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.042
Patch043: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.043
Patch044: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.044
Patch045: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.045
Patch046: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.046
Patch047: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.047
Patch048: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.048
Patch049: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.049
Patch050: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.050
Patch051: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.051
Patch052: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.052
Patch053: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.053
Patch054: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.054
Patch055: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.055
Patch056: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.056
Patch057: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.057
Patch058: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.058
Patch059: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.059
Patch060: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.060
Patch061: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.061
Patch062: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.062
Patch063: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.063
Patch064: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.064
Patch065: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.065
Patch066: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.066
Patch067: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.067
Patch068: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.068
Patch069: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.069
Patch070: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.070
Patch071: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.071
Patch072: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.072
Patch073: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.073
Patch074: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.074
Patch075: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.075
Patch076: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.076
Patch077: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.077
Patch078: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.078
Patch079: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.079
Patch080: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.080
Patch081: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.081
Patch082: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.082
Patch083: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.083
Patch084: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.084
Patch085: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.085
Patch086: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.086
Patch087: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.087
Patch088: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.088
Patch089: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.089
Patch090: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.090
# for i in `seq 1 14`; do printf "Patch%03d: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.%03d\n" $i $i; done
#Patch001: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.001
Patch3000: vim-6.1-syntax.patch
Patch3001: vim-6.2-rh1.patch
@ -154,7 +65,7 @@ Patch3004: vim-6.2-rclocation.patch
Patch3005: vim-6.2-rh4.patch
Patch3006: vim-6.2-rh5.patch
Patch3007: vim-6.3-dnssyntax.patch
Patch3008: vim-6.3-cvim.patch
Patch3008: vim-6.4-cvim.patch
Patch3100: vim-selinux.patch
@ -263,116 +174,13 @@ chmod -x runtime/tools/mve.awk
%patch2002 -p1
%patch2003 -p1
%patch2004 -p1
%patch2005 -p1
#%patch2005 -p1
%patch2010 -p1
perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
# Base patches...
# for i in `seq 1 14`; do printf "%%patch%03d -p0 \n" $i; done
%patch001 -p0
%patch002 -p0
%patch003 -p0
%patch004 -p0
%patch005 -p0
%patch006 -p0
%patch007 -p0
%patch008 -p0
%patch009 -p0
%patch010 -p0
%patch011 -p0
%patch012 -p0
%patch013 -p0
%patch014 -p0
%patch015 -p0
%patch016 -p0
%patch017 -p0
%patch018 -p0
%patch019 -p0
%patch020 -p0
%patch021 -p0
# Win32 %patch022 -p0
%patch023 -p0
%patch024 -p0
# Win32 %patch025 -p0
%patch26 -p0
# VMS %patch27 -p0
%patch28 -p0
%patch29 -p0
%patch30 -p0
%patch31 -p0
%patch32 -p0
%patch33 -p0
%patch34 -p0
#%patch35 -p0
%patch36 -p0
%patch37 -p0
# Win32
#%patch38 -p0
%patch39 -p0
%patch40 -p0
# Win32
#%patch41 -p0
%patch42 -p0
%patch043 -p0
# Win32
#%patch044 -p0
%patch045 -p0
%patch046 -p0
# Win XP
#%patch047 -p0
# VMS
#%patch048 -p0
%patch049 -p0
%patch050 -p0
%patch051 -p0
# Win 98
#%patch052 -p0
# Win 32
#%patch053 -p0
%patch054 -p0
%patch055 -p0
%patch056 -p0
%patch057 -p0
%patch058 -p0
%patch059 -p0
%patch060 -p0
%patch061 -p0
%patch062 -p0
%patch063 -p0
%patch064 -p0
%patch065 -p0
%patch066 -p0
%patch067 -p0
%patch068 -p0
%patch069 -p0
%patch070 -p0
%patch071 -p0
%patch072 -p0
# Win 32
# %patch073 -p0
%patch074 -p0
%patch075 -p0
%patch076 -p0
# VMS
#%patch077 -p0
# VMS
#%patch078 -p0
%patch079 -p0
# Win 32
#%patch080 -p0
%patch081 -p0
%patch082 -p0
# VMS
#%patch083 -p0
# Cygwin
#%patch084 -p0
%patch085 -p0
%patch086 -p0
# Win32:
#%patch087 -p0
%patch088 -p0
%patch089 -p0
%patch090 -p0
#%patch001 -p0
%patch3000 -p1
@ -679,6 +487,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon Oct 17 2005 Karsten Hopp <karsten@redhat.de> 6.4.000-1
- vim-6.4 patchlevel 0
* Tue Oct 11 2005 Karsten Hopp <karsten@redhat.de> 6.3.090-2
- don't try to run cscope if cscope binary doesn't exist (#170371)
- another attempt to fix perl requirements (#145475)