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

Revision 3193, 70.7 KB checked in by yasumichi, 13 years ago (diff)

perl-5.12.3 でリビルド

Line 
1# version, patch version
2%define vimversion      7.2
3%define vimpversion     446
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: 5%{?_dist_release}
35
36Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{vimversion}.tar.bz2
37Source1: ftp://ftp.vim.org/pub/vim/extra/vim-%{vimversion}-extra.tar.gz
38Source2: ftp://ftp.vim.org/pub/vim/extra/vim-%{vimversion}-lang.tar.gz
39
40# gvim desktop file
41Source100: gvim.desktop
42Source101: gvim16.png
43Source102: gvim32.png
44Source103: gvim48.png
45Source104: gvim64.png
46
47Source300: vimrc.ja
48Source400: format.vim
49Source401: verifyenc.vim
50
51Patch2002: vim-7.0-fixkeys.patch
52Patch2003: vim-6.2-specsyntax.patch
53Patch2004: vim-7.0-crv.patch
54Patch2010: xxd-locale.patch
55
56# Patches 1000 and up are patches from the base maintainer.
57# If you're as lazy as me, generate the list using
58# (for i in `seq 1 58`; do echo "Patch`expr 1000 + $i`: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.`expr 1000 + $i | sed -e 's,^.,,'`"; done) > vimpatches
59Patch001: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.001
60Patch002: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.002
61Patch003: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.003
62Patch004: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.004
63Patch005: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.005
64Patch006: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.006
65Patch007: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.007
66Patch008: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.008
67Patch009: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.009
68Patch010: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.010
69Patch011: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.011
70Patch012: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.012
71Patch013: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.013
72Patch014: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.014
73Patch015: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.015
74Patch016: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.016
75Patch017: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.017
76Patch018: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.018
77Patch019: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.019
78Patch020: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.020
79Patch021: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.021
80Patch022: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.022
81Patch023: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.023
82Patch024: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.024
83Patch025: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.025
84Patch026: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.026
85Patch027: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.027
86Patch028: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.028
87Patch029: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.029
88Patch030: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.030
89Patch031: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.031
90Patch032: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.032
91Patch033: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.033
92Patch034: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.034
93Patch035: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.035
94Patch036: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.036
95Patch037: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.037
96Patch038: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.038
97Patch039: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.039
98Patch040: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.040
99Patch041: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.041
100Patch042: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.042
101Patch043: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.043
102Patch044: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.044
103Patch045: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.045
104Patch046: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.046
105Patch047: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.047
106Patch048: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.048
107Patch049: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.049
108Patch050: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.050
109Patch051: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.051
110Patch052: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.052
111Patch053: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.053
112Patch054: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.054
113Patch055: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.055
114Patch056: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.056
115Patch057: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.057
116Patch058: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.058
117Patch059: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.059
118Patch060: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.060
119Patch061: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.061
120Patch062: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.062
121Patch063: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.063
122Patch064: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.064
123Patch065: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.065
124Patch066: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.066
125Patch067: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.067
126Patch068: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.068
127Patch069: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.069
128Patch070: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.070
129Patch071: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.071
130Patch072: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.072
131Patch073: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.073
132Patch074: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.074
133Patch075: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.075
134Patch076: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.076
135Patch077: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.077
136Patch078: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.078
137Patch079: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.079
138Patch080: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.080
139Patch081: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.081
140Patch082: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.082
141Patch083: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.083
142Patch084: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.084
143Patch085: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.085
144Patch086: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.086
145Patch087: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.087
146Patch088: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.088
147Patch089: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.089
148Patch090: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.090
149Patch091: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.091
150Patch092: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.092
151Patch093: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.093
152Patch094: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.094
153Patch095: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.095
154Patch096: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.096
155Patch097: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.097
156Patch098: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.098
157Patch099: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.099
158Patch100: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.100
159Patch101: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.101
160Patch102: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.102
161Patch103: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.103
162Patch104: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.104
163Patch105: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.105
164Patch106: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.106
165Patch107: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.107
166Patch108: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.108
167Patch109: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.109
168Patch110: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.110
169Patch111: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.111
170Patch112: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.112
171Patch113: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.113
172Patch114: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.114
173Patch115: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.115
174Patch116: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.116
175Patch117: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.117
176Patch118: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.118
177Patch119: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.119
178Patch120: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.120
179Patch121: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.121
180Patch122: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.122
181Patch123: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.123
182Patch124: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.124
183Patch125: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.125
184Patch126: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.126
185Patch127: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.127
186Patch128: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.128
187Patch129: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.129
188Patch130: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.130
189Patch131: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.131
190Patch132: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.132
191Patch133: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.133
192Patch134: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.134
193Patch135: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.135
194Patch136: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.136
195Patch137: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.137
196Patch138: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.138
197Patch139: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.139
198Patch140: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.140
199Patch141: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.141
200Patch142: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.142
201Patch143: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.143
202Patch144: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.144
203Patch145: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.145
204Patch146: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.146
205Patch147: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.147
206Patch148: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.148
207Patch149: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.149
208Patch150: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.150
209Patch151: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.151
210Patch152: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.152
211Patch153: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.153
212Patch154: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.154
213Patch155: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.155
214Patch156: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.156
215Patch157: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.157
216Patch158: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.158
217Patch159: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.159
218Patch160: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.160
219Patch161: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.161
220Patch162: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.162
221Patch163: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.163
222Patch164: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.164
223Patch165: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.165
224Patch166: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.166
225Patch167: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.167
226Patch168: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.168
227Patch169: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.169
228Patch170: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.170
229Patch171: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.171
230Patch172: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.172
231Patch173: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.173
232Patch174: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.174
233Patch175: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.175
234Patch176: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.176
235Patch177: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.177
236Patch178: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.178
237Patch179: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.179
238Patch180: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.180
239Patch181: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.181
240Patch182: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.182
241Patch183: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.183
242Patch184: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.184
243Patch185: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.185
244Patch186: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.186
245Patch187: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.187
246Patch188: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.188
247Patch189: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.189
248Patch190: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.190
249Patch191: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.191
250Patch192: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.192
251Patch193: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.193
252Patch194: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.194
253Patch195: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.195
254Patch196: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.196
255Patch197: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.197
256Patch198: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.198
257Patch199: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.199
258Patch200: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.200
259Patch201: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.201
260Patch202: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.202
261Patch203: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.203
262Patch204: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.204
263Patch205: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.205
264Patch206: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.206
265Patch207: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.207
266Patch208: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.208
267Patch209: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.209
268Patch210: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.210
269Patch211: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.211
270Patch212: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.212
271Patch213: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.213
272Patch214: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.214
273Patch215: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.215
274Patch216: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.216
275Patch217: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.217
276Patch218: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.218
277Patch219: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.219
278Patch220: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.220
279Patch221: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.221
280Patch222: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.222
281Patch223: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.223
282Patch224: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.224
283Patch225: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.225
284Patch226: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.226
285Patch227: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.227
286Patch228: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.228
287Patch229: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.229
288Patch230: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.230
289Patch231: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.231
290Patch232: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.232
291Patch233: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.233
292Patch234: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.234
293Patch235: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.235
294Patch236: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.236
295Patch237: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.237
296Patch238: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.238
297Patch239: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.239
298Patch240: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.240
299Patch241: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.241
300Patch242: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.242
301Patch243: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.243
302Patch244: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.244
303Patch245: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.245
304Patch246: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.246
305Patch247: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.247
306Patch248: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.248
307Patch249: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.249
308Patch250: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.250
309Patch251: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.251
310Patch252: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.252
311Patch253: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.253
312Patch254: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.254
313Patch255: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.255
314Patch256: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.256
315Patch257: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.257
316Patch258: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.258
317Patch259: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.259
318Patch260: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.260
319Patch261: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.261
320Patch262: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.262
321Patch263: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.263
322Patch264: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.264
323Patch265: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.265
324Patch266: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.266
325Patch267: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.267
326Patch268: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.268
327Patch269: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.269
328Patch270: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.270
329Patch271: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.271
330Patch272: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.272
331Patch273: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.273
332Patch274: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.274
333Patch275: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.275
334Patch276: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.276
335Patch277: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.277
336Patch278: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.278
337Patch279: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.279
338Patch280: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.280
339Patch281: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.281
340Patch282: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.282
341Patch283: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.283
342Patch284: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.284
343Patch285: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.285
344Patch286: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.286
345Patch287: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.287
346Patch288: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.288
347Patch289: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.289
348Patch290: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.290
349Patch291: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.291
350Patch292: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.292
351Patch293: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.293
352Patch294: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.294
353Patch295: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.295
354Patch296: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.296
355Patch297: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.297
356Patch298: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.298
357Patch299: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.299
358Patch300: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.300
359Patch301: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.301
360Patch302: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.302
361Patch303: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.303
362Patch304: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.304
363Patch305: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.305
364Patch306: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.306
365Patch307: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.307
366Patch308: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.308
367Patch309: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.309
368Patch310: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.310
369Patch311: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.311
370Patch312: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.312
371Patch313: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.313
372Patch314: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.314
373Patch315: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.315
374Patch316: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.316
375Patch317: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.317
376Patch318: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.318
377Patch319: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.319
378Patch320: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.320
379Patch321: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.321
380Patch322: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.322
381Patch323: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.323
382Patch324: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.324
383Patch325: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.325
384Patch326: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.326
385Patch327: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.327
386Patch328: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.328
387Patch329: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.329
388Patch330: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.330
389Patch331: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.331
390Patch332: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.332
391Patch333: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.333
392Patch334: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.334
393Patch335: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.335
394Patch336: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.336
395Patch337: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.337
396Patch338: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.338
397Patch339: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.339
398Patch340: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.340
399Patch341: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.341
400Patch342: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.342
401Patch343: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.343
402Patch344: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.344
403Patch345: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.345
404Patch346: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.346
405Patch347: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.347
406Patch348: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.348
407Patch349: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.349
408Patch350: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.350
409Patch351: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.351
410Patch352: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.352
411Patch353: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.353
412Patch354: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.354
413Patch355: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.355
414Patch356: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.356
415Patch357: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.357
416Patch358: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.358
417Patch359: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.359
418Patch360: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.360
419Patch361: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.361
420Patch362: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.362
421Patch363: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.363
422Patch364: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.364
423Patch365: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.365
424Patch366: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.366
425Patch367: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.367
426Patch368: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.368
427Patch369: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.369
428Patch370: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.370
429Patch371: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.371
430Patch372: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.372
431Patch373: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.373
432Patch374: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.374
433Patch375: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.375
434Patch376: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.376
435Patch377: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.377
436Patch378: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.378
437Patch379: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.379
438Patch380: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.380
439Patch381: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.381
440Patch382: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.382
441Patch383: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.383
442Patch384: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.384
443Patch385: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.385
444Patch386: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.386
445Patch387: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.387
446Patch388: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.388
447Patch389: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.389
448Patch390: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.390
449Patch391: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.391
450Patch392: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.392
451Patch393: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.393
452Patch394: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.394
453Patch395: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.395
454Patch396: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.396
455Patch397: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.397
456Patch398: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.398
457Patch399: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.399
458Patch400: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.400
459Patch401: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.401
460Patch402: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.402
461Patch403: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.403
462Patch404: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.404
463Patch405: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.405
464Patch406: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.406
465Patch407: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.407
466Patch408: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.408
467Patch409: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.409
468Patch410: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.410
469Patch411: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.411
470Patch412: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.412
471Patch413: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.413
472Patch414: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.414
473Patch415: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.415
474Patch416: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.416
475Patch417: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.417
476Patch418: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.418
477Patch419: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.419
478Patch420: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.420
479Patch421: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.421
480Patch422: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.422
481Patch423: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.423
482Patch424: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.424
483Patch425: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.425
484Patch426: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.426
485Patch427: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.427
486Patch428: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.428
487Patch429: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.429
488Patch430: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.430
489Patch431: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.431
490Patch432: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.432
491Patch433: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.433
492Patch434: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.434
493Patch435: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.435
494Patch436: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.436
495Patch437: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.437
496Patch438: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.438
497Patch439: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.439
498Patch440: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.440
499Patch441: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.441
500Patch442: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.442
501Patch443: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.443
502Patch444: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.444
503Patch445: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.445
504Patch446: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.446
505
506Patch3000: vim-7.0-syntax.patch
507Patch3002: vim-7.1-nowarnings.patch
508Patch3003: vim-6.1-rh3.patch
509#Patch3004: vim-7.0-rclocation.patch
510Patch3006: vim-6.4-checkhl.patch
511Patch3007: vim-7.2-fstabsyntax.patch
512#Patch3008: vim-7.1-lib64.patch
513Patch3009: vim-7.0-warning.patch
514Patch3010: vim-7.0-syncolor.patch
515Patch3011: vim-7.0-specedit.patch
516
517Patch4000: vim-7.2-fix-menu.patch
518
519BuildRoot: %{_tmppath}/%{name}-%{version}-root
520BuildRequires: ruby, ruby-devel, python-devel, perl, gtk2-devel, ncurses-devel, autoconf, libtool, net-tools, pixman-devel, libXt-devel
521%if "%{?_dist_release}" != "vl5"
522BuildRequires: glibc-static
523%endif
524Requires(post): alternatives
525Requires: vim-common = %{version}
526
527%description
528VIM (VIsual editor iMproved) is an updated and improved version of the
529vi editor.  Vi was the first real screen-based editor for UNIX, and is
530still very popular. VIM has many new features including:
531multiple windows, multi-level undos, block highlighting and more.
532
533vim-normal package provides a VIM executable configured
534with essential features enabled.
535
536%description -l ja
537VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
538くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
539イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
540を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
541トなどです.
542
543このパッケージでは最も基本的な機能を含んだVIMが提供されます.
544
545%package common
546Summary: Common files needed by the non-X VIM packages
547Summary(ja): 各種の VIM パッケージに必要なファイル
548Group: Applications/Editors
549Requires: gawk
550Conflicts: vim-X11 < 6.0, vim-enhanced < 6.0, vim-minimal < 6.0
551
552%description common
553vim-common package contains files which every VIM binary packages will
554need in order to run. VIM itself is included in various packages (under
555every different configuration) such as:
556
557  * vim        - normal features
558  * vim-big    - big features
559  * vim-huge   - huge features and Ruby/Perl/Python support
560
561%description -l ja common
562このパッケージは以下に示す各VIMパッケージで提供されるVIMエディタを実行
563するために必要となる共通のファイル群を提供します:
564
565  * vim          - 最も基本的な機能を含んだVIMパッケージ
566  * vim-big      - より多くの機能を効有にしたVIMパッケージ
567  * vim-huge     - Ruby/Perl/Pythonの各スクリプトの実行機能と,それ以外の
568                   ほぼすべての機能を有効にしたVIMパッケージ
569
570%package man
571Summary: Man pages for the VIM editor
572Summary(ja): VIM エディタの man ページ
573Group: Applications/Documentation
574Conflicts: nvi <= 1.79_jp-18vl1, jvim <= 3.0j2.1a-0vl1
575
576%description man
577This package contains man pages for the VIM editor.
578
579%description -l ja man
580このパッケージはVIMエディタのmanページを含んでいます.
581
582%package tiny
583Summary: A minimal version of the VIM editor
584Summary(ja): 最小構成の VIM エディタ
585Group: Applications/Editors
586Requires(post): alternatives
587Conflicts: nvi <= 1.79_jp-18vl1, jvim <= 3.0j2.1a-0vl1, vim-minimal
588Obsoletes: vim-minimal
589
590%description tiny
591VIM (VIsual editor iMproved) is an updated and improved version of the
592vi editor.  Vi was the first real screen-based editor for UNIX, and is
593still very popular. VIM has many new features including:
594multiple windows, multi-level undos, block highlighting and more.
595
596vim-tiny package contains /bin/vi, a minimally configured version
597of the VIM. It may be handy when only the root partition is present.
598vim-common package is NOT needed to run this program.
599
600%description -l ja tiny
601VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
602くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
603イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
604を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
605トなどです.
606
607このパッケージでは最小構成のVIMを/bin/vimとして提供しています。このパッ
608ケージで提供されるVIMを使うにあたってはvim-commonパッケージは必要あり
609ません.
610
611%package big
612Summary: VIM editor with big features
613Summary(ja): 多機能版の VIM エディタ
614Group: Applications/Editors
615Requires(post): alternatives
616Requires: vim-common = %{version}
617Obsoletes: vim-color
618
619%description big
620VIM (VIsual editor iMproved) is an updated and improved version of the
621vi editor.  Vi was the first real screen-based editor for UNIX, and is
622still very popular. VIM has many new features including:
623multiple windows, multi-level undos, block highlighting and more.
624
625vim-big package contains the VIM with "big" features enabled.
626
627%description -l ja big
628VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
629くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
630イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
631を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
632トなどです.
633
634このパッケージではvimパッケージで提供されるVIMよりも多くの機能を含んだ
635VIMを提供しています.
636
637%package huge
638Summary: VIM editor with huge features
639Summary(ja): 最大機能版の VIM エディタ
640Group: Applications/Editors
641Requires(post): alternatives
642Requires: vim-common = %{version}
643Requires: %(perl -le 'use Config; print $Config{archlibexp}')
644Obsoletes: vim-color
645Obsoletes: vim-ruby, vim-python, vim-perl
646
647%description huge
648VIM (VIsual editor iMproved) is an updated and improved version of the
649vi editor.  Vi was the first real screen-based editor for UNIX, and is
650still very popular. VIM has many new features including:
651multiple windows, multi-level undos, block highlighting and more.
652
653vim-huge package contains the VIM with most of its features (except
654X11 features) enabled such as Ruby, Perl and Python features.
655
656%description -l ja huge
657VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
658くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
659イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
660を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
661トなどです.
662
663このパッケージではX11対応以外のほとんどすべての機能のサポートに加え,
664Ruby/Perl/Pythonスクリプトの実行機能までを含んでVIMを提供しています.
665
666%package X11
667Summary: VIM editor with X11 support
668Summary(ja): X11 対応の VIM エディタ
669Group: Applications/Editors
670Requires(post): alternatives
671Requires: vim-X11-common = %{version}
672Provides: gvim
673
674%description X11
675VIM (VIsual editor iMproved) is an updated and improved version of the
676vi editor.  Vi was the first real screen-based editor for UNIX, and is
677still very popular. VIM has many new features including:
678multiple windows, multi-level undos, block highlighting and more.
679
680vim-X11 package contains the VIM with X11 features enabled:
681you can run VIM as an X application with a full GUI interface and mouse
682support.
683
684%description -l ja X11
685VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
686くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
687イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
688を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
689トなどです.
690
691このパッケージでは最も基本的な構成のVIMにX11対応を加えたものを提供して
692います.
693
694%package X11-common
695Summary: The common files needed by any version of the GVIM editor
696Summary(ja): X11 対応 VIM エディタに必要な共通ファイル
697Group: Applications/Editors
698Requires: vim-common = %{version}, gtk2
699Requires(post): desktop-file-utils
700Requires(postun): desktop-file-utils
701
702%description X11-common
703vim-X11-common package contains files which every GVIM (VIM with X11
704features enabled) binaries will need in order to run.
705GVIM itself is included in various packages (under every different
706configuration) such as:
707
708  * vim-X11 - normal features
709  * vim-X11-big - big features
710  * vim-X11-huge - huge features and Ruby/Perl/Python support
711
712%description -l ja X11-common
713このパッケージは以下に示す各X11対応のVIMパッケージで提供されるVIMエディ
714タを実行するために必要となる共通のファイル群を提供します:
715
716  * vim-X11      - X対応機能を有効にしたVIMパッケージ
717  * vim-X11-big  - vim-bigをX対応にしたVIMパッケージ
718  * vim-X11-huge - vim-hugeをX対応にしたVIMパッケージ
719
720%package X11-big
721Summary: VIM editor with big features and X11 support
722Summary(ja): X11 対応の多機能版 VIM エディタ
723Group: Applications/Editors
724Requires(post): alternatives
725Requires: vim-X11-common = %{version}
726Provides: gvim
727
728%description X11-big
729VIM-X11 is a version of the VIM editor which is configured to run on the X
730Window System.  If you install this package, you can run VIM as an X
731application with a full GUI interface and mouse support.
732
733The vim-X11-big package provides the VIM which supports more features
734than vim-X11 package does.
735
736%description -l ja X11-big
737VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
738くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
739イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
740を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
741トなどです.
742
743このパッケージではvim-X11パッケージで提供されるVIMよりも,より多くの機
744能を含んだVIMを提供しています.
745
746%package X11-huge
747Summary: VIM editor with huge features and X11 support
748Summary(ja): X11 対応の最大機能版 VIM エディタ
749Group: Applications/Editors
750Requires(post): alternatives
751Requires: vim-X11-common = %{version}
752Requires: %(perl -le 'use Config; print $Config{archlibexp}')
753Provides: gvim
754
755%description X11-huge
756VIM-X11 is a version of the VIM editor which is configured to run on the X
757Window System.  If you install this package, you can run VIM as an X
758application with a full GUI interface and mouse support.
759
760The vim-X11-huge package provides the VIM which supports much more extra
761features than vim-X11-huge does, such as Ruby/Perl/Python support.
762
763%description -l ja X11-huge
764VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
765くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
766イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
767を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
768トなどです.
769
770このパッケージではX11対応も含めたほとんどすべての機能のサポートに加え,
771Ruby/Perl/Pythonスクリプトの実行機能までを含んでVIMを提供しています.
772
773%prep
774%setup -q -b 0 -n %{vimdir}
775%setup -q -D -b 1 -n %{vimdir}
776%setup -q -D -b 2 -n %{vimdir}
777# fix rogue dependencies from sample code
778chmod -x runtime/tools/mve.awk
779%patch2002 -p1
780%patch2003 -p1
781%patch2004 -p1
782%patch2010 -p1
783
784perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
785
786# Base patches...
787# for i in seq 1 14; do printf "%%patch%03d -p0 \n" $i; done
788%patch001 -p0
789%patch002 -p0
790%patch003 -p0
791%patch004 -p0
792%patch005 -p0
793%patch006 -p0
794%patch007 -p0
795%patch008 -p0
796%patch009 -p0
797%patch010 -p0
798%patch011 -p0
799%patch012 -p0
800%patch013 -p0
801%patch014 -p0
802%patch015 -p0
803%patch016 -p0
804%patch017 -p0
805%patch018 -p0
806%patch019 -p0
807%patch020 -p0
808%patch021 -p0
809%patch022 -p0
810%patch023 -p0
811%patch024 -p0
812%patch025 -p0
813%patch026 -p0
814%patch027 -p0
815%patch028 -p0
816%patch029 -p0
817%patch030 -p0
818%patch031 -p0
819%patch032 -p0
820%patch033 -p0
821%patch034 -p0
822%patch035 -p0
823%patch036 -p0
824%patch037 -p0
825%patch038 -p0
826%patch039 -p0
827%patch040 -p0
828%patch041 -p0
829%patch042 -p0
830%patch043 -p0
831%patch044 -p0
832%patch045 -p0
833%patch046 -p0
834%patch047 -p0
835%patch048 -p0
836%patch049 -p0
837%patch050 -p0
838%patch051 -p0
839%patch052 -p0
840%patch053 -p0
841%patch054 -p0
842%patch055 -p0
843%patch056 -p0
844%patch057 -p0
845%patch058 -p0
846%patch059 -p0
847%patch060 -p0
848%patch061 -p0                                         
849%patch062 -p0
850%patch063 -p0
851%patch064 -p0
852%patch065 -p0
853%patch066 -p0
854%patch067 -p0
855%patch068 -p0
856%patch069 -p0
857%patch070 -p0
858%patch071 -p0
859%patch072 -p0
860%patch073 -p0
861%patch074 -p0
862%patch075 -p0
863%patch076 -p0
864%patch077 -p0
865%patch078 -p0
866%patch079 -p0
867%patch080 -p0
868%patch081 -p0
869%patch082 -p0
870%patch083 -p0
871%patch084 -p0
872%patch085 -p0
873%patch086 -p0
874%patch087 -p0
875%patch088 -p0
876%patch089 -p0
877%patch090 -p0
878%patch091 -p0
879%patch092 -p0
880%patch093 -p0
881%patch094 -p0
882%patch095 -p0
883%patch096 -p0
884%patch097 -p0
885%patch098 -p0
886%patch099 -p0
887%patch100 -p0
888%patch101 -p0
889%patch102 -p0
890%patch103 -p0
891%patch104 -p0
892%patch105 -p0
893%patch106 -p0
894%patch107 -p0
895%patch108 -p0
896%patch109 -p0
897%patch110 -p0
898%patch111 -p0
899%patch112 -p0
900%patch113 -p0
901%patch114 -p0
902%patch115 -p0
903%patch116 -p0
904%patch117 -p0
905%patch118 -p0
906%patch119 -p0
907%patch120 -p0
908%patch121 -p0
909%patch122 -p0
910%patch123 -p0
911%patch124 -p0
912%patch125 -p0
913%patch126 -p0
914%patch127 -p0
915%patch128 -p0
916%patch129 -p0
917%patch130 -p0
918%patch131 -p0
919%patch132 -p0
920%patch133 -p0                                         
921%patch134 -p0                                         
922%patch135 -p0                                         
923%patch136 -p0                                         
924%patch137 -p0                                         
925%patch138 -p0                                         
926%patch139 -p0                                         
927%patch140 -p0                                         
928%patch141 -p0
929%patch142 -p0
930%patch143 -p0
931%patch144 -p0
932%patch145 -p0
933%patch146 -p0
934%patch147 -p0
935%patch148 -p0
936%patch149 -p0
937%patch150 -p0
938%patch151 -p0
939%patch152 -p0
940%patch153 -p0
941%patch154 -p0
942%patch155 -p0
943%patch156 -p0
944%patch157 -p0
945%patch158 -p0
946%patch159 -p0
947%patch160 -p0
948%patch161 -p0
949%patch162 -p0
950%patch163 -p0
951%patch164 -p0
952%patch165 -p0
953%patch166 -p0
954%patch167 -p0
955%patch168 -p0
956%patch169 -p0
957%patch170 -p0
958%patch171 -p0
959%patch172 -p0
960%patch173 -p0
961%patch174 -p0
962%patch175 -p0
963%patch176 -p0
964%patch177 -p0
965%patch178 -p0
966%patch179 -p0
967%patch180 -p0
968%patch181 -p0
969%patch182 -p0
970%patch183 -p0
971%patch184 -p0
972%patch185 -p0
973%patch186 -p0
974%patch187 -p0
975%patch188 -p0
976%patch189 -p0
977%patch190 -p0
978%patch191 -p0
979%patch192 -p0
980%patch193 -p0
981%patch194 -p0
982%patch195 -p0
983%patch196 -p0
984%patch197 -p0
985%patch198 -p0
986%patch199 -p0
987%patch200 -p0
988%patch201 -p0
989%patch202 -p0
990%patch203 -p0
991%patch204 -p0
992%patch205 -p0
993%patch206 -p0
994%patch207 -p0
995%patch208 -p0
996%patch209 -p0
997%patch210 -p0
998%patch211 -p0
999%patch212 -p0
1000%patch213 -p0
1001%patch214 -p0
1002%patch215 -p0
1003%patch216 -p0
1004%patch217 -p0
1005%patch218 -p0
1006%patch219 -p0
1007%patch220 -p0
1008%patch221 -p0
1009%patch222 -p0
1010%patch223 -p0
1011%patch224 -p0
1012%patch225 -p0
1013%patch226 -p0
1014%patch227 -p0
1015%patch228 -p0
1016%patch229 -p0
1017%patch230 -p0
1018%patch231 -p0
1019%patch232 -p0
1020%patch233 -p0
1021%patch234 -p0
1022%patch235 -p0
1023%patch236 -p0
1024%patch237 -p0
1025%patch238 -p0
1026%patch239 -p0
1027%patch240 -p0
1028%patch241 -p0
1029%patch242 -p0
1030%patch243 -p0
1031%patch244 -p0
1032%patch245 -p0
1033%patch246 -p0
1034%patch247 -p0
1035%patch248 -p0
1036%patch249 -p0
1037%patch250 -p0
1038%patch251 -p0
1039%patch252 -p0
1040%patch253 -p0
1041%patch254 -p0
1042%patch255 -p0
1043%patch256 -p0
1044%patch257 -p0
1045%patch258 -p0
1046%patch259 -p0
1047%patch260 -p0
1048%patch261 -p0
1049%patch262 -p0
1050%patch263 -p0
1051%patch264 -p0
1052%patch265 -p0
1053%patch266 -p0
1054%patch267 -p0
1055%patch268 -p0
1056%patch269 -p0
1057%patch270 -p0
1058%patch271 -p0
1059%patch272 -p0
1060%patch273 -p0
1061%patch274 -p0
1062%patch275 -p0
1063%patch276 -p0
1064%patch277 -p0
1065%patch278 -p0
1066%patch279 -p0
1067%patch280 -p0
1068%patch281 -p0
1069%patch282 -p0
1070%patch283 -p0
1071%patch284 -p0
1072%patch285 -p0                                         
1073%patch286 -p0                                         
1074%patch287 -p0                                         
1075%patch288 -p0                                         
1076%patch289 -p0                                         
1077%patch290 -p0                                         
1078%patch291 -p0                                         
1079%patch292 -p0                                         
1080%patch293 -p0                                         
1081%patch294 -p0                                         
1082%patch295 -p0                                         
1083%patch296 -p0                                         
1084%patch297 -p0                                         
1085%patch298 -p0                                         
1086%patch299 -p0                                         
1087%patch300 -p0                                         
1088%patch301 -p0                                         
1089%patch302 -p0                                         
1090%patch303 -p0                                         
1091%patch304 -p0                                         
1092%patch305 -p0                                         
1093%patch306 -p0                                         
1094%patch307 -p0
1095%patch308 -p0
1096%patch309 -p0
1097%patch310 -p0
1098%patch311 -p0
1099%patch312 -p0
1100%patch313 -p0
1101%patch314 -p0
1102%patch315 -p0
1103%patch316 -p0
1104%patch317 -p0
1105%patch318 -p0
1106%patch319 -p0
1107%patch320 -p0
1108%patch321 -p0
1109%patch322 -p0
1110%patch323 -p0
1111%patch324 -p0
1112%patch325 -p0
1113%patch326 -p0
1114%patch327 -p0
1115%patch328 -p0
1116%patch329 -p0
1117%patch330 -p0
1118%patch331 -p0
1119%patch332 -p0
1120%patch333 -p0
1121%patch334 -p0
1122%patch335 -p0
1123%patch336 -p0
1124%patch337 -p0
1125%patch338 -p0
1126%patch339 -p0
1127%patch340 -p0
1128%patch341 -p0
1129%patch342 -p0
1130%patch343 -p0
1131%patch344 -p0
1132%patch345 -p0
1133%patch346 -p0
1134%patch347 -p0
1135%patch348 -p0
1136%patch349 -p0
1137%patch350 -p0
1138%patch351 -p0
1139%patch352 -p0
1140%patch353 -p0
1141%patch354 -p0
1142%patch355 -p0
1143%patch356 -p0
1144%patch357 -p0
1145%patch358 -p0
1146%patch359 -p0
1147%patch360 -p0
1148%patch361 -p0
1149%patch362 -p0
1150%patch363 -p0
1151%patch364 -p0
1152%patch365 -p0
1153%patch366 -p0
1154%patch367 -p0
1155%patch368 -p0
1156%patch369 -p0
1157%patch370 -p0
1158%patch371 -p0
1159%patch372 -p0
1160%patch373 -p0
1161%patch374 -p0
1162%patch375 -p0
1163%patch376 -p0
1164%patch377 -p0
1165%patch378 -p0
1166%patch379 -p0
1167%patch380 -p0
1168%patch381 -p0
1169%patch382 -p0
1170%patch383 -p0
1171%patch384 -p0
1172%patch385 -p0
1173%patch386 -p0
1174%patch387 -p0
1175%patch388 -p0
1176%patch389 -p0
1177%patch390 -p0
1178%patch391 -p0
1179%patch392 -p0
1180%patch393 -p0
1181%patch394 -p0
1182%patch395 -p0
1183%patch396 -p0
1184%patch397 -p0
1185%patch398 -p0
1186%patch399 -p0
1187%patch400 -p0
1188%patch401 -p0
1189%patch402 -p0
1190%patch403 -p0
1191%patch404 -p0
1192%patch405 -p0
1193%patch406 -p0
1194%patch407 -p0
1195%patch408 -p0
1196%patch409 -p0
1197%patch410 -p0
1198%patch411 -p0
1199%patch412 -p0
1200%patch413 -p0
1201%patch414 -p0
1202%patch415 -p0
1203%patch416 -p0
1204%patch417 -p0
1205%patch418 -p0
1206%patch419 -p0
1207%patch420 -p0
1208%patch421 -p0
1209%patch422 -p0
1210%patch423 -p0
1211%patch424 -p0
1212%patch425 -p0
1213%patch426 -p0
1214%patch427 -p0
1215%patch428 -p0
1216%patch429 -p0
1217%patch430 -p0
1218%patch431 -p0
1219%patch432 -p0
1220%patch433 -p0
1221%patch434 -p0
1222%patch435 -p0
1223%patch436 -p0
1224%patch437 -p0
1225%patch438 -p0
1226%patch439 -p0
1227%patch440 -p0
1228%patch441 -p0
1229%patch442 -p0
1230%patch443 -p0
1231%patch444 -p0
1232%patch445 -p0
1233%patch446 -p0
1234
1235%patch3000 -p1
1236%patch3002 -p1
1237%patch3003 -p1
1238#%patch3004 -p1
1239
1240%patch3006 -p1
1241%patch3007 -p1
1242#%patch3008 -p1
1243%patch3009 -p1
1244%patch3010 -p1
1245%patch3011 -p1
1246
1247%patch4000 -p1
1248
1249%build
1250cd src
1251autoconf
1252
1253make shadow
1254mv shadow vim-X11-huge
1255(cd vim-X11-huge && \
1256 mkdir po && (cd po && ln -s ../../po/* .) && \
1257 %configure %{configopts} %{features_x11} %{features_huge} && \
1258 make %{?_smp_mflags})
1259
1260make shadow
1261mv shadow vim-X11-big
1262(cd vim-X11-big && \
1263 mkdir po && (cd po && ln -s ../../po/* .) && \
1264 %configure %{configopts} %{features_x11} %{features_big} && \
1265 make %{?_smp_mflags})
1266
1267make shadow
1268mv shadow vim-X11-normal
1269(cd vim-X11-normal && \
1270 mkdir po && (cd po && ln -s ../../po/* .) && \
1271 %configure %{configopts} %{features_x11} %{features_normal} && \
1272 make %{?_smp_mflags})
1273
1274make shadow
1275mv shadow vim-huge
1276(cd vim-huge && \
1277 mkdir po && (cd po && ln -s ../../po/* .) && \
1278 %configure %{configopts} %{features_nox11} %{features_huge} && \
1279 make %{?_smp_mflags})
1280
1281make shadow
1282mv shadow vim-big
1283(cd vim-big && \
1284 mkdir po && (cd po && ln -s ../../po/* .) && \
1285 %configure %{configopts} %{features_nox11} %{features_big} && \
1286 make %{?_smp_mflags})
1287
1288make shadow
1289mv shadow vim-normal
1290(cd vim-normal && \
1291 mkdir po && (cd po && ln -s ../../po/* .) && \
1292 %configure %{configopts} %{features_nox11} %{features_normal} && \
1293 make %{?_smp_mflags})
1294
1295make shadow
1296mv shadow vim-tiny
1297cp os_unix.h os_unix.h.orig
1298sed -i -e 's|$VIM/vimrc|/etc/vimrc.tiny|g' os_unix.h
1299(cd vim-tiny && \
1300 LDFLAGS=-static export LDFLAGS; \
1301 %configure %{configopts} %{features_nox11} %{features_tiny} && \
1302 make %{?_smp_mflags})
1303cp os_unix.h.orig os_unix.h
1304
1305%install
1306rm -rf %{buildroot}
1307mkdir -p %{buildroot}
1308mkdir -p %{buildroot}%{vimrcloc}
1309mkdir -p %{buildroot}/%{vimruntime}
1310
1311ln -s %{vimrcloc}/vimrc.ja  %{buildroot}/%{vimruntime}/vimrc
1312ln -s %{vimrcloc}/gvimrc.ja %{buildroot}/%{vimruntime}/gvimrc
1313ln -s %{vimrcloc}           %{buildroot}/%{vimruntime}/vimfiles
1314
1315cd src
1316
1317for d in vim-normal vim-big vim-huge vim-X11-normal vim-X11-big vim-X11-huge vim-tiny
1318do
1319  make -C$d DESTDIR=%{buildroot} installvimbin
1320  vimbin=`find %{buildroot} -name vim -type f`
1321  mv $vimbin `dirname $vimbin`/`echo $d | sed -e's/^vim-/vim./'`
1322done
1323make -Cvim-huge     DESTDIR=%{buildroot} installtools installtutor
1324make -Cvim-X11-huge DESTDIR=%{buildroot} installtools installtutor installtutorbin
1325make -Cvim-X11-huge DESTDIR=%{buildroot} install-languages install-icons
1326make -Cvim-X11-huge DESTDIR=%{buildroot} installruntime installlinks installmanlinks
1327find %{buildroot}/%{_bindir} -type l -exec rm \{\} \;
1328
1329# Dependency cleanups
1330chmod 644 %{buildroot}/%{_datadir}/vim/%{vimsubdir}/doc/vim2html.pl \
1331 %{buildroot}/%{_datadir}/vim/%{vimsubdir}/tools/*.pl \
1332 %{buildroot}/%{_datadir}/vim/%{vimsubdir}/tools/vim132
1333chmod 644 ../runtime/doc/vim2html.pl
1334
1335# installing vimrc files.
1336install -p -m644 %{SOURCE300} %{buildroot}%{vimrcloc}/vimrc.ja
1337install -p -m644 %{SOURCE300} %{buildroot}%{vimrcloc}/gvimrc.ja
1338install -p -m644 %{SOURCE300} %{buildroot}%{_sysconfdir}/vimrc.tiny
1339
1340# installing misc utils.
1341install -p -m644 %{SOURCE400} %{buildroot}%{_datadir}/vim/%{vimsubdir}/plugin/format.vim
1342install -p -m644 %{SOURCE401} %{buildroot}%{_datadir}/vim/%{vimsubdir}/plugin/verifyenc.vim
1343
1344cd ../..
1345
1346# desktop file
1347%__mkdir_p %{buildroot}%{_datadir}/applications
1348%__install -p -m644 %{SOURCE100} %{buildroot}%{_datadir}/applications/gvim.desktop
1349
1350# icons
1351%__mkdir_p %{buildroot}%{_datadir}/icons/hicolor/{16x16,32x32,48x48,64x64}/apps
1352%__install -p -m644 %{SOURCE101} %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/gvim.png
1353%__install -p -m644 %{SOURCE102} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/gvim.png
1354%__install -p -m644 %{SOURCE103} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/gvim.png
1355%__install -p -m644 %{SOURCE104} %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/gvim.png
1356
1357# remove international manuals
1358rm -rf %{buildroot}/%{_mandir}/{fr,it,ru,pl}*
1359
1360%post tiny
1361update-alternatives \
1362  --install /bin/vi      vi      /bin/vim.tiny 20 \
1363  --slave   /bin/vim     vim     /bin/vim.tiny \
1364  --slave   /bin/eview   eview   /bin/vim.tiny \
1365  --slave   /bin/evim    evim    /bin/vim.tiny \
1366  --slave   /bin/ex      ex      /bin/vim.tiny \
1367  --slave   /bin/rview   rview   /bin/vim.tiny \
1368  --slave   /bin/rvim    rvim    /bin/vim.tiny \
1369  --slave   /bin/view    view    /bin/vim.tiny \
1370  --slave   /bin/vimdiff vimdiff /bin/vim.tiny
1371
1372%triggerpostun -- vim-minimal < 6.0
1373update-alternatives --auto vi
1374
1375%triggerpostun tiny -- vim-tiny <= 6.2.532-0vl3
1376update-alternatives --remove vi /bin/vim
1377update-alternatives --auto vi
1378
1379%preun tiny
1380if [ "$1" = "0" ]
1381then
1382  update-alternatives --remove vi /bin/vim.tiny
1383fi
1384
1385%post
1386update-alternatives \
1387  --install /bin/vi      vi      %{_bindir}/vim.normal 31 \
1388  --slave   /bin/vim     vim     %{_bindir}/vim.normal \
1389  --slave   /bin/eview   eview   %{_bindir}/vim.normal \
1390  --slave   /bin/evim    evim    %{_bindir}/vim.normal \
1391  --slave   /bin/ex      ex      %{_bindir}/vim.normal \
1392  --slave   /bin/rview   rview   %{_bindir}/vim.normal \
1393  --slave   /bin/rvim    rvim    %{_bindir}/vim.normal \
1394  --slave   /bin/view    view    %{_bindir}/vim.normal \
1395  --slave   /bin/vimdiff vimdiff %{_bindir}/vim.normal
1396
1397%triggerpostun -- vim <= 6.2.532-0vl3
1398update-alternatives --remove vim /usr/bin/vim.normal
1399
1400%preun
1401if [ "$1" = "0" ]
1402then
1403  update-alternatives --remove vi %{_bindir}/vim.normal
1404fi
1405
1406%post big
1407update-alternatives \
1408  --install /bin/vi      vi      %{_bindir}/vim.big 41 \
1409  --slave   /bin/vim     vim     %{_bindir}/vim.big \
1410  --slave   /bin/eview   eview   %{_bindir}/vim.big \
1411  --slave   /bin/evim    evim    %{_bindir}/vim.big \
1412  --slave   /bin/ex      ex      %{_bindir}/vim.big \
1413  --slave   /bin/rview   rview   %{_bindir}/vim.big \
1414  --slave   /bin/rvim    rvim    %{_bindir}/vim.big \
1415  --slave   /bin/view    view    %{_bindir}/vim.big \
1416  --slave   /bin/vimdiff vimdiff %{_bindir}/vim.big
1417
1418%triggerpostun big -- vim-big <= 6.2.532-0vl3
1419update-alternatives --remove vim /usr/bin/vim.big
1420
1421%preun big
1422if [ "$1" = "0" ]
1423then
1424  update-alternatives --remove vi %{_bindir}/vim.big
1425fi
1426
1427%post huge
1428update-alternatives \
1429  --install /bin/vi      vi      %{_bindir}/vim.huge 51 \
1430  --slave   /bin/vim     vim     %{_bindir}/vim.huge \
1431  --slave   /bin/eview   eview   %{_bindir}/vim.huge \
1432  --slave   /bin/evim    evim    %{_bindir}/vim.huge \
1433  --slave   /bin/ex      ex      %{_bindir}/vim.huge \
1434  --slave   /bin/rview   rview   %{_bindir}/vim.huge \
1435  --slave   /bin/rvim    rvim    %{_bindir}/vim.huge \
1436  --slave   /bin/view    view    %{_bindir}/vim.huge \
1437  --slave   /bin/vimdiff vimdiff %{_bindir}/vim.huge
1438
1439%triggerpostun huge -- vim-huge <= 6.2.532-0vl3
1440update-alternatives --remove vim /usr/bin/vim.huge
1441
1442%preun huge
1443if [ "$1" = "0" ]
1444then
1445  update-alternatives --remove vi %{_bindir}/vim.huge
1446fi
1447
1448%post X11
1449update-alternatives \
1450  --install /bin/vi       vi       %{_bindir}/vim.X11-normal 30 \
1451  --slave   /bin/vim      vim      %{_bindir}/vim.X11-normal \
1452  --slave   /bin/eview    eview    %{_bindir}/vim.X11-normal \
1453  --slave   /bin/evim     evim     %{_bindir}/vim.X11-normal \
1454  --slave   /bin/ex       ex       %{_bindir}/vim.X11-normal \
1455  --slave   /bin/rview    rview    %{_bindir}/vim.X11-normal \
1456  --slave   /bin/rvim     rvim     %{_bindir}/vim.X11-normal \
1457  --slave   /bin/view     view     %{_bindir}/vim.X11-normal \
1458  --slave   /bin/vimdiff  vimdiff  %{_bindir}/vim.X11-normal
1459update-alternatives \
1460  --install %{_bindir}/gvim     gvim     %{_bindir}/vim.X11-normal 30 \
1461  --slave   %{_bindir}/gview    gview    %{_bindir}/vim.X11-normal \
1462  --slave   %{_bindir}/gvimdiff gvimdiff %{_bindir}/vim.X11-normal \
1463  --slave   %{_bindir}/rgview   rgview   %{_bindir}/vim.X11-normal \
1464  --slave   %{_bindir}/rgvim    rgvim    %{_bindir}/vim.X11-normal
1465
1466%triggerpostun X11 -- vim-X11 <= 6.2.532-0vl3
1467update-alternatives --remove vim %{_bindir}/vim.X11-normal
1468
1469%preun X11
1470if [ "$1" = "0" ]
1471then
1472  update-alternatives --remove vi   %{_bindir}/vim.X11-normal
1473  update-alternatives --remove gvim %{_bindir}/vim.X11-normal
1474fi
1475
1476%post X11-big
1477update-alternatives \
1478  --install /bin/vi       vi       %{_bindir}/vim.X11-big 40 \
1479  --slave   /bin/vim      vim      %{_bindir}/vim.X11-big \
1480  --slave   /bin/eview    eview    %{_bindir}/vim.X11-big \
1481  --slave   /bin/evim     evim     %{_bindir}/vim.X11-big \
1482  --slave   /bin/ex       ex       %{_bindir}/vim.X11-big \
1483  --slave   /bin/rview    rview    %{_bindir}/vim.X11-big \
1484  --slave   /bin/rvim     rvim     %{_bindir}/vim.X11-big \
1485  --slave   /bin/view     view     %{_bindir}/vim.X11-big \
1486  --slave   /bin/vimdiff  vimdiff  %{_bindir}/vim.X11-big
1487update-alternatives \
1488  --install %{_bindir}/gvim     gvim     %{_bindir}/vim.X11-big 40 \
1489  --slave   %{_bindir}/gview    gview    %{_bindir}/vim.X11-big \
1490  --slave   %{_bindir}/gvimdiff gvimdiff %{_bindir}/vim.X11-big \
1491  --slave   %{_bindir}/rgview   rgview   %{_bindir}/vim.X11-big \
1492  --slave   %{_bindir}/rgvim    rgvim    %{_bindir}/vim.X11-big
1493
1494%triggerpostun X11-big -- vim-X11-big <= 6.2.532-0vl3
1495update-alternatives --remove vim %{_bindir}/vim.X11-big
1496
1497%preun X11-big
1498if [ "$1" = "0" ]
1499then
1500  update-alternatives --remove vi   %{_bindir}/vim.X11-big
1501  update-alternatives --remove gvim %{_bindir}/vim.X11-big
1502fi
1503
1504%post X11-huge
1505update-alternatives \
1506  --install /bin/vi       vi       %{_bindir}/vim.X11-huge 50 \
1507  --slave   /bin/vim      vim      %{_bindir}/vim.X11-huge \
1508  --slave   /bin/eview    eview    %{_bindir}/vim.X11-huge \
1509  --slave   /bin/evim     evim     %{_bindir}/vim.X11-huge \
1510  --slave   /bin/ex       ex       %{_bindir}/vim.X11-huge \
1511  --slave   /bin/rview    rview    %{_bindir}/vim.X11-huge \
1512  --slave   /bin/rvim     rvim     %{_bindir}/vim.X11-huge \
1513  --slave   /bin/view     view     %{_bindir}/vim.X11-huge \
1514  --slave   /bin/vimdiff  vimdiff  %{_bindir}/vim.X11-huge
1515update-alternatives \
1516  --install %{_bindir}/gvim     gvim     %{_bindir}/vim.X11-huge 50 \
1517  --slave   %{_bindir}/gview    gview    %{_bindir}/vim.X11-huge \
1518  --slave   %{_bindir}/gvimdiff gvimdiff %{_bindir}/vim.X11-huge \
1519  --slave   %{_bindir}/rgview   rgview   %{_bindir}/vim.X11-huge \
1520  --slave   %{_bindir}/rgvim    rgvim    %{_bindir}/vim.X11-huge
1521
1522%triggerpostun X11-huge -- vim-X11-huge <= 6.2.532-0vl3
1523update-alternatives --remove vim %{_bindir}/vim.X11-huge
1524
1525%preun X11-huge
1526if [ "$1" = "0" ]
1527then
1528  update-alternatives --remove vi   %{_bindir}/vim.X11-huge
1529  update-alternatives --remove gvim %{_bindir}/vim.X11-huge
1530fi
1531
1532%post X11-common
1533%{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||:
1534
1535%postun X11-common
1536%{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||:
1537
1538%clean
1539rm -rf %{buildroot}
1540
1541%files
1542%defattr(-,root,root)
1543%{_bindir}/vim.normal
1544
1545%files common
1546%defattr(-,root,root)
1547%doc README.txt
1548%doc README_extra.txt
1549%doc README_lang.txt
1550%doc README_unix.txt
1551%{vimrcloc}
1552%{_bindir}/vimtutor
1553%{_bindir}/xxd
1554%{_datadir}/vim
1555
1556%files man
1557%defattr(-,root,root)
1558%{_mandir}/man1/eview.1*
1559%{_mandir}/man1/evim.1*
1560%{_mandir}/man1/ex.1*
1561%{_mandir}/man1/rgview.1*
1562%{_mandir}/man1/rgvim.1*
1563%{_mandir}/man1/rview.1*
1564%{_mandir}/man1/rvim.1*
1565%{_mandir}/man1/view.1*
1566%{_mandir}/man1/vim.1*
1567%{_mandir}/man1/vimdiff.1*
1568%{_mandir}/man1/vimtutor.1*
1569%{_mandir}/man1/xxd.1*
1570
1571%files X11-common
1572%defattr(-,root,root)
1573%config(missingok) %{_datadir}/applications/gvim.desktop
1574%{_datadir}/icons/hicolor/*/apps/gvim.png
1575%{_mandir}/man1/gview.1*
1576%{_mandir}/man1/gvim.1*
1577%{_mandir}/man1/gvimdiff.1*
1578
1579%files tiny
1580%defattr(-,root,root)
1581%{binprefix}bin/vim.tiny
1582%{_sysconfdir}/vimrc.tiny
1583
1584%files big
1585%defattr(-,root,root)
1586%{_bindir}/vim.big
1587
1588%files huge
1589%defattr(-,root,root)
1590%{_bindir}/vim.huge
1591
1592%files X11
1593%defattr(-,root,root)
1594%{_bindir}/vim.X11-normal
1595
1596%files X11-big
1597%defattr(-,root,root)
1598%{_bindir}/vim.X11-big
1599
1600%files X11-huge
1601%defattr(-,root,root)
1602%{_bindir}/vim.X11-huge
1603
1604%changelog
1605* Tue Mar 29 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 7.2.446-5
1606- rebuild with perl-5.12.3
1607
1608* Sun Jan 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.2.446-4
1609- add BuildRequires: libXt-devel
1610
1611* Sun Jan 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 7.2.446-3
1612- update vimrc.ja (fixed http://bts.vinelinux.org/user.cgi?action=view_report&id=1067&project=VineLinux)
1613
1614* Sun Sep 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2.446-2
1615- do not BR: glibc-static on Vine 5.x
1616
1617* Sun Sep 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2.446-1
1618- update tp 7.2.446 (add Patch149-446)
1619- run update-alternatives on vim-huge post script
1620- drop Patch3004 (use %%{_datadir}/vim/vimrc)
1621- add vimrc.tiny for vim.tiny
1622- add BR: glibc-static to build vime-tiny
1623
1624* Sat Mar 20 2010 Shu KONNO <owa@bg.wakwak.com> 7.2.148-2
1625- rebuilt with python-2.6
1626
1627* Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2.148-1
1628- new upstream release
1629- modified vimrc.ja to support utf-8 locale
1630- drop vim-{ruby,perl,python}
1631
1632* Mon May 05 2008 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 6.4.10-1vl5
1633- rebuild with perl-5.10.0
1634- applied new versioning policy
1635- add "make installghelplinks"
1636- add BuildRequires: pixman-devel
1637
1638* Wed Sep 05 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 6.4.10-0vl3
1639- [SECURITY] add helptags.patch (patch2000) renamed from 7.1.039
1640  - fix format string vulnerability in the helptags_one (CVE-2007-2953)
1641
1642* Sat Jul 28 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.10-0vl2
1643- changed man Group to Applications/Documentation
1644
1645* Mon May 15 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4.10-0vl1
1646- new upstream patch version
1647
1648* Tue Feb 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4.8-0vl2
1649- update patching script
1650  - exit if upstream patches not exist
1651
1652* Mon Feb 27 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4.8-0vl1
1653- new upstream patch version
1654
1655* Fri Nov 04 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4-0vl2
1656- add cssIdentifier.patch to avoid error
1657
1658* Mon Oct 31 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4-0vl1
1659- new upstream release
1660- drop tmpfile.patch
1661- import verifyenc.vim from KaoriYa.net ([vine-users:073279])
1662  - http://www.kaoriya.net/dist/vim-6.4-w32j.tar.bz2
1663- import checkhl.patch from FC 6.4.000-2
1664
1665  * Tue Oct 25 2005 Karsten Hopp <karsten@redhat.de> 6.4.000-2
1666  - add syntax highlighting rule for %%check (Ralf Ertzinger, #165277)
1667
1668* Mon Oct 17 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.90-0vl1
1669- new upstream patch version
1670- add numeric-keypad.patch (patch101)
1671  - Thanks, ISOBE Takeshi
1672
1673* Sun Aug 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.86-0vl2
1674- [SECURITY] re-add patches, import tmpfile.patch from FC
1675  - oops, patches not added at 6.3.86-0vl1
1676  - overwrite or create arbitrary files via a symlink attack (CAN-2005-0069)
1677
1678* Sat Jul 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.86-0vl1
1679- [SECURITY] new upstream patch version
1680  - modelines shell command execution vulnerability (CAN-2005-2368)
1681- add README_patches.txt
1682
1683* Sun May 15 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.71-0vl1
1684- new upstream patch version
1685- update desktop file
1686  - import icons from FC
1687  - import gvim.desktop from FC and modify
1688  - move gvim.desktop to %%{_datadir}/applications
1689  - run update-desktop-database at X11-common's post/postun
1690- import specsyntax.patch from FC
1691
1692* Wed Jan 26 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.58-0vl1
1693- new upstream patch version
1694- perl/huge/X11-huge
1695  - add Requires: %%(perl -le 'use Config; print $Config{archlibexp}')
1696
1697* Tue Jan 11 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.53-0vl2
1698- rebuild with perl-5.8.6
1699
1700* Mon Dec 27 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.53-0vl1
1701- [SECURITY] new upstream patch version
1702  - arbitrary command execution vulnerability (CAN-2004-1138)
1703- add URL
1704- fix common's Japanese description
1705  - remove package information about vim-X11-*
1706- add Provides: gvim (vim-X11-*)
1707
1708* Fri Oct 29 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.31-0vl1
1709- new upstream patch version
1710- fix URLs (source1,2)
1711
1712* Sun Jun 20 2004 Tomoya TAKA <taka@vinelinux.org> 6.3.6-0vl1
1713- new upstream release
1714- update configurations of alternatives
1715- vim-tiny contains /bin/vim.tiny only
1716- remove 'Requires: vim-common' from vim-man subpackage
1717- change order of fileencordings in vimrc.ja
1718
1719* Wed May 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 6.2.532-0vl3
1720- use gtk2 instead of gtk+
1721- add Requires: gtk2 to vim-X11-common
1722- add BuildRequires: gtk2-devel
1723
1724* Tue May 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 6.2.532-0vl2
1725- add --enable-multibyte to vim-tiny
1726
1727* Sat May 15 2004 Tomoya TAKA <taka@vinelinux.org> 6.2.532-0vl1
1728- new upstream patch version
1729
1730* Sat Mar 20 2004 Tomoya TAKA <taka@vinelinux.org> 6.2.382-0vl1
1731- new upstream version
1732
1733* Mon Oct 06 2003 akira yamada <akira@vinelinux.org> 6.2.106-0vl1
1734- new upstream version
1735- bulid with ruby-1.8.0.
1736
1737* Tue Jun 17 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 6.2.14-0vl1
1738- new upstream version
1739
1740* Wed Jan 22 2003 Tomoya TAKA <taka@vinelinux.org> 6.1.300-0vl1
1741- new upstream patch version
1742
1743* Wed Jan 22 2003 Tomoya TAKA <taka@vinelinux.org> 6.1.265-0vl1
1744- patch level 265, including fix of modeline vulnerability
1745  cf. http://www.guninski.com/vim1.html
1746
1747* Wed Apr 03 2002 akira yamada <akira@vinelinux.org> 6.1.5-0vl1
1748- new upstream version.
1749- updated format.vim. (extracted from
1750  http://www.kaoriya.net/dist/gvim-6.1-w32j.tar.bz2.)
1751- clean uped vimrc, vimrc.ja, gvimrc, gvimrc.ja.
1752
1753* Thu Jan 31 2002 Toru Sagami <sagami@vinelinux.org> 6.0.158-0vl1
1754- patch level 6.0.158
1755
1756* Sun Nov 25 2001 akira yamada <akira@vinelinux.org> 6.0.93-0vl1
1757- new upstream patch version.
1758- added PreReqs: alternatives for vim, vim-tiny, vim-X11.
1759
1760* Mon Nov 12 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl4
1761- added Japanese descriptions.
1762- English descriptions by shaolin.
1763
1764* Wed Nov 07 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl3
1765- added triggerpostun for vim-minimal.
1766
1767* Mon Nov 05 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl2
1768- patch #44, #54, #64 is now available.
1769
1770* Mon Nov 05 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl1
1771- new upstream patch version.
1772- removed jcode2.vim and added new default vimrc.
1773- removed unused sources and patches.
1774- alternatives for /bin/vi.
1775- added net-tools to BuildRequires. (/bin/hostname)
1776
1777* Wed Oct 31 2001 akira yamada <akira@vinelinux.org> 6.0.43-0vl1
1778- new upstream patch version.
1779- added vim-lang and vim-extra.
1780- added gawk to Requires of vim-common.
1781- added gtk+ to Requires of vim-X11-common.
1782
1783* Wed Oct 17 2001 akira yamada <akira@vinelinux.org> 6.0.11-0vl2
1784- added autoconf and libtool to BuildRequires.
1785
1786* Mon Oct 15 2001 akira yamada <akira@vinelinux.org> 6.0.11-0vl1
1787- vim and vim-X11 is no longer virturl package.
1788- obsoleted vim-normal and vim-X11-normal.
1789- added check "$1" = "0" for  preun scripts.
1790
1791* Mon Oct 15 2001 akira yamada <akira@vinelinux.org> 6.0-0vl2
1792- linked staticly vim of vim-tiny.
1793
1794* Sun Oct 14 2001 akira yamada <akira@vinelinux.org> 6.0-0vl1
1795- new upstream version.
1796- now, vim and vim-X11 is virtual package.
1797- new sub-packages vim-tiny, vim-normal, vim-big, vim-ruby, vim-perl,
1798  vim-python, vim-huge, vim-X11-normal, vim-X11-big and vim-X11-huge.
1799- obsoleted vim-minimal and vin-enhanced.
1800
1801* Sat Sep 08 2001 Toru Sagami <sagami@vinelinux.org>
1802- 5.8-0vl4: rebuilt on current ncurses
1803- added format.vim and more useful comments in vimrc.ja
1804
1805* Sat Aug 04 2001 <sagami@vinelinux.org>
1806- 5.8-0vl3: patch level 5.8.9
1807- dont pack duplicated runtime/syntax directory into %%doc
1808
1809* Thu Jul 19 2001 <sagami@vinelinux.org>
1810- 5.8-0vl2: patch level 5.8.7
1811- Add postfix config syntax highlighting
1812
1813* Fri Jun 08 2001 <sagami@vinelinux.org>
1814- vim-5.8-0vl1: patch level 5.8.002
1815
1816* Fri Jun 01 2001 <sagami@vinelinux.org>
1817- vim-5.8-0vl0: vim-5.8 bug fix release
1818
1819* Thu May 10 2001 <sagami@vinelinux.org>
1820- vim-5.7-0vl8: patch level 5.7.030
1821- use versioned sources, not older ones and patches
1822- sync with RH6.2 updates
1823
1824* Wed Apr 18 2001 sagami@vinelinux.org
1825- jcode2.vim: fix back to original one
1826- patch level 5.7.028
1827
1828* Mon Feb 05 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
1829- patch level 5.7.024
1830- small fix for jcode2.vim
1831- split man package from common package to avoid conflict with jvim3
1832
1833* Tue Dec 26 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
1834- %%{makeinstall}
1835- acutally build against current ncurses5 without gpm with ncurses4
1836
1837* Thu Dec 21 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
1838- build against current ncurses5
1839- added CVS commit filetype detection to scripts.vim
1840
1841* Wed Dec 06 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
1842- 5.7.19
1843- jcode.pl-2.13
1844- added License recognition to .spec syntax
1845- added RFC822 mail/ emacs-lips filetype detection to scripts.vim
1846- FHS stuff: _mandir
1847
1848* Wed Jul 19 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
1849- based on RH 5.6-14 ->  5.7 (patchlevel .2)
1850- manpath: /usr/share/man -> /usr/man/man :-)
1851- delete %%makeinstall macro for rpm-3.0.x
1852- gvim: --enable-multibyte, xim, fontset
1853- vim: --enable-multibyte
1854- jcode.pl-2.11 and jcode2.vim from Nozomu Kobayashi's rpm package
1855- vimrc: added bzip2 and Japanese stuff of a kind
1856
1857* Sat Jun  3 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
1858- patchlevel 74
1859- add %%makeinstall macro recognition to .spec file syntax highlighting rules
1860- fix up Makefiles
1861
1862* Fri Apr 14 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
1863- patchlevel 66
1864- fix compilation with perl 5.6.0
1865
1866* Mon Mar 20 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
1867- patchlevel 12
1868
1869* Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
1870- fix home/end in vimrc (we did a term = rxvt, totally wrong)
1871
1872* Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
1873- change F1-F4 keybindings for xterm builtin terminfo to match real terminfo
1874
1875* Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
1876- kill autoindent
1877
1878* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
1879- wmconfig -> desktop
1880
1881* Sat Feb  5 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
1882- Patchlevel 11
1883- handle compressed man pages
1884- fix man page symlinks
1885
1886* Wed Feb  2 2000 Bill Nottingham <notting@redhat.com>
1887- eliminate dependencies on X in vim-enhanced, and ncurses/gpm
1888  in vim-minimal
1889
1890* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
1891- eliminate dependencies on csh and perl in vim-common
1892
1893* Wed Jan 19 2000 Bernhard Rosenrk舅zer <bero@redhat.com>
1894- Use awk, not nawk
1895
1896* Tue Jan 18 2000 Bernhard Rosenrk舅zer <bero@redhat.com>
1897- 5.6
1898- patch 5.6.001
1899- remove /usr/bin/vi - if you want vim, type vim
1900
1901* Tue Jan 11 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
1902- 5.6a
1903- Remove dependency on nawk (introduced by base update)
1904- some tweaks to make updating easier
1905
1906* Tue Nov  9 1999 Bernhard Rosenkr舅zer <bero@redhat.com>
1907- 5.5
1908- fix path to vimrc
1909
1910* Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
1911- moved from athena to gtk widgets for X version
1912- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
1913- fixed rogue dependencies from sample files
1914
1915* Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
1916- update to 5.4.
1917
1918* Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
1919- man page had buildroot pollution (#3629).
1920
1921* Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
1922- with recent termcap/terminfo fixes, regular vim works in xterm/console
1923- in color, so vim-color package removed.
1924
1925* Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
1926- removed "set backupdir=/tmp/vim_backup" from default vimrc
1927
1928* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
1929- auto rebuild in the new build environment (release 5)
1930
1931* Thu Dec 17 1998 Michael Maher <mike@redaht.com>
1932- built pacakge for 6.0
1933
1934* Tue Sep 15 1998 Michael Maher <mike@redhat.com>
1935- removed '--with-tlib=termcap' so that color-vim works
1936
1937* Wed Sep  2 1998 Jeff Johnson <jbj@redhat.com>
1938- update to 5.3.
1939
1940* Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
1941- merge in Toshio's changes
1942- color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap"
1943- added minimal rvi/rview and man pages.
1944- move Obsoletes to same package as executable.
1945
1946* Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
1947- Break the package apart similar to the way the netscape package was
1948  broken down to handle navigator or communicator: The vim package is
1949  Obsolete, now there is vim-common with all the common files, and a
1950  package for each binary: vim-minimal (has /bin/vi compiled with no
1951  frills), vim-enhanced (has /usr/bin/vim with extra perl and python
1952  interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with
1953  GUI support.)
1954- Enable the perl and python interpreters in the gui version (gvim).
1955
1956* Tue Jun 30 1998 Michael Maher <mike@redhat.com>
1957- Fixed tutor help.
1958- cvim package added.  Thanks to Stevie Wills for finding this one :-)
1959
1960* Thu May 07 1998 Prospector System <bugs@redhat.com>
1961- translations modified for de, fr, tr
1962
1963* Fri May 01 1998 Donnie Barnes <djb@redhat.com>
1964- added patch to turn off the "vi compatibility" by default.  You can
1965  still get it via the -C command line option
1966
1967* Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
1968- removed perl and python interpreters (sorry, but those don't belong
1969  in a /bin/vi and having two vi's seemed like overkill...complain
1970  to suggest@redhat.com if you care)
1971
1972* Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
1973- fixed buildroot bug
1974
1975* Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
1976- updated from 4.6 to 5.1
1977- moved to buildroot
1978
1979* Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
1980- fixed missing man page
1981
1982* Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
1983- added wmconfig entry to vim-X11
1984
1985* Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
1986- upgraded from 4.5 to 4.6
1987
1988* Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
1989- built against glibc
1990
1991* Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
1992- Upgraded to 4.5
1993- Added ex symlinks
1994
1995* Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
1996- Added view symlink.
Note: See TracBrowser for help on using the repository browser.