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