]> git.pld-linux.org Git - packages/vim.git/blob - vim.spec
- updated to 7.2.102
[packages/vim.git] / vim.spec
1 # TODO
2 # - move gettext translations to glibc dir
3 #   /usr/share/vim/vim71/lang/*/LC_MESSAGES
4 #
5 # Conditional build:
6 %bcond_without  static          # don't build static version
7 %bcond_without  athena          # don't build Athena Widgets-based gvim
8 %bcond_without  motif           # don't build Motif-based gvim
9 %bcond_without  gtk             # don't build GTK+-based gvim support
10 %bcond_without  gnome           # don't build GNOME-based gvim support
11 %bcond_without  heavy           # don't build heavy (full-featured GNOME-based gvim/vim)
12 %bcond_with     perl            # with Perl interp in vim package
13 %bcond_with     python          # with Python interp in vim package
14 %bcond_with     ruby            # with Ruby interp in vim package
15 %bcond_with     tcl             # with Tcl interp
16 %bcond_without  selinux         # without selinux support
17 %bcond_without  home_etc        # without home_etc support
18 #
19 %define         ver             7.2
20 %define         patchlevel      102
21
22 # cflags get changed while configuring
23 %undefine       configure_cache
24 #
25 Summary:        Vi IMproved - a Vi clone
26 Summary(de.UTF-8):      VIsual editor iMproved
27 Summary(es.UTF-8):      Editor visual incrementado
28 Summary(fr.UTF-8):      Editeur VIM : VIsual editor iMproved
29 Summary(hu.UTF-8):      Vi IMproved - a Vi szerkesztő bővítése
30 Summary(pl.UTF-8):      Vi IMproved - klon edytora Vi
31 Summary(pt_BR.UTF-8):   Editor visual incrementado
32 Summary(ru.UTF-8):      Visual editor IMproved - Единственно Правильный Редактор :)
33 Summary(tr.UTF-8):      Gelişmiş bir vi sürümü
34 Summary(uk.UTF-8):      Visual editor IMproved - Єдино Вірний Редактор :)
35 Name:           vim
36 Version:        %{ver}.%{patchlevel}
37 Release:        1
38 Epoch:          4
39 License:        Charityware
40 Group:          Applications/Editors/Vim
41 Source0:        ftp://ftp.vim.org/pub/vim/unix/%{name}-%{ver}.tar.bz2
42 # Source0-md5:  556572edfda7a319541a3bc860c7fd36
43 Source1:        ftp://ftp.vim.org/pub/vim/extra/%{name}-%{ver}-lang.tar.gz
44 # Source1-md5:  d8884786979e0e520c112faf2e176f05
45 Source2:        ftp://ftp.vim.org/pub/vim/extra/%{name}-%{ver}-extra.tar.gz
46 # Source2-md5:  35e04482f07c57221c9a751aaa3b8dac
47 Source3:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
48 # Source3-md5:  bc4d1e115ca506ad7751b9bd2b773a7f
49 Source4:        http://skawina.eu.org/mikolaj/usr_doc_pl.zip
50 # Source4-md5:  ff96284b1c913d55cf0877839b34d490
51 Source10:       g%{name}-athena.desktop
52 Source11:       g%{name}-motif.desktop
53 Source12:       g%{name}-gtk.desktop
54 Source13:       g%{name}-gnome.desktop
55 Source14:       %{name}.desktop
56 # syntax files
57 # http://www.vim.org/scripts/script.php?script_id=1491 (0.7.5)
58 Source20:       javascript.vim
59 Source21:       nagios.vim
60 # http://www.vim.org/scripts/script.php?script_id=447 (20040206)
61 Source22:       exim.vim
62 # http://www.vim.org/scripts/script.php?script_id=1571 (0.9.7)
63 Source23:       php.vim
64 # color schemes
65 # http://www.vim.org/scripts/script.php?script_id=415 (1.15)
66 Source30:       zenburn.vim
67 # http://www.vim.org/scripts/script.php?script_id=92 (1.0)
68 Source31:       borland.vim
69 # http://www.vim.org/scripts/script.php?script_id=368 (1.2.5)
70 Source32:       oceandeep.vim
71 # http://www.vim.org/scripts/script.php?script_id=1464 (2.6.3)
72 Source33:       moria.vim
73 %patchset_source -f ftp://ftp.vim.org/pub/editors/vim/patches/7.2/7.2.%03g 1 %{patchlevel}
74 Patch0:         %{name}-sysconfdir.patch
75 Patch1:         %{name}-visual.patch
76 Patch2:         %{name}-paths.patch
77 Patch3:         %{name}-no_libelf.patch
78 Patch4:         %{name}-egrep.patch
79 Patch5:         %{name}-awk.patch
80 Patch6:         %{name}-filetype_vim-perl_tests.patch
81 Patch7:         %{name}-apache.patch
82 Patch8:         %{name}-po-syntax.patch
83 Patch9:         %{name}-modprobe.patch
84 Patch10:        %{name}-doubleparenthesis.patch
85 Patch11:        %{name}-syntax-fstab.patch
86 Patch12:        010_all_%{name}-6.3-vixie.patch
87 Patch13:        013_all_%{name}-7.0-cron-vars-79981.patch
88 Patch14:        020_all_%{name}-7.0-fstab-tmpfs-size.patch
89 Patch15:        021_all_%{name}-7.0-fstab-bogus-errors.patch
90 Patch16:        024_all_%{name}-6.3-bash-83565.patch
91 Patch17:        027_all_%{name}-7.0-automake-substitutions-93378.patch
92 Patch18:        %{name}-smarty.patch
93 Patch19:        %{name}-tutor-lessdeps.patch
94 Patch20:        %{name}-nagios.patch
95 Patch21:        %{name}-filetypes.patch
96 Patch22:        %{name}-man_installation.patch
97 Patch23:        %{name}-vimrc.patch
98 Patch102:       %{name}-gtkfilechooser.patch
99 Patch104:       %{name}-home_etc.patch
100 Patch105:       %{name}-autopaste.patch
101 Patch106:       %{name}-ft-cron.patch
102 Patch107:       %{name}-relativenumber.patch
103 Patch108:       %{name}-phpscript.patch
104 URL:            http://www.vim.org/
105 BuildRequires:  acl-devel
106 BuildRequires:  autoconf
107 BuildRequires:  gettext-devel
108 BuildRequires:  gpm-devel
109 %if "%{pld_release}" == "ac"
110 %{?with_athena:BuildRequires:   XFree86-devel}
111 %else
112 %{?with_athena:BuildRequires:   xorg-lib-libXaw-devel}
113 %endif
114 %if %{with gtk} || %{with heavy}
115 BuildRequires:  gtk+2-devel >= 2:2.6.0
116 %endif
117 %{?with_gnome:BuildRequires:    libgnomeui-devel >= 2.2.0.1}
118 %if %{with selinux} || %{with heavy}
119 BuildRequires:  libselinux-devel
120 %endif
121 BuildRequires:  ncurses-devel
122 %{?with_motif:BuildRequires:    openmotif-devel}
123 %if %{with perl} || %{with heavy}
124 BuildRequires:  perl-devel
125 %endif
126 %if %{with python} || %{with heavy}
127 BuildRequires:  python-devel
128 %endif
129 BuildRequires:  rpm >= 4.4.9-56
130 BuildRequires:  rpmbuild(macros) >= 1.426
131 %if %{with ruby} || %{with heavy}
132 BuildRequires:  ruby-devel
133 %endif
134 %if %{with tcl} || %{with heavy}
135 BuildRequires:  tcl-devel
136 %endif
137 Obsoletes:      kvim
138 %if %{with static}
139 BuildRequires:  acl-static
140 BuildRequires:  attr-static
141 BuildRequires:  glibc-static
142 %{?with_selinux:BuildRequires:  libselinux-static}
143 BuildRequires:  ncurses-static
144 %else
145 Provides:       %{name}-static = %{epoch}:%{version}-%{release}
146 Obsoletes:      elvis-static
147 Obsoletes:      nvi
148 Obsoletes:      vi
149 Obsoletes:      vim-minimal
150 Obsoletes:      vim-static
151 %endif
152 BuildRequires:  unzip
153 Requires:       %{name}-rt = %{epoch}:%{version}-%{release}
154 Provides:       vi-editor
155 Provides:       vi
156 Provides:       vim-editor = %{epoch}:%{version}-%{release}
157 Obsoletes:      vim-enhanced
158 Obsoletes:      vim-ispell
159 Obsoletes:      vim-plugin-multvals
160 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
161
162 # that's example script
163 %define         _noautoreq      '/bin/csh'
164
165 %description
166 Text editor similar to Vi. Important improvements: multiple windows,
167 multi-level undo, block highliting, folding, and many other.
168
169 %description -l cs.UTF-8
170 ViM je nový a vylepšený editor vycházející z klasického editoru vi. Vi
171 byl prvním celoobrazovkovým editorem pro Unix a je stále velmi
172 populární. ViM je obohacený funkcemi jako: podpora více oken,
173 víceúrovňové undo, zvýrazňování bloků a řadu dalších užitečných
174 funkcí.
175
176 %description -l de.UTF-8
177 Der Visual-Editor iMproved ist ein aktualisierter und erweiterter Klon
178 des vi-Editors, der mit praktisch allen UN*X-Systemen ausgeliefert
179 wird. Er bringt mehrere Fenster, mehrstufige Widerrufen-Funktion,
180 Block-Markierung und viele weitere Zusatzfunktionen im Vergleich zum
181 Standard-vi-Programm.
182
183 %description -l es.UTF-8
184 El editor Visual Mejorado es una versión actualizada y con nuevas
185 características adicionales del mundialmente famoso 'vi' que acompaña
186 prácticamente todos los sistemas UN*X. Posibilita trabajar con
187 múltiples ventanas, varios niveles de deshacer, bloques enfatizados, y
188 otras muchas características del 'vi'.
189
190 %description -l fr.UTF-8
191 L'éditeur VIsuel aMélioré est un clone mis à jour et doté de
192 caractéristiques supplémentaires de l'éditeur « vi » fourni avec
193 pratiquement tous les systèmes UN*X. Il ajoute les fenêtres
194 mutltiples, l'annulation a plusieurs niveaux, la mise en évidence des
195 blocs et autres caractéristiques au vi de base.
196
197 %description -l hu.UTF-8
198 A Vi-hez hasonló texteditor. Néhány fontos bővítés: ablakkezelés,
199 többszintű undo, blokk kiemelés, kódrészletek összecsukása, és még sok
200 más...
201
202 %description -l id.UTF-8
203 VIM (VIsual editor iMproved) adalah versi vi editor yang sudah
204 diupdate dan ditambah kemampuannya. Vi adalah editor untuk UNIX yang
205 pertama yang menggunakan layar, dan sekarang masih sangat populer. VIM
206 mengembangkan vi dengan menambah kemampuan baru seperti: multiple
207 windows, multi-level undo, block highlighting, dll.
208
209 %description -l is.UTF-8
210 VIM (VIsual editor iMproved) er uppfærð og endurbætt útgáfa af vi
211 ritlinum. Vi var fyrsti skjá-ritillinn fyrir UNIX og er enn mjög
212 vinsæll. VIM gerist föðurbetrungur með nýjum möguleikum líkt og
213 gluggakerfi, iðrun og yfirbót (e: multi-level undo), blokkarvali og
214 fleira.
215
216 %description -l it.UTF-8
217 VIM (Vi IMproved) è una versione aggiornata e perfezionata dell'editor
218 vi. Vi è stato il primo editor per UNIX realmente basato su video ed è
219 ancora molto diffuso. VIM perfeziona vi aggiungendo nuove funzioni:
220 finestre multiple, funzione \"annulla\" multilivello, evidenziazione
221 dei blocchi e altro.
222
223 %description -l pl.UTF-8
224 Edytor tekstu podobny do Vi. Ważne ulepszenia: możliwość pracy w wielu
225 oknach, wielopoziomowa opcja 'cofnij', bloki, podświetlanie składni,
226 folding i wiele innych.
227
228 %description -l pt.UTF-8
229 O VIM (VIsual editor iMproved) é uma versão melhorada e actualizada do
230 editor vi. O vi foi o primeiro verdadeiro editor baseado em ecrã para
231 o UNIX, e ainda é muito popular. O VIM melhora o vi acrescentando
232 novas potencialidades: janelas múltiplas, anulação multi-nível, realce
233 de blocos e mais.
234
235 %description -l pt_BR.UTF-8
236 O editor Vim (Vi Enhanced) é um versão atualizada e com novas
237 características do mundialmente famoso 'vi' que acompanha praticamente
238 todos os sistemas UN*X. Ele possibilita trabalhar com múltiplas
239 janelas, vários níveis de desfazer, blocos enfatizados, e muitas
240 outras características do 'vi'.
241
242 %description -l ru.UTF-8
243 VIsual editor iMproved - это обновленный и значительно улучшенный клон
244 редактора vi, который поставляется практически со всеми
245 UN*X-системами. В этой версии есть многоуровневый откат, выделение
246 блоков, синтаксическая подсветка и много другого...
247
248 %description -l sk.UTF-8
249 VIM (VIsual editor iMproved) je novšia a vylepšená verzia editoru vi.
250 Vi bol prvým skutočne obrazovkovo orientovaným editorom pre UNIX a
251 stále je veľmi populárny. VIM má oproti vi vylepšenia ako: prácu s
252 viacerými oknami, viacnásobné undo, zvýrazňovanie blokov textu a iné.
253
254 %description -l sv.UTF-8
255 VIM (Vi IMproved) är en uppdaterad och förbättrad version av
256 redigeraren vi. Vi var den första riktiga skärmbaserade redigeraren
257 till UNIX, och är fortfarande väldigt populär. VIM förbättrar vi med
258 nya finesser: flera fönster, flernivå ångra, blockmarkering och mer
259 ändå.
260
261 %description -l tr.UTF-8
262 Standart vi metin düzenleyicisinin gelişmiş hali; daha fazla komut,
263 birden fazla pencere desteği ve blok işaretleme yetenekleri içerir.
264
265 %description -l uk.UTF-8
266 VIsual editor iMproved - це оновлений та значно поліпшений клон
267 редактора vi, який поставляється практично зі всіма UN*X-системами. В
268 цій версії є багаторівневий відкат, виділення блоків, синтаксична
269 підсвітка та багато іншого...
270
271 %package -n xxd
272 Summary:        Utility to convert files to hexdump or do the reverse
273 Summary(pl.UTF-8):      Narzędzie do zamiany plików na postać szesnastkową i odwrotnie
274 Group:          Applications/Editors/Vim
275
276 %description -n xxd
277 xxd creates a hex dump of a given file or standard input. It can also
278 convert a hex dump back to its original binary form. Like uuencode and
279 uudecode it allows the transmission of binary data in a `mail-safe'
280 ASCII representation, but has the advantage of decoding to standard
281 output. Moreover, it can be used to perform binary file patching.
282
283 %description -n xxd -l pl.UTF-8
284 xxd tworzy szesnastkowy zapis pliku podanego na standardowe wejście.
285 Może także przekonwertować taki zapis na oryginalną, binarną postać.
286 Podobnie jak uuencode i uudecode pozwala na przesyłanie danych
287 binarnych w postaci ASCII, ale ma możliwość dekodowania na standardowe
288 wyjście. Co więcej, może być użyty do modyfikowania plików binarnych.
289
290 %package heavy
291 Summary:        Full featured build of Vim
292 Summary(hu.UTF-8):      A Vim teljeskörű szolgáltatásait nyújtó verzió
293 Summary(pl.UTF-8):      W pełni funkcjonalna wersja Vima
294 Group:          Applications/Editors/Vim
295 Requires:       %{name}-rt = %{epoch}:%{version}-%{release}
296 Provides:       vi-editor
297 Provides:       vi
298 Provides:       vim-editor = %{epoch}:%{version}-%{release}
299 Obsoletes:      vim-enhanced
300 Obsoletes:      vim-ispell
301 Obsoletes:      vim-plugin-multvals
302
303 %description heavy
304 This package provides full featured version of Vim, which includes
305 support for Perl, Python, Ruby and Tcl scripting.
306
307 %description heavy -l hu.UTF-8
308 Ez a csomag a Vim teljeskörű szolgáltatásait nyújtó verzióját
309 tartalmazza, amelyben benne van a Perl, Python, Ruby és Tcl támogatás.
310
311 %description heavy -l pl.UTF-8
312 Pakiet ten dostarcza w pełni funkcjonalną wersję Vima, czyli
313 zawierającą obsługę skryptów w językach Perl, Python, Ruby oraz Tcl.
314
315 %package static
316 Summary:        Statically linked Vim
317 Summary(hu.UTF-8):      A Vim statikus verziója
318 Summary(pl.UTF-8):      Statycznie skonsolidowany Vim
319 Group:          Applications/Editors/Vim
320 Provides:       vi-editor
321 Provides:       vi
322 Provides:       vim-editor = %{epoch}:%{version}-%{release}
323 Obsoletes:      elvis-static
324 Obsoletes:      nvi
325 Obsoletes:      vim-minimal
326
327 %description static
328 Text editor similar to Vi. This version is built with minimal feature
329 and is installed in /bin as a rescue tool. The installation of this
330 package is STRONGLY recommended.
331
332 %description static -l hu.UTF-8
333 Vi-hez hasonló text editor. Ez a verzió a legminimálisabb
334 szolgáltatásokat nyújtja, és a /bin könyvtárba települ, mint egy mentő 
335 eszköz. Ennek a csomagnak a telepítése ERŐSEN javallott.
336
337 %description static -l pl.UTF-8
338 Edytor tekstu podobny do Vi. Ta wersja została skonsolidowana
339 statycznie i posiada minimalną ilość dodatków. Jest instalowana w /bin
340 jako narzędzie dla administratora. Instalacja tego pakietu jest MOCNO
341 zalecana, może on pomóc Ci uratować system w czasie awarii.
342
343 %description static -l ru.UTF-8
344 Пакет vim-static устанавливает разновидность vim как /bin/vi, что
345 удобно для запуска даже когда смонтирована только корневая файловая
346 система.
347
348 %description static -l uk.UTF-8
349 Пакет vim-static встановлює різновид vim як /bin/vi, що зручно для
350 запуску навіть тоді, коли змонтована тільки корньова файлова система.
351
352 %package rt
353 Summary:        Vim runtime files
354 Summary(cs.UTF-8):      Soubory nezbytné pro libovolný editor ViM
355 Summary(da.UTF-8):      Fælles filer som er nødvendige for enhver version af VIM editoren
356 Summary(de.UTF-8):      Die von allen Versionen des VIM-Editors benötigten gemeinsamen Dateien
357 Summary(es.UTF-8):      Ficheros comunes a todas las versiones de VIM
358 Summary(fr.UTF-8):      Fichiers communs indispensables pour toute version de l'éditeur VIM
359 Summary(hu.UTF-8):      A Vim futásidejű fájljai
360 Summary(id.UTF-8):      File umum yang dibutuhkan oleh semua versi editor VIM
361 Summary(is.UTF-8):      Grunnskrár sem allar útgáfur VIM ritilsins þurfa á að halda
362 Summary(it.UTF-8):      File comuni necessari per tutte le versioni dell'editor VIM
363 Summary(ja.UTF-8):      すべてのバージョンの VIM エディタで必要とされる共通ファイル
364 Summary(nb.UTF-8):      Felles filer som er nødvendige for enhver versjon av VIM editoren
365 Summary(pl.UTF-8):      Pliki przydatne edytorowi Vim
366 Summary(pt.UTF-8):      Os ficheiros comuns necessários para qualquer versão do editor VIM
367 Summary(ru.UTF-8):      Файлы, требуемые для любой версии редактора vim
368 Summary(sk.UTF-8):      Spoločné súbory potrebné pre všetky verzie editoru VIM
369 Summary(sl.UTF-8):      Skupne datoteke, potrebne s katerokoli različico urejevalnika VIM
370 Summary(sv.UTF-8):      De gemensamma filerna som behövs av alla versioner av redigeraren VIM
371 Summary(uk.UTF-8):      Файли, потрібні для будь-якої версії редактору vim
372 Summary(zh_CN.UTF-8):   任何版本的 VIM 编辑器所需的公用文件。
373 Group:          Applications/Editors/Vim
374 # for hicolor icons
375 Requires:       hicolor-icon-theme
376 Requires:       rpm-whiteout >= 1.3
377 Requires:       vim-plugin-securemodelines
378 Suggests:       vim-syntax-spec
379 Obsoletes:      gvim-bonobo
380 Obsoletes:      vim-common
381
382 %description rt
383 This package contains macros, documentation, syntax configuration and
384 manual pages for Vim. If you want to take advantage of Vim more
385 powerful features, you should install this package.
386
387 %description rt -l cs.UTF-8
388 Tento balíček obsahuje společné soubory pro všechny další balíčky s
389 vim.
390
391 %description rt -l da.UTF-8
392 The vim-rt package contains files which every VIM binary will need in
393 order to run.
394
395 %description rt -l de.UTF-8
396 Das Paket vim-rt enthält Dateien, die jede VIM-Binärdatei für die
397 Ausführung benötigt.
398
399 %description rt -l fr.UTF-8
400 Le paquetage vim-rt contient des fichiers dont chaque fichier binaire
401 VIM a besoin pour fonctionner.
402
403 %description rt -l hu.UTF-8
404 Ez a csomag makrókat, dokumentációt, nyelvi konfigurációt és kézikönyv
405 oldalakat tartalmaz Vim-hez. Ha ki akarod használni a Vim lehetőségeit,
406 érdemes telepítened ezt a csomagot.
407
408 %description rt -l id.UTF-8
409 Package vim-rt berisi file yang dibutuhkan semua versi VIM agar bisa
410 berjalan.
411
412 %description rt -l is.UTF-8
413 vim-rt pakkinn inniheldur skrár sem allar VIM keyrsluskrárnar þurfa
414 til að keyra.
415
416 %description rt -l it.UTF-8
417 Il pacchetto vim-rt contiene i file necessari a ogni binario di VIM
418 per poter funzionare.
419
420 %description rt -l pl.UTF-8
421 W tym pakiecie znajdziesz dokumentację, makra, pliki konfiguracyjne i
422 strony podręcznika dla edytora Vim. Jeżeli chcesz korzystać z
423 zaawansowanych możliwości Vima, powinieneś zainstalować ten pakiet.
424
425 %description rt -l pt.UTF-8
426 O pacote vim-rt contém os ficheiros que todos os executáveis do VIM
427 irão necessitar para correr.
428
429 %description rt -l ru.UTF-8
430 Пакет vim-rt содержит файлы (например, файлы справки), которые нужны
431 для работы любой программы vim.
432
433 %description rt -l sk.UTF-8
434 Balík vim-rt obsahuje súbory, ktoré bude potrebovať pre správnu
435 funkciu každá verzia editoru VIM.
436
437 %description rt -l sv.UTF-8
438 Paketet vim-rt innehåller filer som alla VIM-binärer behöver för att
439 köra.
440
441 %description rt -l uk.UTF-8
442 Пакет vim-rt містить файли (наприклад, файли довідки), котрі потрібні
443 для роботи будь-якої програми vim.
444
445 %package spell-en
446 Summary:        English dictionaries for VIMspell
447 Summary(pl.UTF-8):      Angielskie słowniki dla VIMspella
448 Group:          Applications/Editors/Vim
449 Requires:       %{name}-rt = %{epoch}:%{version}-%{release}
450
451 %description spell-en
452 English dictionaries for VIMspell.
453
454 %description spell-en -l pl.UTF-8
455 Angielskie słowniki dla VIMspella.
456
457 %package tutor
458 Summary:        Vim tutorial
459 Summary(hu.UTF-8):      Vim tutorial
460 Summary(pl.UTF-8):      Samouczek do Vima
461 Group:          Applications/Editors/Vim
462 Requires:       %{name}-rt = %{epoch}:%{version}-%{release}
463 Requires:       mktemp
464 Requires:       vim-editor = %{epoch}:%{version}-%{release}
465
466 %description tutor
467 This package contains Vim tutorial.
468
469 %description tutor -l hu.UTF-8
470 Ez a csomag a vimtutor-t tartalmazza, amely egy gyakorlat-orientált
471 bevezető a Vim-hez.
472
473 %description tutor -l pl.UTF-8
474 Ten pakiet zawiera samouczek do Vima.
475
476 %package -n gvim-athena
477 Summary:        Vim for X Window built with Athena
478 Summary(hu.UTF-8):      A Vim X Window verziója, az Athena felhasználásával
479 Summary(pl.UTF-8):      Vim dla X Window korzystający z biblioteki Athena
480 Group:          Applications/Editors/Vim
481 Requires:       %{name}-rt = %{epoch}:%{version}-%{release}
482 Requires:       iconv
483 Provides:       gvim
484 Provides:       vi-editor
485 Provides:       vim-editor = %{epoch}:%{version}-%{release}
486 Obsoletes:      vim-X11
487
488 %description -n gvim-athena
489 The classic Unix text editor now also under X Window System! This
490 version is built with Athena Widget Set.
491
492 %description -n gvim-athena -l hu.UTF-8
493 A Vim X Window verziója, az Athena Widgetkészlet felhasználásával.
494
495 %description -n gvim-athena -l pl.UTF-8
496 Wersja edytora Vim pracująca w środowisku X Window z wykorzystaniem
497 biblioteki Athena Widget Set.
498
499 %description -n gvim-athena -l ru.UTF-8
500 Этот пакет представляет собой версию VIM, собранную с библиотеками
501 Athena Widget Set, что позволяет запускать VIM как приложение X Window
502 System - с полностью графическим интерфейсом и поддержкой мыши.
503
504 %description -n gvim-athena -l uk.UTF-8
505 Цей пакет містить версію VIM, зібрану з бібліотеками Athena Widget
506 Set, що дозволяє запускати VIM як прикладну програму X Window System -
507 з повністю графічним інтерфейсом та підтримкою миші.
508
509 %package -n gvim-motif
510 Summary:        Vim for X Window built with Motif
511 Summary(hu.UTF-8):      A Vim X Window verziója, a Motif felhasználásával
512 Summary(pl.UTF-8):      Vim dla X Window korzystający z biblioteki Motif
513 Group:          Applications/Editors/Vim
514 Requires:       %{name}-rt = %{epoch}:%{version}-%{release}
515 Requires:       iconv
516 Provides:       gvim
517 Provides:       vi-editor
518 Provides:       vim-editor = %{epoch}:%{version}-%{release}
519 Obsoletes:      vim-X11
520
521 %description -n gvim-motif
522 The classic Unix text editor now also under X Window System! This
523 version is built with Motif.
524
525 %description -n gvim-motif -l hu.UTF-8
526 A Vim X Window verziója, a Motif Widgetkészlet felhasználásával.
527
528 %description -n gvim-motif -l pl.UTF-8
529 Wersja edytora Vim pracująca w środowisku X Window z wykorzystaniem
530 biblioteki Motif.
531
532 %description -n gvim-motif -l ru.UTF-8
533 Этот пакет представляет собой версию VIM, собранную с библиотеками
534 Motif, что позволяет запускать VIM как приложение X Window System - с
535 полностью графическим интерфейсом и поддержкой мыши.
536
537 %description -n gvim-motif -l uk.UTF-8
538 Цей пакет містить версію VIM, зібрану з бібліотеками Motif, що
539 дозволяє запускати VIM як прикладну програму X Window System - з
540 повністю графічним інтерфейсом та підтримкою миші.
541
542 %package -n gvim-gtk
543 Summary:        Vim for X Window built with gtk
544 Summary(hu.UTF-8):      A Vim X Window verziója, a GTK felhasználásával
545 Summary(pl.UTF-8):      Vim dla X Window korzystający z biblioteki GTK
546 Group:          Applications/Editors/Vim
547 Requires(post,postun):  gtk+2
548 Requires:       %{name}-rt = %{epoch}:%{version}-%{release}
549 Requires:       iconv
550 Provides:       gvim
551 Provides:       vi-editor
552 Provides:       vim-editor = %{epoch}:%{version}-%{release}
553 Obsoletes:      vim-X11
554
555 %description -n gvim-gtk
556 The classic Unix text editor now also under X Window System! This
557 version is built with GTK.
558
559 %description -n gvim-gtk -l hu.UTF-8
560 A Vim X Window verziója, a GTK Widgetkészlet felhasználásával.
561
562 %description -n gvim-gtk -l pl.UTF-8
563 Wersja edytora Vim pracująca w środowisku X Window z wykorzystaniem
564 biblioteki GTK.
565
566 %description -n gvim-gtk -l ru.UTF-8
567 Этот пакет представляет собой версию VIM, собранную с библиотеками
568 GTK, что позволяет запускать VIM как приложение X Window System - с
569 полностью графическим интерфейсом и поддержкой мыши. Просто скажите
570 'gvim'...
571
572 %description -n gvim-gtk -l uk.UTF-8
573 Цей пакет містить версію VIM, зібрану з бібліотеками GTK, що дозволяє
574 запускати VIM як прикладну програму X Window System - з повністю
575 графічним інтерфейсом та підтримкою миші. Просто скажіть 'gvim'...
576
577 %package -n gvim-gnome
578 Summary:        Vim for X Window built with GNOME
579 Summary(hu.UTF-8):      A Vim X Window verziója, a GTK felhasználásával
580 Summary(pl.UTF-8):      Vim dla X Window korzystający z biblioteki GNOME
581 Group:          Applications/Editors/Vim
582 Requires(post,postun):  gtk+2
583 Requires:       %{name}-rt = %{epoch}:%{version}-%{release}
584 Requires:       iconv
585 Provides:       gvim
586 Provides:       vi-editor
587 Provides:       vim-editor = %{epoch}:%{version}-%{release}
588 Obsoletes:      vim-X11
589
590 %description -n gvim-gnome
591 The classic Unix text editor now also under X Window System! This
592 version is build with GNOME.
593
594 %description -n gvim-gtk -l hu.UTF-8
595 A Vim X Window verziója, a Gnome felhasználásával.
596
597 %description -n gvim-gnome -l pl.UTF-8
598 Wersja edytora Vim pracująca w środowisku X Window z wykorzystaniem
599 bibliotek GNOME.
600
601 %description -n gvim-gnome -l ru.UTF-8
602 Этот пакет представляет собой версию VIM, собранную с библиотеками
603 GNOME, что позволяет запускать VIM как приложение X Window System - с
604 полностью графическим интерфейсом и поддержкой мыши.
605
606 %description -n gvim-gnome -l uk.UTF-8
607 Цей пакет містить версію VIM, зібрану з бібліотеками GNOME, що
608 дозволяє запускати VIM як прикладну програму X Window System - з
609 повністю графічним інтерфейсом та підтримкою миші.
610
611 %package -n gvim-heavy
612 Summary:        Full featured build of Vim with X-window support
613 Summary(hu.UTF-8):      A gvim legteljesebb verziója
614 Summary(pl.UTF-8):      W pełni funkcjonalna wersja Vima z interfejsem dla X-window
615 Group:          Applications/Editors/Vim
616 Requires(post,postun):  gtk+2
617 Requires:       %{name}-rt = %{epoch}:%{version}-%{release}
618 Requires:       iconv
619 Provides:       gvim
620 Provides:       vi-editor
621 Provides:       vim-editor = %{epoch}:%{version}-%{release}
622 Obsoletes:      vim-X11
623
624 %description -n gvim-heavy
625 This package provides full featured version of Vim, which includes
626 support for Perl, Python, Ruby and Tcl scripting, as well as GTK+2
627 GUI.
628
629 %description -n gvim-heavy -l hu.UTF-8
630 A gvim legteljesebb verziója, Perl, Python, Ruby és Tcl támogatással.
631
632 %description -n gvim-heavy -l pl.UTF-8
633 Pakiet ten dostarcza w pełni funkcjonalną wersję Vima, czyli
634 zawierającą obsługę skryptów w językach Perl, Python, Ruby oraz Tcl
635 jak również GUI GTK+2.
636
637 %prep
638 %setup -q -n %{name}72 -b1 -b2
639
640 # official patches
641 %patchset_patch 1 %{patchlevel}
642
643 %patch0 -p1
644 %patch1 -p1
645 %patch2 -p1
646 %patch3 -p1
647 %patch4 -p1
648 %patch5 -p1
649 %patch6 -p1
650 %patch7 -p1
651 %patch8 -p1
652 %patch9 -p0
653 %patch10 -p1
654 %patch11 -p1
655 %patch12 -p1
656 %patch13 -p1
657 %patch14 -p1
658 %patch15 -p1
659 %patch16 -p0
660 %patch17 -p0
661 %patch18 -p1
662 %patch19 -p1
663 %patch20 -p1
664 %patch21 -p1
665 %patch22 -p1
666 %patch23 -p1
667
668 # home etc
669 %{?with_home_etc:%patch104 -p1}
670
671 # autopaste patch - automatically switch to paste mode
672 # when`really fast typing' situation happens
673 %patch105 -p1
674
675 %patch106 -p1
676 %patch107 -p0
677 %patch108 -p1
678
679 install %{SOURCE20} runtime/syntax
680 install %{SOURCE21} runtime/syntax
681 install %{SOURCE22} runtime/syntax
682 install %{SOURCE23} runtime/syntax
683 install %{SOURCE30} runtime/colors
684 install %{SOURCE31} runtime/colors
685 install %{SOURCE32} runtime/colors
686
687 %build
688 cd src
689 %{__autoconf}
690 # needed to prevent deconfiguring
691 cp -f configure auto
692 install -d bin
693
694 build() {
695         set -x
696         local target=$1
697         shift
698
699         %{__make} distclean
700         # add common options, can override (disable) if needed with args
701         %configure \
702                 --%{!?with_perl:dis}%{?with_perl:en}able-perlinterp \
703                 --%{!?with_python:dis}%{?with_python:en}able-pythoninterp \
704                 --%{!?with_ruby:dis}%{?with_ruby:en}able-rubyinterp \
705                 --%{!?with_tcl:dis}%{?with_tcl:en}able-tclinterp \
706                 %{!?with_selinux:--disable-selinux} \
707                 --enable-cscope \
708                 --enable-gpm \
709                 --enable-multibyte \
710                 --enable-nls \
711                 --with-tlib="ncurses -ltinfo" \
712                 --with-modified-by="PLD Linux Distribution" \
713                 --with-compiledby="PLD Linux Distribution" \
714                 "$@"
715
716         %{__make} vim
717         mv -f vim bin/$target
718 }
719
720 %if %{with static}
721 LDFLAGS="%{rpmldflags} -static"
722 build vim.static \
723         --disable-gui \
724         --without-x \
725         --with-features=small \
726         --disable-perlinterp \
727         --disable-pythoninterp \
728         --disable-rubyinterp \
729         --disable-tclinterp \
730         --disable-cscope \
731         --disable-gpm \
732         --disable-multibyte \
733         --disable-nls
734
735 LDFLAGS="%{rpmldflags}"
736 %endif
737
738 build vim.ncurses \
739         --disable-gui \
740         --without-x \
741         --with-features=huge
742
743 %if %{with athena}
744 build gvim.athena \
745         --with-features=huge \
746         --enable-gui=athena \
747         --with-x \
748         --enable-fontset \
749         --disable-gpm \
750         --without-gnome
751
752 %endif
753
754 %if %{with motif}
755 build gvim.motif \
756         --with-features=huge \
757         --enable-gui=motif \
758         --with-x \
759         --enable-multibyte \
760         --enable-fontset \
761         --disable-gpm \
762         --without-gnome
763
764 %endif
765
766 %if %{with gtk}
767 build gvim.gtk \
768         --with-features=huge \
769         --enable-gui=gtk2 \
770         --enable-gtk2-check \
771         --with-x \
772         --disable-gpm
773
774 %endif
775
776 %if %{with gnome}
777 build gvim.gnome \
778         --with-features=huge \
779         --enable-gui=gnome2 \
780         --enable-gtk2-check \
781         --enable-gnome-check \
782         --with-x \
783         --disable-gpm
784
785 %endif
786
787 # vim.heavy / gvim.heavy
788 %if %{with heavy}
789 build vim.heavy \
790         --with-features=huge \
791         --disable-gui \
792         --without-x \
793         --enable-perlinterp \
794         --enable-pythoninterp \
795         --enable-rubyinterp \
796         --enable-tclinterp \
797         --disable-gpm
798
799 build gvim.heavy \
800         --with-features=huge \
801         --enable-gui=gnome2 \
802         --enable-gtk2-check \
803         --enable-gnome-check \
804         --with-x \
805         --enable-perlinterp \
806         --enable-pythoninterp \
807         --enable-rubyinterp \
808         --enable-tclinterp \
809         --disable-gpm
810
811 %endif
812
813 %{__make} xxd/xxd languages
814
815 %install
816 rm -rf $RPM_BUILD_ROOT
817
818 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/vim,%{_bindir}} \
819         $RPM_BUILD_ROOT{/bin,%{_mandir}/man1,%{_datadir}/vim} \
820         $RPM_BUILD_ROOT%{_desktopdir}
821
822 %{__make} -j1 install \
823         DESTDIR=$RPM_BUILD_ROOT
824
825 rm -f $RPM_BUILD_ROOT%{_bindir}/*
826
827 %if %{with static}
828 install src/bin/vim.ncurses     $RPM_BUILD_ROOT%{_bindir}/vim
829 install src/bin/vim.static      $RPM_BUILD_ROOT/bin/vi
830 %else
831 install src/bin/vim.ncurses     $RPM_BUILD_ROOT/bin/vi
832 ln -sf /bin/vi          $RPM_BUILD_ROOT%{_bindir}/vim
833 %endif
834 install src/xxd/xxd     $RPM_BUILD_ROOT%{_bindir}/xxd
835 install src/vimtutor    $RPM_BUILD_ROOT%{_bindir}/vimtutor
836
837 # Moved into patch
838 #
839 # rm -f $RPM_BUILD_ROOT%{_mandir}/man1/*.1
840 # install runtime/doc/vim.1 $RPM_BUILD_ROOT%{_mandir}/man1
841 # install runtime/doc/xxd.1 $RPM_BUILD_ROOT%{_mandir}/man1
842 # install runtime/doc/vimtutor.1 $RPM_BUILD_ROOT%{_mandir}/man1
843 # echo ".so vim.1" > $RPM_BUILD_ROOT%{_mandir}/man1/ex.1
844 # echo ".so vim.1" > $RPM_BUILD_ROOT%{_mandir}/man1/rview.1
845 # echo ".so vim.1" > $RPM_BUILD_ROOT%{_mandir}/man1/rvim.1
846 # echo ".so vim.1" > $RPM_BUILD_ROOT%{_mandir}/man1/view.1
847
848 echo ".so vim.1" > $RPM_BUILD_ROOT%{_mandir}/man1/vi.1
849 echo ".so vim.1" > $RPM_BUILD_ROOT%{_mandir}/man1/view.1
850
851 # not supported directories
852 rm -rf $RPM_BUILD_ROOT%{_mandir}/??.*/
853
854 mv -f $RPM_BUILD_ROOT%{_datadir}/vim/v*/vimrc_example.vim $RPM_BUILD_ROOT%{_sysconfdir}/vim/vimrc
855 mv -f $RPM_BUILD_ROOT%{_datadir}/vim/v*/gvimrc_example.vim $RPM_BUILD_ROOT%{_sysconfdir}/vim/gvimrc
856
857 ln -sf vim $RPM_BUILD_ROOT%{_bindir}/eview
858 ln -sf vim $RPM_BUILD_ROOT%{_bindir}/evim
859 ln -sf vim $RPM_BUILD_ROOT%{_bindir}/rvim
860 ln -sf vim $RPM_BUILD_ROOT%{_bindir}/vimdiff
861 ln -sf vi  $RPM_BUILD_ROOT/bin/ex
862 ln -sf vi  $RPM_BUILD_ROOT/bin/view
863 ln -sf vi  $RPM_BUILD_ROOT/bin/rview
864
865 install %{SOURCE14}     $RPM_BUILD_ROOT%{_desktopdir}
866
867 %if %{with athena}
868 install src/bin/gvim.athena     $RPM_BUILD_ROOT%{_bindir}/gvim.athena
869 install %{SOURCE10}     $RPM_BUILD_ROOT%{_desktopdir}
870 %endif
871 %if %{with motif}
872 install src/bin/gvim.motif      $RPM_BUILD_ROOT%{_bindir}/gvim.motif
873 install %{SOURCE11}     $RPM_BUILD_ROOT%{_desktopdir}
874 %endif
875 %if %{with gnome}
876 install src/bin/gvim.gnome      $RPM_BUILD_ROOT%{_bindir}/gvim.gnome
877 install %{SOURCE13}     $RPM_BUILD_ROOT%{_desktopdir}
878 %endif
879 %if %{with gtk}
880 install src/bin/gvim.gtk        $RPM_BUILD_ROOT%{_bindir}/gvim.gtk
881 ln -sf gvim.gtk         $RPM_BUILD_ROOT%{_bindir}/gvim
882 ln -sf gvim             $RPM_BUILD_ROOT%{_bindir}/gview
883 ln -sf gvim             $RPM_BUILD_ROOT%{_bindir}/gvimdiff
884 ln -sf gvim             $RPM_BUILD_ROOT%{_bindir}/rgview
885 ln -sf gvim             $RPM_BUILD_ROOT%{_bindir}/rgvim
886 install %{SOURCE12}     $RPM_BUILD_ROOT%{_desktopdir}
887 %endif
888 %if %{with heavy}
889 install src/bin/vim.heavy       $RPM_BUILD_ROOT%{_bindir}
890 install src/bin/gvim.heavy      $RPM_BUILD_ROOT%{_bindir}
891 %endif
892
893 install -d $RPM_BUILD_ROOT%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
894 install runtime/vim16x16.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/16x16/apps/vim.png
895 install runtime/vim32x32.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps/vim.png
896 install runtime/vim48x48.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48/apps/vim.png
897
898 bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
899
900 unzip -qd $RPM_BUILD_ROOT%{_datadir}/vim/v*/doc %{SOURCE4}
901
902 install -d $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/{doc,{after/,}{compiler,ftdetect,ftplugin,indent,plugin,spell,syntax}}
903 > $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/doc/tags
904
905 # separate package
906 %{__rm} $RPM_BUILD_ROOT%{_datadir}/vim/vim72/{ftplugin,syntax}/spec.vim
907
908 # no autodeps
909 chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim72/doc/vim2html.pl
910 chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim72/tools/shtags.pl
911 chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim72/tools/pltags.pl
912 chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim72/tools/efm_perl.pl
913 chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim72/tools/efm_filter.pl
914
915 %clean
916 rm -rf $RPM_BUILD_ROOT
917
918 %post
919 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database
920
921 %postun
922 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database
923
924 %post -n gvim-athena
925 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database
926
927 %postun -n gvim-athena
928 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database
929
930 %post -n gvim-motif
931 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database
932
933 %postun -n gvim-motif
934 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database
935
936 %post -n gvim-gtk
937 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database
938 %update_icon_cache hicolor
939
940 %postun -n gvim-gtk
941 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database
942 %update_icon_cache hicolor
943
944 %post -n gvim-gnome
945 %update_desktop_database_post
946 %update_icon_cache hicolor
947
948 %postun -n gvim-gnome
949 %update_desktop_database_postun
950 %update_icon_cache hicolor
951
952 %files
953 %defattr(644,root,root,755)
954 %attr(755,root,root) %{_bindir}/eview
955 %attr(755,root,root) %{_bindir}/evim
956 %attr(755,root,root) %{_bindir}/rvim
957 %attr(755,root,root) %{_bindir}/vim
958 %attr(755,root,root) %{_bindir}/vimdiff
959 %{_mandir}/man1/eview.1*
960 %{_mandir}/man1/evim.1*
961 %{_mandir}/man1/rvim.1*
962 %{_mandir}/man1/vimdiff.1*
963 %lang(fi) %{_mandir}/fi/man1/rvim.1*
964 %lang(fr) %{_mandir}/fr/man1/eview.1*
965 %lang(fr) %{_mandir}/fr/man1/evim.1*
966 %lang(fr) %{_mandir}/fr/man1/rvim.1*
967 %lang(fr) %{_mandir}/fr/man1/vimdiff.1*
968 %lang(id) %{_mandir}/id/man1/rvim.1*
969 %lang(id) %{_mandir}/id/man1/vim.1*
970 %lang(it) %{_mandir}/it/man1/eview.1*
971 %lang(it) %{_mandir}/it/man1/evim.1*
972 %lang(it) %{_mandir}/it/man1/rvim.1*
973 %lang(it) %{_mandir}/it/man1/vim.1*
974 %lang(it) %{_mandir}/it/man1/vimdiff.1*
975 %lang(pl) %{_mandir}/pl/man1/eview.1*
976 %lang(pl) %{_mandir}/pl/man1/evim.1*
977 %lang(pl) %{_mandir}/pl/man1/rvim.1*
978 %lang(pl) %{_mandir}/pl/man1/vim.1*
979 %lang(pl) %{_mandir}/pl/man1/vimdiff.1*
980 %lang(ru) %{_mandir}/ru/man1/eview.1*
981 %lang(ru) %{_mandir}/ru/man1/evim.1*
982 %lang(ru) %{_mandir}/ru/man1/rvim.1*
983 %lang(ru) %{_mandir}/ru/man1/vim.1*
984 %lang(ru) %{_mandir}/ru/man1/vimdiff.1*
985 %{_desktopdir}/%{name}.desktop
986
987 %if %{with static}
988 %files static
989 %endif
990 %defattr(644,root,root,755)
991 %attr(755,root,root) /bin/*
992 %{_mandir}/man1/vi.1*
993 %{_mandir}/man1/ex.1*
994 %{_mandir}/man1/view.1*
995 %{_mandir}/man1/rview.1*
996 %lang(fi) %{_mandir}/fi/man1/vi.1*
997 %lang(fi) %{_mandir}/fi/man1/ex.1*
998 %lang(fi) %{_mandir}/fi/man1/view.1*
999 %lang(fi) %{_mandir}/fi/man1/rview.1*
1000 %lang(fr) %{_mandir}/fr/man1/vi.1*
1001 %lang(fr) %{_mandir}/fr/man1/ex.1*
1002 %lang(fr) %{_mandir}/fr/man1/view.1*
1003 %lang(fr) %{_mandir}/fr/man1/rview.1*
1004 %lang(id) %{_mandir}/id/man1/vi.1*
1005 %lang(id) %{_mandir}/id/man1/ex.1*
1006 %lang(id) %{_mandir}/id/man1/view.1*
1007 %lang(id) %{_mandir}/id/man1/rview.1*
1008 #%lang(it) %{_mandir}/it/man1/vi.1*
1009 %lang(it) %{_mandir}/it/man1/ex.1*
1010 %lang(it) %{_mandir}/it/man1/view.1*
1011 %lang(it) %{_mandir}/it/man1/rview.1*
1012 %lang(pl) %{_mandir}/pl/man1/vi.1*
1013 %lang(pl) %{_mandir}/pl/man1/ex.1*
1014 %lang(pl) %{_mandir}/pl/man1/view.1*
1015 %lang(pl) %{_mandir}/pl/man1/rview.1*
1016 #%lang(ru) %{_mandir}/ru/man1/vi.1*
1017 %lang(ru) %{_mandir}/ru/man1/ex.1*
1018 %lang(ru) %{_mandir}/ru/man1/view.1*
1019 %lang(ru) %{_mandir}/ru/man1/rview.1*
1020
1021 %files -n xxd
1022 %defattr(644,root,root,755)
1023 %attr(755,root,root) %{_bindir}/xxd
1024 %{_mandir}/man1/xxd.1*
1025 %lang(fr) %{_mandir}/fr/man1/xxd.1*
1026 %lang(it) %{_mandir}/it/man1/xxd.1*
1027 %lang(pl) %{_mandir}/pl/man1/xxd.1*
1028 %lang(ru) %{_mandir}/ru/man1/xxd.1*
1029
1030 %files rt
1031 %defattr(644,root,root,755)
1032 %dir %{_sysconfdir}/vim
1033 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vim/vimrc
1034 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vim/gvimrc
1035
1036 %dir %{_datadir}/vim
1037 %dir %{_datadir}/vim/v*
1038 %dir %{_datadir}/vim/v*/doc
1039 %doc %{_datadir}/vim/v*/doc/*.txt
1040 %lang(pl) %doc %{_datadir}/vim/v*/doc/*.plx
1041 %attr(755,root,root) %{_datadir}/vim/v*/doc/*.pl
1042 %verify(not md5 mtime size) %{_datadir}/vim/v*/doc/tags
1043 %lang(pl) %verify(not md5 mtime size) %{_datadir}/vim/v*/doc/tags-pl
1044 %{_datadir}/vim/v*/ftplugin
1045 %{_datadir}/vim/v*/indent
1046 %{_datadir}/vim/v*/keymap
1047 %dir %{_datadir}/vim/v*/lang
1048 %doc %{_datadir}/vim/v*/lang/README*
1049
1050 # just add after/ and ftdetect/ separately, other dirs caught by globs above or below
1051 %{_datadir}/vim/vimfiles/after
1052 %{_datadir}/vim/vimfiles/ftdetect
1053
1054 %lang(af) %{_datadir}/vim/v*/lang/menu_af*
1055 %lang(af) %{_datadir}/vim/v*/lang/af/
1056 %lang(ca) %{_datadir}/vim/v*/lang/menu_ca*
1057 %lang(ca) %{_datadir}/vim/v*/lang/ca/
1058 %lang(cs) %{_datadir}/vim/v*/lang/menu_cs*
1059 %lang(cs) %{_datadir}/vim/v*/lang/menu_*czech*
1060 %lang(cs) %{_datadir}/vim/v*/lang/cs/
1061 %lang(de) %{_datadir}/vim/v*/lang/menu_de*
1062 %lang(de) %{_datadir}/vim/v*/lang/menu_*german*
1063 %lang(de) %{_datadir}/vim/v*/lang/de/
1064 %lang(en_GB) %{_datadir}/vim/v*/lang/menu_en_gb*
1065 %lang(en_GB) %{_datadir}/vim/v*/lang/menu_*english*
1066 %lang(en_GB) %{_datadir}/vim/v*/lang/en_GB/
1067 %lang(eo) %{_datadir}/vim/v*/lang/menu_eo.utf-8.vim
1068 %lang(eo) %{_datadir}/vim/v*/lang/menu_eo_eo.utf-8.vim
1069 %lang(eo) %{_datadir}/vim/v*/lang/menu_eo_xx.utf-8.vim
1070 %lang(eo) %{_datadir}/vim/v*/lang/eo/
1071 %lang(es) %{_datadir}/vim/v*/lang/menu_es*
1072 %lang(es) %{_datadir}/vim/v*/lang/menu_*spanish*
1073 %lang(es) %{_datadir}/vim/v*/lang/es/
1074 %lang(fi) %{_datadir}/vim/v*/lang/menu_fi.latin1.vim
1075 %lang(fi) %{_datadir}/vim/v*/lang/menu_fi.utf-8.vim
1076 %lang(fi) %{_datadir}/vim/v*/lang/menu_fi_fi.latin1.vim
1077 %lang(fi) %{_datadir}/vim/v*/lang/menu_fi_fi.utf-8.vim
1078 %lang(fi) %{_datadir}/vim/v*/lang/menu_finnish_finland.1252.vim
1079 %lang(fi) %{_datadir}/vim/v*/lang/fi/
1080 %lang(fr) %{_datadir}/vim/v*/lang/menu_fr*
1081 %lang(fr) %{_datadir}/vim/v*/lang/fr/
1082 %lang(ga) %{_datadir}/vim/v*/lang/ga/
1083 %lang(hu) %{_datadir}/vim/v*/lang/menu_hu*
1084 %lang(it) %{_datadir}/vim/v*/lang/menu_it*
1085 %lang(it) %{_datadir}/vim/v*/lang/it/
1086 %lang(ja) %{_datadir}/vim/v*/lang/menu_ja*
1087 %lang(ja) %{_datadir}/vim/v*/lang/ja/
1088 %lang(ko) %{_datadir}/vim/v*/lang/menu_ko*
1089 %lang(ko) %{_datadir}/vim/v*/lang/ko/
1090 %lang(nl) %{_datadir}/vim/v*/lang/menu_nl*
1091 %lang(nb) %{_datadir}/vim/v*/lang/menu_no*
1092 %lang(nb) %{_datadir}/vim/v*/lang/no/
1093 %lang(pl) %{_datadir}/vim/v*/lang/menu_pl*
1094 %lang(pl) %{_datadir}/vim/v*/lang/menu_*polish*
1095 %lang(pl) %{_datadir}/vim/v*/lang/pl/
1096 %lang(pt) %{_datadir}/vim/v*/lang/menu_pt*
1097 %lang(pt_BR) %{_datadir}/vim/v*/lang/pt_BR
1098 %lang(ru) %{_datadir}/vim/v*/lang/menu_ru*
1099 %lang(ru) %{_datadir}/vim/v*/lang/ru/
1100 %lang(sk) %{_datadir}/vim/v*/lang/menu_sk*
1101 %lang(sk) %{_datadir}/vim/v*/lang/menu_*slovak*
1102 %lang(sk) %{_datadir}/vim/v*/lang/sk/
1103 %lang(sl) %{_datadir}/vim/v*/lang/menu_sl_si*
1104 %lang(sr) %{_datadir}/vim/v*/lang/menu_sr*
1105 %lang(sv) %{_datadir}/vim/v*/lang/menu_sv*
1106 %lang(sv) %{_datadir}/vim/v*/lang/sv/
1107 %lang(uk) %{_datadir}/vim/v*/lang/menu_uk*
1108 %lang(uk) %{_datadir}/vim/v*/lang/uk/
1109 %lang(vi) %{_datadir}/vim/v*/lang/menu_vi*
1110 %lang(vi) %{_datadir}/vim/v*/lang/vi/
1111 %lang(zh_CN) %{_datadir}/vim/v*/lang/menu_zh.cp936*
1112 %lang(zh_CN) %{_datadir}/vim/v*/lang/menu_zh.gb2312*
1113 %lang(zh_CN) %{_datadir}/vim/v*/lang/menu_zh_cn*
1114 %lang(zh_CN) %{_datadir}/vim/v*/lang/menu_*chinese*gb*
1115 %lang(zh_CN) %{_datadir}/vim/v*/lang/zh_CN/
1116 %lang(zh_CN) %{_datadir}/vim/v*/lang/zh_CN.UTF-8/
1117 %lang(zh_TW) %{_datadir}/vim/v*/lang/menu_zh.cp950*
1118 %lang(zh_TW) %{_datadir}/vim/v*/lang/menu_zh.big5*
1119 %lang(zh_TW) %{_datadir}/vim/v*/lang/menu_zh_tw*
1120 %lang(zh_TW) %{_datadir}/vim/v*/lang/menu_*taiwan*
1121 %lang(zh_TW) %{_datadir}/vim/v*/lang/zh_TW/
1122 %lang(zh_TW) %{_datadir}/vim/v*/lang/zh_TW.UTF-8/
1123
1124 %dir %{_datadir}/vim/v*/spell
1125 %{_datadir}/vim/v*/spell/cleanadd.vim
1126 %lang(he) %{_datadir}/vim/v*/spell/he.*
1127 %lang(yi) %{_datadir}/vim/v*/spell/yi.*
1128
1129 %{_datadir}/vim/v*/macros
1130 %{_datadir}/vim/v*/plugin
1131 %{_datadir}/vim/v*/print
1132 %{_datadir}/vim/v*/syntax
1133 %{_datadir}/vim/v*/tools
1134 %{_datadir}/vim/v*/colors
1135 %{_datadir}/vim/v*/compiler
1136 %{_datadir}/vim/v*/autoload
1137 %{_datadir}/vim/v*/*.vim
1138
1139 %{_mandir}/man1/rvim.1*
1140 %{_mandir}/man1/vim.1*
1141 %lang(fi) %{_mandir}/fi/man1/rvim.1*
1142 %lang(fi) %{_mandir}/fi/man1/vim.1*
1143 %lang(fr) %{_mandir}/fr/man1/rvim.1*
1144 %lang(fr) %{_mandir}/fr/man1/vim.1*
1145 %{_iconsdir}/hicolor/16x16/apps/vim.png
1146 %{_iconsdir}/hicolor/32x32/apps/vim.png
1147 %{_iconsdir}/hicolor/48x48/apps/vim.png
1148
1149 %files tutor
1150 %defattr(644,root,root,755)
1151 %attr(755,root,root) %{_bindir}/vimtutor
1152 %dir %{_datadir}/vim/v*/tutor
1153 %dir %{_datadir}/vim/v*/tutor/tutor
1154
1155 %{_datadir}/vim/v*/tutor/README.txt
1156 %{_datadir}/vim/v*/tutor/README.txt.info
1157 %{_datadir}/vim/v*/tutor/tutor.info
1158 %{_datadir}/vim/v*/tutor/tutor.vim
1159 %{_datadir}/vim/v*/tutor/tutor.utf-8
1160 %lang(el) %{_datadir}/vim/v*/tutor/README.el.cp737.txt
1161 %lang(el) %{_datadir}/vim/v*/tutor/README.el.txt
1162
1163 %lang(ca) %{_datadir}/vim/v*/tutor/tutor.ca
1164 %lang(ca) %{_datadir}/vim/v*/tutor/tutor.ca.utf-8
1165 %lang(cs) %{_datadir}/vim/v*/tutor/tutor.cs
1166 %lang(cs) %{_datadir}/vim/v*/tutor/tutor.cs.cp1250
1167 %lang(cs) %{_datadir}/vim/v*/tutor/tutor.cs.utf-8
1168 %lang(de) %{_datadir}/vim/v*/tutor/tutor.de
1169 %lang(de) %{_datadir}/vim/v*/tutor/tutor.de.utf-8
1170 %lang(el) %{_datadir}/vim/v*/tutor/tutor.el
1171 %lang(el) %{_datadir}/vim/v*/tutor/tutor.el.cp737
1172 %lang(el) %{_datadir}/vim/v*/tutor/tutor.el.utf-8
1173 %lang(eo) %{_datadir}/vim/v*/tutor/tutor.eo.utf-8
1174 %lang(es) %{_datadir}/vim/v*/tutor/tutor.es
1175 %lang(es) %{_datadir}/vim/v*/tutor/tutor.es.utf-8
1176 %lang(fr) %{_datadir}/vim/v*/tutor/tutor.fr
1177 %lang(fr) %{_datadir}/vim/v*/tutor/tutor.fr.utf-8
1178 %lang(hr) %{_datadir}/vim/v*/tutor/tutor.hr
1179 %lang(hr) %{_datadir}/vim/v*/tutor/tutor.hr.cp1250
1180 %lang(hr) %{_datadir}/vim/v*/tutor/tutor.hr.utf-8
1181 %lang(hu) %{_datadir}/vim/v*/tutor/tutor.hu
1182 %lang(hu) %{_datadir}/vim/v*/tutor/tutor.hu.utf-8
1183 %lang(hu) %{_datadir}/vim/v*/tutor/tutor.hu.cp1250
1184 %lang(it) %{_datadir}/vim/v*/tutor/tutor.it
1185 %lang(it) %{_datadir}/vim/v*/tutor/tutor.it.utf-8
1186 %lang(ja) %{_datadir}/vim/v*/tutor/tutor.ja.euc
1187 %lang(ja) %{_datadir}/vim/v*/tutor/tutor.ja.sjis
1188 %lang(ja) %{_datadir}/vim/v*/tutor/tutor.ja.utf-8
1189 %lang(ko) %{_datadir}/vim/v*/tutor/tutor.ko.euc
1190 %lang(ko) %{_datadir}/vim/v*/tutor/tutor.ko.utf-8
1191 %lang(no) %{_datadir}/vim/v*/tutor/tutor.no
1192 %lang(no) %{_datadir}/vim/v*/tutor/tutor.no.utf-8
1193 %lang(pl) %{_datadir}/vim/v*/tutor/tutor.pl
1194 %lang(pl) %{_datadir}/vim/v*/tutor/tutor.pl.cp1250
1195 %lang(pl) %{_datadir}/vim/v*/tutor/tutor.pl.utf-8
1196 %lang(ru) %{_datadir}/vim/v*/tutor/tutor.ru
1197 %lang(ru) %{_datadir}/vim/v*/tutor/tutor.ru.cp1251
1198 %lang(ru) %{_datadir}/vim/v*/tutor/tutor.ru.utf-8
1199 %lang(sk) %{_datadir}/vim/v*/tutor/tutor.sk
1200 %lang(sk) %{_datadir}/vim/v*/tutor/tutor.sk.cp1250
1201 %lang(sk) %{_datadir}/vim/v*/tutor/tutor.sk.utf-8
1202 %lang(sv) %{_datadir}/vim/v*/tutor/tutor.sv
1203 %lang(sv) %{_datadir}/vim/v*/tutor/tutor.sv.utf-8
1204 %lang(tr) %{_datadir}/vim/v*/tutor/tutor.tr.iso9
1205 %lang(tr) %{_datadir}/vim/v*/tutor/tutor.tr.utf-8
1206 %lang(vi) %{_datadir}/vim/v*/tutor/tutor.vi.utf-8
1207 %lang(zh_TW) %{_datadir}/vim/v*/tutor/tutor.zh.big5
1208 %lang(zh_TW) %{_datadir}/vim/v*/tutor/tutor.zh.euc
1209 %lang(zh_TW) %{_datadir}/vim/v*/tutor/tutor.zh.utf-8
1210
1211 %{_mandir}/man1/vimtutor.1*
1212 %lang(fr) %{_mandir}/fr/man1/vimtutor.1*
1213 %lang(it) %{_mandir}/it/man1/vimtutor.1*
1214 %lang(pl) %{_mandir}/pl/man1/vimtutor.1*
1215 %lang(ru) %{_mandir}/ru/man1/vimtutor.1*
1216
1217 %if %{with heavy}
1218 %files heavy
1219 %defattr(644,root,root,755)
1220 %attr(755,root,root) %{_bindir}/vim.heavy
1221 %endif
1222
1223 %files spell-en
1224 %defattr(644,root,root,755)
1225 %{_datadir}/vim/v*/spell/en.*.*
1226
1227 %if %{with athena}
1228 %files -n gvim-athena
1229 %defattr(644,root,root,755)
1230 %attr(755,root,root) %{_bindir}/gvim.athena
1231 %{_desktopdir}/gvim-athena.desktop
1232 %endif
1233
1234 %if %{with motif}
1235 %files -n gvim-motif
1236 %defattr(644,root,root,755)
1237 %attr(755,root,root) %{_bindir}/gvim.motif
1238 %{_desktopdir}/gvim-motif.desktop
1239 %endif
1240
1241 %if %{with gtk}
1242 %files -n gvim-gtk
1243 %defattr(644,root,root,755)
1244 %attr(755,root,root) %{_bindir}/gvim.gtk
1245 %attr(755,root,root) %{_bindir}/gvimdiff
1246 %attr(755,root,root) %{_bindir}/gview
1247 %attr(755,root,root) %{_bindir}/rgvim
1248 %attr(755,root,root) %{_bindir}/rgview
1249 %attr(755,root,root) %verify(not link) %{_bindir}/gvim
1250 %{_mandir}/man1/gvi*
1251 %{_mandir}/man1/rgv*
1252 %lang(fi) %{_mandir}/fi/man1/gvi*
1253 %lang(fi) %{_mandir}/fi/man1/rgv*
1254 %lang(fr) %{_mandir}/fr/man1/gvi*
1255 %lang(fr) %{_mandir}/fr/man1/rgv*
1256 %lang(id) %{_mandir}/id/man1/gvi*
1257 %lang(id) %{_mandir}/id/man1/rgv*
1258 %lang(it) %{_mandir}/it/man1/gvi*
1259 %lang(it) %{_mandir}/it/man1/rgv*
1260 %lang(pl) %{_mandir}/pl/man1/gvi*
1261 %lang(pl) %{_mandir}/pl/man1/rgv*
1262 %lang(ru) %{_mandir}/ru/man1/gvi*
1263 %lang(ru) %{_mandir}/ru/man1/rgv*
1264 %{_desktopdir}/gvim-gtk.desktop
1265 %endif
1266
1267 %if %{with gnome}
1268 %files -n gvim-gnome
1269 %defattr(644,root,root,755)
1270 %attr(755,root,root) %{_bindir}/gvim.gnome
1271 %{_desktopdir}/gvim-gnome.desktop
1272 %endif
1273
1274 %if %{with heavy}
1275 %files -n gvim-heavy
1276 %defattr(644,root,root,755)
1277 %attr(755,root,root) %{_bindir}/gvim.heavy
1278 %endif
This page took 0.186018 seconds and 3 git commands to generate.