- fix dependencies on vim-common (#132371)

This commit is contained in:
Karsten Hopp 2004-10-19 19:27:01 +00:00
parent 91974639b3
commit 03c1db64c8

View File

@ -26,7 +26,7 @@
Summary: The VIM editor. Summary: The VIM editor.
Name: vim Name: vim
Version: %{baseversion}.%{patchlevel} Version: %{baseversion}.%{patchlevel}
Release: 2 Release: 3
License: freeware License: freeware
Group: Applications/Editors Group: Applications/Editors
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
@ -146,7 +146,7 @@ package is installed.
%package enhanced %package enhanced
Summary: A version of the VIM editor which includes recent enhancements. Summary: A version of the VIM editor which includes recent enhancements.
Group: Applications/Editors Group: Applications/Editors
Requires: vim-common Requires: vim-common = %{epoch}:%{version}-%{release}
Requires: %(perl -le 'printf("perl >= %vd\n",$^V);') Requires: %(perl -le 'printf("perl >= %vd\n",$^V);')
Obsoletes: vim-color Obsoletes: vim-color
@ -167,7 +167,7 @@ need to install the vim-common package.
%package X11 %package X11
Summary: The VIM version of the vi editor for the X Window System. Summary: The VIM version of the vi editor for the X Window System.
Group: Applications/Editors Group: Applications/Editors
Requires: vim-common libattr Requires: vim-common = %{epoch}:%{version}-%{release} libattr
BuildRequires: gtk2-devel BuildRequires: gtk2-devel
%description X11 %description X11
@ -491,6 +491,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Tue Oct 19 2004 Karsten Hopp <karsten@redhat.de> 6.3.030-3
- fix dependencies on vim-common (#132371)
* Mon Oct 11 2004 Karsten Hopp <karsten@redhat.de> 6.3.030-2 * Mon Oct 11 2004 Karsten Hopp <karsten@redhat.de> 6.3.030-2
- add cscope to vimrc so that cscope DB will be used - add cscope to vimrc so that cscope DB will be used
automatically when available automatically when available