Accepting request 52127 from home:a_jaeger:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/52127 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=22
This commit is contained in:
parent
44f9c9987e
commit
c4cc764cee
5
vim.spec
5
vim.spec
@ -78,6 +78,7 @@ Source18: missing-vim-client
|
||||
Source19: gvim.desktop
|
||||
Source20: spec.skeleton
|
||||
Source21: dot.vimrc
|
||||
Source22: vim.conf
|
||||
Source98: %{name}-7.2-patches.bz2
|
||||
Source99: vim-7.1-rpmlintrc
|
||||
Patch1: %{name}-7.0-no_nb.patch
|
||||
@ -468,6 +469,9 @@ install -m 0644 %{S:21} %{buildroot}/etc/skel/.vimrc
|
||||
#
|
||||
# stupid helper
|
||||
%{__install} -m 0755 %{S:18} %{buildroot}%{_datadir}/vim/current/tools/missing-vim-client
|
||||
# For /var/run on tmpfs
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d/
|
||||
install -m 644 %{SOURCE22} $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d/
|
||||
# remove unecessary duplicate manpages
|
||||
rm -rf %{buildroot}%{_mandir}/fr.ISO8859-1/
|
||||
rm -rf %{buildroot}%{_mandir}/fr.UTF-8/
|
||||
@ -552,6 +556,7 @@ fi
|
||||
%config(noreplace) /etc/vimrc
|
||||
%config(noreplace) /etc/skel/.vimrc
|
||||
%ghost /etc/alternatives/vim
|
||||
/etc/tmpfiles.d/vim.conf
|
||||
# symlinks
|
||||
/bin/vi
|
||||
/bin/vim
|
||||
|
Loading…
Reference in New Issue
Block a user