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