This commit is contained in:
parent
9ec0b7d52a
commit
4ee7f5fb3c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 30 17:34:47 CEST 2008 - mkoenig@suse.de
|
||||||
|
|
||||||
|
- use Utility as primary category for the desktop file [bnc#382779]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 12 17:09:14 CET 2008 - mkoenig@suse.de
|
Wed Mar 12 17:09:14 CET 2008 - mkoenig@suse.de
|
||||||
|
|
||||||
|
20
vim.spec
20
vim.spec
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: 7.1
|
Version: 7.1
|
||||||
Release: 98
|
Release: 115
|
||||||
#
|
#
|
||||||
License: Other uncritical OpenSource License; http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
|
License: Other uncritical OpenSource License; http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
@ -113,6 +113,7 @@ Authors:
|
|||||||
Bram Moolenaar <bram@vim.org>
|
Bram Moolenaar <bram@vim.org>
|
||||||
|
|
||||||
%package data
|
%package data
|
||||||
|
License: Other uncritical OpenSource License
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{vim_prereq}
|
PreReq: %{vim_prereq}
|
||||||
#
|
#
|
||||||
@ -139,6 +140,7 @@ Authors:
|
|||||||
Bram Moolenaar <bram@vim.org>
|
Bram Moolenaar <bram@vim.org>
|
||||||
|
|
||||||
%package base
|
%package base
|
||||||
|
License: Other uncritical OpenSource License
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{vim_prereq}
|
PreReq: %{vim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
@ -169,6 +171,7 @@ Authors:
|
|||||||
Bram Moolenaar <bram@vim.org>
|
Bram Moolenaar <bram@vim.org>
|
||||||
|
|
||||||
%package enhanced
|
%package enhanced
|
||||||
|
License: Other uncritical OpenSource License
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{vim_prereq}
|
PreReq: %{vim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
@ -199,6 +202,7 @@ Authors:
|
|||||||
%if 0%{?with_splitted_gvim}
|
%if 0%{?with_splitted_gvim}
|
||||||
|
|
||||||
%package -n gvim-base
|
%package -n gvim-base
|
||||||
|
License: Other uncritical OpenSource License
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{vim_prereq}
|
PreReq: %{vim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
@ -216,6 +220,7 @@ Authors:
|
|||||||
Bram Moolenaar <mool@oce.nl>
|
Bram Moolenaar <mool@oce.nl>
|
||||||
|
|
||||||
%package -n gvim-enhanced
|
%package -n gvim-enhanced
|
||||||
|
License: Other uncritical OpenSource License
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{gvim_prereq}
|
PreReq: %{gvim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
@ -237,6 +242,7 @@ Authors:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package -n gvim
|
%package -n gvim
|
||||||
|
License: Other uncritical OpenSource License
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{gvim_prereq}
|
PreReq: %{gvim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
@ -404,7 +410,7 @@ mkdir -m 0755 %{buildroot}%{site_runtimepath}/syntax
|
|||||||
mkdir -m 0755 %{buildroot}%{site_runtimepath}/ftdetect
|
mkdir -m 0755 %{buildroot}%{site_runtimepath}/ftdetect
|
||||||
mkdir -m 0755 %{buildroot}%{site_runtimepath}/after/syntax
|
mkdir -m 0755 %{buildroot}%{site_runtimepath}/after/syntax
|
||||||
# desktop file for gvim
|
# desktop file for gvim
|
||||||
%suse_update_desktop_file -i gvim TextEditor
|
%suse_update_desktop_file -i gvim Utility TextEditor
|
||||||
#
|
#
|
||||||
# documentation
|
# documentation
|
||||||
%{__install} -d -m 0755 %{buildroot}%{_docdir}/{,g}vim/
|
%{__install} -d -m 0755 %{buildroot}%{_docdir}/{,g}vim/
|
||||||
@ -650,6 +656,8 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 30 2008 mkoenig@suse.de
|
||||||
|
- use Utility as primary category for the desktop file [bnc#382779]
|
||||||
* Wed Mar 12 2008 mkoenig@suse.de
|
* Wed Mar 12 2008 mkoenig@suse.de
|
||||||
- remove ycp syntax file, moved over to yast2-devtools
|
- remove ycp syntax file, moved over to yast2-devtools
|
||||||
- cleanup: move syntax files and filetype changes into
|
- cleanup: move syntax files and filetype changes into
|
||||||
@ -925,7 +933,7 @@ fi
|
|||||||
- locale no should correctly be nb so make it so
|
- locale no should correctly be nb so make it so
|
||||||
* Wed Oct 13 2004 mmj@suse.de
|
* Wed Oct 13 2004 mmj@suse.de
|
||||||
- Include bugfixes up to and including patch 30
|
- Include bugfixes up to and including patch 30
|
||||||
* Sat Sep 04 2004 mmj@suse.de
|
* Sun Sep 05 2004 mmj@suse.de
|
||||||
- Include the latest bugfix patches 16-23
|
- Include the latest bugfix patches 16-23
|
||||||
* Tue Aug 24 2004 mmj@suse.de
|
* Tue Aug 24 2004 mmj@suse.de
|
||||||
- Also recognize "%%t" and "%%j" [#43985]
|
- Also recognize "%%t" and "%%j" [#43985]
|
||||||
@ -935,9 +943,9 @@ fi
|
|||||||
- Update bugfixing patches including 12-15
|
- Update bugfixing patches including 12-15
|
||||||
* Sat Jul 03 2004 mmj@suse.de
|
* Sat Jul 03 2004 mmj@suse.de
|
||||||
- Update bugfixing patches 001 through 011
|
- Update bugfixing patches 001 through 011
|
||||||
* Tue Jun 08 2004 mmj@suse.de
|
* Wed Jun 09 2004 mmj@suse.de
|
||||||
- Update to vim-6.3
|
- Update to vim-6.3
|
||||||
* Fri May 07 2004 mmj@suse.de
|
* Sat May 08 2004 mmj@suse.de
|
||||||
- Apply official patches up to including 531
|
- Apply official patches up to including 531
|
||||||
* Mon May 03 2004 mmj@suse.de
|
* Mon May 03 2004 mmj@suse.de
|
||||||
- Apply official patches up to including 521
|
- Apply official patches up to including 521
|
||||||
@ -994,7 +1002,7 @@ fi
|
|||||||
appropriate CJK font according to the rules in
|
appropriate CJK font according to the rules in
|
||||||
/etc/fonts/fonts.conf. I choose "Luxi\ Mono" because this
|
/etc/fonts/fonts.conf. I choose "Luxi\ Mono" because this
|
||||||
is guaranteed to be installed always.
|
is guaranteed to be installed always.
|
||||||
* Tue Aug 12 2003 mmj@suse.de
|
* Wed Aug 13 2003 mmj@suse.de
|
||||||
- change the GUI to be built with gtk2
|
- change the GUI to be built with gtk2
|
||||||
* Tue Aug 12 2003 fehr@suse.de
|
* Tue Aug 12 2003 fehr@suse.de
|
||||||
- add liux relevant patches 15 - 69
|
- add liux relevant patches 15 - 69
|
||||||
|
Loading…
x
Reference in New Issue
Block a user