]> git.pld-linux.org Git - packages/vim.git/blob - vim.spec
- ressurected text/plain mime type for vim (please fix kde problems in kde)
[packages/vim.git] / vim.spec
1 # TODO:
2 # - some nice icon
3 # - create vim-full (better name, anybody?) or/and other packages
4 #   for scripting languages support
5 #
6 # Conditional build:
7 %bcond_without  static          # don't build static version
8 %bcond_without  athena          # don't build Athena Widgets-based gvim
9 %bcond_without  motif           # don't build Motif-based gvim
10 %bcond_without  gtk             # don't build GTK+-based gvim support
11 %bcond_without  gnome           # don't build GNOME-based gvim support
12 %bcond_with     perl            # with Perl interp
13 %bcond_with     python          # with Python interp
14 %bcond_with     ruby            # with Ruby interp
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.1
20 %define         _patchlevel     203
21 %define         _rel            1
22
23 # cflags get changed while configuring
24 %undefine       configure_cache
25 #
26 Summary:        Vi IMproved - a Vi clone
27 Summary(de.UTF-8):      VIsual editor iMproved
28 Summary(es.UTF-8):      Editor visual incrementado
29 Summary(fr.UTF-8):      Editeur VIM : VIsual editor iMproved
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:        %{_rel}
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:  44c6b4914f38d6f9aa959640b89da329
43 Source1:        ftp://ftp.vim.org/pub/vim/extra/%{name}-%{_ver}-lang.tar.gz
44 # Source1-md5:  144aa049ba70621acf4247f0459f3ee7
45 Source2:        ftp://ftp.vim.org/pub/vim/extra/%{name}-%{_ver}-extra.tar.gz
46 # Source2-md5:  605cc7ae31bcc9d7864bb0bb6025f55d
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 # http://www.vim.org/scripts/script.php?script_id=415 (1.15)
57 Source15:       zenburn.%{name}
58 Source16:       spec.%{name}
59 # http://www.vim.org/scripts/script.php?script_id=1491 (0.7.3)
60 Source17:       javascript.%{name}
61 Source18:       nagios.%{name}
62 Source19:       %{name}-ftplugin-spec.vim
63 Patch0:         %{name}-sysconfdir.patch
64 Patch1:         %{name}-visual.patch
65 Patch2:         %{name}-paths.patch
66 Patch3:         %{name}-%{name}rc.patch
67 Patch4:         %{name}-no_libelf.patch
68 Patch5:         %{name}-egrep.patch
69 Patch6:         %{name}-awk.patch
70 Patch7:         %{name}-filetype_vim-perl_tests.patch
71 Patch8:         %{name}-apache.patch
72 Patch9:         %{name}-po-syntax.patch
73 Patch10:        %{name}-modprobe.patch
74 Patch11:        %{name}-doubleparenthesis.patch
75 Patch12:        %{name}-syntax-fstab.patch
76 Patch13:        010_all_%{name}-6.3-vixie.patch
77 Patch14:        013_all_%{name}-7.0-cron-vars-79981.patch
78 Patch15:        020_all_%{name}-7.0-fstab-tmpfs-size.patch
79 Patch16:        021_all_%{name}-7.0-fstab-bogus-errors.patch
80 Patch17:        024_all_%{name}-6.3-bash-83565.patch
81 Patch18:        027_all_%{name}-7.0-automake-substitutions-93378.patch
82 Patch19:        %{name}-smarty.patch
83 Patch20:        %{name}-tutor-lessdeps.patch
84 Patch21:        %{name}-nagios.patch
85 Patch22:        %{name}-filetypes.patch
86 Patch23:        %{name}-man_installation.patch
87 Patch102:       %{name}-gtkfilechooser.patch
88 Patch104:       %{name}-home_etc.patch
89 Patch105:       %{name}-selinux.patch
90 Patch106:       %{name}-autopaste.patch
91 Patch107:       %{name}-ft-cron.patch
92 %patchset_source -f ftp://ftp.vim.org/pub/editors/vim/patches/7.1/7.1.%03g 1 %{_patchlevel}
93 URL:            http://www.vim.org/
94 BuildRequires:  acl-devel
95 BuildRequires:  autoconf
96 BuildRequires:  gettext-devel
97 BuildRequires:  gpm-devel
98 %{?with_gtk:BuildRequires:      gtk+2-devel >= 2:2.6.0}
99 %{?with_gnome:BuildRequires:    libgnomeui-devel >= 2.2.0.1}
100 %{?with_selinux:BuildRequires:  libselinux-devel}
101 BuildRequires:  ncurses-devel
102 %{?with_motif:BuildRequires:    openmotif-devel}
103 %{?with_perl:BuildRequires:     perl-devel}
104 %{?with_python:BuildRequires:   python-devel >= 2.5}
105 BuildRequires:  rpmbuild(macros) >= 1.351
106 %{?with_ruby:BuildRequires:     ruby-devel}
107 %{?with_tcl:BuildRequires:      tcl-devel}
108 %{?with_athena:BuildRequires:   xorg-lib-libXaw-devel}
109 Obsoletes:      kvim
110 %if %{with static}
111 BuildRequires:  acl-static
112 BuildRequires:  attr-static
113 BuildRequires:  glibc-static
114 %{?with_selinux:BuildRequires:  libselinux-static}
115 BuildRequires:  ncurses-static
116 %else
117 Provides:       %{name}-static = %{epoch}:%{version}-%{release}
118 Obsoletes:      elvis-static
119 Obsoletes:      nvi
120 Obsoletes:      vi
121 Obsoletes:      vim-minimal
122 Obsoletes:      vim-static
123 %endif
124 BuildRequires:  unzip
125 Requires:       %{name}-rt = %{epoch}:%{version}-%{release}
126 Provides:       vi-editor
127 Provides:       vi
128 Obsoletes:      vim-enhanced
129 Obsoletes:      vim-ispell
130 Obsoletes:      vim-plugin-multvals
131 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
132
133 # that's example script
134 %define         _noautoreq      '/bin/csh'
135
136 %description
137 Text editor similar to Vi. Important improvements: multiple windows,
138 multi-level undo, block highliting, folding, and many other.
139
140 %description -l cs.UTF-8
141 ViM je nový a vylepšený editor vycházející z klasického editoru vi. Vi
142 byl prvním celoobrazovkovým editorem pro Unix a je stále velmi
143 populární. ViM je obohacený funkcemi jako: podpora více oken,
144 víceúrovňové undo, zvýrazňování bloků a řadu dalších užitečných
145 funkcí.
146
147 %description -l de.UTF-8
148 Der Visual-Editor iMproved ist ein aktualisierter und erweiterter Klon
149 des vi-Editors, der mit praktisch allen UN*X-Systemen ausgeliefert
150 wird. Er bringt mehrere Fenster, mehrstufige Widerrufen-Funktion,
151 Block-Markierung und viele weitere Zusatzfunktionen im Vergleich zum
152 Standard-vi-Programm.
153
154 %description -l es.UTF-8
155 El editor Visual Mejorado es una versión actualizada y con nuevas
156 características adicionales del mundialmente famoso 'vi' que acompaña
157 prácticamente todos los sistemas UN*X. Posibilita trabajar con
158 múltiples ventanas, varios niveles de deshacer, bloques enfatizados, y
159 otras muchas características del 'vi'.
160
161 %description -l fr.UTF-8
162 L'éditeur VIsuel aMélioré est un clone mis à jour et doté de
163 caractéristiques supplémentaires de l'éditeur « vi » fourni avec
164 pratiquement tous les systèmes UN*X. Il ajoute les fenêtres
165 mutltiples, l'annulation a plusieurs niveaux, la mise en évidence des
166 blocs et autres caractéristiques au vi de base.
167
168 %description -l id.UTF-8
169 VIM (VIsual editor iMproved) adalah versi vi editor yang sudah
170 diupdate dan ditambah kemampuannya. Vi adalah editor untuk UNIX yang
171 pertama yang menggunakan layar, dan sekarang masih sangat populer. VIM
172 mengembangkan vi dengan menambah kemampuan baru seperti: multiple
173 windows, multi-level undo, block highlighting, dll.
174
175 %description -l is.UTF-8
176 VIM (VIsual editor iMproved) er uppfærð og endurbætt útgáfa af vi
177 ritlinum. Vi var fyrsti skjá-ritillinn fyrir UNIX og er enn mjög
178 vinsæll. VIM gerist föðurbetrungur með nýjum möguleikum líkt og
179 gluggakerfi, iðrun og yfirbót (e: multi-level undo), blokkarvali og
180 fleira.
181
182 %description -l it.UTF-8
183 VIM (Vi IMproved) è una versione aggiornata e perfezionata dell'editor
184 vi. Vi è stato il primo editor per UNIX realmente basato su video ed è
185 ancora molto diffuso. VIM perfeziona vi aggiungendo nuove funzioni:
186 finestre multiple, funzione \"annulla\" multilivello, evidenziazione
187 dei blocchi e altro.
188
189 %description -l pl.UTF-8
190 Edytor tekstu podobny do Vi. Ważne ulepszenia: możliwość pracy w wielu
191 oknach, wielopoziomowa opcja 'cofnij', bloki, podświetlanie składni,
192 folding i wiele innych.
193
194 %description -l pt.UTF-8
195 O VIM (VIsual editor iMproved) é uma versão melhorada e actualizada do
196 editor vi. O vi foi o primeiro verdadeiro editor baseado em ecrã para
197 o UNIX, e ainda é muito popular. O VIM melhora o vi acrescentando
198 novas potencialidades: janelas múltiplas, anulação multi-nível, realce
199 de blocos e mais.
200
201 %description -l pt_BR.UTF-8
202 O editor Vim (Vi Enhanced) é um versão atualizada e com novas
203 características do mundialmente famoso 'vi' que acompanha praticamente
204 todos os sistemas UN*X. Ele possibilita trabalhar com múltiplas
205 janelas, vários níveis de desfazer, blocos enfatizados, e muitas
206 outras características do 'vi'.
207
208 %description -l ru.UTF-8
209 VIsual editor iMproved - это обновленный и значительно улучшенный клон
210 редактора vi, который поставляется практически со всеми
211 UN*X-системами. В этой версии есть многоуровневый откат, выделение
212 блоков, синтаксическая подсветка и много другого...
213
214 %description -l sk.UTF-8
215 VIM (VIsual editor iMproved) je novšia a vylepšená verzia editoru vi.
216 Vi bol prvým skutočne obrazovkovo orientovaným editorom pre UNIX a
217 stále je veľmi populárny. VIM má oproti vi vylepšenia ako: prácu s
218 viacerými oknami, viacnásobné undo, zvýrazňovanie blokov textu a iné.
219
220 %description -l sv.UTF-8
221 VIM (Vi IMproved) är en uppdaterad och förbättrad version av
222 redigeraren vi. Vi var den första riktiga skärmbaserade redigeraren
223 till UNIX, och är fortfarande väldigt populär. VIM förbättrar vi med
224 nya finesser: flera fönster, flernivå ångra, blockmarkering och mer
225 ändå.
226
227 %description -l tr.UTF-8
228 Standart vi metin düzenleyicisinin gelişmiş hali; daha fazla komut,
229 birden fazla pencere desteği ve blok işaretleme yetenekleri içerir.
230
231 %description -l uk.UTF-8
232 VIsual editor iMproved - це оновлений та значно поліпшений клон
233 редактора vi, який поставляється практично зі всіма UN*X-системами. В
234 цій версії є багаторівневий відкат, виділення блоків, синтаксична
235 підсвітка та багато іншого...
236
237 %package -n xxd
238 Summary:        Utility to convert files to hexdump or do the reverse
239 Summary(pl.UTF-8):      Narzędzie do zamiany plików na postać szesnastkową i odwrotnie
240 Group:          Applications/Editors/Vim
241
242 %description -n xxd
243 xxd creates a hex dump of a given file or standard input. It can also
244 convert a hex dump back to its original binary form. Like uuencode and
245 uudecode it allows the transmission of binary data in a `mail-safe'
246 ASCII representation, but has the advantage of decoding to standard
247 output. Moreover, it can be used to perform binary file patching.
248
249 %description -n xxd -l pl.UTF-8
250 xxd tworzy szesnastkowy zapis pliku podanego na standardowe wejście.
251 Może także przekonwertować taki zapis na oryginalną, binarną postać.
252 Podobnie jak uuencode i uudecode pozwala na przesyłanie danych
253 binarnych w postaci ASCII, ale ma możliwość dekodowania na standardowe
254 wyjście. Co więcej, może być użyty do modyfikowania plików binarnych.
255
256 %package static
257 Summary:        Statically linked Vim
258 Summary(pl.UTF-8):      Statycznie skonsolidowany Vim
259 Group:          Applications/Editors/Vim
260 Provides:       vi-editor
261 Provides:       vi
262 Obsoletes:      elvis-static
263 Obsoletes:      nvi
264 Obsoletes:      vim-minimal
265
266 %description static
267 Text editor similar to Vi. This version is built with minimal feature
268 and is installed in /bin as a rescue tool. The installation of this
269 package is STRONGLY recommended.
270
271 %description static -l pl.UTF-8
272 Edytor tekstu podobny do Vi. Ta wersja została skonsolidowana
273 statycznie i posiada minimalną ilość dodatków. Jest instalowana w /bin
274 jako narzędzie dla administratora. Instalacja tego pakietu jest MOCNO
275 zalecana, może on pomóc Ci uratować system w czasie awarii.
276
277 %description static -l ru.UTF-8
278 Пакет vim-static устанавливает разновидность vim как /bin/vi, что
279 удобно для запуска даже когда смонтирована только корневая файловая
280 система.
281
282 %description static -l uk.UTF-8
283 Пакет vim-static встановлює різновид vim як /bin/vi, що зручно для
284 запуску навіть тоді, коли змонтована тільки корньова файлова система.
285
286 %package rt
287 Summary:        Vim runtime files
288 Summary(cs.UTF-8):      Soubory nezbytné pro libovolný editor ViM
289 Summary(da.UTF-8):      Fælles filer som er nødvendige for enhver version af VIM editoren
290 Summary(de.UTF-8):      Die von allen Versionen des VIM-Editors benötigten gemeinsamen Dateien
291 Summary(es.UTF-8):      Ficheros comunes a todas las versiones de VIM
292 Summary(fr.UTF-8):      Fichiers communs indispensables pour toute version de l'éditeur VIM
293 Summary(id.UTF-8):      File umum yang dibutuhkan oleh semua versi editor VIM
294 Summary(is.UTF-8):      Grunnskrár sem allar útgáfur VIM ritilsins þurfa á að halda
295 Summary(it.UTF-8):      File comuni necessari per tutte le versioni dell'editor VIM
296 Summary(ja.UTF-8):      すべてのバージョンの VIM エディタで必要とされる共通ファイル
297 Summary(nb.UTF-8):      Felles filer som er nødvendige for enhver versjon av VIM editoren
298 Summary(pl.UTF-8):      Pliki przydatne edytorowi Vim
299 Summary(pt.UTF-8):      Os ficheiros comuns necessários para qualquer versão do editor VIM
300 Summary(ru.UTF-8):      Файлы, требуемые для любой версии редактора vim
301 Summary(sk.UTF-8):      Spoločné súbory potrebné pre všetky verzie editoru VIM
302 Summary(sl.UTF-8):      Skupne datoteke, potrebne s katerokoli različico urejevalnika VIM
303 Summary(sv.UTF-8):      De gemensamma filerna som behövs av alla versioner av redigeraren VIM
304 Summary(uk.UTF-8):      Файли, потрібні для будь-якої версії редактору vim
305 Summary(zh_CN.UTF-8):   任何版本的 VIM 编辑器所需的公用文件。
306 Group:          Applications/Editors/Vim
307 # mktemp is for vimtutor
308 Requires:       mktemp
309 Requires:       vi-editor
310 Obsoletes:      gvim-bonobo
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 # no autodeps
806 chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim71/doc/vim2html.pl
807 chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim71/tools/shtags.pl
808 chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim71/tools/pltags.pl
809 chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim71/tools/efm_perl.pl
810 chmod a-x $RPM_BUILD_ROOT%{_datadir}/vim/vim71/tools/efm_filter.pl
811
812 %clean
813 rm -rf $RPM_BUILD_ROOT
814
815 %post
816 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database_post
817
818 %postun
819 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database_postun
820
821 %post -n gvim-athena
822 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database_post
823
824 %postun -n gvim-athena
825 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database_postun
826
827 %post -n gvim-motif
828 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database_post
829
830 %postun -n gvim-motif
831 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database_postun
832
833 %post -n gvim-gtk
834 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database_post
835 %update_icon_cache hicolor
836
837 %postun -n gvim-gtk
838 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database_postun
839 %update_icon_cache hicolor
840
841 %post -n gvim-gnome
842 %update_desktop_database_post
843 %update_icon_cache hicolor
844
845 %postun -n gvim-gnome
846 %update_desktop_database_postun
847 %update_icon_cache hicolor
848
849 %files
850 %defattr(644,root,root,755)
851 %attr(755,root,root) %{_bindir}/eview
852 %attr(755,root,root) %{_bindir}/evim
853 %attr(755,root,root) %{_bindir}/rvim
854 %attr(755,root,root) %{_bindir}/vim
855 %attr(755,root,root) %{_bindir}/vimdiff
856 %{_mandir}/man1/eview.1*
857 %{_mandir}/man1/evim.1*
858 %{_mandir}/man1/rvim.1*
859 %{_mandir}/man1/vimdiff.1*
860 %lang(fi) %{_mandir}/fi/man1/rvim.1*
861 %lang(fr) %{_mandir}/fr/man1/eview.1*
862 %lang(fr) %{_mandir}/fr/man1/evim.1*
863 %lang(fr) %{_mandir}/fr/man1/rvim.1*
864 %lang(fr) %{_mandir}/fr/man1/vimdiff.1*
865 %lang(id) %{_mandir}/id/man1/rvim.1*
866 %lang(it) %{_mandir}/it/man1/eview.1*
867 %lang(it) %{_mandir}/it/man1/evim.1*
868 %lang(it) %{_mandir}/it/man1/rvim.1*
869 %lang(it) %{_mandir}/it/man1/vimdiff.1*
870 %lang(pl) %{_mandir}/pl/man1/eview.1*
871 %lang(pl) %{_mandir}/pl/man1/evim.1*
872 %lang(pl) %{_mandir}/pl/man1/rvim.1*
873 %lang(pl) %{_mandir}/pl/man1/vimdiff.1*
874 %lang(ru) %{_mandir}/ru/man1/eview.1*
875 %lang(ru) %{_mandir}/ru/man1/evim.1*
876 %lang(ru) %{_mandir}/ru/man1/rvim.1*
877 %lang(ru) %{_mandir}/ru/man1/vimdiff.1*
878 %{_desktopdir}/%{name}.desktop
879
880 %if %{with static}
881 %files static
882 %endif
883 %defattr(644,root,root,755)
884 %attr(755,root,root) /bin/*
885 %{_mandir}/man1/vi.1*
886 %{_mandir}/man1/ex.1*
887 %{_mandir}/man1/view.1*
888 %{_mandir}/man1/rview.1*
889 %lang(fi) %{_mandir}/fi/man1/vi.1*
890 %lang(fi) %{_mandir}/fi/man1/ex.1*
891 %lang(fi) %{_mandir}/fi/man1/view.1*
892 %lang(fi) %{_mandir}/fi/man1/rview.1*
893 %lang(fr) %{_mandir}/fr/man1/vi.1*
894 %lang(fr) %{_mandir}/fr/man1/ex.1*
895 %lang(fr) %{_mandir}/fr/man1/view.1*
896 %lang(fr) %{_mandir}/fr/man1/rview.1*
897 %lang(id) %{_mandir}/id/man1/vi.1*
898 %lang(id) %{_mandir}/id/man1/ex.1*
899 %lang(id) %{_mandir}/id/man1/view.1*
900 %lang(id) %{_mandir}/id/man1/rview.1*
901 #%lang(it) %{_mandir}/it/man1/vi.1*
902 %lang(it) %{_mandir}/it/man1/ex.1*
903 %lang(it) %{_mandir}/it/man1/view.1*
904 %lang(it) %{_mandir}/it/man1/rview.1*
905 %lang(pl) %{_mandir}/pl/man1/vi.1*
906 %lang(pl) %{_mandir}/pl/man1/ex.1*
907 %lang(pl) %{_mandir}/pl/man1/view.1*
908 %lang(pl) %{_mandir}/pl/man1/rview.1*
909 #%lang(ru) %{_mandir}/ru/man1/vi.1*
910 %lang(ru) %{_mandir}/ru/man1/ex.1*
911 %lang(ru) %{_mandir}/ru/man1/view.1*
912 %lang(ru) %{_mandir}/ru/man1/rview.1*
913
914 %files -n xxd
915 %defattr(644,root,root,755)
916 %attr(755,root,root) %{_bindir}/xxd
917 %{_mandir}/man1/xxd.1*
918 %lang(fr) %{_mandir}/fr/man1/xxd.1*
919 %lang(it) %{_mandir}/it/man1/xxd.1*
920 %lang(pl) %{_mandir}/pl/man1/xxd.1*
921 %lang(ru) %{_mandir}/ru/man1/xxd.1*
922
923 %files rt
924 %defattr(644,root,root,755)
925 %attr(755,root,root) %{_bindir}/vimtutor
926 %dir %{_sysconfdir}/vim
927 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vim/vimrc
928 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vim/gvimrc
929
930 %dir %{_datadir}/vim
931 %dir %{_datadir}/vim/v*
932 %dir %{_datadir}/vim/v*/doc
933 %doc %{_datadir}/vim/v*/doc/*.txt
934 %lang(pl) %doc %{_datadir}/vim/v*/doc/*.plx
935 %attr(755,root,root) %{_datadir}/vim/v*/doc/*.pl
936 %verify(not md5 mtime size) %{_datadir}/vim/v*/doc/tags
937 %lang(pl) %verify(not md5 mtime size) %{_datadir}/vim/v*/doc/tags-pl
938 %{_datadir}/vim/v*/ftplugin
939 %{_datadir}/vim/v*/indent
940 %{_datadir}/vim/v*/keymap
941 %dir %{_datadir}/vim/v*/lang
942 %doc %{_datadir}/vim/v*/lang/README*
943
944 # just add after/ and ftdetect/ separately, other dirs caught by globs above or below
945 %{_datadir}/vim/vimfiles/after
946 %{_datadir}/vim/vimfiles/ftdetect
947
948 %lang(af) %{_datadir}/vim/v*/lang/menu_af*
949 %lang(af) %{_datadir}/vim/v*/lang/af/
950 %lang(ca) %{_datadir}/vim/v*/lang/menu_ca*
951 %lang(ca) %{_datadir}/vim/v*/lang/ca/
952 %lang(cs) %{_datadir}/vim/v*/lang/menu_cs*
953 %lang(cs) %{_datadir}/vim/v*/lang/menu_*czech*
954 %lang(cs) %{_datadir}/vim/v*/lang/cs/
955 %lang(de) %{_datadir}/vim/v*/lang/menu_de*
956 %lang(de) %{_datadir}/vim/v*/lang/menu_*german*
957 %lang(de) %{_datadir}/vim/v*/lang/de/
958 %lang(en_GB) %{_datadir}/vim/v*/lang/menu_en_gb*
959 %lang(en_GB) %{_datadir}/vim/v*/lang/menu_*english*
960 %lang(en_GB) %{_datadir}/vim/v*/lang/en_GB/
961 %lang(es) %{_datadir}/vim/v*/lang/menu_es*
962 %lang(es) %{_datadir}/vim/v*/lang/menu_*spanish*
963 %lang(es) %{_datadir}/vim/v*/lang/es/
964 %lang(fr) %{_datadir}/vim/v*/lang/menu_fr*
965 %lang(fr) %{_datadir}/vim/v*/lang/fr/
966 %lang(ga) %{_datadir}/vim/v*/lang/ga/
967 %lang(hu) %{_datadir}/vim/v*/lang/menu_hu*
968 %lang(it) %{_datadir}/vim/v*/lang/menu_it*
969 %lang(it) %{_datadir}/vim/v*/lang/it/
970 %lang(ja) %{_datadir}/vim/v*/lang/menu_ja*
971 %lang(ja) %{_datadir}/vim/v*/lang/ja/
972 %lang(ko) %{_datadir}/vim/v*/lang/menu_ko*
973 %lang(ko) %{_datadir}/vim/v*/lang/ko/
974 %lang(nl) %{_datadir}/vim/v*/lang/menu_nl*
975 %lang(nb) %{_datadir}/vim/v*/lang/menu_no*
976 %lang(nb) %{_datadir}/vim/v*/lang/no/
977 %lang(pl) %{_datadir}/vim/v*/lang/menu_pl*
978 %lang(pl) %{_datadir}/vim/v*/lang/menu_*polish*
979 %lang(pl) %{_datadir}/vim/v*/lang/pl/
980 %lang(pt) %{_datadir}/vim/v*/lang/menu_pt*
981 %lang(ru) %{_datadir}/vim/v*/lang/menu_ru*
982 %lang(ru) %{_datadir}/vim/v*/lang/ru/
983 %lang(sk) %{_datadir}/vim/v*/lang/menu_sk*
984 %lang(sk) %{_datadir}/vim/v*/lang/menu_*slovak*
985 %lang(sk) %{_datadir}/vim/v*/lang/sk/
986 %lang(sl) %{_datadir}/vim/v*/lang/menu_sl_si*
987 %lang(sr) %{_datadir}/vim/v*/lang/menu_sr*
988 %lang(sv) %{_datadir}/vim/v*/lang/menu_sv*
989 %lang(sv) %{_datadir}/vim/v*/lang/sv/
990 %lang(uk) %{_datadir}/vim/v*/lang/menu_uk*
991 %lang(uk) %{_datadir}/vim/v*/lang/uk/
992 %lang(vi) %{_datadir}/vim/v*/lang/menu_vi*
993 %lang(vi) %{_datadir}/vim/v*/lang/vi/
994 %lang(zh_CN) %{_datadir}/vim/v*/lang/menu_zh.cp936*
995 %lang(zh_CN) %{_datadir}/vim/v*/lang/menu_zh.gb2312*
996 %lang(zh_CN) %{_datadir}/vim/v*/lang/menu_zh_cn*
997 %lang(zh_CN) %{_datadir}/vim/v*/lang/menu_*chinese*gb*
998 %lang(zh_CN) %{_datadir}/vim/v*/lang/zh_CN/
999 %lang(zh_CN) %{_datadir}/vim/v*/lang/zh_CN.UTF-8/
1000 %lang(zh_TW) %{_datadir}/vim/v*/lang/menu_zh.cp950*
1001 %lang(zh_TW) %{_datadir}/vim/v*/lang/menu_zh.big5*
1002 %lang(zh_TW) %{_datadir}/vim/v*/lang/menu_zh_tw*
1003 %lang(zh_TW) %{_datadir}/vim/v*/lang/menu_*taiwan*
1004 %lang(zh_TW) %{_datadir}/vim/v*/lang/zh_TW/
1005 %lang(zh_TW) %{_datadir}/vim/v*/lang/zh_TW.UTF-8/
1006
1007 %dir %{_datadir}/vim/v*/spell
1008 %{_datadir}/vim/v*/spell/cleanadd.vim
1009 %lang(he) %{_datadir}/vim/v*/spell/he.*
1010 %lang(yi) %{_datadir}/vim/v*/spell/yi.*
1011
1012 %{_datadir}/vim/v*/macros
1013 %{_datadir}/vim/v*/plugin
1014 %{_datadir}/vim/v*/print
1015 %{_datadir}/vim/v*/syntax
1016 %{_datadir}/vim/v*/tools
1017 %{_datadir}/vim/v*/tutor
1018 %{_datadir}/vim/v*/colors
1019 %{_datadir}/vim/v*/compiler
1020 %{_datadir}/vim/v*/autoload
1021 %{_datadir}/vim/v*/*.vim
1022
1023 %{_mandir}/man1/rvim.1*
1024 %{_mandir}/man1/vim.1*
1025 %{_mandir}/man1/vimtutor.1*
1026 %lang(fi) %{_mandir}/fi/man1/rvim.1*
1027 %lang(fi) %{_mandir}/fi/man1/vim.1*
1028 %lang(fr) %{_mandir}/fr/man1/rvim.1*
1029 %lang(fr) %{_mandir}/fr/man1/vim.1*
1030 %lang(fr) %{_mandir}/fr/man1/vimtutor.1*
1031 %lang(id) %{_mandir}/id/man1/vim.1*
1032 %lang(it) %{_mandir}/it/man1/vim.1*
1033 %lang(it) %{_mandir}/it/man1/vimtutor.1*
1034 %lang(pl) %{_mandir}/pl/man1/vim.1*
1035 %lang(pl) %{_mandir}/pl/man1/vimtutor.1*
1036 %lang(ru) %{_mandir}/ru/man1/vim.1*
1037 %lang(ru) %{_mandir}/ru/man1/vimtutor.1*
1038 %{_iconsdir}/hicolor/16x16/apps/vim.png
1039 %{_iconsdir}/hicolor/32x32/apps/vim.png
1040 %{_iconsdir}/hicolor/48x48/apps/vim.png
1041
1042 %files spell-en
1043 %defattr(644,root,root,755)
1044 %{_datadir}/vim/v*/spell/en.*.*
1045
1046 %if %{with athena}
1047 %files -n gvim-athena
1048 %defattr(644,root,root,755)
1049 %attr(755,root,root) %{_bindir}/gvim.athena
1050 %{_desktopdir}/gvim-athena.desktop
1051 %endif
1052
1053 %if %{with motif}
1054 %files -n gvim-motif
1055 %defattr(644,root,root,755)
1056 %attr(755,root,root) %{_bindir}/gvim.motif
1057 %{_desktopdir}/gvim-motif.desktop
1058 %endif
1059
1060 %if %{with gtk}
1061 %files -n gvim-gtk
1062 %defattr(644,root,root,755)
1063 %attr(755,root,root) %{_bindir}/gvim.gtk
1064 %attr(755,root,root) %{_bindir}/gvimdiff
1065 %attr(755,root,root) %{_bindir}/rgvim
1066 %attr(755,root,root) %{_bindir}/rgview
1067 %attr(755,root,root) %verify(not link) %{_bindir}/gvim
1068 %{_mandir}/man1/gvi*
1069 %{_mandir}/man1/rgv*
1070 %lang(fi) %{_mandir}/fi/man1/gvi*
1071 %lang(fi) %{_mandir}/fi/man1/rgv*
1072 %lang(fr) %{_mandir}/fr/man1/gvi*
1073 %lang(fr) %{_mandir}/fr/man1/rgv*
1074 %lang(id) %{_mandir}/id/man1/gvi*
1075 %lang(id) %{_mandir}/id/man1/rgv*
1076 %lang(it) %{_mandir}/it/man1/gvi*
1077 %lang(it) %{_mandir}/it/man1/rgv*
1078 %lang(pl) %{_mandir}/pl/man1/gvi*
1079 %lang(pl) %{_mandir}/pl/man1/rgv*
1080 %lang(ru) %{_mandir}/ru/man1/gvi*
1081 %lang(ru) %{_mandir}/ru/man1/rgv*
1082 %{_desktopdir}/gvim-gtk.desktop
1083 %endif
1084
1085 %if %{with gnome}
1086 %files -n gvim-gnome
1087 %defattr(644,root,root,755)
1088 %attr(755,root,root) %{_bindir}/gvim.gnome
1089 %{_desktopdir}/gvim-gnome.desktop
1090 %endif
This page took 0.168771 seconds and 3 git commands to generate.