explicitly disable canberra for vi and vim
This commit is contained in:
parent
227c2f67a0
commit
626b1ede6f
11
vim.spec
11
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
|
||||
@ -288,7 +288,8 @@ perl -pi -e "s/vimrc/virc/" os_unix.h
|
||||
--with-compiledby="<bugzilla@redhat.com>" \
|
||||
--with-modified-by="<bugzilla@redhat.com>" \
|
||||
--enable-fips-warning \
|
||||
--enable-fail-if-missing
|
||||
--enable-fail-if-missing \
|
||||
--disable-canberra
|
||||
|
||||
%make_build VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/%{vimdir}
|
||||
cp vim minimal-vim
|
||||
@ -369,7 +370,8 @@ make clean
|
||||
%else
|
||||
--disable-luainterp \
|
||||
%endif
|
||||
--enable-fail-if-missing
|
||||
--enable-fail-if-missing \
|
||||
--disable-canberra
|
||||
|
||||
%make_build VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/%{vimdir}
|
||||
cp vim enhanced-vim
|
||||
@ -784,6 +786,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 20 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1484-2
|
||||
- explicitly disable canberra for vi and vim
|
||||
|
||||
* Wed Aug 19 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1484-1
|
||||
- patchlevel 1484
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user