|
@@ -31,7 +31,7 @@ Version: %{vimversion}.%{vimpversion}
|
|
|
%else
|
|
|
Version: %{vimversion}
|
|
|
%endif
|
|
|
-Release: 3%{?_dist_release}
|
|
|
+Release: 4%{?_dist_release}
|
|
|
|
|
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{vimversion}.tar.bz2
|
|
|
Source1: ftp://ftp.vim.org/pub/vim/extra/vim-%{vimversion}-extra.tar.gz
|
|
@@ -517,7 +517,7 @@ Patch3011: vim-7.0-specedit.patch
|
|
|
Patch4000: vim-7.2-fix-menu.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
-BuildRequires: ruby, ruby-devel, python-devel, perl, gtk2-devel, ncurses-devel, autoconf, libtool, net-tools, pixman-devel
|
|
|
+BuildRequires: ruby, ruby-devel, python-devel, perl, gtk2-devel, ncurses-devel, autoconf, libtool, net-tools, pixman-devel, libXt-devel
|
|
|
%if "%{?_dist_release}" != "vl5"
|
|
|
BuildRequires: glibc-static
|
|
|
%endif
|
|
@@ -1602,6 +1602,9 @@ rm -rf %{buildroot}
|
|
|
%{_bindir}/vim.X11-huge
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Jan 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.2.446-4
|
|
|
+- add BuildRequires: libXt-devel
|
|
|
+
|
|
|
* Sun Jan 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 7.2.446-3
|
|
|
- update vimrc.ja (fixed http://bts.vinelinux.org/user.cgi?action=view_report&id=1067&project=VineLinux)
|
|
|
|