1703774 - ex, view and rview manpages were dangling symlinks
This commit is contained in:
parent
fd72ce18ab
commit
4db8e9343d
8
vim.spec
8
vim.spec
@ -21,7 +21,7 @@ Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
Name: vim
|
||||
Version: %{baseversion}.%{patchlevel}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: Vim and MIT
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||
Source1: vim.sh
|
||||
@ -456,6 +456,9 @@ EOF
|
||||
rm -f .%{_mandir}/man1/rvim.1
|
||||
cp -p .%{_mandir}/man1/vim.1 .%{_mandir}/man1/vi.1
|
||||
ln -sf vi.1.gz .%{_mandir}/man1/rvi.1.gz
|
||||
ln -sf vi.1.gz .%{_mandir}/man1/ex.1
|
||||
ln -sf vi.1.gz .%{_mandir}/man1/view.1
|
||||
ln -sf vi.1.gz .%{_mandir}/man1/rview.1
|
||||
ln -sf vim.1.gz .%{_mandir}/man1/vimdiff.1.gz
|
||||
ln -sf gvim ./%{_bindir}/gview
|
||||
ln -sf gvim ./%{_bindir}/gex
|
||||
@ -772,6 +775,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 29 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1307-2
|
||||
- 1703774 - ex, view and rview manpages were dangling symlinks
|
||||
|
||||
* Tue Jul 28 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1307-1
|
||||
- patchlevel 1307
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user