From 49e435abbe6739ab015d9c76945727c17c853947a4d95e75d4a6d59699687511 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 3 Apr 2007 19:51:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=7 --- vim.changes | 6 ++++++ vim.spec | 33 ++++++++++----------------------- 2 files changed, 16 insertions(+), 23 deletions(-) diff --git a/vim.changes b/vim.changes index 6247c12..360546c 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 3 19:01:43 CEST 2007 - mkoenig@suse.de + +- change %ghost %config(missingok) to %config(noreplace) + for /etc/vimrc and /etc/gvimrc + ------------------------------------------------------------------- Tue Mar 27 18:54:22 CEST 2007 - mrueckert@suse.de diff --git a/vim.spec b/vim.spec index 1aed5f9..e33bcd9 100644 --- a/vim.spec +++ b/vim.spec @@ -12,7 +12,7 @@ Name: vim Version: 7.0 -Release: 58 +Release: 60 # License: Other License(s), see package Group: Productivity/Editors/Vi @@ -192,18 +192,10 @@ PreReq: %{vim_prereq} Requires: gvim_client Obsoletes: vim7-base # -Summary: A GUI for Vi +Summary: dummy package for a subpackage only build in the buildservice %description -n gvim-base -Start: /usr/X11R6/bin/gvim - -Copy and modify /usr/share/vim/current/gvimrc to ~/.gvimrc if needed. - -Package gvim contains the largest set of features of vim, which is -graphical windows and language interpreter, like python, ruby, or perl. -You need package vim for the help and other documentation too. If you -want less features, you might want to install packages vim-enhanced or -vim instead. +dummy package for a subpackage only build in the buildservice @@ -219,18 +211,10 @@ Provides: gvim_client Provides: vi_clone Obsoletes: gvim7 # -Summary: A GUI for Vi +Summary: dummy package for a subpackage only build in the buildservice %description -n gvim-enhanced -Start: /usr/X11R6/bin/gvim - -Copy and modify /usr/share/vim/current/gvimrc to ~/.gvimrc if needed. - -Package gvim contains the largest set of features of vim, which is -graphical windows and language interpreter, like python, ruby, or perl. -You need package vim for the help and other documentation too. If you -want less features, you might want to install packages vim-enhanced or -vim instead. +dummy package for a subpackage only build in the buildservice @@ -466,7 +450,7 @@ fi %files %defattr(-,root,root,-) -%ghost %config(missingok) /etc/vimrc +%config(noreplace) /etc/vimrc # symlinks /bin/vi /bin/vim @@ -587,7 +571,7 @@ fi %defattr(-,root,root,-) %endif %doc %{_docdir}/gvim -%ghost %config(missingok) /etc/gvimrc +%config(noreplace) /etc/gvimrc %{_bindir}/egview %{_bindir}/egvim %{_bindir}/eview @@ -610,6 +594,9 @@ fi %endif %changelog +* Tue Apr 03 2007 - mkoenig@suse.de +- change %%ghost %%config(missingok) to %%config(noreplace) + for /etc/vimrc and /etc/gvimrc * Tue Mar 27 2007 - mrueckert@suse.de - another minor layout change * Tue Mar 27 2007 - mrueckert@suse.de