This commit is contained in:
parent
bbd56b4fa9
commit
49e435abbe
@ -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
|
||||
|
||||
|
33
vim.spec
33
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
|
||||
|
Loading…
Reference in New Issue
Block a user