]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim.spec
- disable heavy on x32 due to lack of ruby
[packages/vim.git] / vim.spec
index 01fead61b5535e0d2bd61954ed1803e989571823..2bcf2e00abc76ad4d59a056e902ad02abb2a6241 100644 (file)
--- a/vim.spec
+++ b/vim.spec
 %undefine      with_gnome
 %endif
 
+%ifarch x32
+%undefine      with_ruby
+%undefine      with_heavy
+%endif
+
 # Command to check for latest patch:
 # wget ftp://ftp.vim.org/pub/editors/vim/patches/7.4/MD5SUMS -O sources
 # tail -n1 sources | awk '{print $2}'
 # VCS Commits: https://code.google.com/p/vim/source/browse/
 
 %define                ver             7.4
-%define                patchlevel      436
+%define                patchlevel      552
 %define                rel             1
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
@@ -116,7 +121,7 @@ Patch39:    %{name}-revert-7.4.165-noundo.patch
 URL:           http://www.vim.org/
 BuildRequires: acl-devel
 BuildRequires: autoconf
-BuildRequires: gettext-devel
+BuildRequires: gettext-tools
 BuildRequires: gpm-devel
 %if "%{pld_release}" == "ac"
 %{?with_athena:BuildRequires:  XFree86-devel}
This page took 0.076462 seconds and 4 git commands to generate.