|
@@ -31,7 +31,7 @@ Version: %{vimversion}.%{vimpversion}
|
|
|
%else
|
|
|
Version: %{vimversion}
|
|
|
%endif
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_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
|
|
@@ -518,7 +518,9 @@ 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
|
|
|
+%if "%{?_dist_release}" != "vl5"
|
|
|
BuildRequires: glibc-static
|
|
|
+%endif
|
|
|
Requires(post): alternatives
|
|
|
Requires: vim-common = %{version}
|
|
|
|
|
@@ -1600,6 +1602,9 @@ rm -rf %{buildroot}
|
|
|
%{_bindir}/vim.X11-huge
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Sep 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2.446-2
|
|
|
+- do not BR: glibc-static on Vine 5.x
|
|
|
+
|
|
|
* Sun Sep 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2.446-1
|
|
|
- update tp 7.2.446 (add Patch149-446)
|
|
|
- run update-alternatives on vim-huge post script
|