]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim.spec
- added egrep patch (check for egrep unconditionaly)
[packages/vim.git] / vim.spec
index b927e9403e4ae62ebb5c98c6eb5a1e8392f9bbe9..3f89ac6b7c2b8b5b97f16d526ce1e5194182752d 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -11,7 +11,7 @@
 # _with_tcl            - with tcl interp
 
 %define                _ver            6.1
-%define                _patchlevel     063
+%define                _patchlevel     212
 
 Summary:       Vi IMproved - a Vi clone
 Summary(de):   VIsual editor iMproved
@@ -24,7 +24,7 @@ Summary(tr):  Geli
 Summary(uk):   Visual editor IMproved - ´ÄÉÎÏ ÷¦ÒÎÉÊ òÅÄÁËÔÏÒ :)
 Name:          vim
 Version:       %{_ver}.%{_patchlevel}
-Release:       3
+Release:       2
 Epoch:         4
 License:       Charityware
 Group:         Applications/Editors/Vim
@@ -45,7 +45,10 @@ Patch3:              %{name}-ispell.patch
 Patch4:                %{name}-ispell-axp.patch
 Patch5:                %{name}-ac25x.patch
 Patch6:                %{name}-vimrc.patch
+Patch7:                %{name}-no_libelf.patch
+Patch8:                %{name}-egrep.patch
 URL:           http://www.vim.org/
+BuildRequires: acl-devel
 BuildRequires: autoconf
 BuildRequires: gettext-devel
 BuildRequires: gpm-devel
@@ -438,6 +441,9 @@ done
 %endif
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+%patch8 -p1
+
 %build
 cd src
 %{__autoconf}
This page took 0.041854 seconds and 4 git commands to generate.