provide 'vim(plugins-supported)' for plugins to require Vim/GVim
This commit is contained in:
parent
405bfd2cf6
commit
7e4bad765b
7
vim.spec
7
vim.spec
@ -38,7 +38,7 @@ Summary: The VIM editor
|
|||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{patchlevel}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: Vim and MIT
|
License: Vim and MIT
|
||||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||||
@ -209,6 +209,7 @@ Conflicts: vim-wrappers < 2:8.2.2488-1
|
|||||||
# bundled libvterm for catching possible libvterm CVEs
|
# bundled libvterm for catching possible libvterm CVEs
|
||||||
Provides: bundled(libvterm)
|
Provides: bundled(libvterm)
|
||||||
Provides: vim
|
Provides: vim
|
||||||
|
Provides: vim(plugins-supported)
|
||||||
Provides: %{_bindir}/mergetool
|
Provides: %{_bindir}/mergetool
|
||||||
Provides: %{_bindir}/vim
|
Provides: %{_bindir}/vim
|
||||||
Requires: vim-common = %{epoch}:%{version}-%{release}
|
Requires: vim-common = %{epoch}:%{version}-%{release}
|
||||||
@ -274,6 +275,7 @@ BuildRequires: libappstream-glib
|
|||||||
BuildRequires: libcanberra-devel
|
BuildRequires: libcanberra-devel
|
||||||
|
|
||||||
Provides: gvim
|
Provides: gvim
|
||||||
|
Provides: vim(plugins-supported)
|
||||||
Provides: %{_bindir}/mergetool
|
Provides: %{_bindir}/mergetool
|
||||||
Provides: %{_bindir}/gvim
|
Provides: %{_bindir}/gvim
|
||||||
# GVIM graphics are based on GTK3
|
# GVIM graphics are based on GTK3
|
||||||
@ -970,6 +972,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 16 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.412-2
|
||||||
|
- provide 'vim(plugins-supported)' for plugins to require Vim/GVim
|
||||||
|
|
||||||
* Thu Sep 08 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.412-1
|
* Thu Sep 08 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.412-1
|
||||||
- patchlevel 412
|
- patchlevel 412
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user