]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim.spec
- added ispell patch with online spell checking feature
[packages/vim.git] / vim.spec
index 2a18e0739d6c95a8165d8664285ca36e34e8f7db..2e747446115965e75e546d7e1627c53f29b056aa 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -5,6 +5,7 @@
 # _without_motif       - without Motif-based gvim
 # _without_gtk         - without gtk+-based gvim support
 # _without_gnome       - without gnome-based gvim support
+# _with_ispell         - with spell checking (non-standard feature; disables RIGHTLEFT and FKMAP)
 #
 Summary:       Vi IMproved - a Vi clone
 Summary(de):   VIsual editor iMproved
@@ -33,6 +34,7 @@ Patch0:               %{name}-sysconfdir.patch
 Patch1:                %{name}-visual.patch
 Patch2:                %{name}-phphighlight.patch
 Patch3:                %{name}-paths.patch
+Patch4:                %{name}-ispell.patch
 URL:           http://www.vim.org/
 BuildRequires: gpm-devel
 BuildRequires: ncurses-devel
@@ -215,6 +217,7 @@ biblioteki GNOME.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%{?_with_ispell:%patch4 -p1}
 
 %build
 cd src
This page took 0.097188 seconds and 4 git commands to generate.