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
|
Tue Mar 27 18:54:22 CEST 2007 - mrueckert@suse.de
|
||||||
|
|
||||||
|
33
vim.spec
33
vim.spec
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: 7.0
|
Version: 7.0
|
||||||
Release: 58
|
Release: 60
|
||||||
#
|
#
|
||||||
License: Other License(s), see package
|
License: Other License(s), see package
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
@ -192,18 +192,10 @@ PreReq: %{vim_prereq}
|
|||||||
Requires: gvim_client
|
Requires: gvim_client
|
||||||
Obsoletes: vim7-base
|
Obsoletes: vim7-base
|
||||||
#
|
#
|
||||||
Summary: A GUI for Vi
|
Summary: dummy package for a subpackage only build in the buildservice
|
||||||
|
|
||||||
%description -n gvim-base
|
%description -n gvim-base
|
||||||
Start: /usr/X11R6/bin/gvim
|
dummy package for a subpackage only build in the buildservice
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -219,18 +211,10 @@ Provides: gvim_client
|
|||||||
Provides: vi_clone
|
Provides: vi_clone
|
||||||
Obsoletes: gvim7
|
Obsoletes: gvim7
|
||||||
#
|
#
|
||||||
Summary: A GUI for Vi
|
Summary: dummy package for a subpackage only build in the buildservice
|
||||||
|
|
||||||
%description -n gvim-enhanced
|
%description -n gvim-enhanced
|
||||||
Start: /usr/X11R6/bin/gvim
|
dummy package for a subpackage only build in the buildservice
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -466,7 +450,7 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%ghost %config(missingok) /etc/vimrc
|
%config(noreplace) /etc/vimrc
|
||||||
# symlinks
|
# symlinks
|
||||||
/bin/vi
|
/bin/vi
|
||||||
/bin/vim
|
/bin/vim
|
||||||
@ -587,7 +571,7 @@ fi
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%endif
|
%endif
|
||||||
%doc %{_docdir}/gvim
|
%doc %{_docdir}/gvim
|
||||||
%ghost %config(missingok) /etc/gvimrc
|
%config(noreplace) /etc/gvimrc
|
||||||
%{_bindir}/egview
|
%{_bindir}/egview
|
||||||
%{_bindir}/egvim
|
%{_bindir}/egvim
|
||||||
%{_bindir}/eview
|
%{_bindir}/eview
|
||||||
@ -610,6 +594,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 27 2007 - mrueckert@suse.de
|
||||||
- another minor layout change
|
- another minor layout change
|
||||||
* Tue Mar 27 2007 - mrueckert@suse.de
|
* Tue Mar 27 2007 - mrueckert@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user