vim-vl.spec 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343
  1. # version, patch version
  2. %define vimversion 7.4
  3. %define vimpversion 110
  4. %define vimsubdir vim%(echo %{vimversion} | sed -e's/\\.//')
  5. %define vimdir %{vimsubdir}
  6. %define binprefix /
  7. %define x11prefix /usr
  8. %define vimrcloc %{_sysconfdir}/vim
  9. %define vimruntime %{_datadir}/vim
  10. %define configopts --bindir='${exec_prefix}/bin' --disable-gpm
  11. %define features_x11 --exec-prefix=%{_prefix} --with-x=yes --enable-gui=gtk2 --enable-xim --enable-fontset
  12. %define features_nox11 --exec-prefix=%{_prefix} --with-x=no --enable-gui=no
  13. %define features_huge --with-features=huge --enable-multibyte --enable-rubyinterp --enable-pythoninterp --enable-perlinterp --enable-luainterp
  14. %define features_big --with-features=big --enable-multibyte
  15. %define features_normal --with-features=normal --enable-multibyte
  16. %define features_tiny --exec-prefix=%{binprefix} --with-features=tiny --enable-multibyte --with-tlib=tinfo
  17. Summary: Vi IMproved - enhanced vi editor
  18. Summary(ja): Vi IMproved - 改良された vi エディタ
  19. Name: vim
  20. License: Vim
  21. Group: Applications/Editors
  22. URL: http://www.vim.org/
  23. %if %{vimpversion}
  24. Version: %{vimversion}.%{vimpversion}
  25. %else
  26. Version: %{vimversion}
  27. %endif
  28. Release: 1%{?_dist_release}
  29. Distribution: Vine Linux
  30. Vendor: Project Vine
  31. Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{vimversion}.tar.bz2
  32. # gvim desktop file
  33. Source100: gvim.desktop
  34. Source101: gvim16.png
  35. Source102: gvim32.png
  36. Source103: gvim48.png
  37. Source104: gvim64.png
  38. Source300: vimrc.ja
  39. Source400: format.vim
  40. Source401: verifyenc.vim
  41. Patch2002: vim-7.0-fixkeys.patch
  42. Patch2003: vim-6.2-specsyntax.patch
  43. # Patches 1000 and up are patches from the base maintainer.
  44. # If you're as lazy as me, generate the list using
  45. # for i in seq 1 154; do printf "Patch%03d: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.%03d\n" $i $i; done > vimpatches
  46. Patch001: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.001
  47. Patch002: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.002
  48. Patch003: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.003
  49. Patch004: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.004
  50. Patch005: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.005
  51. Patch006: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.006
  52. Patch007: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.007
  53. Patch008: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.008
  54. Patch009: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.009
  55. Patch010: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.010
  56. Patch011: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.011
  57. Patch012: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.012
  58. Patch013: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.013
  59. Patch014: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.014
  60. Patch015: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.015
  61. Patch016: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.016
  62. Patch017: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.017
  63. Patch018: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.018
  64. Patch019: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.019
  65. Patch020: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.020
  66. Patch021: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.021
  67. Patch022: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.022
  68. Patch023: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.023
  69. Patch024: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.024
  70. Patch025: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.025
  71. Patch026: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.026
  72. Patch027: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.027
  73. Patch028: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.028
  74. Patch029: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.029
  75. Patch030: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.030
  76. Patch031: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.031
  77. Patch032: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.032
  78. Patch033: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.033
  79. Patch034: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.034
  80. Patch035: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.035
  81. Patch036: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.036
  82. Patch037: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.037
  83. Patch038: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.038
  84. Patch039: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.039
  85. Patch040: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.040
  86. Patch041: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.041
  87. Patch042: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.042
  88. Patch043: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.043
  89. Patch044: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.044
  90. Patch045: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.045
  91. Patch046: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.046
  92. Patch047: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.047
  93. Patch048: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.048
  94. Patch049: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.049
  95. Patch050: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.050
  96. Patch051: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.051
  97. Patch052: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.052
  98. Patch053: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.053
  99. Patch054: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.054
  100. Patch055: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.055
  101. Patch056: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.056
  102. Patch057: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.057
  103. Patch058: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.058
  104. Patch059: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.059
  105. Patch060: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.060
  106. Patch061: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.061
  107. Patch062: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.062
  108. Patch063: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.063
  109. Patch064: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.064
  110. Patch065: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.065
  111. Patch066: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.066
  112. Patch067: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.067
  113. Patch068: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.068
  114. Patch069: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.069
  115. Patch070: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.070
  116. Patch071: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.071
  117. Patch072: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.072
  118. Patch073: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.073
  119. Patch074: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.074
  120. Patch075: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.075
  121. Patch076: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.076
  122. Patch077: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.077
  123. Patch078: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.078
  124. Patch079: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.079
  125. Patch080: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.080
  126. Patch081: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.081
  127. Patch082: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.082
  128. Patch083: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.083
  129. Patch084: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.084
  130. Patch085: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.085
  131. Patch086: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.086
  132. Patch087: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.087
  133. Patch088: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.088
  134. Patch089: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.089
  135. Patch090: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.090
  136. Patch091: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.091
  137. Patch092: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.092
  138. Patch093: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.093
  139. Patch094: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.094
  140. Patch095: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.095
  141. Patch096: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.096
  142. Patch097: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.097
  143. Patch098: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.098
  144. Patch099: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.099
  145. Patch100: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.100
  146. Patch101: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.101
  147. Patch102: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.102
  148. Patch103: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.103
  149. Patch104: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.104
  150. Patch105: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.105
  151. Patch106: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.106
  152. Patch107: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.107
  153. Patch108: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.108
  154. Patch109: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.109
  155. Patch110: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.110
  156. Patch2010: xxd-locale.patch
  157. Patch3000: vim-7.4-syntax.patch
  158. Patch3002: vim-7.1-nowarnings.patch
  159. Patch3003: vim-6.1-rh3.patch
  160. #Patch3004: vim-7.0-rclocation.patch
  161. Patch3006: vim-6.4-checkhl.patch
  162. Patch3007: vim-7.4-fstabsyntax.patch
  163. Patch3009: vim-7.0-warning.patch
  164. Patch3010: vim-7.0-syncolor.patch
  165. Patch3011: vim-7.0-specedit.patch
  166. Patch4000: vim-7.2-fix-menu.patch
  167. # Patch4010: vim-7.3-enable-syntax.patch
  168. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  169. BuildRequires: ruby, ruby-devel, python-devel, perl, gtk2-devel, ncurses-devel, autoconf, libtool, net-tools, pixman-devel, libXt-devel
  170. BuildRequires: lua-devel
  171. %if "%{?_dist_release}" != "vl5"
  172. BuildRequires: glibc-static
  173. %endif
  174. Requires(post): alternatives
  175. Requires: vim-common = %{version}
  176. %description
  177. VIM (VIsual editor iMproved) is an updated and improved version of the
  178. vi editor. Vi was the first real screen-based editor for UNIX, and is
  179. still very popular. VIM has many new features including:
  180. multiple windows, multi-level undos, block highlighting and more.
  181. vim-normal package provides a VIM executable configured
  182. with essential features enabled.
  183. %description -l ja
  184. VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
  185. くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
  186. イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
  187. を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
  188. トなどです.
  189. このパッケージでは最も基本的な機能を含んだVIMが提供されます.
  190. %package common
  191. Summary: Common files needed by the non-X VIM packages
  192. Summary(ja): 各種の VIM パッケージに必要なファイル
  193. Group: Applications/Editors
  194. Requires: gawk
  195. Conflicts: vim-X11 < 6.0, vim-enhanced < 6.0, vim-minimal < 6.0
  196. %description common
  197. vim-common package contains files which every VIM binary packages will
  198. need in order to run. VIM itself is included in various packages (under
  199. every different configuration) such as:
  200. * vim - normal features
  201. * vim-big - big features
  202. * vim-huge - huge features and Ruby/Perl/Python support
  203. %package man
  204. Summary: Man pages for the VIM editor
  205. Summary(ja): VIM エディタの man ページ
  206. Group: Applications/Documentation
  207. Conflicts: nvi <= 1.79_jp-18vl1, jvim <= 3.0j2.1a-0vl1
  208. %description man
  209. This package contains man pages for the VIM editor.
  210. %description -l ja man
  211. このパッケージはVIMエディタのmanページを含んでいます.
  212. %package tiny
  213. Summary: A minimal version of the VIM editor
  214. Summary(ja): 最小構成の VIM エディタ
  215. Group: Applications/Editors
  216. Requires(post): alternatives
  217. Conflicts: nvi <= 1.79_jp-18vl1, jvim <= 3.0j2.1a-0vl1, vim-minimal
  218. Obsoletes: vim-minimal
  219. %description tiny
  220. VIM (VIsual editor iMproved) is an updated and improved version of the
  221. vi editor. Vi was the first real screen-based editor for UNIX, and is
  222. still very popular. VIM has many new features including:
  223. multiple windows, multi-level undos, block highlighting and more.
  224. vim-tiny package contains /bin/vi, a minimally configured version
  225. of the VIM. It may be handy when only the root partition is present.
  226. vim-common package is NOT needed to run this program.
  227. %description -l ja tiny
  228. VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
  229. くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
  230. イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
  231. を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
  232. トなどです.
  233. このパッケージでは最小構成のVIMを/bin/vimとして提供しています。このパッ
  234. ケージで提供されるVIMを使うにあたってはvim-commonパッケージは必要あり
  235. ません.
  236. %package big
  237. Summary: VIM editor with big features
  238. Summary(ja): 多機能版の VIM エディタ
  239. Group: Applications/Editors
  240. Requires(post): alternatives
  241. Requires: vim-common = %{version}
  242. Obsoletes: vim-color
  243. %description big
  244. VIM (VIsual editor iMproved) is an updated and improved version of the
  245. vi editor. Vi was the first real screen-based editor for UNIX, and is
  246. still very popular. VIM has many new features including:
  247. multiple windows, multi-level undos, block highlighting and more.
  248. vim-big package contains the VIM with "big" features enabled.
  249. %description -l ja big
  250. VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
  251. くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
  252. イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
  253. を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
  254. トなどです.
  255. このパッケージではvimパッケージで提供されるVIMよりも多くの機能を含んだ
  256. VIMを提供しています.
  257. %package huge
  258. Summary: VIM editor with huge features
  259. Summary(ja): 最大機能版の VIM エディタ
  260. Group: Applications/Editors
  261. Requires(post): alternatives
  262. Requires: vim-common = %{version}
  263. Requires: %(perl -le 'use Config; print $Config{archlibexp}')
  264. Obsoletes: vim-color
  265. Obsoletes: vim-ruby, vim-python, vim-perl
  266. %description huge
  267. VIM (VIsual editor iMproved) is an updated and improved version of the
  268. vi editor. Vi was the first real screen-based editor for UNIX, and is
  269. still very popular. VIM has many new features including:
  270. multiple windows, multi-level undos, block highlighting and more.
  271. vim-huge package contains the VIM with most of its features (except
  272. X11 features) enabled such as Ruby, Perl, Python and Lua features.
  273. %description -l ja huge
  274. VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
  275. くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
  276. イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
  277. を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
  278. トなどです.
  279. このパッケージではX11対応以外のほとんどすべての機能のサポートに加え,
  280. Ruby/Perl/Python/Luaスクリプトの実行機能までを含んでVIMを提供しています.
  281. %package X11
  282. Summary: VIM editor with X11 support
  283. Summary(ja): X11 対応の VIM エディタ
  284. Group: Applications/Editors
  285. Requires(post): alternatives
  286. Requires: vim-X11-common = %{version}
  287. Provides: gvim
  288. %description X11
  289. VIM (VIsual editor iMproved) is an updated and improved version of the
  290. vi editor. Vi was the first real screen-based editor for UNIX, and is
  291. still very popular. VIM has many new features including:
  292. multiple windows, multi-level undos, block highlighting and more.
  293. vim-X11 package contains the VIM with X11 features enabled:
  294. you can run VIM as an X application with a full GUI interface and mouse
  295. support.
  296. %description -l ja X11
  297. VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
  298. くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
  299. イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
  300. を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
  301. トなどです.
  302. このパッケージでは最も基本的な構成のVIMにX11対応を加えたものを提供して
  303. います.
  304. %package X11-common
  305. Summary: The common files needed by any version of the GVIM editor
  306. Summary(ja): X11 対応 VIM エディタに必要な共通ファイル
  307. Group: Applications/Editors
  308. Requires: vim-common = %{version}, gtk2
  309. Requires(post): desktop-file-utils
  310. Requires(postun): desktop-file-utils
  311. %description X11-common
  312. vim-X11-common package contains files which every GVIM (VIM with X11
  313. features enabled) binaries will need in order to run.
  314. GVIM itself is included in various packages (under every different
  315. configuration) such as:
  316. * vim-X11 - normal features
  317. * vim-X11-big - big features
  318. * vim-X11-huge - huge features and Ruby/Perl/Python/Lua support
  319. %description -l ja X11-common
  320. このパッケージは以下に示す各X11対応のVIMパッケージで提供されるVIMエディ
  321. タを実行するために必要となる共通のファイル群を提供します:
  322. * vim-X11 - X対応機能を有効にしたVIMパッケージ
  323. * vim-X11-big - vim-bigをX対応にしたVIMパッケージ
  324. * vim-X11-huge - vim-hugeをX対応にしたVIMパッケージ
  325. %package X11-big
  326. Summary: VIM editor with big features and X11 support
  327. Summary(ja): X11 対応の多機能版 VIM エディタ
  328. Group: Applications/Editors
  329. Requires(post): alternatives
  330. Requires: vim-X11-common = %{version}
  331. Provides: gvim
  332. %description X11-big
  333. VIM-X11 is a version of the VIM editor which is configured to run on the X
  334. Window System. If you install this package, you can run VIM as an X
  335. application with a full GUI interface and mouse support.
  336. The vim-X11-big package provides the VIM which supports more features
  337. than vim-X11 package does.
  338. %description -l ja X11-big
  339. VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
  340. くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
  341. イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
  342. を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
  343. トなどです.
  344. このパッケージではvim-X11パッケージで提供されるVIMよりも,より多くの機
  345. 能を含んだVIMを提供しています.
  346. %package X11-huge
  347. Summary: VIM editor with huge features and X11 support
  348. Summary(ja): X11 対応の最大機能版 VIM エディタ
  349. Group: Applications/Editors
  350. Requires(post): alternatives
  351. Requires: vim-X11-common = %{version}
  352. Requires: %(perl -le 'use Config; print $Config{archlibexp}')
  353. Provides: gvim
  354. %description X11-huge
  355. VIM-X11 is a version of the VIM editor which is configured to run on the X
  356. Window System. If you install this package, you can run VIM as an X
  357. application with a full GUI interface and mouse support.
  358. The vim-X11-huge package provides the VIM which supports much more extra
  359. features than vim-X11-huge does, such as Ruby/Perl/Python/Lua support.
  360. %description -l ja X11-huge
  361. VIM(VIsual editor iMproved)はviエディタ互換のエディタで,次のような多
  362. くの機能が加えられています: マルチレベルのアンドゥ,シンタックスハイラ
  363. イト,コマンドのヒストリ,オンラインヘルプ,ファイル名の補完,ブロック
  364. を対象とした処理,行の折り畳み,ユニコードやその他の文字コードのサポー
  365. トなどです.
  366. このパッケージではX11対応も含めたほとんどすべての機能のサポートに加え,
  367. Ruby/Perl/Python/Luaスクリプトの実行機能までを含んでVIMを提供しています.
  368. %prep
  369. %setup -q -b 0 -n %{vimdir}
  370. # fix rogue dependencies from sample code
  371. chmod -x runtime/tools/mve.awk
  372. %patch2002 -p1
  373. %patch2003 -p1
  374. perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
  375. # Base patches...
  376. # for i in seq 1 154; do printf "%%patch%03d -p0\n" $i; done
  377. %patch001 -p0
  378. %patch002 -p0
  379. %patch003 -p0
  380. %patch004 -p0
  381. %patch005 -p0
  382. %patch006 -p0
  383. %patch007 -p0
  384. %patch008 -p0
  385. %patch009 -p0
  386. %patch010 -p0
  387. %patch011 -p0
  388. %patch012 -p0
  389. %patch013 -p0
  390. %patch014 -p0
  391. %patch015 -p0
  392. %patch016 -p0
  393. %patch017 -p0
  394. %patch018 -p0
  395. %patch019 -p0
  396. %patch020 -p0
  397. %patch021 -p0
  398. %patch022 -p0
  399. %patch023 -p0
  400. %patch024 -p0
  401. %patch025 -p0
  402. %patch026 -p0
  403. %patch027 -p0
  404. %patch028 -p0
  405. %patch029 -p0
  406. %patch030 -p0
  407. %patch031 -p0
  408. %patch032 -p0
  409. %patch033 -p0
  410. %patch034 -p0
  411. %patch035 -p0
  412. %patch036 -p0
  413. %patch037 -p0
  414. %patch038 -p0
  415. %patch039 -p0
  416. %patch040 -p0
  417. %patch041 -p0
  418. %patch042 -p0
  419. %patch043 -p0
  420. %patch044 -p0
  421. %patch045 -p0
  422. %patch046 -p0
  423. %patch047 -p0
  424. %patch048 -p0
  425. %patch049 -p0
  426. %patch050 -p0
  427. %patch051 -p0
  428. %patch052 -p0
  429. %patch053 -p0
  430. %patch054 -p0
  431. %patch055 -p0
  432. %patch056 -p0
  433. %patch057 -p0
  434. %patch058 -p0
  435. %patch059 -p0
  436. %patch060 -p0
  437. %patch061 -p0
  438. %patch062 -p0
  439. %patch063 -p0
  440. %patch064 -p0
  441. %patch065 -p0
  442. %patch066 -p0
  443. %patch067 -p0
  444. %patch068 -p0
  445. %patch069 -p0
  446. %patch070 -p0
  447. %patch071 -p0
  448. %patch072 -p0
  449. %patch073 -p0
  450. %patch074 -p0
  451. %patch075 -p0
  452. %patch076 -p0
  453. %patch077 -p0
  454. %patch078 -p0
  455. %patch079 -p0
  456. %patch080 -p0
  457. %patch081 -p0
  458. %patch082 -p0
  459. %patch083 -p0
  460. %patch084 -p0
  461. %patch085 -p0
  462. %patch086 -p0
  463. %patch087 -p0
  464. %patch088 -p0
  465. %patch089 -p0
  466. %patch090 -p0
  467. %patch091 -p0
  468. %patch092 -p0
  469. %patch093 -p0
  470. %patch094 -p0
  471. %patch095 -p0
  472. %patch096 -p0
  473. %patch097 -p0
  474. %patch098 -p0
  475. %patch099 -p0
  476. %patch100 -p0
  477. %patch101 -p0
  478. %patch102 -p0
  479. %patch103 -p0
  480. %patch104 -p0
  481. %patch105 -p0
  482. %patch106 -p0
  483. %patch107 -p0
  484. %patch108 -p0
  485. %patch109 -p0
  486. %patch110 -p0
  487. %patch2010 -p1
  488. %patch3000 -p1
  489. %patch3002 -p1
  490. %patch3003 -p1
  491. #%patch3004 -p1
  492. %patch3006 -p1
  493. %patch3007 -p1
  494. #%patch3008 -p1
  495. %patch3009 -p1
  496. %patch3010 -p1
  497. %patch3011 -p1
  498. %patch4000 -p1
  499. # %patch4010 -p1
  500. %build
  501. cd src
  502. autoconf
  503. make shadow
  504. mv shadow vim-X11-huge
  505. (cd vim-X11-huge && \
  506. mkdir po && (cd po && ln -s ../../po/* .) && \
  507. %configure %{configopts} %{features_x11} %{features_huge} && \
  508. make %{?_smp_mflags})
  509. make shadow
  510. mv shadow vim-X11-big
  511. (cd vim-X11-big && \
  512. mkdir po && (cd po && ln -s ../../po/* .) && \
  513. %configure %{configopts} %{features_x11} %{features_big} && \
  514. make %{?_smp_mflags})
  515. make shadow
  516. mv shadow vim-X11-normal
  517. (cd vim-X11-normal && \
  518. mkdir po && (cd po && ln -s ../../po/* .) && \
  519. %configure %{configopts} %{features_x11} %{features_normal} && \
  520. make %{?_smp_mflags})
  521. make shadow
  522. mv shadow vim-huge
  523. (cd vim-huge && \
  524. mkdir po && (cd po && ln -s ../../po/* .) && \
  525. %configure %{configopts} %{features_nox11} %{features_huge} && \
  526. make %{?_smp_mflags})
  527. make shadow
  528. mv shadow vim-big
  529. (cd vim-big && \
  530. mkdir po && (cd po && ln -s ../../po/* .) && \
  531. %configure %{configopts} %{features_nox11} %{features_big} && \
  532. make %{?_smp_mflags})
  533. make shadow
  534. mv shadow vim-normal
  535. (cd vim-normal && \
  536. mkdir po && (cd po && ln -s ../../po/* .) && \
  537. %configure %{configopts} %{features_nox11} %{features_normal} && \
  538. make %{?_smp_mflags})
  539. make shadow
  540. mv shadow vim-tiny
  541. cp os_unix.h os_unix.h.orig
  542. sed -i -e 's|$VIM/vimrc|/etc/vimrc.tiny|g' os_unix.h
  543. (cd vim-tiny && \
  544. LDFLAGS=-static export LDFLAGS; \
  545. %configure %{configopts} %{features_nox11} %{features_tiny} && \
  546. make %{?_smp_mflags})
  547. cp os_unix.h.orig os_unix.h
  548. %install
  549. rm -rf %{buildroot}
  550. mkdir -p %{buildroot}
  551. mkdir -p %{buildroot}%{vimrcloc}
  552. mkdir -p %{buildroot}/%{vimruntime}
  553. ln -s %{vimrcloc}/vimrc.ja %{buildroot}/%{vimruntime}/vimrc
  554. ln -s %{vimrcloc}/gvimrc.ja %{buildroot}/%{vimruntime}/gvimrc
  555. ln -s %{vimrcloc} %{buildroot}/%{vimruntime}/vimfiles
  556. cd src
  557. for d in vim-normal vim-big vim-huge vim-X11-normal vim-X11-big vim-X11-huge vim-tiny
  558. do
  559. make -C$d DESTDIR=%{buildroot} installvimbin
  560. vimbin=`find %{buildroot} -name vim -type f`
  561. mv $vimbin `dirname $vimbin`/`echo $d | sed -e's/^vim-/vim./'`
  562. done
  563. make -Cvim-huge DESTDIR=%{buildroot} installtools installtutor
  564. make -Cvim-X11-huge DESTDIR=%{buildroot} installtools installtutor installtutorbin
  565. make -Cvim-X11-huge DESTDIR=%{buildroot} install-languages install-icons
  566. make -Cvim-X11-huge DESTDIR=%{buildroot} installruntime installlinks installmanlinks
  567. find %{buildroot}/%{_bindir} -type l -exec rm \{\} \;
  568. # Dependency cleanups
  569. chmod 644 %{buildroot}/%{_datadir}/vim/%{vimsubdir}/doc/vim2html.pl \
  570. %{buildroot}/%{_datadir}/vim/%{vimsubdir}/tools/*.pl \
  571. %{buildroot}/%{_datadir}/vim/%{vimsubdir}/tools/vim132
  572. chmod 644 ../runtime/doc/vim2html.pl
  573. # installing vimrc files.
  574. install -p -m644 %{SOURCE300} %{buildroot}%{vimrcloc}/vimrc.ja
  575. install -p -m644 %{SOURCE300} %{buildroot}%{vimrcloc}/gvimrc.ja
  576. install -p -m644 %{SOURCE300} %{buildroot}%{_sysconfdir}/vimrc.tiny
  577. # installing misc utils.
  578. install -p -m644 %{SOURCE400} %{buildroot}%{_datadir}/vim/%{vimsubdir}/plugin/format.vim
  579. install -p -m644 %{SOURCE401} %{buildroot}%{_datadir}/vim/%{vimsubdir}/plugin/verifyenc.vim
  580. cd ../..
  581. # desktop file
  582. %__mkdir_p %{buildroot}%{_datadir}/applications
  583. %__install -p -m644 %{SOURCE100} %{buildroot}%{_datadir}/applications/gvim.desktop
  584. # icons
  585. %__mkdir_p %{buildroot}%{_datadir}/icons/hicolor/{16x16,32x32,48x48,64x64}/apps
  586. %__install -p -m644 %{SOURCE101} %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/gvim.png
  587. %__install -p -m644 %{SOURCE102} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/gvim.png
  588. %__install -p -m644 %{SOURCE103} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/gvim.png
  589. %__install -p -m644 %{SOURCE104} %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/gvim.png
  590. # remove international manuals
  591. rm -rf %{buildroot}/%{_mandir}/{fr,it,ru,pl}*
  592. %post tiny
  593. update-alternatives \
  594. --install /bin/vi vi /bin/vim.tiny 20 \
  595. --slave /bin/vim vim /bin/vim.tiny \
  596. --slave /bin/eview eview /bin/vim.tiny \
  597. --slave /bin/evim evim /bin/vim.tiny \
  598. --slave /bin/ex ex /bin/vim.tiny \
  599. --slave /bin/rview rview /bin/vim.tiny \
  600. --slave /bin/rvim rvim /bin/vim.tiny \
  601. --slave /bin/view view /bin/vim.tiny \
  602. --slave /bin/vimdiff vimdiff /bin/vim.tiny
  603. %triggerpostun -- vim-minimal < 6.0
  604. update-alternatives --auto vi
  605. %triggerpostun tiny -- vim-tiny <= 6.2.532-0vl3
  606. update-alternatives --remove vi /bin/vim
  607. update-alternatives --auto vi
  608. %preun tiny
  609. if [ "$1" = "0" ]
  610. then
  611. update-alternatives --remove vi /bin/vim.tiny
  612. fi
  613. %post
  614. update-alternatives \
  615. --install /bin/vi vi %{_bindir}/vim.normal 31 \
  616. --slave /bin/vim vim %{_bindir}/vim.normal \
  617. --slave /bin/eview eview %{_bindir}/vim.normal \
  618. --slave /bin/evim evim %{_bindir}/vim.normal \
  619. --slave /bin/ex ex %{_bindir}/vim.normal \
  620. --slave /bin/rview rview %{_bindir}/vim.normal \
  621. --slave /bin/rvim rvim %{_bindir}/vim.normal \
  622. --slave /bin/view view %{_bindir}/vim.normal \
  623. --slave /bin/vimdiff vimdiff %{_bindir}/vim.normal
  624. %triggerpostun -- vim <= 6.2.532-0vl3
  625. update-alternatives --remove vim /usr/bin/vim.normal
  626. %preun
  627. if [ "$1" = "0" ]
  628. then
  629. update-alternatives --remove vi %{_bindir}/vim.normal
  630. fi
  631. %post big
  632. update-alternatives \
  633. --install /bin/vi vi %{_bindir}/vim.big 41 \
  634. --slave /bin/vim vim %{_bindir}/vim.big \
  635. --slave /bin/eview eview %{_bindir}/vim.big \
  636. --slave /bin/evim evim %{_bindir}/vim.big \
  637. --slave /bin/ex ex %{_bindir}/vim.big \
  638. --slave /bin/rview rview %{_bindir}/vim.big \
  639. --slave /bin/rvim rvim %{_bindir}/vim.big \
  640. --slave /bin/view view %{_bindir}/vim.big \
  641. --slave /bin/vimdiff vimdiff %{_bindir}/vim.big
  642. %triggerpostun big -- vim-big <= 6.2.532-0vl3
  643. update-alternatives --remove vim /usr/bin/vim.big
  644. %preun big
  645. if [ "$1" = "0" ]
  646. then
  647. update-alternatives --remove vi %{_bindir}/vim.big
  648. fi
  649. %post huge
  650. update-alternatives \
  651. --install /bin/vi vi %{_bindir}/vim.huge 51 \
  652. --slave /bin/vim vim %{_bindir}/vim.huge \
  653. --slave /bin/eview eview %{_bindir}/vim.huge \
  654. --slave /bin/evim evim %{_bindir}/vim.huge \
  655. --slave /bin/ex ex %{_bindir}/vim.huge \
  656. --slave /bin/rview rview %{_bindir}/vim.huge \
  657. --slave /bin/rvim rvim %{_bindir}/vim.huge \
  658. --slave /bin/view view %{_bindir}/vim.huge \
  659. --slave /bin/vimdiff vimdiff %{_bindir}/vim.huge
  660. %triggerpostun huge -- vim-huge <= 6.2.532-0vl3
  661. update-alternatives --remove vim /usr/bin/vim.huge
  662. %preun huge
  663. if [ "$1" = "0" ]
  664. then
  665. update-alternatives --remove vi %{_bindir}/vim.huge
  666. fi
  667. %post X11
  668. update-alternatives \
  669. --install /bin/vi vi %{_bindir}/vim.X11-normal 30 \
  670. --slave /bin/vim vim %{_bindir}/vim.X11-normal \
  671. --slave /bin/eview eview %{_bindir}/vim.X11-normal \
  672. --slave /bin/evim evim %{_bindir}/vim.X11-normal \
  673. --slave /bin/ex ex %{_bindir}/vim.X11-normal \
  674. --slave /bin/rview rview %{_bindir}/vim.X11-normal \
  675. --slave /bin/rvim rvim %{_bindir}/vim.X11-normal \
  676. --slave /bin/view view %{_bindir}/vim.X11-normal \
  677. --slave /bin/vimdiff vimdiff %{_bindir}/vim.X11-normal
  678. update-alternatives \
  679. --install %{_bindir}/gvim gvim %{_bindir}/vim.X11-normal 30 \
  680. --slave %{_bindir}/gview gview %{_bindir}/vim.X11-normal \
  681. --slave %{_bindir}/gvimdiff gvimdiff %{_bindir}/vim.X11-normal \
  682. --slave %{_bindir}/rgview rgview %{_bindir}/vim.X11-normal \
  683. --slave %{_bindir}/rgvim rgvim %{_bindir}/vim.X11-normal
  684. %triggerpostun X11 -- vim-X11 <= 6.2.532-0vl3
  685. update-alternatives --remove vim %{_bindir}/vim.X11-normal
  686. %preun X11
  687. if [ "$1" = "0" ]
  688. then
  689. update-alternatives --remove vi %{_bindir}/vim.X11-normal
  690. update-alternatives --remove gvim %{_bindir}/vim.X11-normal
  691. fi
  692. %post X11-big
  693. update-alternatives \
  694. --install /bin/vi vi %{_bindir}/vim.X11-big 40 \
  695. --slave /bin/vim vim %{_bindir}/vim.X11-big \
  696. --slave /bin/eview eview %{_bindir}/vim.X11-big \
  697. --slave /bin/evim evim %{_bindir}/vim.X11-big \
  698. --slave /bin/ex ex %{_bindir}/vim.X11-big \
  699. --slave /bin/rview rview %{_bindir}/vim.X11-big \
  700. --slave /bin/rvim rvim %{_bindir}/vim.X11-big \
  701. --slave /bin/view view %{_bindir}/vim.X11-big \
  702. --slave /bin/vimdiff vimdiff %{_bindir}/vim.X11-big
  703. update-alternatives \
  704. --install %{_bindir}/gvim gvim %{_bindir}/vim.X11-big 40 \
  705. --slave %{_bindir}/gview gview %{_bindir}/vim.X11-big \
  706. --slave %{_bindir}/gvimdiff gvimdiff %{_bindir}/vim.X11-big \
  707. --slave %{_bindir}/rgview rgview %{_bindir}/vim.X11-big \
  708. --slave %{_bindir}/rgvim rgvim %{_bindir}/vim.X11-big
  709. %triggerpostun X11-big -- vim-X11-big <= 6.2.532-0vl3
  710. update-alternatives --remove vim %{_bindir}/vim.X11-big
  711. %preun X11-big
  712. if [ "$1" = "0" ]
  713. then
  714. update-alternatives --remove vi %{_bindir}/vim.X11-big
  715. update-alternatives --remove gvim %{_bindir}/vim.X11-big
  716. fi
  717. %post X11-huge
  718. update-alternatives \
  719. --install /bin/vi vi %{_bindir}/vim.X11-huge 50 \
  720. --slave /bin/vim vim %{_bindir}/vim.X11-huge \
  721. --slave /bin/eview eview %{_bindir}/vim.X11-huge \
  722. --slave /bin/evim evim %{_bindir}/vim.X11-huge \
  723. --slave /bin/ex ex %{_bindir}/vim.X11-huge \
  724. --slave /bin/rview rview %{_bindir}/vim.X11-huge \
  725. --slave /bin/rvim rvim %{_bindir}/vim.X11-huge \
  726. --slave /bin/view view %{_bindir}/vim.X11-huge \
  727. --slave /bin/vimdiff vimdiff %{_bindir}/vim.X11-huge
  728. update-alternatives \
  729. --install %{_bindir}/gvim gvim %{_bindir}/vim.X11-huge 50 \
  730. --slave %{_bindir}/gview gview %{_bindir}/vim.X11-huge \
  731. --slave %{_bindir}/gvimdiff gvimdiff %{_bindir}/vim.X11-huge \
  732. --slave %{_bindir}/rgview rgview %{_bindir}/vim.X11-huge \
  733. --slave %{_bindir}/rgvim rgvim %{_bindir}/vim.X11-huge
  734. %triggerpostun X11-huge -- vim-X11-huge <= 6.2.532-0vl3
  735. update-alternatives --remove vim %{_bindir}/vim.X11-huge
  736. %preun X11-huge
  737. if [ "$1" = "0" ]
  738. then
  739. update-alternatives --remove vi %{_bindir}/vim.X11-huge
  740. update-alternatives --remove gvim %{_bindir}/vim.X11-huge
  741. fi
  742. %post X11-common
  743. %{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||:
  744. %postun X11-common
  745. %{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||:
  746. %clean
  747. rm -rf %{buildroot}
  748. %files
  749. %defattr(-,root,root)
  750. %{_bindir}/vim.normal
  751. %files common
  752. %defattr(-,root,root)
  753. %doc README.txt
  754. %doc README_extra.txt
  755. %doc README_unix.txt
  756. %{vimrcloc}
  757. %{_bindir}/vimtutor
  758. %{_bindir}/xxd
  759. %{_datadir}/vim
  760. %files man
  761. %defattr(-,root,root)
  762. %{_mandir}/man1/eview.1*
  763. %{_mandir}/man1/evim.1*
  764. %{_mandir}/man1/ex.1*
  765. %{_mandir}/man1/rgview.1*
  766. %{_mandir}/man1/rgvim.1*
  767. %{_mandir}/man1/rview.1*
  768. %{_mandir}/man1/rvim.1*
  769. %{_mandir}/man1/view.1*
  770. %{_mandir}/man1/vim.1*
  771. %{_mandir}/man1/vimdiff.1*
  772. %{_mandir}/man1/vimtutor.1*
  773. %{_mandir}/man1/xxd.1*
  774. %files X11-common
  775. %defattr(-,root,root)
  776. %config(missingok) %{_datadir}/applications/gvim.desktop
  777. %{_datadir}/icons/hicolor/*/apps/gvim.png
  778. %{_mandir}/man1/gview.1*
  779. %{_mandir}/man1/gvim.1*
  780. %{_mandir}/man1/gvimdiff.1*
  781. %files tiny
  782. %defattr(-,root,root)
  783. %{binprefix}bin/vim.tiny
  784. %{_sysconfdir}/vimrc.tiny
  785. %files big
  786. %defattr(-,root,root)
  787. %{_bindir}/vim.big
  788. %files huge
  789. %defattr(-,root,root)
  790. %{_bindir}/vim.huge
  791. %files X11
  792. %defattr(-,root,root)
  793. %{_bindir}/vim.X11-normal
  794. %files X11-big
  795. %defattr(-,root,root)
  796. %{_bindir}/vim.X11-big
  797. %files X11-huge
  798. %defattr(-,root,root)
  799. %{_bindir}/vim.X11-huge
  800. %changelog
  801. * Thu Dec 5 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 7.4.110-1
  802. - update to 7.4.110
  803. - add 7.4 patches (Patch51..110)
  804. - enable Lua support
  805. - fix 7.4.50-1 changelog
  806. * Fri Oct 4 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 7.4.50-1
  807. - update to 7.4.50
  808. - drop 7.3 patches (Patch001..712)
  809. - add 7.4 patches (Patch1..50)
  810. - drop crv patch (Patch2004)
  811. - update some patches from Fedora vim-7.4.027-2
  812. - syntax patch (Patch3000):
  813. - fstabsyntax patch (Patch3007)
  814. - add Distribution and Vendor tags
  815. * Thu Oct 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3.712-1
  816. - update to 7.3.712
  817. - build with ruby-1.9.3
  818. * Sun Jun 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3.206-1
  819. - update to 7.3.206
  820. * Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3.154-1
  821. - update to 7.3.154
  822. - update Patch001-154
  823. * Tue Mar 29 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 7.2.446-5
  824. - rebuild with perl-5.12.3
  825. * Sun Jan 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.2.446-4
  826. - add BuildRequires: libXt-devel
  827. * Sun Jan 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 7.2.446-3
  828. - update vimrc.ja (fixed http://bts.vinelinux.org/user.cgi?action=view_report&id=1067&project=VineLinux)
  829. * Sun Sep 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2.446-2
  830. - do not BR: glibc-static on Vine 5.x
  831. * Sun Sep 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2.446-1
  832. - update tp 7.2.446 (add Patch149-446)
  833. - run update-alternatives on vim-huge post script
  834. - drop Patch3004 (use %%{_datadir}/vim/vimrc)
  835. - add vimrc.tiny for vim.tiny
  836. - add BR: glibc-static to build vime-tiny
  837. * Sat Mar 20 2010 Shu KONNO <owa@bg.wakwak.com> 7.2.148-2
  838. - rebuilt with python-2.6
  839. * Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2.148-1
  840. - new upstream release
  841. - modified vimrc.ja to support utf-8 locale
  842. - drop vim-{ruby,perl,python}
  843. * Mon May 05 2008 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 6.4.10-1vl5
  844. - rebuild with perl-5.10.0
  845. - applied new versioning policy
  846. - add "make installghelplinks"
  847. - add BuildRequires: pixman-devel
  848. * Wed Sep 05 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 6.4.10-0vl3
  849. - [SECURITY] add helptags.patch (patch2000) renamed from 7.1.039
  850. - fix format string vulnerability in the helptags_one (CVE-2007-2953)
  851. * Sat Jul 28 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.10-0vl2
  852. - changed man Group to Applications/Documentation
  853. * Mon May 15 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4.10-0vl1
  854. - new upstream patch version
  855. * Tue Feb 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4.8-0vl2
  856. - update patching script
  857. - exit if upstream patches not exist
  858. * Mon Feb 27 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4.8-0vl1
  859. - new upstream patch version
  860. * Fri Nov 04 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4-0vl2
  861. - add cssIdentifier.patch to avoid error
  862. * Mon Oct 31 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.4-0vl1
  863. - new upstream release
  864. - drop tmpfile.patch
  865. - import verifyenc.vim from KaoriYa.net ([vine-users:073279])
  866. - http://www.kaoriya.net/dist/vim-6.4-w32j.tar.bz2
  867. - import checkhl.patch from FC 6.4.000-2
  868. * Tue Oct 25 2005 Karsten Hopp <karsten@redhat.de> 6.4.000-2
  869. - add syntax highlighting rule for %%check (Ralf Ertzinger, #165277)
  870. * Mon Oct 17 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.90-0vl1
  871. - new upstream patch version
  872. - add numeric-keypad.patch (patch101)
  873. - Thanks, ISOBE Takeshi
  874. * Sun Aug 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.86-0vl2
  875. - [SECURITY] re-add patches, import tmpfile.patch from FC
  876. - oops, patches not added at 6.3.86-0vl1
  877. - overwrite or create arbitrary files via a symlink attack (CAN-2005-0069)
  878. * Sat Jul 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.86-0vl1
  879. - [SECURITY] new upstream patch version
  880. - modelines shell command execution vulnerability (CAN-2005-2368)
  881. - add README_patches.txt
  882. * Sun May 15 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.71-0vl1
  883. - new upstream patch version
  884. - update desktop file
  885. - import icons from FC
  886. - import gvim.desktop from FC and modify
  887. - move gvim.desktop to %%{_datadir}/applications
  888. - run update-desktop-database at X11-common's post/postun
  889. - import specsyntax.patch from FC
  890. * Wed Jan 26 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.58-0vl1
  891. - new upstream patch version
  892. - perl/huge/X11-huge
  893. - add Requires: %%(perl -le 'use Config; print $Config{archlibexp}')
  894. * Tue Jan 11 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.53-0vl2
  895. - rebuild with perl-5.8.6
  896. * Mon Dec 27 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.53-0vl1
  897. - [SECURITY] new upstream patch version
  898. - arbitrary command execution vulnerability (CAN-2004-1138)
  899. - add URL
  900. - fix common's Japanese description
  901. - remove package information about vim-X11-*
  902. - add Provides: gvim (vim-X11-*)
  903. * Fri Oct 29 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 6.3.31-0vl1
  904. - new upstream patch version
  905. - fix URLs (source1,2)
  906. * Sun Jun 20 2004 Tomoya TAKA <taka@vinelinux.org> 6.3.6-0vl1
  907. - new upstream release
  908. - update configurations of alternatives
  909. - vim-tiny contains /bin/vim.tiny only
  910. - remove 'Requires: vim-common' from vim-man subpackage
  911. - change order of fileencordings in vimrc.ja
  912. * Wed May 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 6.2.532-0vl3
  913. - use gtk2 instead of gtk+
  914. - add Requires: gtk2 to vim-X11-common
  915. - add BuildRequires: gtk2-devel
  916. * Tue May 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 6.2.532-0vl2
  917. - add --enable-multibyte to vim-tiny
  918. * Sat May 15 2004 Tomoya TAKA <taka@vinelinux.org> 6.2.532-0vl1
  919. - new upstream patch version
  920. * Sat Mar 20 2004 Tomoya TAKA <taka@vinelinux.org> 6.2.382-0vl1
  921. - new upstream version
  922. * Mon Oct 06 2003 akira yamada <akira@vinelinux.org> 6.2.106-0vl1
  923. - new upstream version
  924. - bulid with ruby-1.8.0.
  925. * Tue Jun 17 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 6.2.14-0vl1
  926. - new upstream version
  927. * Wed Jan 22 2003 Tomoya TAKA <taka@vinelinux.org> 6.1.300-0vl1
  928. - new upstream patch version
  929. * Wed Jan 22 2003 Tomoya TAKA <taka@vinelinux.org> 6.1.265-0vl1
  930. - patch level 265, including fix of modeline vulnerability
  931. cf. http://www.guninski.com/vim1.html
  932. * Wed Apr 03 2002 akira yamada <akira@vinelinux.org> 6.1.5-0vl1
  933. - new upstream version.
  934. - updated format.vim. (extracted from
  935. http://www.kaoriya.net/dist/gvim-6.1-w32j.tar.bz2.)
  936. - clean uped vimrc, vimrc.ja, gvimrc, gvimrc.ja.
  937. * Thu Jan 31 2002 Toru Sagami <sagami@vinelinux.org> 6.0.158-0vl1
  938. - patch level 6.0.158
  939. * Sun Nov 25 2001 akira yamada <akira@vinelinux.org> 6.0.93-0vl1
  940. - new upstream patch version.
  941. - added PreReqs: alternatives for vim, vim-tiny, vim-X11.
  942. * Mon Nov 12 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl4
  943. - added Japanese descriptions.
  944. - English descriptions by shaolin.
  945. * Wed Nov 07 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl3
  946. - added triggerpostun for vim-minimal.
  947. * Mon Nov 05 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl2
  948. - patch #44, #54, #64 is now available.
  949. * Mon Nov 05 2001 akira yamada <akira@vinelinux.org> 6.0.68-0vl1
  950. - new upstream patch version.
  951. - removed jcode2.vim and added new default vimrc.
  952. - removed unused sources and patches.
  953. - alternatives for /bin/vi.
  954. - added net-tools to BuildRequires. (/bin/hostname)
  955. * Wed Oct 31 2001 akira yamada <akira@vinelinux.org> 6.0.43-0vl1
  956. - new upstream patch version.
  957. - added vim-lang and vim-extra.
  958. - added gawk to Requires of vim-common.
  959. - added gtk+ to Requires of vim-X11-common.
  960. * Wed Oct 17 2001 akira yamada <akira@vinelinux.org> 6.0.11-0vl2
  961. - added autoconf and libtool to BuildRequires.
  962. * Mon Oct 15 2001 akira yamada <akira@vinelinux.org> 6.0.11-0vl1
  963. - vim and vim-X11 is no longer virturl package.
  964. - obsoleted vim-normal and vim-X11-normal.
  965. - added check "$1" = "0" for preun scripts.
  966. * Mon Oct 15 2001 akira yamada <akira@vinelinux.org> 6.0-0vl2
  967. - linked staticly vim of vim-tiny.
  968. * Sun Oct 14 2001 akira yamada <akira@vinelinux.org> 6.0-0vl1
  969. - new upstream version.
  970. - now, vim and vim-X11 is virtual package.
  971. - new sub-packages vim-tiny, vim-normal, vim-big, vim-ruby, vim-perl,
  972. vim-python, vim-huge, vim-X11-normal, vim-X11-big and vim-X11-huge.
  973. - obsoleted vim-minimal and vin-enhanced.
  974. * Sat Sep 08 2001 Toru Sagami <sagami@vinelinux.org>
  975. - 5.8-0vl4: rebuilt on current ncurses
  976. - added format.vim and more useful comments in vimrc.ja
  977. * Sat Aug 04 2001 <sagami@vinelinux.org>
  978. - 5.8-0vl3: patch level 5.8.9
  979. - dont pack duplicated runtime/syntax directory into %%doc
  980. * Thu Jul 19 2001 <sagami@vinelinux.org>
  981. - 5.8-0vl2: patch level 5.8.7
  982. - Add postfix config syntax highlighting
  983. * Fri Jun 08 2001 <sagami@vinelinux.org>
  984. - vim-5.8-0vl1: patch level 5.8.002
  985. * Fri Jun 01 2001 <sagami@vinelinux.org>
  986. - vim-5.8-0vl0: vim-5.8 bug fix release
  987. * Thu May 10 2001 <sagami@vinelinux.org>
  988. - vim-5.7-0vl8: patch level 5.7.030
  989. - use versioned sources, not older ones and patches
  990. - sync with RH6.2 updates
  991. * Wed Apr 18 2001 sagami@vinelinux.org
  992. - jcode2.vim: fix back to original one
  993. - patch level 5.7.028
  994. * Mon Feb 05 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
  995. - patch level 5.7.024
  996. - small fix for jcode2.vim
  997. - split man package from common package to avoid conflict with jvim3
  998. * Tue Dec 26 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
  999. - %%{makeinstall}
  1000. - acutally build against current ncurses5 without gpm with ncurses4
  1001. * Thu Dec 21 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
  1002. - build against current ncurses5
  1003. - added CVS commit filetype detection to scripts.vim
  1004. * Wed Dec 06 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
  1005. - 5.7.19
  1006. - jcode.pl-2.13
  1007. - added License recognition to .spec syntax
  1008. - added RFC822 mail/ emacs-lips filetype detection to scripts.vim
  1009. - FHS stuff: _mandir
  1010. * Wed Jul 19 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
  1011. - based on RH 5.6-14 -> 5.7 (patchlevel .2)
  1012. - manpath: /usr/share/man -> /usr/man/man :-)
  1013. - delete %%makeinstall macro for rpm-3.0.x
  1014. - gvim: --enable-multibyte, xim, fontset
  1015. - vim: --enable-multibyte
  1016. - jcode.pl-2.11 and jcode2.vim from Nozomu Kobayashi's rpm package
  1017. - vimrc: added bzip2 and Japanese stuff of a kind
  1018. * Sat Jun 3 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
  1019. - patchlevel 74
  1020. - add %%makeinstall macro recognition to .spec file syntax highlighting rules
  1021. - fix up Makefiles
  1022. * Fri Apr 14 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
  1023. - patchlevel 66
  1024. - fix compilation with perl 5.6.0
  1025. * Mon Mar 20 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
  1026. - patchlevel 12
  1027. * Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
  1028. - fix home/end in vimrc (we did a term = rxvt, totally wrong)
  1029. * Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
  1030. - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo
  1031. * Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
  1032. - kill autoindent
  1033. * Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
  1034. - wmconfig -> desktop
  1035. * Sat Feb 5 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
  1036. - Patchlevel 11
  1037. - handle compressed man pages
  1038. - fix man page symlinks
  1039. * Wed Feb 2 2000 Bill Nottingham <notting@redhat.com>
  1040. - eliminate dependencies on X in vim-enhanced, and ncurses/gpm
  1041. in vim-minimal
  1042. * Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
  1043. - eliminate dependencies on csh and perl in vim-common
  1044. * Wed Jan 19 2000 Bernhard Rosenrk舅zer <bero@redhat.com>
  1045. - Use awk, not nawk
  1046. * Tue Jan 18 2000 Bernhard Rosenrk舅zer <bero@redhat.com>
  1047. - 5.6
  1048. - patch 5.6.001
  1049. - remove /usr/bin/vi - if you want vim, type vim
  1050. * Tue Jan 11 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
  1051. - 5.6a
  1052. - Remove dependency on nawk (introduced by base update)
  1053. - some tweaks to make updating easier
  1054. * Tue Nov 9 1999 Bernhard Rosenkr舅zer <bero@redhat.com>
  1055. - 5.5
  1056. - fix path to vimrc
  1057. * Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
  1058. - moved from athena to gtk widgets for X version
  1059. - removed vim.1 from X11 filelist because X11 depends on vim-common anyway
  1060. - fixed rogue dependencies from sample files
  1061. * Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
  1062. - update to 5.4.
  1063. * Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
  1064. - man page had buildroot pollution (#3629).
  1065. * Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
  1066. - with recent termcap/terminfo fixes, regular vim works in xterm/console
  1067. - in color, so vim-color package removed.
  1068. * Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
  1069. - removed "set backupdir=/tmp/vim_backup" from default vimrc
  1070. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  1071. - auto rebuild in the new build environment (release 5)
  1072. * Thu Dec 17 1998 Michael Maher <mike@redaht.com>
  1073. - built pacakge for 6.0
  1074. * Tue Sep 15 1998 Michael Maher <mike@redhat.com>
  1075. - removed '--with-tlib=termcap' so that color-vim works
  1076. * Wed Sep 2 1998 Jeff Johnson <jbj@redhat.com>
  1077. - update to 5.3.
  1078. * Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
  1079. - merge in Toshio's changes
  1080. - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap"
  1081. - added minimal rvi/rview and man pages.
  1082. - move Obsoletes to same package as executable.
  1083. * Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
  1084. - Break the package apart similar to the way the netscape package was
  1085. broken down to handle navigator or communicator: The vim package is
  1086. Obsolete, now there is vim-common with all the common files, and a
  1087. package for each binary: vim-minimal (has /bin/vi compiled with no
  1088. frills), vim-enhanced (has /usr/bin/vim with extra perl and python
  1089. interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with
  1090. GUI support.)
  1091. - Enable the perl and python interpreters in the gui version (gvim).
  1092. * Tue Jun 30 1998 Michael Maher <mike@redhat.com>
  1093. - Fixed tutor help.
  1094. - cvim package added. Thanks to Stevie Wills for finding this one :-)
  1095. * Thu May 07 1998 Prospector System <bugs@redhat.com>
  1096. - translations modified for de, fr, tr
  1097. * Fri May 01 1998 Donnie Barnes <djb@redhat.com>
  1098. - added patch to turn off the "vi compatibility" by default. You can
  1099. still get it via the -C command line option
  1100. * Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
  1101. - removed perl and python interpreters (sorry, but those don't belong
  1102. in a /bin/vi and having two vi's seemed like overkill...complain
  1103. to suggest@redhat.com if you care)
  1104. * Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
  1105. - fixed buildroot bug
  1106. * Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
  1107. - updated from 4.6 to 5.1
  1108. - moved to buildroot
  1109. * Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
  1110. - fixed missing man page
  1111. * Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
  1112. - added wmconfig entry to vim-X11
  1113. * Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
  1114. - upgraded from 4.5 to 4.6
  1115. * Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
  1116. - built against glibc
  1117. * Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
  1118. - Upgraded to 4.5
  1119. - Added ex symlinks
  1120. * Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
  1121. - Added view symlink.