Accepting request 52243 from editors
Accepted submit request 52243 from user elvigia OBS-URL: https://build.opensuse.org/request/show/52243 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=49
This commit is contained in:
commit
6116d1ad92
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 14:16:23 UTC 2010 - aj@suse.de
|
||||
|
||||
- Add vim.conf for tmpfs mounting via systemd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 7 12:55:35 UTC 2010 - aj@suse.de
|
||||
|
||||
|
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