source: projects/specs/trunk/v/vim/vim-vl.spec @ 7011

Revision 7011, 87.8 KB checked in by daisuke, 12 years ago (diff)

update to 7.3.712, build with ruby-1.9.3

Line 
1# version, patch version
2%define vimversion      7.3
3%define vimpversion     712
4
5%define vimsubdir       vim%(echo %{vimversion} | sed -e's/\\.//')
6%define vimdir          %{vimsubdir}
7
8%define binprefix       /
9%define x11prefix       /usr
10%define vimrcloc        %{_sysconfdir}/vim
11%define vimruntime      %{_datadir}/vim
12
13%define configopts      --bindir='${exec_prefix}/bin' --disable-gpm
14%define features_x11    --exec-prefix=%{_prefix} --with-x=yes --enable-gui=gtk2 --enable-xim --enable-fontset
15%define features_nox11  --exec-prefix=%{_prefix} --with-x=no  --enable-gui=no
16%define features_huge   --with-features=huge   --enable-multibyte --enable-rubyinterp --enable-pythoninterp --enable-perlinterp
17%define features_big    --with-features=big    --enable-multibyte
18%define features_normal --with-features=normal --enable-multibyte
19%define features_tiny   --exec-prefix=%{binprefix} --with-features=tiny --enable-multibyte --with-tlib=tinfo
20
21
22Summary:     Vi IMproved - enhanced vi editor
23Summary(ja): Vi IMproved - 改良された vi エディタ
24Name: vim
25License: Vim
26Group: Applications/Editors
27URL: http://www.vim.org/
28
29%if %{vimpversion}
30Version: %{vimversion}.%{vimpversion}
31%else
32Version: %{vimversion}
33%endif
34Release: 1%{?_dist_release}
35
36Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{vimversion}.tar.bz2
37
38# gvim desktop file
39Source100: gvim.desktop
40Source101: gvim16.png
41Source102: gvim32.png
42Source103: gvim48.png
43Source104: gvim64.png
44
45Source300: vimrc.ja
46Source400: format.vim
47Source401: verifyenc.vim
48
49Patch2002: vim-7.0-fixkeys.patch
50Patch2003: vim-6.2-specsyntax.patch
51Patch2004: vim-7.0-crv.patch
52
53# Patches 1000 and up are patches from the base maintainer.
54# If you're as lazy as me, generate the list using
55# for i in seq 1 154; do printf "Patch%03d: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.%03d\n" $i $i; done > vimpatches
56Patch001: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.001
57Patch002: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.002
58Patch003: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.003
59Patch004: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.004
60Patch005: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.005
61Patch006: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.006
62Patch007: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.007
63Patch008: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.008
64Patch009: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.009
65Patch010: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.010
66Patch011: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.011
67Patch012: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.012
68Patch013: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.013
69Patch014: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.014
70Patch015: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.015
71Patch016: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.016
72Patch017: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.017
73Patch018: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.018
74Patch019: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.019
75Patch020: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.020
76Patch021: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.021
77Patch022: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.022
78Patch023: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.023
79Patch024: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.024
80Patch025: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.025
81Patch026: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.026
82Patch027: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.027
83Patch028: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.028
84Patch029: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.029
85Patch030: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.030
86Patch031: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.031
87Patch032: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.032
88Patch033: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.033
89Patch034: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.034
90Patch035: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.035
91Patch036: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.036
92Patch037: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.037
93Patch038: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.038
94Patch039: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.039
95Patch040: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.040
96Patch041: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.041
97Patch042: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.042
98Patch043: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.043
99Patch044: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.044
100Patch045: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.045
101Patch046: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.046
102Patch047: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.047
103Patch048: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.048
104Patch049: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.049
105Patch050: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.050
106Patch051: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.051
107Patch052: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.052
108Patch053: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.053
109Patch054: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.054
110Patch055: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.055
111Patch056: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.056
112Patch057: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.057
113Patch058: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.058
114Patch059: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.059
115Patch060: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.060
116Patch061: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.061
117Patch062: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.062
118Patch063: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.063
119Patch064: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.064
120Patch065: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.065
121Patch066: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.066
122Patch067: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.067
123Patch068: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.068
124Patch069: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.069
125Patch070: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.070
126Patch071: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.071
127Patch072: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.072
128Patch073: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.073
129Patch074: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.074
130Patch075: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.075
131Patch076: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.076
132Patch077: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.077
133Patch078: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.078
134Patch079: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.079
135Patch080: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.080
136Patch081: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.081
137Patch082: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.082
138Patch083: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.083
139Patch084: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.084
140Patch085: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.085
141Patch086: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.086
142Patch087: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.087
143Patch088: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.088
144Patch089: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.089
145Patch090: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.090
146Patch091: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.091
147Patch092: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.092
148Patch093: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.093
149Patch094: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.094
150Patch095: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.095
151Patch096: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.096
152Patch097: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.097
153Patch098: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.098
154Patch099: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.099
155Patch100: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.100
156Patch101: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.101
157Patch102: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.102
158Patch103: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.103
159Patch104: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.104
160Patch105: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.105
161Patch106: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.106
162Patch107: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.107
163Patch108: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.108
164Patch109: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.109
165Patch110: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.110
166Patch111: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.111
167Patch112: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.112
168Patch113: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.113
169Patch114: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.114
170Patch115: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.115
171Patch116: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.116
172Patch117: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.117
173Patch118: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.118
174Patch119: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.119
175Patch120: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.120
176Patch121: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.121
177Patch122: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.122
178Patch123: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.123
179Patch124: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.124
180Patch125: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.125
181Patch126: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.126
182Patch127: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.127
183Patch128: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.128
184Patch129: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.129
185Patch130: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.130
186Patch131: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.131
187Patch132: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.132
188Patch133: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.133
189Patch134: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.134
190Patch135: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.135
191Patch136: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.136
192Patch137: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.137
193Patch138: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.138
194Patch139: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.139
195Patch140: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.140
196Patch141: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.141
197Patch142: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.142
198Patch143: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.143
199Patch144: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.144
200Patch145: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.145
201Patch146: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.146
202Patch147: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.147
203Patch148: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.148
204Patch149: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.149
205Patch150: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.150
206Patch151: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.151
207Patch152: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.152
208Patch153: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.153
209Patch154: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.154
210Patch155: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.155
211Patch156: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.156
212Patch157: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.157
213Patch158: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.158
214Patch159: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.159
215Patch160: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.160
216Patch161: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.161
217Patch162: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.162
218Patch163: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.163
219Patch164: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.164
220Patch165: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.165
221Patch166: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.166
222Patch167: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.167
223Patch168: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.168
224Patch169: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.169
225Patch170: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.170
226Patch171: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.171
227Patch172: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.172
228Patch173: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.173
229Patch174: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.174
230Patch175: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.175
231Patch176: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.176
232Patch177: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.177
233Patch178: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.178
234Patch179: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.179
235Patch180: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.180
236Patch181: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.181
237Patch182: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.182
238Patch183: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.183
239Patch184: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.184
240Patch185: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.185
241Patch186: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.186
242Patch187: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.187
243Patch188: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.188
244Patch189: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.189
245Patch190: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.190
246Patch191: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.191
247Patch192: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.192
248Patch193: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.193
249Patch194: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.194
250Patch195: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.195
251Patch196: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.196
252Patch197: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.197
253Patch198: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.198
254Patch199: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.199
255Patch200: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.200
256Patch201: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.201
257# fixed
258Patch202: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.202
259# fixed
260Patch203: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.203
261Patch204: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.204
262Patch205: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.205
263Patch206: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.206
264Patch207: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.207
265Patch208: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.208
266Patch209: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.209
267Patch210: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.210
268Patch211: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.211
269Patch212: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.212
270Patch213: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.213
271Patch214: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.214
272Patch215: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.215
273Patch216: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.216
274Patch217: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.217
275Patch218: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.218
276Patch219: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.219
277Patch220: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.220
278Patch221: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.221
279Patch222: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.222
280Patch223: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.223
281Patch224: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.224
282Patch225: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.225
283Patch226: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.226
284Patch227: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.227
285Patch228: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.228
286Patch229: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.229
287Patch230: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.230
288Patch231: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.231
289Patch232: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.232
290Patch233: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.233
291Patch234: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.234
292Patch235: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.235
293Patch236: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.236
294Patch237: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.237
295Patch238: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.238
296Patch239: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.239
297Patch240: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.240
298Patch241: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.241
299Patch242: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.242
300Patch243: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.243
301Patch244: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.244
302Patch245: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.245
303Patch246: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.246
304Patch247: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.247
305Patch248: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.248
306Patch249: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.249
307Patch250: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.250
308Patch251: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.251
309Patch252: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.252
310Patch253: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.253
311Patch254: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.254
312Patch255: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.255
313Patch256: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.256
314Patch257: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.257
315Patch258: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.258
316Patch259: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.259
317Patch260: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.260
318Patch261: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.261
319Patch262: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.262
320Patch263: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.263
321Patch264: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.264
322Patch265: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.265
323Patch266: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.266
324Patch267: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.267
325Patch268: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.268
326Patch269: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.269
327Patch270: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.270
328Patch271: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.271
329Patch272: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.272
330Patch273: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.273
331Patch274: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.274
332Patch275: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.275
333Patch276: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.276
334Patch277: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.277
335Patch278: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.278
336Patch279: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.279
337Patch280: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.280
338Patch281: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.281
339Patch282: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.282
340Patch283: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.283
341Patch284: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.284
342Patch285: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.285
343Patch286: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.286
344Patch287: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.287
345Patch288: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.288
346Patch289: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.289
347Patch290: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.290
348Patch291: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.291
349Patch292: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.292
350Patch293: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.293
351Patch294: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.294
352Patch295: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.295
353Patch296: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.296
354Patch297: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.297
355Patch298: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.298
356Patch299: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.299
357Patch300: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.300
358Patch301: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.301
359Patch302: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.302
360Patch303: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.303
361Patch304: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.304
362Patch305: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.305
363Patch306: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.306
364Patch307: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.307
365Patch308: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.308
366Patch309: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.309
367Patch310: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.310
368Patch311: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.311
369Patch312: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.312
370Patch313: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.313
371Patch314: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.314
372Patch315: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.315
373Patch316: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.316
374Patch317: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.317
375Patch318: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.318
376Patch319: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.319
377Patch320: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.320
378Patch321: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.321
379Patch322: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.322
380Patch323: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.323
381Patch324: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.324
382Patch325: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.325
383Patch326: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.326
384Patch327: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.327
385Patch328: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.328
386Patch329: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.329
387Patch330: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.330
388Patch331: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.331
389Patch332: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.332
390Patch333: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.333
391Patch334: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.334
392Patch335: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.335
393Patch336: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.336
394Patch337: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.337
395Patch338: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.338
396Patch339: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.339
397Patch340: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.340
398Patch341: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.341
399Patch342: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.342
400Patch343: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.343
401Patch344: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.344
402Patch345: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.345
403Patch346: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.346
404Patch347: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.347
405Patch348: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.348
406Patch349: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.349
407Patch350: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.350
408Patch351: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.351
409Patch352: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.352
410Patch353: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.353
411Patch354: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.354
412Patch355: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.355
413Patch356: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.356
414Patch357: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.357
415Patch358: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.358
416Patch359: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.359
417Patch360: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.360
418Patch361: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.361
419Patch362: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.362
420Patch363: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.363
421Patch364: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.364
422Patch365: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.365
423Patch366: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.366
424Patch367: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.367
425Patch368: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.368
426Patch369: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.369
427Patch370: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.370
428Patch371: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.371
429Patch372: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.372
430Patch373: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.373
431Patch374: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.374
432Patch375: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.375
433Patch376: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.376
434Patch377: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.377
435Patch378: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.378
436Patch379: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.379
437Patch380: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.380
438Patch381: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.381
439Patch382: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.382
440Patch383: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.383
441Patch384: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.384
442Patch385: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.385
443Patch386: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.386
444Patch387: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.387
445Patch388: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.388
446Patch389: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.389
447Patch390: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.390
448Patch391: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.391
449Patch392: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.392
450Patch393: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.393
451Patch394: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.394
452Patch395: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.395
453Patch396: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.396
454Patch397: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.397
455Patch398: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.398
456Patch399: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.399
457Patch400: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.400
458Patch401: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.401
459Patch402: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.402
460Patch403: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.403
461Patch404: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.404
462Patch405: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.405
463Patch406: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.406
464Patch407: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.407
465Patch408: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.408
466Patch409: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.409
467Patch410: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.410
468Patch411: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.411
469Patch412: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.412
470Patch413: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.413
471Patch414: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.414
472Patch415: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.415
473# duplicate in 427
474# Patch416: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.416
475Patch417: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.417
476Patch418: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.418
477Patch419: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.419
478Patch420: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.420
479Patch421: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.421
480Patch422: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.422
481Patch423: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.423
482Patch424: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.424
483Patch425: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.425
484Patch426: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.426
485Patch427: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.427
486Patch428: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.428
487Patch429: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.429
488Patch430: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.430
489Patch431: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.431
490Patch432: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.432
491Patch433: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.433
492Patch434: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.434
493Patch435: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.435
494Patch436: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.436
495Patch437: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.437
496Patch438: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.438
497Patch439: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.439
498Patch440: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.440
499Patch441: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.441
500Patch442: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.442
501Patch443: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.443
502Patch444: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.444
503Patch445: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.445
504Patch446: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.446
505Patch447: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.447
506Patch448: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.448
507Patch449: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.449
508Patch450: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.450
509Patch451: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.451
510Patch452: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.452
511Patch453: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.453
512Patch454: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.454
513Patch455: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.455
514Patch456: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.456
515Patch457: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.457
516Patch458: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.458
517Patch459: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.459
518Patch460: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.460
519Patch461: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.461
520Patch462: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.462
521Patch463: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.463
522Patch464: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.464
523Patch465: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.465
524Patch466: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.466
525Patch467: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.467
526Patch468: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.468
527Patch469: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.469
528Patch470: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.470
529Patch471: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.471
530Patch472: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.472
531Patch473: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.473
532Patch474: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.474
533Patch475: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.475
534Patch476: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.476
535Patch477: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.477
536Patch478: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.478
537Patch479: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.479
538Patch480: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.480
539Patch481: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.481
540Patch482: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.482
541Patch483: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.483
542Patch484: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.484
543Patch485: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.485
544Patch486: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.486
545Patch487: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.487
546Patch488: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.488
547Patch489: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.489
548Patch490: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.490
549Patch491: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.491
550Patch492: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.492
551Patch493: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.493
552Patch494: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.494
553Patch495: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.495
554Patch496: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.496
555Patch497: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.497
556Patch498: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.498
557Patch499: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.499
558Patch500: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.500
559Patch501: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.501
560Patch502: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.502
561Patch503: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.503
562Patch504: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.504
563Patch505: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.505
564Patch506: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.506
565Patch507: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.507
566Patch508: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.508
567Patch509: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.509
568Patch510: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.510
569Patch511: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.511
570Patch512: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.512
571Patch513: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.513
572Patch514: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.514
573Patch515: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.515
574Patch516: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.516
575Patch517: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.517
576Patch518: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.518
577Patch519: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.519
578Patch520: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.520
579Patch521: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.521
580Patch522: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.522
581Patch523: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.523
582Patch524: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.524
583Patch525: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.525
584Patch526: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.526
585Patch527: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.527
586Patch528: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.528
587Patch529: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.529
588Patch530: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.530
589Patch531: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.531
590Patch532: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.532
591Patch533: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.533
592Patch534: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.534
593Patch535: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.535
594Patch536: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.536
595Patch537: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.537
596Patch538: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.538
597Patch539: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.539
598Patch540: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.540
599Patch541: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.541
600Patch542: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.542
601Patch543: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.543
602Patch544: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.544
603Patch545: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.545
604Patch546: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.546
605Patch547: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.547
606Patch548: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.548
607Patch549: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.549
608Patch550: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.550
609Patch551: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.551
610Patch552: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.552
611Patch553: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.553
612Patch554: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.554
613Patch555: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.555
614Patch556: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.556
615Patch557: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.557
616Patch558: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.558
617Patch559: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.559
618Patch560: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.560
619Patch561: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.561
620Patch562: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.562
621Patch563: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.563
622Patch564: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.564
623Patch565: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.565
624Patch566: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.566
625Patch567: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.567
626Patch568: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.568
627Patch569: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.569
628Patch570: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.570
629Patch571: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.571
630Patch572: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.572
631Patch573: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.573
632Patch574: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.574
633Patch575: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.575
634Patch576: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.576
635Patch577: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.577
636Patch578: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.578
637Patch579: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.579
638Patch580: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.580
639Patch581: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.581
640Patch582: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.582
641Patch583: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.583
642Patch584: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.584
643Patch585: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.585
644Patch586: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.586
645Patch587: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.587
646Patch588: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.588
647Patch589: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.589
648Patch590: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.590
649Patch591: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.591
650Patch592: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.592
651Patch593: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.593
652Patch594: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.594
653Patch595: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.595
654Patch596: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.596
655Patch597: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.597
656Patch598: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.598
657Patch599: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.599
658Patch600: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.600
659Patch601: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.601
660Patch602: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.602
661Patch603: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.603
662Patch604: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.604
663Patch605: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.605
664Patch606: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.606
665Patch607: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.607
666Patch608: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.608
667Patch609: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.609
668Patch610: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.610
669Patch611: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.611
670Patch612: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.612
671Patch613: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.613
672Patch614: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.614
673Patch615: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.615
674Patch616: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.616
675Patch617: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.617
676Patch618: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.618
677Patch619: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.619
678Patch620: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.620
679Patch621: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.621
680Patch622: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.622
681Patch623: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.623
682Patch624: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.624
683Patch625: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.625
684Patch626: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.626
685Patch627: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.627
686Patch628: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.628
687Patch629: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.629
688Patch630: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.630
689Patch631: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.631
690Patch632: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.632
691Patch633: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.633
692Patch634: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.634
693Patch635: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.635
694Patch636: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.636
695Patch637: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.637
696Patch638: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.638
697Patch639: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.639
698Patch640: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.640
699Patch641: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.641
700Patch642: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.642
701Patch643: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.643
702Patch644: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.644
703Patch645: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.645
704Patch646: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.646
705Patch647: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.647
706Patch648: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.648
707Patch649: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.649
708Patch650: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.650
709Patch651: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.651
710Patch652: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.652
711Patch653: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.653
712Patch654: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.654
713Patch655: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.655
714Patch656: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.656
715Patch657: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.657
716Patch658: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.658
717Patch659: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.659
718Patch660: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.660
719Patch661: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.661
720Patch662: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.662
721Patch663: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.663
722Patch664: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.664
723Patch665: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.665
724Patch666: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.666
725Patch667: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.667
726Patch668: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.668
727Patch669: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.669
728Patch670: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.670
729Patch671: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.671
730Patch672: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.672
731Patch673: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.673
732Patch674: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.674
733Patch675: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.675
734Patch676: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.676
735Patch677: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.677
736Patch678: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.678
737Patch679: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.679
738Patch680: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.680
739Patch681: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.681
740Patch682: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.682
741Patch683: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.683
742Patch684: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.684
743Patch685: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.685
744Patch686: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.686
745Patch687: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.687
746Patch688: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.688
747Patch689: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.689
748Patch690: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.690
749Patch691: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.691
750Patch692: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.692
751Patch693: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.693
752Patch694: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.694
753Patch695: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.695
754Patch696: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.696
755Patch697: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.697
756Patch698: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.698
757Patch699: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.699
758Patch700: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.700
759Patch701: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.701
760Patch702: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.702
761Patch703: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.703
762Patch704: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.704
763Patch705: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.705
764Patch706: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.706
765Patch707: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.707
766Patch708: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.708
767Patch709: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.709
768Patch710: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.710
769Patch711: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.711
770Patch712: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.712
771
772Patch2010: xxd-locale.patch
773
774Patch3000: vim-7.3-syntax.patch
775Patch3002: vim-7.1-nowarnings.patch
776Patch3003: vim-6.1-rh3.patch
777#Patch3004: vim-7.0-rclocation.patch
778Patch3006: vim-6.4-checkhl.patch
779Patch3007: vim-7.3-fstabsyntax.patch
780Patch3009: vim-7.0-warning.patch
781Patch3010: vim-7.0-syncolor.patch
782Patch3011: vim-7.0-specedit.patch
783
784Patch4000: vim-7.2-fix-menu.patch
785
786# Patch4010: vim-7.3-enable-syntax.patch
787
788BuildRoot: %{_tmppath}/%{name}-%{version}-root
789BuildRequires: ruby, ruby-devel, python-devel, perl, gtk2-devel, ncurses-devel, autoconf, libtool, net-tools, pixman-devel, libXt-devel
790%if "%{?_dist_release}" != "vl5"
791BuildRequires: glibc-static
792%endif
793Requires(post): alternatives
794Requires: vim-common = %{version}
795
796%description
797VIM (VIsual editor iMproved) is an updated and improved version of the
798vi editor.  Vi was the first real screen-based editor for UNIX, and is
799still very popular. VIM has many new features including:
800multiple windows, multi-level undos, block highlighting and more.
801
802vim-normal package provides a VIM executable configured
803with essential features enabled.
804
805%description -l ja
806VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
807くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
808イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
809を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
810トなどです.
811
812このパッケージでは最も基本的な機能を含んだVIMが提供されます.
813
814%package common
815Summary: Common files needed by the non-X VIM packages
816Summary(ja): 各種の VIM パッケージに必要なファイル
817Group: Applications/Editors
818Requires: gawk
819Conflicts: vim-X11 < 6.0, vim-enhanced < 6.0, vim-minimal < 6.0
820
821%description common
822vim-common package contains files which every VIM binary packages will
823need in order to run. VIM itself is included in various packages (under
824every different configuration) such as:
825
826  * vim        - normal features
827  * vim-big    - big features
828  * vim-huge   - huge features and Ruby/Perl/Python support
829
830%package man
831Summary: Man pages for the VIM editor
832Summary(ja): VIM エディタの man ページ
833Group: Applications/Documentation
834Conflicts: nvi <= 1.79_jp-18vl1, jvim <= 3.0j2.1a-0vl1
835
836%description man
837This package contains man pages for the VIM editor.
838
839%description -l ja man
840このパッケージはVIMエディタのmanページを含んでいます.
841
842%package tiny
843Summary: A minimal version of the VIM editor
844Summary(ja): 最小構成の VIM エディタ
845Group: Applications/Editors
846Requires(post): alternatives
847Conflicts: nvi <= 1.79_jp-18vl1, jvim <= 3.0j2.1a-0vl1, vim-minimal
848Obsoletes: vim-minimal
849
850%description tiny
851VIM (VIsual editor iMproved) is an updated and improved version of the
852vi editor.  Vi was the first real screen-based editor for UNIX, and is
853still very popular. VIM has many new features including:
854multiple windows, multi-level undos, block highlighting and more.
855
856vim-tiny package contains /bin/vi, a minimally configured version
857of the VIM. It may be handy when only the root partition is present.
858vim-common package is NOT needed to run this program.
859
860%description -l ja tiny
861VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
862くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
863イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
864を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
865トなどです.
866
867このパッケージでは最小構成のVIMを/bin/vimとして提供しています。このパッ
868ケージで提供されるVIMを使うにあたってはvim-commonパッケージは必要あり
869ません.
870
871%package big
872Summary: VIM editor with big features
873Summary(ja): 多機能版の VIM エディタ
874Group: Applications/Editors
875Requires(post): alternatives
876Requires: vim-common = %{version}
877Obsoletes: vim-color
878
879%description big
880VIM (VIsual editor iMproved) is an updated and improved version of the
881vi editor.  Vi was the first real screen-based editor for UNIX, and is
882still very popular. VIM has many new features including:
883multiple windows, multi-level undos, block highlighting and more.
884
885vim-big package contains the VIM with "big" features enabled.
886
887%description -l ja big
888VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
889くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
890イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
891を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
892トなどです.
893
894このパッケージではvimパッケージで提供されるVIMよりも多くの機能を含んだ
895VIMを提供しています.
896
897%package huge
898Summary: VIM editor with huge features
899Summary(ja): 最大機能版の VIM エディタ
900Group: Applications/Editors
901Requires(post): alternatives
902Requires: vim-common = %{version}
903Requires: %(perl -le 'use Config; print $Config{archlibexp}')
904Obsoletes: vim-color
905Obsoletes: vim-ruby, vim-python, vim-perl
906
907%description huge
908VIM (VIsual editor iMproved) is an updated and improved version of the
909vi editor.  Vi was the first real screen-based editor for UNIX, and is
910still very popular. VIM has many new features including:
911multiple windows, multi-level undos, block highlighting and more.
912
913vim-huge package contains the VIM with most of its features (except
914X11 features) enabled such as Ruby, Perl and Python features.
915
916%description -l ja huge
917VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
918くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
919イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
920を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
921トなどです.
922
923このパッケージではX11対応以外のほとんどすべての機能のサポートに加え,
924Ruby/Perl/Pythonスクリプトの実行機能までを含んでVIMを提供しています.
925
926%package X11
927Summary: VIM editor with X11 support
928Summary(ja): X11 対応の VIM エディタ
929Group: Applications/Editors
930Requires(post): alternatives
931Requires: vim-X11-common = %{version}
932Provides: gvim
933
934%description X11
935VIM (VIsual editor iMproved) is an updated and improved version of the
936vi editor.  Vi was the first real screen-based editor for UNIX, and is
937still very popular. VIM has many new features including:
938multiple windows, multi-level undos, block highlighting and more.
939
940vim-X11 package contains the VIM with X11 features enabled:
941you can run VIM as an X application with a full GUI interface and mouse
942support.
943
944%description -l ja X11
945VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
946くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
947イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
948を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
949トなどです.
950
951このパッケージでは最も基本的な構成のVIMにX11対応を加えたものを提供して
952います.
953
954%package X11-common
955Summary: The common files needed by any version of the GVIM editor
956Summary(ja): X11 対応 VIM エディタに必要な共通ファイル
957Group: Applications/Editors
958Requires: vim-common = %{version}, gtk2
959Requires(post): desktop-file-utils
960Requires(postun): desktop-file-utils
961
962%description X11-common
963vim-X11-common package contains files which every GVIM (VIM with X11
964features enabled) binaries will need in order to run.
965GVIM itself is included in various packages (under every different
966configuration) such as:
967
968  * vim-X11 - normal features
969  * vim-X11-big - big features
970  * vim-X11-huge - huge features and Ruby/Perl/Python support
971
972%description -l ja X11-common
973このパッケージは以下に示す各X11対応のVIMパッケージで提供されるVIMエディ
974タを実行するために必要となる共通のファイル群を提供します:
975
976  * vim-X11      - X対応機能を有効にしたVIMパッケージ
977  * vim-X11-big  - vim-bigをX対応にしたVIMパッケージ
978  * vim-X11-huge - vim-hugeをX対応にしたVIMパッケージ
979
980%package X11-big
981Summary: VIM editor with big features and X11 support
982Summary(ja): X11 対応の多機能版 VIM エディタ
983Group: Applications/Editors
984Requires(post): alternatives
985Requires: vim-X11-common = %{version}
986Provides: gvim
987
988%description X11-big
989VIM-X11 is a version of the VIM editor which is configured to run on the X
990Window System.  If you install this package, you can run VIM as an X
991application with a full GUI interface and mouse support.
992
993The vim-X11-big package provides the VIM which supports more features
994than vim-X11 package does.
995
996%description -l ja X11-big
997VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
998くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
999イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
1000を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
1001トなどです.
1002
1003このパッケージではvim-X11パッケージで提供されるVIMよりも,より多くの機
1004能を含んだVIMを提供しています.
1005
1006%package X11-huge
1007Summary: VIM editor with huge features and X11 support
1008Summary(ja): X11 対応の最大機能版 VIM エディタ
1009Group: Applications/Editors
1010Requires(post): alternatives
1011Requires: vim-X11-common = %{version}
1012Requires: %(perl -le 'use Config; print $Config{archlibexp}')
1013Provides: gvim
1014
1015%description X11-huge
1016VIM-X11 is a version of the VIM editor which is configured to run on the X
1017Window System.  If you install this package, you can run VIM as an X
1018application with a full GUI interface and mouse support.
1019
1020The vim-X11-huge package provides the VIM which supports much more extra
1021features than vim-X11-huge does, such as Ruby/Perl/Python support.
1022
1023%description -l ja X11-huge
1024VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
1025くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
1026イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
1027を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
1028トなどです.
1029
1030このパッケージではX11対応も含めたほとんどすべての機能のサポートに加え,
1031Ruby/Perl/Pythonスクリプトの実行機能までを含んでVIMを提供しています.
1032
1033%prep
1034%setup -q -b 0 -n %{vimdir}
1035# fix rogue dependencies from sample code
1036chmod -x runtime/tools/mve.awk
1037%patch2002 -p1
1038%patch2003 -p1
1039%patch2004 -p1
1040
1041perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
1042
1043# Base patches...
1044# for i in seq 1 154; do printf "%%patch%03d -p0\n" $i; done
1045%patch001 -p0
1046%patch002 -p0
1047%patch003 -p0
1048%patch004 -p0
1049%patch005 -p0
1050%patch006 -p0
1051%patch007 -p0
1052%patch008 -p0
1053%patch009 -p0
1054%patch010 -p0
1055%patch011 -p0
1056%patch012 -p0
1057%patch013 -p0
1058%patch014 -p0
1059%patch015 -p0
1060%patch016 -p0
1061%patch017 -p0
1062%patch018 -p0
1063%patch019 -p0
1064%patch020 -p0
1065%patch021 -p0
1066%patch022 -p0
1067%patch023 -p0
1068%patch024 -p0
1069%patch025 -p0
1070%patch026 -p0
1071%patch027 -p0
1072%patch028 -p0
1073%patch029 -p0
1074%patch030 -p0
1075%patch031 -p0
1076%patch032 -p0
1077%patch033 -p0
1078%patch034 -p0
1079%patch035 -p0
1080%patch036 -p0
1081%patch037 -p0
1082%patch038 -p0
1083%patch039 -p0
1084%patch040 -p0
1085%patch041 -p0
1086%patch042 -p0
1087%patch043 -p0
1088%patch044 -p0
1089%patch045 -p0
1090%patch046 -p0
1091%patch047 -p0
1092%patch048 -p0
1093%patch049 -p0
1094%patch050 -p0
1095%patch051 -p0
1096%patch052 -p0
1097%patch053 -p0
1098%patch054 -p0
1099%patch055 -p0
1100%patch056 -p0
1101%patch057 -p0
1102%patch058 -p0
1103%patch059 -p0
1104%patch060 -p0
1105%patch061 -p0
1106%patch062 -p0
1107%patch063 -p0
1108%patch064 -p0
1109%patch065 -p0
1110%patch066 -p0
1111%patch067 -p0
1112%patch068 -p0
1113%patch069 -p0
1114%patch070 -p0
1115%patch071 -p0
1116%patch072 -p0
1117%patch073 -p0
1118%patch074 -p0
1119%patch075 -p0
1120%patch076 -p0
1121%patch077 -p0
1122%patch078 -p0
1123%patch079 -p0
1124%patch080 -p0
1125%patch081 -p0
1126%patch082 -p0
1127%patch083 -p0
1128%patch084 -p0
1129%patch085 -p0
1130%patch086 -p0
1131%patch087 -p0
1132%patch088 -p0
1133%patch089 -p0
1134%patch090 -p0
1135%patch091 -p0
1136%patch092 -p0
1137%patch093 -p0
1138%patch094 -p0
1139%patch095 -p0
1140%patch096 -p0
1141%patch097 -p0
1142%patch098 -p0
1143%patch099 -p0
1144%patch100 -p0
1145%patch101 -p0
1146%patch102 -p0
1147%patch103 -p0
1148%patch104 -p0
1149%patch105 -p0
1150%patch106 -p0
1151%patch107 -p0
1152%patch108 -p0
1153%patch109 -p0
1154%patch110 -p0
1155%patch111 -p0
1156%patch112 -p0
1157%patch113 -p0
1158%patch114 -p0
1159%patch115 -p0
1160%patch116 -p0
1161%patch117 -p0
1162%patch118 -p0
1163%patch119 -p0
1164%patch120 -p0
1165%patch121 -p0
1166%patch122 -p0
1167%patch123 -p0
1168%patch124 -p0
1169%patch125 -p0
1170%patch126 -p0
1171%patch127 -p0
1172%patch128 -p0
1173%patch129 -p0
1174%patch130 -p0
1175%patch131 -p0
1176%patch132 -p0
1177%patch133 -p0
1178%patch134 -p0
1179%patch135 -p0
1180%patch136 -p0
1181%patch137 -p0
1182%patch138 -p0
1183%patch139 -p0
1184%patch140 -p0
1185%patch141 -p0
1186%patch142 -p0
1187%patch143 -p0
1188%patch144 -p0
1189%patch145 -p0
1190%patch146 -p0
1191%patch147 -p0
1192%patch148 -p0
1193%patch149 -p0
1194%patch150 -p0
1195%patch151 -p0
1196%patch152 -p0
1197%patch153 -p0
1198%patch154 -p0
1199%patch155 -p0
1200%patch156 -p0
1201%patch157 -p0
1202%patch158 -p0
1203%patch159 -p0
1204%patch160 -p0
1205%patch161 -p0
1206%patch162 -p0
1207%patch163 -p0
1208%patch164 -p0
1209%patch165 -p0
1210%patch166 -p0
1211%patch167 -p0
1212%patch168 -p0
1213%patch169 -p0
1214%patch170 -p0
1215%patch171 -p0
1216%patch172 -p0
1217%patch173 -p0
1218%patch174 -p0
1219%patch175 -p0
1220%patch176 -p0
1221%patch177 -p0
1222%patch178 -p0
1223%patch179 -p0
1224%patch180 -p0
1225%patch181 -p0
1226%patch182 -p0
1227%patch183 -p0
1228%patch184 -p0
1229%patch185 -p0
1230%patch186 -p0
1231%patch187 -p0
1232%patch188 -p0
1233%patch189 -p0
1234%patch190 -p0
1235%patch191 -p0
1236%patch192 -p0
1237%patch193 -p0
1238%patch194 -p0
1239%patch195 -p0
1240%patch196 -p0
1241%patch197 -p0
1242%patch198 -p0
1243%patch199 -p0
1244%patch200 -p0
1245%patch201 -p0
1246%patch202 -p0
1247%patch203 -p0
1248%patch204 -p0
1249%patch205 -p0
1250%patch206 -p0
1251%patch207 -p0
1252%patch208 -p0
1253%patch209 -p0
1254%patch210 -p0
1255%patch211 -p0
1256%patch212 -p0
1257%patch213 -p0
1258%patch214 -p0
1259%patch215 -p0
1260%patch216 -p0
1261%patch217 -p0
1262%patch218 -p0
1263%patch219 -p0
1264%patch220 -p0
1265%patch221 -p0
1266%patch222 -p0
1267%patch223 -p0
1268%patch224 -p0
1269%patch225 -p0
1270%patch226 -p0
1271%patch227 -p0
1272%patch228 -p0
1273%patch229 -p0
1274%patch230 -p0
1275%patch231 -p0
1276%patch232 -p0
1277%patch233 -p0
1278%patch234 -p0
1279%patch235 -p0
1280%patch236 -p0
1281%patch237 -p0
1282%patch238 -p0
1283%patch239 -p0
1284%patch240 -p0
1285%patch241 -p0
1286%patch242 -p0
1287%patch243 -p0
1288%patch244 -p0
1289%patch245 -p0
1290%patch246 -p0
1291%patch247 -p0
1292%patch248 -p0
1293%patch249 -p0
1294%patch250 -p0
1295%patch251 -p0
1296%patch252 -p0
1297%patch253 -p0
1298%patch254 -p0
1299%patch255 -p0
1300%patch256 -p0
1301%patch257 -p0
1302%patch258 -p0
1303%patch259 -p0
1304%patch260 -p0
1305%patch261 -p0
1306%patch262 -p0
1307%patch263 -p0
1308%patch264 -p0
1309%patch265 -p0
1310%patch266 -p0
1311%patch267 -p0
1312%patch268 -p0
1313%patch269 -p0
1314%patch270 -p0
1315%patch271 -p0
1316%patch272 -p0
1317%patch273 -p0
1318%patch274 -p0
1319%patch275 -p0
1320%patch276 -p0
1321%patch277 -p0
1322%patch278 -p0
1323%patch279 -p0
1324%patch280 -p0
1325%patch281 -p0
1326%patch282 -p0
1327%patch283 -p0
1328%patch284 -p0
1329%patch285 -p0
1330%patch286 -p0
1331%patch287 -p0
1332%patch288 -p0
1333%patch289 -p0
1334%patch290 -p0
1335%patch291 -p0
1336%patch292 -p0
1337%patch293 -p0
1338%patch294 -p0
1339%patch295 -p0
1340%patch296 -p0
1341%patch297 -p0
1342%patch298 -p0
1343%patch299 -p0
1344%patch300 -p0
1345%patch301 -p0
1346%patch302 -p0
1347%patch303 -p0
1348%patch304 -p0
1349%patch305 -p0
1350%patch306 -p0
1351%patch307 -p0
1352%patch308 -p0
1353%patch309 -p0
1354%patch310 -p0
1355%patch311 -p0
1356%patch312 -p0
1357%patch313 -p0
1358%patch314 -p0
1359%patch315 -p0
1360%patch316 -p0
1361%patch317 -p0
1362%patch318 -p0
1363%patch319 -p0
1364%patch320 -p0
1365%patch321 -p0
1366%patch322 -p0
1367%patch323 -p0
1368%patch324 -p0
1369%patch325 -p0
1370%patch326 -p0
1371%patch327 -p0
1372%patch328 -p0
1373%patch329 -p0
1374%patch330 -p0
1375%patch331 -p0
1376%patch332 -p0
1377%patch333 -p0
1378%patch334 -p0
1379%patch335 -p0
1380%patch336 -p0
1381%patch337 -p0
1382%patch338 -p0
1383%patch339 -p0
1384%patch340 -p0
1385%patch341 -p0
1386%patch342 -p0
1387%patch343 -p0
1388%patch344 -p0
1389%patch345 -p0
1390%patch346 -p0
1391%patch347 -p0
1392%patch348 -p0
1393%patch349 -p0
1394%patch350 -p0
1395%patch351 -p0
1396%patch352 -p0
1397%patch353 -p0
1398%patch354 -p0
1399%patch355 -p0
1400%patch356 -p0
1401%patch357 -p0
1402%patch358 -p0
1403%patch359 -p0
1404%patch360 -p0
1405%patch361 -p0
1406%patch362 -p0
1407%patch363 -p0
1408%patch364 -p0
1409%patch365 -p0
1410%patch366 -p0
1411%patch367 -p0
1412%patch368 -p0
1413%patch369 -p0
1414%patch370 -p0
1415%patch371 -p0
1416%patch372 -p0
1417%patch373 -p0
1418%patch374 -p0
1419%patch375 -p0
1420%patch376 -p0
1421%patch377 -p0
1422%patch378 -p0
1423%patch379 -p0
1424%patch380 -p0
1425%patch381 -p0
1426%patch382 -p0
1427%patch383 -p0
1428%patch384 -p0
1429%patch385 -p0
1430%patch386 -p0
1431%patch387 -p0
1432%patch388 -p0
1433%patch389 -p0
1434%patch390 -p0
1435%patch391 -p0
1436%patch392 -p0
1437%patch393 -p0
1438%patch394 -p0
1439%patch395 -p0
1440%patch396 -p0
1441%patch397 -p0
1442%patch398 -p0
1443%patch399 -p0
1444%patch400 -p0
1445%patch401 -p0
1446%patch402 -p0
1447%patch403 -p0
1448%patch404 -p0
1449%patch405 -p0
1450%patch406 -p0
1451%patch407 -p0
1452%patch408 -p0
1453%patch409 -p0
1454%patch410 -p0
1455%patch411 -p0
1456%patch412 -p0
1457%patch413 -p0
1458%patch414 -p0
1459%patch415 -p0
1460#patch416 -p0
1461%patch417 -p0
1462%patch418 -p0
1463%patch419 -p0
1464%patch420 -p0
1465%patch421 -p0
1466%patch422 -p0
1467%patch423 -p0
1468%patch424 -p0
1469%patch425 -p0
1470%patch426 -p0
1471%patch427 -p0
1472%patch428 -p0
1473%patch429 -p0
1474%patch430 -p0
1475%patch431 -p0
1476%patch432 -p0
1477%patch433 -p0
1478%patch434 -p0
1479%patch435 -p0
1480%patch436 -p0
1481%patch437 -p0
1482%patch438 -p0
1483%patch439 -p0
1484%patch440 -p0
1485%patch441 -p0
1486%patch442 -p0
1487%patch443 -p0
1488%patch444 -p0
1489%patch445 -p0
1490%patch446 -p0
1491%patch447 -p0
1492%patch448 -p0
1493%patch449 -p0
1494%patch450 -p0
1495%patch451 -p0
1496%patch452 -p0
1497%patch453 -p0
1498%patch454 -p0
1499%patch455 -p0
1500%patch456 -p0
1501%patch457 -p0
1502%patch458 -p0
1503%patch459 -p0
1504%patch460 -p0
1505%patch461 -p0
1506%patch462 -p0
1507%patch463 -p0
1508%patch464 -p0
1509%patch465 -p0
1510%patch466 -p0
1511%patch467 -p0
1512%patch468 -p0
1513%patch469 -p0
1514%patch470 -p0
1515%patch471 -p0
1516%patch472 -p0
1517%patch473 -p0
1518%patch474 -p0
1519%patch475 -p0
1520%patch476 -p0
1521%patch477 -p0
1522%patch478 -p0
1523%patch479 -p0
1524%patch480 -p0
1525%patch481 -p0
1526%patch482 -p0
1527%patch483 -p0
1528%patch484 -p0
1529%patch485 -p0
1530%patch486 -p0
1531%patch487 -p0
1532%patch488 -p0
1533%patch489 -p0
1534%patch490 -p0
1535%patch491 -p0
1536%patch492 -p0
1537%patch493 -p0
1538%patch494 -p0
1539%patch495 -p0
1540%patch496 -p0
1541%patch497 -p0
1542%patch498 -p0
1543%patch499 -p0
1544%patch500 -p0
1545%patch501 -p0
1546%patch502 -p0
1547%patch503 -p0
1548%patch504 -p0
1549%patch505 -p0
1550%patch506 -p0
1551%patch507 -p0
1552%patch508 -p0
1553%patch509 -p0
1554%patch510 -p0
1555%patch511 -p0
1556%patch512 -p0
1557%patch513 -p0
1558%patch514 -p0
1559%patch515 -p0
1560%patch516 -p0
1561%patch517 -p0
1562%patch518 -p0
1563%patch519 -p0
1564%patch520 -p0
1565%patch521 -p0
1566%patch522 -p0
1567%patch523 -p0
1568%patch524 -p0
1569%patch525 -p0
1570%patch526 -p0
1571%patch527 -p0
1572%patch528 -p0
1573%patch529 -p0
1574%patch530 -p0
1575%patch531 -p0
1576%patch532 -p0
1577%patch533 -p0
1578%patch534 -p0
1579%patch535 -p0
1580%patch536 -p0
1581%patch537 -p0
1582%patch538 -p0
1583%patch539 -p0
1584%patch540 -p0
1585%patch541 -p0
1586%patch542 -p0
1587%patch543 -p0
1588%patch544 -p0
1589%patch545 -p0
1590%patch546 -p0
1591%patch547 -p0
1592%patch548 -p0
1593%patch549 -p0
1594%patch550 -p0
1595%patch551 -p0
1596%patch552 -p0
1597%patch553 -p0
1598%patch554 -p0
1599%patch555 -p0
1600%patch556 -p0
1601%patch557 -p0
1602%patch558 -p0
1603%patch559 -p0
1604%patch560 -p0
1605%patch561 -p0
1606%patch562 -p0
1607%patch563 -p0
1608%patch564 -p0
1609%patch565 -p0
1610%patch566 -p0
1611%patch567 -p0
1612%patch568 -p0
1613%patch569 -p0
1614%patch570 -p0
1615%patch571 -p0
1616%patch572 -p0
1617%patch573 -p0
1618%patch574 -p0
1619%patch575 -p0
1620%patch576 -p0
1621%patch577 -p0
1622%patch578 -p0
1623%patch579 -p0
1624%patch580 -p0
1625%patch581 -p0
1626%patch582 -p0
1627%patch583 -p0
1628%patch584 -p0
1629%patch585 -p0
1630%patch586 -p0
1631%patch587 -p0
1632%patch588 -p0
1633%patch589 -p0
1634%patch590 -p0
1635%patch591 -p0
1636%patch592 -p0
1637%patch593 -p0
1638%patch594 -p0
1639%patch595 -p0
1640%patch596 -p0
1641%patch597 -p0
1642%patch598 -p0
1643%patch599 -p0
1644%patch600 -p0
1645%patch601 -p0
1646%patch602 -p0
1647%patch603 -p0
1648%patch604 -p0
1649%patch605 -p0
1650%patch606 -p0
1651%patch607 -p0
1652%patch608 -p0
1653%patch609 -p0
1654%patch610 -p0
1655%patch611 -p0
1656%patch612 -p0
1657%patch613 -p0
1658%patch614 -p0
1659%patch615 -p0
1660%patch616 -p0
1661%patch617 -p0
1662%patch618 -p0
1663%patch619 -p0
1664%patch620 -p0
1665%patch621 -p0
1666%patch622 -p0
1667%patch623 -p0
1668%patch624 -p0
1669%patch625 -p0
1670%patch626 -p0
1671%patch627 -p0
1672%patch628 -p0
1673%patch629 -p0
1674%patch630 -p0
1675%patch631 -p0
1676%patch632 -p0
1677%patch633 -p0
1678%patch634 -p0
1679%patch635 -p0
1680%patch636 -p0
1681%patch637 -p0
1682%patch638 -p0
1683%patch639 -p0
1684%patch640 -p0
1685%patch641 -p0
1686%patch642 -p0
1687%patch643 -p0
1688%patch644 -p0
1689%patch645 -p0
1690%patch646 -p0
1691%patch647 -p0
1692%patch648 -p0
1693%patch649 -p0
1694%patch650 -p0
1695%patch651 -p0
1696%patch652 -p0
1697%patch653 -p0
1698%patch654 -p0
1699%patch655 -p0
1700%patch656 -p0
1701%patch657 -p0
1702%patch658 -p0
1703%patch659 -p0
1704%patch660 -p0
1705%patch661 -p0
1706%patch662 -p0
1707%patch663 -p0
1708%patch664 -p0
1709%patch665 -p0
1710%patch666 -p0
1711%patch667 -p0
1712%patch668 -p0
1713%patch669 -p0
1714%patch670 -p0
1715%patch671 -p0
1716%patch672 -p0
1717%patch673 -p0
1718%patch674 -p0
1719%patch675 -p0
1720%patch676 -p0
1721%patch677 -p0
1722%patch678 -p0
1723%patch679 -p0
1724%patch680 -p0
1725%patch681 -p0
1726%patch682 -p0
1727%patch683 -p0
1728%patch684 -p0
1729%patch685 -p0
1730%patch686 -p0
1731%patch687 -p0
1732%patch688 -p0
1733%patch689 -p0
1734%patch690 -p0
1735%patch691 -p0
1736%patch692 -p0
1737%patch693 -p0
1738%patch694 -p0
1739%patch695 -p0
1740%patch696 -p0
1741%patch697 -p0
1742%patch698 -p0
1743%patch699 -p0
1744%patch700 -p0
1745%patch701 -p0
1746%patch702 -p0
1747%patch703 -p0
1748%patch704 -p0
1749%patch705 -p0
1750%patch706 -p0
1751%patch707 -p0
1752%patch708 -p0
1753%patch709 -p0
1754%patch710 -p0
1755%patch711 -p0
1756%patch712 -p0
1757
1758%patch2010 -p1
1759
1760%patch3000 -p1
1761%patch3002 -p1
1762%patch3003 -p1
1763#%patch3004 -p1
1764
1765%patch3006 -p1
1766%patch3007 -p1
1767#%patch3008 -p1
1768%patch3009 -p1
1769%patch3010 -p1
1770%patch3011 -p1
1771
1772%patch4000 -p1
1773# %patch4010 -p1
1774
1775%build
1776cd src
1777autoconf
1778
1779make shadow
1780mv shadow vim-X11-huge
1781(cd vim-X11-huge && \
1782 mkdir po && (cd po && ln -s ../../po/* .) && \
1783 %configure %{configopts} %{features_x11} %{features_huge} && \
1784 make %{?_smp_mflags})
1785
1786make shadow
1787mv shadow vim-X11-big
1788(cd vim-X11-big && \
1789 mkdir po && (cd po && ln -s ../../po/* .) && \
1790 %configure %{configopts} %{features_x11} %{features_big} && \
1791 make %{?_smp_mflags})
1792
1793make shadow
1794mv shadow vim-X11-normal
1795(cd vim-X11-normal && \
1796 mkdir po && (cd po && ln -s ../../po/* .) && \
1797 %configure %{configopts} %{features_x11} %{features_normal} && \
1798 make %{?_smp_mflags})
1799
1800make shadow
1801mv shadow vim-huge
1802(cd vim-huge && \
1803 mkdir po && (cd po && ln -s ../../po/* .) && \
1804 %configure %{configopts} %{features_nox11} %{features_huge} && \
1805 make %{?_smp_mflags})
1806
1807make shadow
1808mv shadow vim-big
1809(cd vim-big && \
1810 mkdir po && (cd po && ln -s ../../po/* .) && \
1811 %configure %{configopts} %{features_nox11} %{features_big} && \
1812 make %{?_smp_mflags})
1813
1814make shadow
1815mv shadow vim-normal
1816(cd vim-normal && \
1817 mkdir po && (cd po && ln -s ../../po/* .) && \
1818 %configure %{configopts} %{features_nox11} %{features_normal} && \
1819 make %{?_smp_mflags})
1820
1821make shadow
1822mv shadow vim-tiny
1823cp os_unix.h os_unix.h.orig
1824sed -i -e 's|$VIM/vimrc|/etc/vimrc.tiny|g' os_unix.h
1825(cd vim-tiny && \
1826 LDFLAGS=-static export LDFLAGS; \
1827 %configure %{configopts} %{features_nox11} %{features_tiny} && \
1828 make %{?_smp_mflags})
1829cp os_unix.h.orig os_unix.h
1830
1831%install
1832rm -rf %{buildroot}
1833mkdir -p %{buildroot}
1834mkdir -p %{buildroot}%{vimrcloc}
1835mkdir -p %{buildroot}/%{vimruntime}
1836
1837ln -s %{vimrcloc}/vimrc.ja  %{buildroot}/%{vimruntime}/vimrc
1838ln -s %{vimrcloc}/gvimrc.ja %{buildroot}/%{vimruntime}/gvimrc
1839ln -s %{vimrcloc}           %{buildroot}/%{vimruntime}/vimfiles
1840
1841cd src
1842
1843for d in vim-normal vim-big vim-huge vim-X11-normal vim-X11-big vim-X11-huge vim-tiny
1844do
1845  make -C$d DESTDIR=%{buildroot} installvimbin
1846  vimbin=`find %{buildroot} -name vim -type f`
1847  mv $vimbin `dirname $vimbin`/`echo $d | sed -e's/^vim-/vim./'`
1848done
1849make -Cvim-huge     DESTDIR=%{buildroot} installtools installtutor
1850make -Cvim-X11-huge DESTDIR=%{buildroot} installtools installtutor installtutorbin
1851make -Cvim-X11-huge DESTDIR=%{buildroot} install-languages install-icons
1852make -Cvim-X11-huge DESTDIR=%{buildroot} installruntime installlinks installmanlinks
1853find %{buildroot}/%{_bindir} -type l -exec rm \{\} \;
1854
1855# Dependency cleanups
1856chmod 644 %{buildroot}/%{_datadir}/vim/%{vimsubdir}/doc/vim2html.pl \
1857 %{buildroot}/%{_datadir}/vim/%{vimsubdir}/tools/*.pl \
1858 %{buildroot}/%{_datadir}/vim/%{vimsubdir}/tools/vim132
1859chmod 644 ../runtime/doc/vim2html.pl
1860
1861# installing vimrc files.
1862install -p -m644 %{SOURCE300} %{buildroot}%{vimrcloc}/vimrc.ja
1863install -p -m644 %{SOURCE300} %{buildroot}%{vimrcloc}/gvimrc.ja
1864install -p -m644 %{SOURCE300} %{buildroot}%{_sysconfdir}/vimrc.tiny
1865
1866# installing misc utils.
1867install -p -m644 %{SOURCE400} %{buildroot}%{_datadir}/vim/%{vimsubdir}/plugin/format.vim
1868install -p -m644 %{SOURCE401} %{buildroot}%{_datadir}/vim/%{vimsubdir}/plugin/verifyenc.vim
1869
1870cd ../..
1871
1872# desktop file
1873%__mkdir_p %{buildroot}%{_datadir}/applications
1874%__install -p -m644 %{SOURCE100} %{buildroot}%{_datadir}/applications/gvim.desktop
1875
1876# icons
1877%__mkdir_p %{buildroot}%{_datadir}/icons/hicolor/{16x16,32x32,48x48,64x64}/apps
1878%__install -p -m644 %{SOURCE101} %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/gvim.png
1879%__install -p -m644 %{SOURCE102} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/gvim.png
1880%__install -p -m644 %{SOURCE103} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/gvim.png
1881%__install -p -m644 %{SOURCE104} %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/gvim.png
1882
1883# remove international manuals
1884rm -rf %{buildroot}/%{_mandir}/{fr,it,ru,pl}*
1885
1886%post tiny
1887update-alternatives \
1888  --install /bin/vi      vi      /bin/vim.tiny 20 \
1889  --slave   /bin/vim     vim     /bin/vim.tiny \
1890  --slave   /bin/eview   eview   /bin/vim.tiny \
1891  --slave   /bin/evim    evim    /bin/vim.tiny \
1892  --slave   /bin/ex      ex      /bin/vim.tiny \
1893  --slave   /bin/rview   rview   /bin/vim.tiny \
1894  --slave   /bin/rvim    rvim    /bin/vim.tiny \
1895  --slave   /bin/view    view    /bin/vim.tiny \
1896  --slave   /bin/vimdiff vimdiff /bin/vim.tiny
1897
1898%triggerpostun -- vim-minimal < 6.0
1899update-alternatives --auto vi
1900
1901%triggerpostun tiny -- vim-tiny <= 6.2.532-0vl3
1902update-alternatives --remove vi /bin/vim
1903update-alternatives --auto vi
1904
1905%preun tiny
1906if [ "$1" = "0" ]
1907then
1908  update-alternatives --remove vi /bin/vim.tiny
1909fi
1910
1911%post
1912update-alternatives \
1913  --install /bin/vi      vi      %{_bindir}/vim.normal 31 \
1914  --slave   /bin/vim     vim     %{_bindir}/vim.normal \
1915  --slave   /bin/eview   eview   %{_bindir}/vim.normal \
1916  --slave   /bin/evim    evim    %{_bindir}/vim.normal \
1917  --slave   /bin/ex      ex      %{_bindir}/vim.normal \
1918  --slave   /bin/rview   rview   %{_bindir}/vim.normal \
1919  --slave   /bin/rvim    rvim    %{_bindir}/vim.normal \
1920  --slave   /bin/view    view    %{_bindir}/vim.normal \
1921  --slave   /bin/vimdiff vimdiff %{_bindir}/vim.normal
1922
1923%triggerpostun -- vim <= 6.2.532-0vl3
1924update-alternatives --remove vim /usr/bin/vim.normal
1925
1926%preun
1927if [ "$1" = "0" ]
1928then
1929  update-alternatives --remove vi %{_bindir}/vim.normal
1930fi
1931
1932%post big
1933update-alternatives \
1934  --install /bin/vi      vi      %{_bindir}/vim.big 41 \
1935  --slave   /bin/vim     vim     %{_bindir}/vim.big \
1936  --slave   /bin/eview   eview   %{_bindir}/vim.big \
1937  --slave   /bin/evim    evim    %{_bindir}/vim.big \
1938  --slave   /bin/ex      ex      %{_bindir}/vim.big \
1939  --slave   /bin/rview   rview   %{_bindir}/vim.big \
1940  --slave   /bin/rvim    rvim    %{_bindir}/vim.big \
1941  --slave   /bin/view    view    %{_bindir}/vim.big \
1942  --slave   /bin/vimdiff vimdiff %{_bindir}/vim.big
1943
1944%triggerpostun big -- vim-big <= 6.2.532-0vl3
1945update-alternatives --remove vim /usr/bin/vim.big
1946
1947%preun big
1948if [ "$1" = "0" ]
1949then
1950  update-alternatives --remove vi %{_bindir}/vim.big
1951fi
1952
1953%post huge
1954update-alternatives \
1955  --install /bin/vi      vi      %{_bindir}/vim.huge 51 \
1956  --slave   /bin/vim     vim     %{_bindir}/vim.huge \
1957  --slave   /bin/eview   eview   %{_bindir}/vim.huge \
1958  --slave   /bin/evim    evim    %{_bindir}/vim.huge \
1959  --slave   /bin/ex      ex      %{_bindir}/vim.huge \
1960  --slave   /bin/rview   rview   %{_bindir}/vim.huge \
1961  --slave   /bin/rvim    rvim    %{_bindir}/vim.huge \
1962  --slave   /bin/view    view    %{_bindir}/vim.huge \
1963  --slave   /bin/vimdiff vimdiff %{_bindir}/vim.huge
1964
1965%triggerpostun huge -- vim-huge <= 6.2.532-0vl3
1966update-alternatives --remove vim /usr/bin/vim.huge
1967
1968%preun huge
1969if [ "$1" = "0" ]
1970then
1971  update-alternatives --remove vi %{_bindir}/vim.huge
1972fi
1973
1974%post X11
1975update-alternatives \
1976  --install /bin/vi       vi       %{_bindir}/vim.X11-normal 30 \
1977  --slave   /bin/vim      vim      %{_bindir}/vim.X11-normal \
1978  --slave   /bin/eview    eview    %{_bindir}/vim.X11-normal \
1979  --slave   /bin/evim     evim     %{_bindir}/vim.X11-normal \
1980  --slave   /bin/ex       ex       %{_bindir}/vim.X11-normal \
1981  --slave   /bin/rview    rview    %{_bindir}/vim.X11-normal \
1982  --slave   /bin/rvim     rvim     %{_bindir}/vim.X11-normal \
1983  --slave   /bin/view     view     %{_bindir}/vim.X11-normal \
1984  --slave   /bin/vimdiff  vimdiff  %{_bindir}/vim.X11-normal
1985update-alternatives \
1986  --install %{_bindir}/gvim     gvim     %{_bindir}/vim.X11-normal 30 \
1987  --slave   %{_bindir}/gview    gview    %{_bindir}/vim.X11-normal \
1988  --slave   %{_bindir}/gvimdiff gvimdiff %{_bindir}/vim.X11-normal \
1989  --slave   %{_bindir}/rgview   rgview   %{_bindir}/vim.X11-normal \
1990  --slave   %{_bindir}/rgvim    rgvim    %{_bindir}/vim.X11-normal
1991
1992%triggerpostun X11 -- vim-X11 <= 6.2.532-0vl3
1993update-alternatives --remove vim %{_bindir}/vim.X11-normal
1994
1995%preun X11
1996if [ "$1" = "0" ]
1997then
1998  update-alternatives --remove vi   %{_bindir}/vim.X11-normal
1999  update-alternatives --remove gvim %{_bindir}/vim.X11-normal
2000fi
2001
2002%post X11-big
2003update-alternatives \
2004  --install /bin/vi       vi       %{_bindir}/vim.X11-big 40 \
2005  --slave   /bin/vim      vim      %{_bindir}/vim.X11-big \
2006  --slave   /bin/eview    eview    %{_bindir}/vim.X11-big \
2007  --slave   /bin/evim     evim     %{_bindir}/vim.X11-big \
2008  --slave   /bin/ex       ex       %{_bindir}/vim.X11-big \
2009  --slave   /bin/rview    rview    %{_bindir}/vim.X11-big \
2010  --slave   /bin/rvim     rvim     %{_bindir}/vim.X11-big \
2011  --slave   /bin/view     view     %{_bindir}/vim.X11-big \
2012  --slave   /bin/vimdiff  vimdiff  %{_bindir}/vim.X11-big
2013update-alternatives \
2014  --install %{_bindir}/gvim     gvim     %{_bindir}/vim.X11-big 40 \
2015  --slave   %{_bindir}/gview    gview    %{_bindir}/vim.X11-big \
2016  --slave   %{_bindir}/gvimdiff gvimdiff %{_bindir}/vim.X11-big \
2017  --slave   %{_bindir}/rgview   rgview   %{_bindir}/vim.X11-big \
2018  --slave   %{_bindir}/rgvim    rgvim    %{_bindir}/vim.X11-big
2019
2020%triggerpostun X11-big -- vim-X11-big <= 6.2.532-0vl3
2021update-alternatives --remove vim %{_bindir}/vim.X11-big
2022
2023%preun X11-big
2024if [ "$1" = "0" ]
2025then
2026  update-alternatives --remove vi   %{_bindir}/vim.X11-big
2027  update-alternatives --remove gvim %{_bindir}/vim.X11-big
2028fi
2029
2030%post X11-huge
2031update-alternatives \
2032  --install /bin/vi       vi       %{_bindir}/vim.X11-huge 50 \
2033  --slave   /bin/vim      vim      %{_bindir}/vim.X11-huge \
2034  --slave   /bin/eview    eview    %{_bindir}/vim.X11-huge \
2035  --slave   /bin/evim     evim     %{_bindir}/vim.X11-huge \
2036  --slave   /bin/ex       ex       %{_bindir}/vim.X11-huge \
2037  --slave   /bin/rview    rview    %{_bindir}/vim.X11-huge \
2038  --slave   /bin/rvim     rvim     %{_bindir}/vim.X11-huge \
2039  --slave   /bin/view     view     %{_bindir}/vim.X11-huge \
2040  --slave   /bin/vimdiff  vimdiff  %{_bindir}/vim.X11-huge
2041update-alternatives \
2042  --install %{_bindir}/gvim     gvim     %{_bindir}/vim.X11-huge 50 \
2043  --slave   %{_bindir}/gview    gview    %{_bindir}/vim.X11-huge \
2044  --slave   %{_bindir}/gvimdiff gvimdiff %{_bindir}/vim.X11-huge \
2045  --slave   %{_bindir}/rgview   rgview   %{_bindir}/vim.X11-huge \
2046  --slave   %{_bindir}/rgvim    rgvim    %{_bindir}/vim.X11-huge
2047
2048%triggerpostun X11-huge -- vim-X11-huge <= 6.2.532-0vl3
2049update-alternatives --remove vim %{_bindir}/vim.X11-huge
2050
2051%preun X11-huge
2052if [ "$1" = "0" ]
2053then
2054  update-alternatives --remove vi   %{_bindir}/vim.X11-huge
2055  update-alternatives --remove gvim %{_bindir}/vim.X11-huge
2056fi
2057
2058%post X11-common
2059%{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||:
2060
2061%postun X11-common
2062%{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||:
2063
2064%clean
2065rm -rf %{buildroot}
2066
2067%files
2068%defattr(-,root,root)
2069%{_bindir}/vim.normal
2070
2071%files common
2072%defattr(-,root,root)
2073%doc README.txt
2074%doc README_extra.txt
2075%doc README_unix.txt
2076%{vimrcloc}
2077%{_bindir}/vimtutor
2078%{_bindir}/xxd
2079%{_datadir}/vim
2080
2081%files man
2082%defattr(-,root,root)
2083%{_mandir}/man1/eview.1*
2084%{_mandir}/man1/evim.1*
2085%{_mandir}/man1/ex.1*
2086%{_mandir}/man1/rgview.1*
2087%{_mandir}/man1/rgvim.1*
2088%{_mandir}/man1/rview.1*
2089%{_mandir}/man1/rvim.1*
2090%{_mandir}/man1/view.1*
2091%{_mandir}/man1/vim.1*
2092%{_mandir}/man1/vimdiff.1*
2093%{_mandir}/man1/vimtutor.1*
2094%{_mandir}/man1/xxd.1*
2095
2096%files X11-common
2097%defattr(-,root,root)
2098%config(missingok) %{_datadir}/applications/gvim.desktop
2099%{_datadir}/icons/hicolor/*/apps/gvim.png
2100%{_mandir}/man1/gview.1*
2101%{_mandir}/man1/gvim.1*
2102%{_mandir}/man1/gvimdiff.1*
2103
2104%files tiny
2105%defattr(-,root,root)
2106%{binprefix}bin/vim.tiny
2107%{_sysconfdir}/vimrc.tiny
2108
2109%files big
2110%defattr(-,root,root)
2111%{_bindir}/vim.big
2112
2113%files huge
2114%defattr(-,root,root)
2115%{_bindir}/vim.huge
2116
2117%files X11
2118%defattr(-,root,root)
2119%{_bindir}/vim.X11-normal
2120
2121%files X11-big
2122%defattr(-,root,root)
2123%{_bindir}/vim.X11-big
2124
2125%files X11-huge
2126%defattr(-,root,root)
2127%{_bindir}/vim.X11-huge
2128
2129%changelog
2130* Thu Oct 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3.712-1
2131- update to 7.3.712
2132- build with ruby-1.9.3
2133
2134* Sun Jun 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3.206-1
2135- update to 7.3.206
2136
2137* Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3.154-1
2138- update to 7.3.154
2139  - update Patch001-154
2140
2141* Tue Mar 29 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 7.2.446-5
2142- rebuild with perl-5.12.3
2143
2144* Sun Jan 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.2.446-4
2145- add BuildRequires: libXt-devel
2146
2147* Sun Jan 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 7.2.446-3
2148- update vimrc.ja (fixed http://bts.vinelinux.org/user.cgi?action=view_report&id=1067&project=VineLinux)
2149
2150* Sun Sep 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2.446-2
2151- do not BR: glibc-static on Vine 5.x
2152
2153* Sun Sep 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2.446-1
2154- update tp 7.2.446 (add Patch149-446)
2155- run update-alternatives on vim-huge post script
2156- drop Patch3004 (use %%{_datadir}/vim/vimrc)
2157- add vimrc.tiny for vim.tiny
2158- add BR: glibc-static to build vime-tiny
2159
2160* Sat Mar 20 2010 Shu KONNO <owa@bg.wakwak.com> 7.2.148-2
2161- rebuilt with python-2.6
2162
2163* Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2.148-1
2164- new upstream release
2165- modified vimrc.ja to support utf-8 locale
2166- drop vim-{ruby,perl,python}
2167
2168* Mon May 05 2008 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 6.4.10-1vl5
2169- rebuild with perl-5.10.0
2170- applied new versioning policy
2171- add "make installghelplinks"
2172- add BuildRequires: pixman-devel
2173
2174* Wed Sep 05 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 6.4.10-0vl3
2175- [SECURITY] add helptags.patch (patch2000) renamed from 7.1.039
2176  - fix format string vulnerability in the helptags_one (CVE-2007-2953)
2177
2178* Sat Jul 28 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.10-0vl2
2179- changed man Group to Applications/Documentation
2180
2181* Mon May 15 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4.10-0vl1
2182- new upstream patch version
2183
2184* Tue Feb 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4.8-0vl2
2185- update patching script
2186  - exit if upstream patches not exist
2187
2188* Mon Feb 27 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4.8-0vl1
2189- new upstream patch version
2190
2191* Fri Nov 04 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4-0vl2
2192- add cssIdentifier.patch to avoid error
2193
2194* Mon Oct 31 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4-0vl1
2195- new upstream release
2196- drop tmpfile.patch
2197- import verifyenc.vim from KaoriYa.net ([vine-users:073279])
2198  - http://www.kaoriya.net/dist/vim-6.4-w32j.tar.bz2
2199- import checkhl.patch from FC 6.4.000-2
2200
2201  * Tue Oct 25 2005 Karsten Hopp <karsten@redhat.de> 6.4.000-2
2202  - add syntax highlighting rule for %%check (Ralf Ertzinger, #165277)
2203
2204* Mon Oct 17 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.90-0vl1
2205- new upstream patch version
2206- add numeric-keypad.patch (patch101)
2207  - Thanks, ISOBE Takeshi
2208
2209* Sun Aug 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.86-0vl2
2210- [SECURITY] re-add patches, import tmpfile.patch from FC
2211  - oops, patches not added at 6.3.86-0vl1
2212  - overwrite or create arbitrary files via a symlink attack (CAN-2005-0069)
2213
2214* Sat Jul 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.86-0vl1
2215- [SECURITY] new upstream patch version
2216  - modelines shell command execution vulnerability (CAN-2005-2368)
2217- add README_patches.txt
2218
2219* Sun May 15 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.71-0vl1
2220- new upstream patch version
2221- update desktop file
2222  - import icons from FC
2223  - import gvim.desktop from FC and modify
2224  - move gvim.desktop to %%{_datadir}/applications
2225  - run update-desktop-database at X11-common's post/postun
2226- import specsyntax.patch from FC
2227
2228* Wed Jan 26 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.58-0vl1
2229- new upstream patch version
2230- perl/huge/X11-huge
2231  - add Requires: %%(perl -le 'use Config; print $Config{archlibexp}')
2232
2233* Tue Jan 11 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.53-0vl2
2234- rebuild with perl-5.8.6
2235
2236* Mon Dec 27 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.53-0vl1
2237- [SECURITY] new upstream patch version
2238  - arbitrary command execution vulnerability (CAN-2004-1138)
2239- add URL
2240- fix common's Japanese description
2241  - remove package information about vim-X11-*
2242- add Provides: gvim (vim-X11-*)
2243
2244* Fri Oct 29 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.31-0vl1
2245- new upstream patch version
2246- fix URLs (source1,2)
2247
2248* Sun Jun 20 2004 Tomoya TAKA <taka@vinelinux.org> 6.3.6-0vl1
2249- new upstream release
2250- update configurations of alternatives
2251- vim-tiny contains /bin/vim.tiny only
2252- remove 'Requires: vim-common' from vim-man subpackage
2253- change order of fileencordings in vimrc.ja
2254
2255* Wed May 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 6.2.532-0vl3
2256- use gtk2 instead of gtk+
2257- add Requires: gtk2 to vim-X11-common
2258- add BuildRequires: gtk2-devel
2259
2260* Tue May 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 6.2.532-0vl2
2261- add --enable-multibyte to vim-tiny
2262
2263* Sat May 15 2004 Tomoya TAKA <taka@vinelinux.org> 6.2.532-0vl1
2264- new upstream patch version
2265
2266* Sat Mar 20 2004 Tomoya TAKA <taka@vinelinux.org> 6.2.382-0vl1
2267- new upstream version
2268
2269* Mon Oct 06 2003 akira yamada <akira@vinelinux.org> 6.2.106-0vl1
2270- new upstream version
2271- bulid with ruby-1.8.0.
2272
2273* Tue Jun 17 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 6.2.14-0vl1
2274- new upstream version
2275
2276* Wed Jan 22 2003 Tomoya TAKA <taka@vinelinux.org> 6.1.300-0vl1
2277- new upstream patch version
2278
2279* Wed Jan 22 2003 Tomoya TAKA <taka@vinelinux.org> 6.1.265-0vl1
2280- patch level 265, including fix of modeline vulnerability
2281  cf. http://www.guninski.com/vim1.html
2282
2283* Wed Apr 03 2002 akira yamada <akira@vinelinux.org> 6.1.5-0vl1
2284- new upstream version.
2285- updated format.vim. (extracted from
2286  http://www.kaoriya.net/dist/gvim-6.1-w32j.tar.bz2.)
2287- clean uped vimrc, vimrc.ja, gvimrc, gvimrc.ja.
2288
2289* Thu Jan 31 2002 Toru Sagami <sagami@vinelinux.org> 6.0.158-0vl1
2290- patch level 6.0.158
2291
2292* Sun Nov 25 2001 akira yamada <akira@vinelinux.org> 6.0.93-0vl1
2293- new upstream patch version.
2294- added PreReqs: alternatives for vim, vim-tiny, vim-X11.
2295
2296* Mon Nov 12 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl4
2297- added Japanese descriptions.
2298- English descriptions by shaolin.
2299
2300* Wed Nov 07 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl3
2301- added triggerpostun for vim-minimal.
2302
2303* Mon Nov 05 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl2
2304- patch #44, #54, #64 is now available.
2305
2306* Mon Nov 05 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl1
2307- new upstream patch version.
2308- removed jcode2.vim and added new default vimrc.
2309- removed unused sources and patches.
2310- alternatives for /bin/vi.
2311- added net-tools to BuildRequires. (/bin/hostname)
2312
2313* Wed Oct 31 2001 akira yamada <akira@vinelinux.org> 6.0.43-0vl1
2314- new upstream patch version.
2315- added vim-lang and vim-extra.
2316- added gawk to Requires of vim-common.
2317- added gtk+ to Requires of vim-X11-common.
2318
2319* Wed Oct 17 2001 akira yamada <akira@vinelinux.org> 6.0.11-0vl2
2320- added autoconf and libtool to BuildRequires.
2321
2322* Mon Oct 15 2001 akira yamada <akira@vinelinux.org> 6.0.11-0vl1
2323- vim and vim-X11 is no longer virturl package.
2324- obsoleted vim-normal and vim-X11-normal.
2325- added check "$1" = "0" for  preun scripts.
2326
2327* Mon Oct 15 2001 akira yamada <akira@vinelinux.org> 6.0-0vl2
2328- linked staticly vim of vim-tiny.
2329
2330* Sun Oct 14 2001 akira yamada <akira@vinelinux.org> 6.0-0vl1
2331- new upstream version.
2332- now, vim and vim-X11 is virtual package.
2333- new sub-packages vim-tiny, vim-normal, vim-big, vim-ruby, vim-perl,
2334  vim-python, vim-huge, vim-X11-normal, vim-X11-big and vim-X11-huge.
2335- obsoleted vim-minimal and vin-enhanced.
2336
2337* Sat Sep 08 2001 Toru Sagami <sagami@vinelinux.org>
2338- 5.8-0vl4: rebuilt on current ncurses
2339- added format.vim and more useful comments in vimrc.ja
2340
2341* Sat Aug 04 2001 <sagami@vinelinux.org>
2342- 5.8-0vl3: patch level 5.8.9
2343- dont pack duplicated runtime/syntax directory into %%doc
2344
2345* Thu Jul 19 2001 <sagami@vinelinux.org>
2346- 5.8-0vl2: patch level 5.8.7
2347- Add postfix config syntax highlighting
2348
2349* Fri Jun 08 2001 <sagami@vinelinux.org>
2350- vim-5.8-0vl1: patch level 5.8.002
2351
2352* Fri Jun 01 2001 <sagami@vinelinux.org>
2353- vim-5.8-0vl0: vim-5.8 bug fix release
2354
2355* Thu May 10 2001 <sagami@vinelinux.org>
2356- vim-5.7-0vl8: patch level 5.7.030
2357- use versioned sources, not older ones and patches
2358- sync with RH6.2 updates
2359
2360* Wed Apr 18 2001 sagami@vinelinux.org
2361- jcode2.vim: fix back to original one
2362- patch level 5.7.028
2363
2364* Mon Feb 05 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
2365- patch level 5.7.024
2366- small fix for jcode2.vim
2367- split man package from common package to avoid conflict with jvim3
2368
2369* Tue Dec 26 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
2370- %%{makeinstall}
2371- acutally build against current ncurses5 without gpm with ncurses4
2372
2373* Thu Dec 21 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
2374- build against current ncurses5
2375- added CVS commit filetype detection to scripts.vim
2376
2377* Wed Dec 06 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
2378- 5.7.19
2379- jcode.pl-2.13
2380- added License recognition to .spec syntax
2381- added RFC822 mail/ emacs-lips filetype detection to scripts.vim
2382- FHS stuff: _mandir
2383
2384* Wed Jul 19 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
2385- based on RH 5.6-14 ->  5.7 (patchlevel .2)
2386- manpath: /usr/share/man -> /usr/man/man :-)
2387- delete %%makeinstall macro for rpm-3.0.x
2388- gvim: --enable-multibyte, xim, fontset
2389- vim: --enable-multibyte
2390- jcode.pl-2.11 and jcode2.vim from Nozomu Kobayashi's rpm package
2391- vimrc: added bzip2 and Japanese stuff of a kind
2392
2393* Sat Jun  3 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
2394- patchlevel 74
2395- add %%makeinstall macro recognition to .spec file syntax highlighting rules
2396- fix up Makefiles
2397
2398* Fri Apr 14 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
2399- patchlevel 66
2400- fix compilation with perl 5.6.0
2401
2402* Mon Mar 20 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
2403- patchlevel 12
2404
2405* Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
2406- fix home/end in vimrc (we did a term = rxvt, totally wrong)
2407
2408* Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
2409- change F1-F4 keybindings for xterm builtin terminfo to match real terminfo
2410
2411* Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
2412- kill autoindent
2413
2414* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
2415- wmconfig -> desktop
2416
2417* Sat Feb  5 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
2418- Patchlevel 11
2419- handle compressed man pages
2420- fix man page symlinks
2421
2422* Wed Feb  2 2000 Bill Nottingham <notting@redhat.com>
2423- eliminate dependencies on X in vim-enhanced, and ncurses/gpm
2424  in vim-minimal
2425
2426* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
2427- eliminate dependencies on csh and perl in vim-common
2428
2429* Wed Jan 19 2000 Bernhard Rosenrk舅zer <bero@redhat.com>
2430- Use awk, not nawk
2431
2432* Tue Jan 18 2000 Bernhard Rosenrk舅zer <bero@redhat.com>
2433- 5.6
2434- patch 5.6.001
2435- remove /usr/bin/vi - if you want vim, type vim
2436
2437* Tue Jan 11 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
2438- 5.6a
2439- Remove dependency on nawk (introduced by base update)
2440- some tweaks to make updating easier
2441
2442* Tue Nov  9 1999 Bernhard Rosenkr舅zer <bero@redhat.com>
2443- 5.5
2444- fix path to vimrc
2445
2446* Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
2447- moved from athena to gtk widgets for X version
2448- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
2449- fixed rogue dependencies from sample files
2450
2451* Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
2452- update to 5.4.
2453
2454* Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
2455- man page had buildroot pollution (#3629).
2456
2457* Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
2458- with recent termcap/terminfo fixes, regular vim works in xterm/console
2459- in color, so vim-color package removed.
2460
2461* Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
2462- removed "set backupdir=/tmp/vim_backup" from default vimrc
2463
2464* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
2465- auto rebuild in the new build environment (release 5)
2466
2467* Thu Dec 17 1998 Michael Maher <mike@redaht.com>
2468- built pacakge for 6.0
2469
2470* Tue Sep 15 1998 Michael Maher <mike@redhat.com>
2471- removed '--with-tlib=termcap' so that color-vim works
2472
2473* Wed Sep  2 1998 Jeff Johnson <jbj@redhat.com>
2474- update to 5.3.
2475
2476* Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
2477- merge in Toshio's changes
2478- color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap"
2479- added minimal rvi/rview and man pages.
2480- move Obsoletes to same package as executable.
2481
2482* Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
2483- Break the package apart similar to the way the netscape package was
2484  broken down to handle navigator or communicator: The vim package is
2485  Obsolete, now there is vim-common with all the common files, and a
2486  package for each binary: vim-minimal (has /bin/vi compiled with no
2487  frills), vim-enhanced (has /usr/bin/vim with extra perl and python
2488  interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with
2489  GUI support.)
2490- Enable the perl and python interpreters in the gui version (gvim).
2491
2492* Tue Jun 30 1998 Michael Maher <mike@redhat.com>
2493- Fixed tutor help.
2494- cvim package added.  Thanks to Stevie Wills for finding this one :-)
2495
2496* Thu May 07 1998 Prospector System <bugs@redhat.com>
2497- translations modified for de, fr, tr
2498
2499* Fri May 01 1998 Donnie Barnes <djb@redhat.com>
2500- added patch to turn off the "vi compatibility" by default.  You can
2501  still get it via the -C command line option
2502
2503* Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
2504- removed perl and python interpreters (sorry, but those don't belong
2505  in a /bin/vi and having two vi's seemed like overkill...complain
2506  to suggest@redhat.com if you care)
2507
2508* Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
2509- fixed buildroot bug
2510
2511* Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
2512- updated from 4.6 to 5.1
2513- moved to buildroot
2514
2515* Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
2516- fixed missing man page
2517
2518* Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
2519- added wmconfig entry to vim-X11
2520
2521* Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
2522- upgraded from 4.5 to 4.6
2523
2524* Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
2525- built against glibc
2526
2527* Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
2528- Upgraded to 4.5
2529- Added ex symlinks
2530
2531* Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
2532- Added view symlink.
Note: See TracBrowser for help on using the repository browser.