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

Revision 1829, 70.2 KB checked in by daisuke, 14 years ago (diff)

vim: 7.2.446-1

  • update tp 7.2.446 (add Patch149-446)
  • run update-alternatives on vim-huge post script
  • drop Patch3004 (use %%{_datadir}/vim/vimrc)
  • add vimrc.tiny for vim.tiny
  • add BR: glibc-static to build vime-tiny
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: 1%{?_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
521BuildRequires: glibc-static
522Requires(post): alternatives
523Requires: vim-common = %{version}
524
525%description
526VIM (VIsual editor iMproved) is an updated and improved version of the
527vi editor.  Vi was the first real screen-based editor for UNIX, and is
528still very popular. VIM has many new features including:
529multiple windows, multi-level undos, block highlighting and more.
530
531vim-normal package provides a VIM executable configured
532with essential features enabled.
533
534%description -l ja
535VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
536くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
537イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
538を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
539トなどです.
540
541このパッケージでは最も基本的な機能を含んだVIMが提供されます.
542
543%package common
544Summary: Common files needed by the non-X VIM packages
545Summary(ja): 各種の VIM パッケージに必要なファイル
546Group: Applications/Editors
547Requires: gawk
548Conflicts: vim-X11 < 6.0, vim-enhanced < 6.0, vim-minimal < 6.0
549
550%description common
551vim-common package contains files which every VIM binary packages will
552need in order to run. VIM itself is included in various packages (under
553every different configuration) such as:
554
555  * vim        - normal features
556  * vim-big    - big features
557  * vim-huge   - huge features and Ruby/Perl/Python support
558
559%description -l ja common
560このパッケージは以下に示す各VIMパッケージで提供されるVIMエディタを実行
561するために必要となる共通のファイル群を提供します:
562
563  * vim          - 最も基本的な機能を含んだVIMパッケージ
564  * vim-big      - より多くの機能を効有にしたVIMパッケージ
565  * vim-huge     - Ruby/Perl/Pythonの各スクリプトの実行機能と,それ以外の
566                   ほぼすべての機能を有効にしたVIMパッケージ
567
568%package man
569Summary: Man pages for the VIM editor
570Summary(ja): VIM エディタの man ページ
571Group: Applications/Documentation
572Conflicts: nvi <= 1.79_jp-18vl1, jvim <= 3.0j2.1a-0vl1
573
574%description man
575This package contains man pages for the VIM editor.
576
577%description -l ja man
578このパッケージはVIMエディタのmanページを含んでいます.
579
580%package tiny
581Summary: A minimal version of the VIM editor
582Summary(ja): 最小構成の VIM エディタ
583Group: Applications/Editors
584Requires(post): alternatives
585Conflicts: nvi <= 1.79_jp-18vl1, jvim <= 3.0j2.1a-0vl1, vim-minimal
586Obsoletes: vim-minimal
587
588%description tiny
589VIM (VIsual editor iMproved) is an updated and improved version of the
590vi editor.  Vi was the first real screen-based editor for UNIX, and is
591still very popular. VIM has many new features including:
592multiple windows, multi-level undos, block highlighting and more.
593
594vim-tiny package contains /bin/vi, a minimally configured version
595of the VIM. It may be handy when only the root partition is present.
596vim-common package is NOT needed to run this program.
597
598%description -l ja tiny
599VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
600くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
601イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
602を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
603トなどです.
604
605このパッケージでは最小構成のVIMを/bin/vimとして提供しています。このパッ
606ケージで提供されるVIMを使うにあたってはvim-commonパッケージは必要あり
607ません.
608
609%package big
610Summary: VIM editor with big features
611Summary(ja): 多機能版の VIM エディタ
612Group: Applications/Editors
613Requires(post): alternatives
614Requires: vim-common = %{version}
615Obsoletes: vim-color
616
617%description big
618VIM (VIsual editor iMproved) is an updated and improved version of the
619vi editor.  Vi was the first real screen-based editor for UNIX, and is
620still very popular. VIM has many new features including:
621multiple windows, multi-level undos, block highlighting and more.
622
623vim-big package contains the VIM with "big" features enabled.
624
625%description -l ja big
626VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
627くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
628イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
629を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
630トなどです.
631
632このパッケージではvimパッケージで提供されるVIMよりも多くの機能を含んだ
633VIMを提供しています.
634
635%package huge
636Summary: VIM editor with huge features
637Summary(ja): 最大機能版の VIM エディタ
638Group: Applications/Editors
639Requires(post): alternatives
640Requires: vim-common = %{version}
641Requires: %(perl -le 'use Config; print $Config{archlibexp}')
642Obsoletes: vim-color
643Obsoletes: vim-ruby, vim-python, vim-perl
644
645%description huge
646VIM (VIsual editor iMproved) is an updated and improved version of the
647vi editor.  Vi was the first real screen-based editor for UNIX, and is
648still very popular. VIM has many new features including:
649multiple windows, multi-level undos, block highlighting and more.
650
651vim-huge package contains the VIM with most of its features (except
652X11 features) enabled such as Ruby, Perl and Python features.
653
654%description -l ja huge
655VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
656くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
657イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
658を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
659トなどです.
660
661このパッケージではX11対応以外のほとんどすべての機能のサポートに加え,
662Ruby/Perl/Pythonスクリプトの実行機能までを含んでVIMを提供しています.
663
664%package X11
665Summary: VIM editor with X11 support
666Summary(ja): X11 対応の VIM エディタ
667Group: Applications/Editors
668Requires(post): alternatives
669Requires: vim-X11-common = %{version}
670Provides: gvim
671
672%description X11
673VIM (VIsual editor iMproved) is an updated and improved version of the
674vi editor.  Vi was the first real screen-based editor for UNIX, and is
675still very popular. VIM has many new features including:
676multiple windows, multi-level undos, block highlighting and more.
677
678vim-X11 package contains the VIM with X11 features enabled:
679you can run VIM as an X application with a full GUI interface and mouse
680support.
681
682%description -l ja X11
683VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
684くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
685イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
686を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
687トなどです.
688
689このパッケージでは最も基本的な構成のVIMにX11対応を加えたものを提供して
690います.
691
692%package X11-common
693Summary: The common files needed by any version of the GVIM editor
694Summary(ja): X11 対応 VIM エディタに必要な共通ファイル
695Group: Applications/Editors
696Requires: vim-common = %{version}, gtk2
697Requires(post): desktop-file-utils
698Requires(postun): desktop-file-utils
699
700%description X11-common
701vim-X11-common package contains files which every GVIM (VIM with X11
702features enabled) binaries will need in order to run.
703GVIM itself is included in various packages (under every different
704configuration) such as:
705
706  * vim-X11 - normal features
707  * vim-X11-big - big features
708  * vim-X11-huge - huge features and Ruby/Perl/Python support
709
710%description -l ja X11-common
711このパッケージは以下に示す各X11対応のVIMパッケージで提供されるVIMエディ
712タを実行するために必要となる共通のファイル群を提供します:
713
714  * vim-X11      - X対応機能を有効にしたVIMパッケージ
715  * vim-X11-big  - vim-bigをX対応にしたVIMパッケージ
716  * vim-X11-huge - vim-hugeをX対応にしたVIMパッケージ
717
718%package X11-big
719Summary: VIM editor with big features and X11 support
720Summary(ja): X11 対応の多機能版 VIM エディタ
721Group: Applications/Editors
722Requires(post): alternatives
723Requires: vim-X11-common = %{version}
724Provides: gvim
725
726%description X11-big
727VIM-X11 is a version of the VIM editor which is configured to run on the X
728Window System.  If you install this package, you can run VIM as an X
729application with a full GUI interface and mouse support.
730
731The vim-X11-big package provides the VIM which supports more features
732than vim-X11 package does.
733
734%description -l ja X11-big
735VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
736くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
737イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
738を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
739トなどです.
740
741このパッケージではvim-X11パッケージで提供されるVIMよりも,より多くの機
742能を含んだVIMを提供しています.
743
744%package X11-huge
745Summary: VIM editor with huge features and X11 support
746Summary(ja): X11 対応の最大機能版 VIM エディタ
747Group: Applications/Editors
748Requires(post): alternatives
749Requires: vim-X11-common = %{version}
750Requires: %(perl -le 'use Config; print $Config{archlibexp}')
751Provides: gvim
752
753%description X11-huge
754VIM-X11 is a version of the VIM editor which is configured to run on the X
755Window System.  If you install this package, you can run VIM as an X
756application with a full GUI interface and mouse support.
757
758The vim-X11-huge package provides the VIM which supports much more extra
759features than vim-X11-huge does, such as Ruby/Perl/Python support.
760
761%description -l ja X11-huge
762VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
763くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
764イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
765を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
766トなどです.
767
768このパッケージではX11対応も含めたほとんどすべての機能のサポートに加え,
769Ruby/Perl/Pythonスクリプトの実行機能までを含んでVIMを提供しています.
770
771%prep
772%setup -q -b 0 -n %{vimdir}
773%setup -q -D -b 1 -n %{vimdir}
774%setup -q -D -b 2 -n %{vimdir}
775# fix rogue dependencies from sample code
776chmod -x runtime/tools/mve.awk
777%patch2002 -p1
778%patch2003 -p1
779%patch2004 -p1
780%patch2010 -p1
781
782perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
783
784# Base patches...
785# for i in seq 1 14; do printf "%%patch%03d -p0 \n" $i; done
786%patch001 -p0
787%patch002 -p0
788%patch003 -p0
789%patch004 -p0
790%patch005 -p0
791%patch006 -p0
792%patch007 -p0
793%patch008 -p0
794%patch009 -p0
795%patch010 -p0
796%patch011 -p0
797%patch012 -p0
798%patch013 -p0
799%patch014 -p0
800%patch015 -p0
801%patch016 -p0
802%patch017 -p0
803%patch018 -p0
804%patch019 -p0
805%patch020 -p0
806%patch021 -p0
807%patch022 -p0
808%patch023 -p0
809%patch024 -p0
810%patch025 -p0
811%patch026 -p0
812%patch027 -p0
813%patch028 -p0
814%patch029 -p0
815%patch030 -p0
816%patch031 -p0
817%patch032 -p0
818%patch033 -p0
819%patch034 -p0
820%patch035 -p0
821%patch036 -p0
822%patch037 -p0
823%patch038 -p0
824%patch039 -p0
825%patch040 -p0
826%patch041 -p0
827%patch042 -p0
828%patch043 -p0
829%patch044 -p0
830%patch045 -p0
831%patch046 -p0
832%patch047 -p0
833%patch048 -p0
834%patch049 -p0
835%patch050 -p0
836%patch051 -p0
837%patch052 -p0
838%patch053 -p0
839%patch054 -p0
840%patch055 -p0
841%patch056 -p0
842%patch057 -p0
843%patch058 -p0
844%patch059 -p0
845%patch060 -p0
846%patch061 -p0                                         
847%patch062 -p0
848%patch063 -p0
849%patch064 -p0
850%patch065 -p0
851%patch066 -p0
852%patch067 -p0
853%patch068 -p0
854%patch069 -p0
855%patch070 -p0
856%patch071 -p0
857%patch072 -p0
858%patch073 -p0
859%patch074 -p0
860%patch075 -p0
861%patch076 -p0
862%patch077 -p0
863%patch078 -p0
864%patch079 -p0
865%patch080 -p0
866%patch081 -p0
867%patch082 -p0
868%patch083 -p0
869%patch084 -p0
870%patch085 -p0
871%patch086 -p0
872%patch087 -p0
873%patch088 -p0
874%patch089 -p0
875%patch090 -p0
876%patch091 -p0
877%patch092 -p0
878%patch093 -p0
879%patch094 -p0
880%patch095 -p0
881%patch096 -p0
882%patch097 -p0
883%patch098 -p0
884%patch099 -p0
885%patch100 -p0
886%patch101 -p0
887%patch102 -p0
888%patch103 -p0
889%patch104 -p0
890%patch105 -p0
891%patch106 -p0
892%patch107 -p0
893%patch108 -p0
894%patch109 -p0
895%patch110 -p0
896%patch111 -p0
897%patch112 -p0
898%patch113 -p0
899%patch114 -p0
900%patch115 -p0
901%patch116 -p0
902%patch117 -p0
903%patch118 -p0
904%patch119 -p0
905%patch120 -p0
906%patch121 -p0
907%patch122 -p0
908%patch123 -p0
909%patch124 -p0
910%patch125 -p0
911%patch126 -p0
912%patch127 -p0
913%patch128 -p0
914%patch129 -p0
915%patch130 -p0
916%patch131 -p0
917%patch132 -p0
918%patch133 -p0                                         
919%patch134 -p0                                         
920%patch135 -p0                                         
921%patch136 -p0                                         
922%patch137 -p0                                         
923%patch138 -p0                                         
924%patch139 -p0                                         
925%patch140 -p0                                         
926%patch141 -p0
927%patch142 -p0
928%patch143 -p0
929%patch144 -p0
930%patch145 -p0
931%patch146 -p0
932%patch147 -p0
933%patch148 -p0
934%patch149 -p0
935%patch150 -p0
936%patch151 -p0
937%patch152 -p0
938%patch153 -p0
939%patch154 -p0
940%patch155 -p0
941%patch156 -p0
942%patch157 -p0
943%patch158 -p0
944%patch159 -p0
945%patch160 -p0
946%patch161 -p0
947%patch162 -p0
948%patch163 -p0
949%patch164 -p0
950%patch165 -p0
951%patch166 -p0
952%patch167 -p0
953%patch168 -p0
954%patch169 -p0
955%patch170 -p0
956%patch171 -p0
957%patch172 -p0
958%patch173 -p0
959%patch174 -p0
960%patch175 -p0
961%patch176 -p0
962%patch177 -p0
963%patch178 -p0
964%patch179 -p0
965%patch180 -p0
966%patch181 -p0
967%patch182 -p0
968%patch183 -p0
969%patch184 -p0
970%patch185 -p0
971%patch186 -p0
972%patch187 -p0
973%patch188 -p0
974%patch189 -p0
975%patch190 -p0
976%patch191 -p0
977%patch192 -p0
978%patch193 -p0
979%patch194 -p0
980%patch195 -p0
981%patch196 -p0
982%patch197 -p0
983%patch198 -p0
984%patch199 -p0
985%patch200 -p0
986%patch201 -p0
987%patch202 -p0
988%patch203 -p0
989%patch204 -p0
990%patch205 -p0
991%patch206 -p0
992%patch207 -p0
993%patch208 -p0
994%patch209 -p0
995%patch210 -p0
996%patch211 -p0
997%patch212 -p0
998%patch213 -p0
999%patch214 -p0
1000%patch215 -p0
1001%patch216 -p0
1002%patch217 -p0
1003%patch218 -p0
1004%patch219 -p0
1005%patch220 -p0
1006%patch221 -p0
1007%patch222 -p0
1008%patch223 -p0
1009%patch224 -p0
1010%patch225 -p0
1011%patch226 -p0
1012%patch227 -p0
1013%patch228 -p0
1014%patch229 -p0
1015%patch230 -p0
1016%patch231 -p0
1017%patch232 -p0
1018%patch233 -p0
1019%patch234 -p0
1020%patch235 -p0
1021%patch236 -p0
1022%patch237 -p0
1023%patch238 -p0
1024%patch239 -p0
1025%patch240 -p0
1026%patch241 -p0
1027%patch242 -p0
1028%patch243 -p0
1029%patch244 -p0
1030%patch245 -p0
1031%patch246 -p0
1032%patch247 -p0
1033%patch248 -p0
1034%patch249 -p0
1035%patch250 -p0
1036%patch251 -p0
1037%patch252 -p0
1038%patch253 -p0
1039%patch254 -p0
1040%patch255 -p0
1041%patch256 -p0
1042%patch257 -p0
1043%patch258 -p0
1044%patch259 -p0
1045%patch260 -p0
1046%patch261 -p0
1047%patch262 -p0
1048%patch263 -p0
1049%patch264 -p0
1050%patch265 -p0
1051%patch266 -p0
1052%patch267 -p0
1053%patch268 -p0
1054%patch269 -p0
1055%patch270 -p0
1056%patch271 -p0
1057%patch272 -p0
1058%patch273 -p0
1059%patch274 -p0
1060%patch275 -p0
1061%patch276 -p0
1062%patch277 -p0
1063%patch278 -p0
1064%patch279 -p0
1065%patch280 -p0
1066%patch281 -p0
1067%patch282 -p0
1068%patch283 -p0
1069%patch284 -p0
1070%patch285 -p0                                         
1071%patch286 -p0                                         
1072%patch287 -p0                                         
1073%patch288 -p0                                         
1074%patch289 -p0                                         
1075%patch290 -p0                                         
1076%patch291 -p0                                         
1077%patch292 -p0                                         
1078%patch293 -p0                                         
1079%patch294 -p0                                         
1080%patch295 -p0                                         
1081%patch296 -p0                                         
1082%patch297 -p0                                         
1083%patch298 -p0                                         
1084%patch299 -p0                                         
1085%patch300 -p0                                         
1086%patch301 -p0                                         
1087%patch302 -p0                                         
1088%patch303 -p0                                         
1089%patch304 -p0                                         
1090%patch305 -p0                                         
1091%patch306 -p0                                         
1092%patch307 -p0
1093%patch308 -p0
1094%patch309 -p0
1095%patch310 -p0
1096%patch311 -p0
1097%patch312 -p0
1098%patch313 -p0
1099%patch314 -p0
1100%patch315 -p0
1101%patch316 -p0
1102%patch317 -p0
1103%patch318 -p0
1104%patch319 -p0
1105%patch320 -p0
1106%patch321 -p0
1107%patch322 -p0
1108%patch323 -p0
1109%patch324 -p0
1110%patch325 -p0
1111%patch326 -p0
1112%patch327 -p0
1113%patch328 -p0
1114%patch329 -p0
1115%patch330 -p0
1116%patch331 -p0
1117%patch332 -p0
1118%patch333 -p0
1119%patch334 -p0
1120%patch335 -p0
1121%patch336 -p0
1122%patch337 -p0
1123%patch338 -p0
1124%patch339 -p0
1125%patch340 -p0
1126%patch341 -p0
1127%patch342 -p0
1128%patch343 -p0
1129%patch344 -p0
1130%patch345 -p0
1131%patch346 -p0
1132%patch347 -p0
1133%patch348 -p0
1134%patch349 -p0
1135%patch350 -p0
1136%patch351 -p0
1137%patch352 -p0
1138%patch353 -p0
1139%patch354 -p0
1140%patch355 -p0
1141%patch356 -p0
1142%patch357 -p0
1143%patch358 -p0
1144%patch359 -p0
1145%patch360 -p0
1146%patch361 -p0
1147%patch362 -p0
1148%patch363 -p0
1149%patch364 -p0
1150%patch365 -p0
1151%patch366 -p0
1152%patch367 -p0
1153%patch368 -p0
1154%patch369 -p0
1155%patch370 -p0
1156%patch371 -p0
1157%patch372 -p0
1158%patch373 -p0
1159%patch374 -p0
1160%patch375 -p0
1161%patch376 -p0
1162%patch377 -p0
1163%patch378 -p0
1164%patch379 -p0
1165%patch380 -p0
1166%patch381 -p0
1167%patch382 -p0
1168%patch383 -p0
1169%patch384 -p0
1170%patch385 -p0
1171%patch386 -p0
1172%patch387 -p0
1173%patch388 -p0
1174%patch389 -p0
1175%patch390 -p0
1176%patch391 -p0
1177%patch392 -p0
1178%patch393 -p0
1179%patch394 -p0
1180%patch395 -p0
1181%patch396 -p0
1182%patch397 -p0
1183%patch398 -p0
1184%patch399 -p0
1185%patch400 -p0
1186%patch401 -p0
1187%patch402 -p0
1188%patch403 -p0
1189%patch404 -p0
1190%patch405 -p0
1191%patch406 -p0
1192%patch407 -p0
1193%patch408 -p0
1194%patch409 -p0
1195%patch410 -p0
1196%patch411 -p0
1197%patch412 -p0
1198%patch413 -p0
1199%patch414 -p0
1200%patch415 -p0
1201%patch416 -p0
1202%patch417 -p0
1203%patch418 -p0
1204%patch419 -p0
1205%patch420 -p0
1206%patch421 -p0
1207%patch422 -p0
1208%patch423 -p0
1209%patch424 -p0
1210%patch425 -p0
1211%patch426 -p0
1212%patch427 -p0
1213%patch428 -p0
1214%patch429 -p0
1215%patch430 -p0
1216%patch431 -p0
1217%patch432 -p0
1218%patch433 -p0
1219%patch434 -p0
1220%patch435 -p0
1221%patch436 -p0
1222%patch437 -p0
1223%patch438 -p0
1224%patch439 -p0
1225%patch440 -p0
1226%patch441 -p0
1227%patch442 -p0
1228%patch443 -p0
1229%patch444 -p0
1230%patch445 -p0
1231%patch446 -p0
1232
1233%patch3000 -p1
1234%patch3002 -p1
1235%patch3003 -p1
1236#%patch3004 -p1
1237
1238%patch3006 -p1
1239%patch3007 -p1
1240#%patch3008 -p1
1241%patch3009 -p1
1242%patch3010 -p1
1243%patch3011 -p1
1244
1245%patch4000 -p1
1246
1247%build
1248cd src
1249autoconf
1250
1251make shadow
1252mv shadow vim-X11-huge
1253(cd vim-X11-huge && \
1254 mkdir po && (cd po && ln -s ../../po/* .) && \
1255 %configure %{configopts} %{features_x11} %{features_huge} && \
1256 make %{?_smp_mflags})
1257
1258make shadow
1259mv shadow vim-X11-big
1260(cd vim-X11-big && \
1261 mkdir po && (cd po && ln -s ../../po/* .) && \
1262 %configure %{configopts} %{features_x11} %{features_big} && \
1263 make %{?_smp_mflags})
1264
1265make shadow
1266mv shadow vim-X11-normal
1267(cd vim-X11-normal && \
1268 mkdir po && (cd po && ln -s ../../po/* .) && \
1269 %configure %{configopts} %{features_x11} %{features_normal} && \
1270 make %{?_smp_mflags})
1271
1272make shadow
1273mv shadow vim-huge
1274(cd vim-huge && \
1275 mkdir po && (cd po && ln -s ../../po/* .) && \
1276 %configure %{configopts} %{features_nox11} %{features_huge} && \
1277 make %{?_smp_mflags})
1278
1279make shadow
1280mv shadow vim-big
1281(cd vim-big && \
1282 mkdir po && (cd po && ln -s ../../po/* .) && \
1283 %configure %{configopts} %{features_nox11} %{features_big} && \
1284 make %{?_smp_mflags})
1285
1286make shadow
1287mv shadow vim-normal
1288(cd vim-normal && \
1289 mkdir po && (cd po && ln -s ../../po/* .) && \
1290 %configure %{configopts} %{features_nox11} %{features_normal} && \
1291 make %{?_smp_mflags})
1292
1293make shadow
1294mv shadow vim-tiny
1295cp os_unix.h os_unix.h.orig
1296sed -i -e 's|$VIM/vimrc|/etc/vimrc.tiny|g' os_unix.h
1297(cd vim-tiny && \
1298 LDFLAGS=-static export LDFLAGS; \
1299 %configure %{configopts} %{features_nox11} %{features_tiny} && \
1300 make %{?_smp_mflags})
1301cp os_unix.h.orig os_unix.h
1302
1303%install
1304rm -rf %{buildroot}
1305mkdir -p %{buildroot}
1306mkdir -p %{buildroot}%{vimrcloc}
1307mkdir -p %{buildroot}/%{vimruntime}
1308
1309ln -s %{vimrcloc}/vimrc.ja  %{buildroot}/%{vimruntime}/vimrc
1310ln -s %{vimrcloc}/gvimrc.ja %{buildroot}/%{vimruntime}/gvimrc
1311ln -s %{vimrcloc}           %{buildroot}/%{vimruntime}/vimfiles
1312
1313cd src
1314
1315for d in vim-normal vim-big vim-huge vim-X11-normal vim-X11-big vim-X11-huge vim-tiny
1316do
1317  make -C$d DESTDIR=%{buildroot} installvimbin
1318  vimbin=`find %{buildroot} -name vim -type f`
1319  mv $vimbin `dirname $vimbin`/`echo $d | sed -e's/^vim-/vim./'`
1320done
1321make -Cvim-huge     DESTDIR=%{buildroot} installtools installtutor
1322make -Cvim-X11-huge DESTDIR=%{buildroot} installtools installtutor installtutorbin
1323make -Cvim-X11-huge DESTDIR=%{buildroot} install-languages install-icons
1324make -Cvim-X11-huge DESTDIR=%{buildroot} installruntime installlinks installmanlinks
1325find %{buildroot}/%{_bindir} -type l -exec rm \{\} \;
1326
1327# Dependency cleanups
1328chmod 644 %{buildroot}/%{_datadir}/vim/%{vimsubdir}/doc/vim2html.pl \
1329 %{buildroot}/%{_datadir}/vim/%{vimsubdir}/tools/*.pl \
1330 %{buildroot}/%{_datadir}/vim/%{vimsubdir}/tools/vim132
1331chmod 644 ../runtime/doc/vim2html.pl
1332
1333# installing vimrc files.
1334install -p -m644 %{SOURCE300} %{buildroot}%{vimrcloc}/vimrc.ja
1335install -p -m644 %{SOURCE300} %{buildroot}%{vimrcloc}/gvimrc.ja
1336install -p -m644 %{SOURCE300} %{buildroot}%{_sysconfdir}/vimrc.tiny
1337
1338# installing misc utils.
1339install -p -m644 %{SOURCE400} %{buildroot}%{_datadir}/vim/%{vimsubdir}/plugin/format.vim
1340install -p -m644 %{SOURCE401} %{buildroot}%{_datadir}/vim/%{vimsubdir}/plugin/verifyenc.vim
1341
1342cd ../..
1343
1344# desktop file
1345%__mkdir_p %{buildroot}%{_datadir}/applications
1346%__install -p -m644 %{SOURCE100} %{buildroot}%{_datadir}/applications/gvim.desktop
1347
1348# icons
1349%__mkdir_p %{buildroot}%{_datadir}/icons/hicolor/{16x16,32x32,48x48,64x64}/apps
1350%__install -p -m644 %{SOURCE101} %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/gvim.png
1351%__install -p -m644 %{SOURCE102} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/gvim.png
1352%__install -p -m644 %{SOURCE103} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/gvim.png
1353%__install -p -m644 %{SOURCE104} %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/gvim.png
1354
1355# remove international manuals
1356rm -rf %{buildroot}/%{_mandir}/{fr,it,ru,pl}*
1357
1358%post tiny
1359update-alternatives \
1360  --install /bin/vi      vi      /bin/vim.tiny 20 \
1361  --slave   /bin/vim     vim     /bin/vim.tiny \
1362  --slave   /bin/eview   eview   /bin/vim.tiny \
1363  --slave   /bin/evim    evim    /bin/vim.tiny \
1364  --slave   /bin/ex      ex      /bin/vim.tiny \
1365  --slave   /bin/rview   rview   /bin/vim.tiny \
1366  --slave   /bin/rvim    rvim    /bin/vim.tiny \
1367  --slave   /bin/view    view    /bin/vim.tiny \
1368  --slave   /bin/vimdiff vimdiff /bin/vim.tiny
1369
1370%triggerpostun -- vim-minimal < 6.0
1371update-alternatives --auto vi
1372
1373%triggerpostun tiny -- vim-tiny <= 6.2.532-0vl3
1374update-alternatives --remove vi /bin/vim
1375update-alternatives --auto vi
1376
1377%preun tiny
1378if [ "$1" = "0" ]
1379then
1380  update-alternatives --remove vi /bin/vim.tiny
1381fi
1382
1383%post
1384update-alternatives \
1385  --install /bin/vi      vi      %{_bindir}/vim.normal 31 \
1386  --slave   /bin/vim     vim     %{_bindir}/vim.normal \
1387  --slave   /bin/eview   eview   %{_bindir}/vim.normal \
1388  --slave   /bin/evim    evim    %{_bindir}/vim.normal \
1389  --slave   /bin/ex      ex      %{_bindir}/vim.normal \
1390  --slave   /bin/rview   rview   %{_bindir}/vim.normal \
1391  --slave   /bin/rvim    rvim    %{_bindir}/vim.normal \
1392  --slave   /bin/view    view    %{_bindir}/vim.normal \
1393  --slave   /bin/vimdiff vimdiff %{_bindir}/vim.normal
1394
1395%triggerpostun -- vim <= 6.2.532-0vl3
1396update-alternatives --remove vim /usr/bin/vim.normal
1397
1398%preun
1399if [ "$1" = "0" ]
1400then
1401  update-alternatives --remove vi %{_bindir}/vim.normal
1402fi
1403
1404%post big
1405update-alternatives \
1406  --install /bin/vi      vi      %{_bindir}/vim.big 41 \
1407  --slave   /bin/vim     vim     %{_bindir}/vim.big \
1408  --slave   /bin/eview   eview   %{_bindir}/vim.big \
1409  --slave   /bin/evim    evim    %{_bindir}/vim.big \
1410  --slave   /bin/ex      ex      %{_bindir}/vim.big \
1411  --slave   /bin/rview   rview   %{_bindir}/vim.big \
1412  --slave   /bin/rvim    rvim    %{_bindir}/vim.big \
1413  --slave   /bin/view    view    %{_bindir}/vim.big \
1414  --slave   /bin/vimdiff vimdiff %{_bindir}/vim.big
1415
1416%triggerpostun big -- vim-big <= 6.2.532-0vl3
1417update-alternatives --remove vim /usr/bin/vim.big
1418
1419%preun big
1420if [ "$1" = "0" ]
1421then
1422  update-alternatives --remove vi %{_bindir}/vim.big
1423fi
1424
1425%post huge
1426update-alternatives \
1427  --install /bin/vi      vi      %{_bindir}/vim.huge 51 \
1428  --slave   /bin/vim     vim     %{_bindir}/vim.huge \
1429  --slave   /bin/eview   eview   %{_bindir}/vim.huge \
1430  --slave   /bin/evim    evim    %{_bindir}/vim.huge \
1431  --slave   /bin/ex      ex      %{_bindir}/vim.huge \
1432  --slave   /bin/rview   rview   %{_bindir}/vim.huge \
1433  --slave   /bin/rvim    rvim    %{_bindir}/vim.huge \
1434  --slave   /bin/view    view    %{_bindir}/vim.huge \
1435  --slave   /bin/vimdiff vimdiff %{_bindir}/vim.huge
1436
1437%triggerpostun huge -- vim-huge <= 6.2.532-0vl3
1438update-alternatives --remove vim /usr/bin/vim.huge
1439
1440%preun huge
1441if [ "$1" = "0" ]
1442then
1443  update-alternatives --remove vi %{_bindir}/vim.huge
1444fi
1445
1446%post X11
1447update-alternatives \
1448  --install /bin/vi       vi       %{_bindir}/vim.X11-normal 30 \
1449  --slave   /bin/vim      vim      %{_bindir}/vim.X11-normal \
1450  --slave   /bin/eview    eview    %{_bindir}/vim.X11-normal \
1451  --slave   /bin/evim     evim     %{_bindir}/vim.X11-normal \
1452  --slave   /bin/ex       ex       %{_bindir}/vim.X11-normal \
1453  --slave   /bin/rview    rview    %{_bindir}/vim.X11-normal \
1454  --slave   /bin/rvim     rvim     %{_bindir}/vim.X11-normal \
1455  --slave   /bin/view     view     %{_bindir}/vim.X11-normal \
1456  --slave   /bin/vimdiff  vimdiff  %{_bindir}/vim.X11-normal
1457update-alternatives \
1458  --install %{_bindir}/gvim     gvim     %{_bindir}/vim.X11-normal 30 \
1459  --slave   %{_bindir}/gview    gview    %{_bindir}/vim.X11-normal \
1460  --slave   %{_bindir}/gvimdiff gvimdiff %{_bindir}/vim.X11-normal \
1461  --slave   %{_bindir}/rgview   rgview   %{_bindir}/vim.X11-normal \
1462  --slave   %{_bindir}/rgvim    rgvim    %{_bindir}/vim.X11-normal
1463
1464%triggerpostun X11 -- vim-X11 <= 6.2.532-0vl3
1465update-alternatives --remove vim %{_bindir}/vim.X11-normal
1466
1467%preun X11
1468if [ "$1" = "0" ]
1469then
1470  update-alternatives --remove vi   %{_bindir}/vim.X11-normal
1471  update-alternatives --remove gvim %{_bindir}/vim.X11-normal
1472fi
1473
1474%post X11-big
1475update-alternatives \
1476  --install /bin/vi       vi       %{_bindir}/vim.X11-big 40 \
1477  --slave   /bin/vim      vim      %{_bindir}/vim.X11-big \
1478  --slave   /bin/eview    eview    %{_bindir}/vim.X11-big \
1479  --slave   /bin/evim     evim     %{_bindir}/vim.X11-big \
1480  --slave   /bin/ex       ex       %{_bindir}/vim.X11-big \
1481  --slave   /bin/rview    rview    %{_bindir}/vim.X11-big \
1482  --slave   /bin/rvim     rvim     %{_bindir}/vim.X11-big \
1483  --slave   /bin/view     view     %{_bindir}/vim.X11-big \
1484  --slave   /bin/vimdiff  vimdiff  %{_bindir}/vim.X11-big
1485update-alternatives \
1486  --install %{_bindir}/gvim     gvim     %{_bindir}/vim.X11-big 40 \
1487  --slave   %{_bindir}/gview    gview    %{_bindir}/vim.X11-big \
1488  --slave   %{_bindir}/gvimdiff gvimdiff %{_bindir}/vim.X11-big \
1489  --slave   %{_bindir}/rgview   rgview   %{_bindir}/vim.X11-big \
1490  --slave   %{_bindir}/rgvim    rgvim    %{_bindir}/vim.X11-big
1491
1492%triggerpostun X11-big -- vim-X11-big <= 6.2.532-0vl3
1493update-alternatives --remove vim %{_bindir}/vim.X11-big
1494
1495%preun X11-big
1496if [ "$1" = "0" ]
1497then
1498  update-alternatives --remove vi   %{_bindir}/vim.X11-big
1499  update-alternatives --remove gvim %{_bindir}/vim.X11-big
1500fi
1501
1502%post X11-huge
1503update-alternatives \
1504  --install /bin/vi       vi       %{_bindir}/vim.X11-huge 50 \
1505  --slave   /bin/vim      vim      %{_bindir}/vim.X11-huge \
1506  --slave   /bin/eview    eview    %{_bindir}/vim.X11-huge \
1507  --slave   /bin/evim     evim     %{_bindir}/vim.X11-huge \
1508  --slave   /bin/ex       ex       %{_bindir}/vim.X11-huge \
1509  --slave   /bin/rview    rview    %{_bindir}/vim.X11-huge \
1510  --slave   /bin/rvim     rvim     %{_bindir}/vim.X11-huge \
1511  --slave   /bin/view     view     %{_bindir}/vim.X11-huge \
1512  --slave   /bin/vimdiff  vimdiff  %{_bindir}/vim.X11-huge
1513update-alternatives \
1514  --install %{_bindir}/gvim     gvim     %{_bindir}/vim.X11-huge 50 \
1515  --slave   %{_bindir}/gview    gview    %{_bindir}/vim.X11-huge \
1516  --slave   %{_bindir}/gvimdiff gvimdiff %{_bindir}/vim.X11-huge \
1517  --slave   %{_bindir}/rgview   rgview   %{_bindir}/vim.X11-huge \
1518  --slave   %{_bindir}/rgvim    rgvim    %{_bindir}/vim.X11-huge
1519
1520%triggerpostun X11-huge -- vim-X11-huge <= 6.2.532-0vl3
1521update-alternatives --remove vim %{_bindir}/vim.X11-huge
1522
1523%preun X11-huge
1524if [ "$1" = "0" ]
1525then
1526  update-alternatives --remove vi   %{_bindir}/vim.X11-huge
1527  update-alternatives --remove gvim %{_bindir}/vim.X11-huge
1528fi
1529
1530%post X11-common
1531%{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||:
1532
1533%postun X11-common
1534%{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||:
1535
1536%clean
1537rm -rf %{buildroot}
1538
1539%files
1540%defattr(-,root,root)
1541%{_bindir}/vim.normal
1542
1543%files common
1544%defattr(-,root,root)
1545%doc README.txt
1546%doc README_extra.txt
1547%doc README_lang.txt
1548%doc README_unix.txt
1549%{vimrcloc}
1550%{_bindir}/vimtutor
1551%{_bindir}/xxd
1552%{_datadir}/vim
1553
1554%files man
1555%defattr(-,root,root)
1556%{_mandir}/man1/eview.1*
1557%{_mandir}/man1/evim.1*
1558%{_mandir}/man1/ex.1*
1559%{_mandir}/man1/rgview.1*
1560%{_mandir}/man1/rgvim.1*
1561%{_mandir}/man1/rview.1*
1562%{_mandir}/man1/rvim.1*
1563%{_mandir}/man1/view.1*
1564%{_mandir}/man1/vim.1*
1565%{_mandir}/man1/vimdiff.1*
1566%{_mandir}/man1/vimtutor.1*
1567%{_mandir}/man1/xxd.1*
1568
1569%files X11-common
1570%defattr(-,root,root)
1571%config(missingok) %{_datadir}/applications/gvim.desktop
1572%{_datadir}/icons/hicolor/*/apps/gvim.png
1573%{_mandir}/man1/gview.1*
1574%{_mandir}/man1/gvim.1*
1575%{_mandir}/man1/gvimdiff.1*
1576
1577%files tiny
1578%defattr(-,root,root)
1579%{binprefix}bin/vim.tiny
1580%{_sysconfdir}/vimrc.tiny
1581
1582%files big
1583%defattr(-,root,root)
1584%{_bindir}/vim.big
1585
1586%files huge
1587%defattr(-,root,root)
1588%{_bindir}/vim.huge
1589
1590%files X11
1591%defattr(-,root,root)
1592%{_bindir}/vim.X11-normal
1593
1594%files X11-big
1595%defattr(-,root,root)
1596%{_bindir}/vim.X11-big
1597
1598%files X11-huge
1599%defattr(-,root,root)
1600%{_bindir}/vim.X11-huge
1601
1602%changelog
1603* Sun Sep 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2.446-1
1604- update tp 7.2.446 (add Patch149-446)
1605- run update-alternatives on vim-huge post script
1606- drop Patch3004 (use %%{_datadir}/vim/vimrc)
1607- add vimrc.tiny for vim.tiny
1608- add BR: glibc-static to build vime-tiny
1609
1610* Sat Mar 20 2010 Shu KONNO <owa@bg.wakwak.com> 7.2.148-2
1611- rebuilt with python-2.6
1612
1613* Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2.148-1
1614- new upstream release
1615- modified vimrc.ja to support utf-8 locale
1616- drop vim-{ruby,perl,python}
1617
1618* Mon May 05 2008 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 6.4.10-1vl5
1619- rebuild with perl-5.10.0
1620- applied new versioning policy
1621- add "make installghelplinks"
1622- add BuildRequires: pixman-devel
1623
1624* Wed Sep 05 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 6.4.10-0vl3
1625- [SECURITY] add helptags.patch (patch2000) renamed from 7.1.039
1626  - fix format string vulnerability in the helptags_one (CVE-2007-2953)
1627
1628* Sat Jul 28 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.10-0vl2
1629- changed man Group to Applications/Documentation
1630
1631* Mon May 15 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4.10-0vl1
1632- new upstream patch version
1633
1634* Tue Feb 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4.8-0vl2
1635- update patching script
1636  - exit if upstream patches not exist
1637
1638* Mon Feb 27 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4.8-0vl1
1639- new upstream patch version
1640
1641* Fri Nov 04 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4-0vl2
1642- add cssIdentifier.patch to avoid error
1643
1644* Mon Oct 31 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4-0vl1
1645- new upstream release
1646- drop tmpfile.patch
1647- import verifyenc.vim from KaoriYa.net ([vine-users:073279])
1648  - http://www.kaoriya.net/dist/vim-6.4-w32j.tar.bz2
1649- import checkhl.patch from FC 6.4.000-2
1650
1651  * Tue Oct 25 2005 Karsten Hopp <karsten@redhat.de> 6.4.000-2
1652  - add syntax highlighting rule for %%check (Ralf Ertzinger, #165277)
1653
1654* Mon Oct 17 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.90-0vl1
1655- new upstream patch version
1656- add numeric-keypad.patch (patch101)
1657  - Thanks, ISOBE Takeshi
1658
1659* Sun Aug 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.86-0vl2
1660- [SECURITY] re-add patches, import tmpfile.patch from FC
1661  - oops, patches not added at 6.3.86-0vl1
1662  - overwrite or create arbitrary files via a symlink attack (CAN-2005-0069)
1663
1664* Sat Jul 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.86-0vl1
1665- [SECURITY] new upstream patch version
1666  - modelines shell command execution vulnerability (CAN-2005-2368)
1667- add README_patches.txt
1668
1669* Sun May 15 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.71-0vl1
1670- new upstream patch version
1671- update desktop file
1672  - import icons from FC
1673  - import gvim.desktop from FC and modify
1674  - move gvim.desktop to %%{_datadir}/applications
1675  - run update-desktop-database at X11-common's post/postun
1676- import specsyntax.patch from FC
1677
1678* Wed Jan 26 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.58-0vl1
1679- new upstream patch version
1680- perl/huge/X11-huge
1681  - add Requires: %%(perl -le 'use Config; print $Config{archlibexp}')
1682
1683* Tue Jan 11 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.53-0vl2
1684- rebuild with perl-5.8.6
1685
1686* Mon Dec 27 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.53-0vl1
1687- [SECURITY] new upstream patch version
1688  - arbitrary command execution vulnerability (CAN-2004-1138)
1689- add URL
1690- fix common's Japanese description
1691  - remove package information about vim-X11-*
1692- add Provides: gvim (vim-X11-*)
1693
1694* Fri Oct 29 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.31-0vl1
1695- new upstream patch version
1696- fix URLs (source1,2)
1697
1698* Sun Jun 20 2004 Tomoya TAKA <taka@vinelinux.org> 6.3.6-0vl1
1699- new upstream release
1700- update configurations of alternatives
1701- vim-tiny contains /bin/vim.tiny only
1702- remove 'Requires: vim-common' from vim-man subpackage
1703- change order of fileencordings in vimrc.ja
1704
1705* Wed May 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 6.2.532-0vl3
1706- use gtk2 instead of gtk+
1707- add Requires: gtk2 to vim-X11-common
1708- add BuildRequires: gtk2-devel
1709
1710* Tue May 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 6.2.532-0vl2
1711- add --enable-multibyte to vim-tiny
1712
1713* Sat May 15 2004 Tomoya TAKA <taka@vinelinux.org> 6.2.532-0vl1
1714- new upstream patch version
1715
1716* Sat Mar 20 2004 Tomoya TAKA <taka@vinelinux.org> 6.2.382-0vl1
1717- new upstream version
1718
1719* Mon Oct 06 2003 akira yamada <akira@vinelinux.org> 6.2.106-0vl1
1720- new upstream version
1721- bulid with ruby-1.8.0.
1722
1723* Tue Jun 17 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 6.2.14-0vl1
1724- new upstream version
1725
1726* Wed Jan 22 2003 Tomoya TAKA <taka@vinelinux.org> 6.1.300-0vl1
1727- new upstream patch version
1728
1729* Wed Jan 22 2003 Tomoya TAKA <taka@vinelinux.org> 6.1.265-0vl1
1730- patch level 265, including fix of modeline vulnerability
1731  cf. http://www.guninski.com/vim1.html
1732
1733* Wed Apr 03 2002 akira yamada <akira@vinelinux.org> 6.1.5-0vl1
1734- new upstream version.
1735- updated format.vim. (extracted from
1736  http://www.kaoriya.net/dist/gvim-6.1-w32j.tar.bz2.)
1737- clean uped vimrc, vimrc.ja, gvimrc, gvimrc.ja.
1738
1739* Thu Jan 31 2002 Toru Sagami <sagami@vinelinux.org> 6.0.158-0vl1
1740- patch level 6.0.158
1741
1742* Sun Nov 25 2001 akira yamada <akira@vinelinux.org> 6.0.93-0vl1
1743- new upstream patch version.
1744- added PreReqs: alternatives for vim, vim-tiny, vim-X11.
1745
1746* Mon Nov 12 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl4
1747- added Japanese descriptions.
1748- English descriptions by shaolin.
1749
1750* Wed Nov 07 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl3
1751- added triggerpostun for vim-minimal.
1752
1753* Mon Nov 05 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl2
1754- patch #44, #54, #64 is now available.
1755
1756* Mon Nov 05 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl1
1757- new upstream patch version.
1758- removed jcode2.vim and added new default vimrc.
1759- removed unused sources and patches.
1760- alternatives for /bin/vi.
1761- added net-tools to BuildRequires. (/bin/hostname)
1762
1763* Wed Oct 31 2001 akira yamada <akira@vinelinux.org> 6.0.43-0vl1
1764- new upstream patch version.
1765- added vim-lang and vim-extra.
1766- added gawk to Requires of vim-common.
1767- added gtk+ to Requires of vim-X11-common.
1768
1769* Wed Oct 17 2001 akira yamada <akira@vinelinux.org> 6.0.11-0vl2
1770- added autoconf and libtool to BuildRequires.
1771
1772* Mon Oct 15 2001 akira yamada <akira@vinelinux.org> 6.0.11-0vl1
1773- vim and vim-X11 is no longer virturl package.
1774- obsoleted vim-normal and vim-X11-normal.
1775- added check "$1" = "0" for  preun scripts.
1776
1777* Mon Oct 15 2001 akira yamada <akira@vinelinux.org> 6.0-0vl2
1778- linked staticly vim of vim-tiny.
1779
1780* Sun Oct 14 2001 akira yamada <akira@vinelinux.org> 6.0-0vl1
1781- new upstream version.
1782- now, vim and vim-X11 is virtual package.
1783- new sub-packages vim-tiny, vim-normal, vim-big, vim-ruby, vim-perl,
1784  vim-python, vim-huge, vim-X11-normal, vim-X11-big and vim-X11-huge.
1785- obsoleted vim-minimal and vin-enhanced.
1786
1787* Sat Sep 08 2001 Toru Sagami <sagami@vinelinux.org>
1788- 5.8-0vl4: rebuilt on current ncurses
1789- added format.vim and more useful comments in vimrc.ja
1790
1791* Sat Aug 04 2001 <sagami@vinelinux.org>
1792- 5.8-0vl3: patch level 5.8.9
1793- dont pack duplicated runtime/syntax directory into %%doc
1794
1795* Thu Jul 19 2001 <sagami@vinelinux.org>
1796- 5.8-0vl2: patch level 5.8.7
1797- Add postfix config syntax highlighting
1798
1799* Fri Jun 08 2001 <sagami@vinelinux.org>
1800- vim-5.8-0vl1: patch level 5.8.002
1801
1802* Fri Jun 01 2001 <sagami@vinelinux.org>
1803- vim-5.8-0vl0: vim-5.8 bug fix release
1804
1805* Thu May 10 2001 <sagami@vinelinux.org>
1806- vim-5.7-0vl8: patch level 5.7.030
1807- use versioned sources, not older ones and patches
1808- sync with RH6.2 updates
1809
1810* Wed Apr 18 2001 sagami@vinelinux.org
1811- jcode2.vim: fix back to original one
1812- patch level 5.7.028
1813
1814* Mon Feb 05 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
1815- patch level 5.7.024
1816- small fix for jcode2.vim
1817- split man package from common package to avoid conflict with jvim3
1818
1819* Tue Dec 26 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
1820- %%{makeinstall}
1821- acutally build against current ncurses5 without gpm with ncurses4
1822
1823* Thu Dec 21 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
1824- build against current ncurses5
1825- added CVS commit filetype detection to scripts.vim
1826
1827* Wed Dec 06 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
1828- 5.7.19
1829- jcode.pl-2.13
1830- added License recognition to .spec syntax
1831- added RFC822 mail/ emacs-lips filetype detection to scripts.vim
1832- FHS stuff: _mandir
1833
1834* Wed Jul 19 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
1835- based on RH 5.6-14 ->  5.7 (patchlevel .2)
1836- manpath: /usr/share/man -> /usr/man/man :-)
1837- delete %%makeinstall macro for rpm-3.0.x
1838- gvim: --enable-multibyte, xim, fontset
1839- vim: --enable-multibyte
1840- jcode.pl-2.11 and jcode2.vim from Nozomu Kobayashi's rpm package
1841- vimrc: added bzip2 and Japanese stuff of a kind
1842
1843* Sat Jun  3 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
1844- patchlevel 74
1845- add %%makeinstall macro recognition to .spec file syntax highlighting rules
1846- fix up Makefiles
1847
1848* Fri Apr 14 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
1849- patchlevel 66
1850- fix compilation with perl 5.6.0
1851
1852* Mon Mar 20 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
1853- patchlevel 12
1854
1855* Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
1856- fix home/end in vimrc (we did a term = rxvt, totally wrong)
1857
1858* Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
1859- change F1-F4 keybindings for xterm builtin terminfo to match real terminfo
1860
1861* Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
1862- kill autoindent
1863
1864* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
1865- wmconfig -> desktop
1866
1867* Sat Feb  5 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
1868- Patchlevel 11
1869- handle compressed man pages
1870- fix man page symlinks
1871
1872* Wed Feb  2 2000 Bill Nottingham <notting@redhat.com>
1873- eliminate dependencies on X in vim-enhanced, and ncurses/gpm
1874  in vim-minimal
1875
1876* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
1877- eliminate dependencies on csh and perl in vim-common
1878
1879* Wed Jan 19 2000 Bernhard Rosenrk舅zer <bero@redhat.com>
1880- Use awk, not nawk
1881
1882* Tue Jan 18 2000 Bernhard Rosenrk舅zer <bero@redhat.com>
1883- 5.6
1884- patch 5.6.001
1885- remove /usr/bin/vi - if you want vim, type vim
1886
1887* Tue Jan 11 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
1888- 5.6a
1889- Remove dependency on nawk (introduced by base update)
1890- some tweaks to make updating easier
1891
1892* Tue Nov  9 1999 Bernhard Rosenkr舅zer <bero@redhat.com>
1893- 5.5
1894- fix path to vimrc
1895
1896* Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
1897- moved from athena to gtk widgets for X version
1898- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
1899- fixed rogue dependencies from sample files
1900
1901* Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
1902- update to 5.4.
1903
1904* Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
1905- man page had buildroot pollution (#3629).
1906
1907* Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
1908- with recent termcap/terminfo fixes, regular vim works in xterm/console
1909- in color, so vim-color package removed.
1910
1911* Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
1912- removed "set backupdir=/tmp/vim_backup" from default vimrc
1913
1914* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
1915- auto rebuild in the new build environment (release 5)
1916
1917* Thu Dec 17 1998 Michael Maher <mike@redaht.com>
1918- built pacakge for 6.0
1919
1920* Tue Sep 15 1998 Michael Maher <mike@redhat.com>
1921- removed '--with-tlib=termcap' so that color-vim works
1922
1923* Wed Sep  2 1998 Jeff Johnson <jbj@redhat.com>
1924- update to 5.3.
1925
1926* Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
1927- merge in Toshio's changes
1928- color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap"
1929- added minimal rvi/rview and man pages.
1930- move Obsoletes to same package as executable.
1931
1932* Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
1933- Break the package apart similar to the way the netscape package was
1934  broken down to handle navigator or communicator: The vim package is
1935  Obsolete, now there is vim-common with all the common files, and a
1936  package for each binary: vim-minimal (has /bin/vi compiled with no
1937  frills), vim-enhanced (has /usr/bin/vim with extra perl and python
1938  interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with
1939  GUI support.)
1940- Enable the perl and python interpreters in the gui version (gvim).
1941
1942* Tue Jun 30 1998 Michael Maher <mike@redhat.com>
1943- Fixed tutor help.
1944- cvim package added.  Thanks to Stevie Wills for finding this one :-)
1945
1946* Thu May 07 1998 Prospector System <bugs@redhat.com>
1947- translations modified for de, fr, tr
1948
1949* Fri May 01 1998 Donnie Barnes <djb@redhat.com>
1950- added patch to turn off the "vi compatibility" by default.  You can
1951  still get it via the -C command line option
1952
1953* Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
1954- removed perl and python interpreters (sorry, but those don't belong
1955  in a /bin/vi and having two vi's seemed like overkill...complain
1956  to suggest@redhat.com if you care)
1957
1958* Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
1959- fixed buildroot bug
1960
1961* Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
1962- updated from 4.6 to 5.1
1963- moved to buildroot
1964
1965* Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
1966- fixed missing man page
1967
1968* Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
1969- added wmconfig entry to vim-X11
1970
1971* Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
1972- upgraded from 4.5 to 4.6
1973
1974* Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
1975- built against glibc
1976
1977* Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
1978- Upgraded to 4.5
1979- Added ex symlinks
1980
1981* Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
1982- Added view symlink.
Note: See TracBrowser for help on using the repository browser.