Browse Source

vim: dont BR: glibc-static on Vine 5.x

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1837 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
aba8533959
1 changed files with 6 additions and 1 deletions
  1. 6 1
      v/vim/vim-vl.spec

+ 6 - 1
v/vim/vim-vl.spec

@@ -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