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