This commit is contained in:
parent
5719c34169
commit
1d44b93046
13
vim-7.1-syntax_spec.patch
Normal file
13
vim-7.1-syntax_spec.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: runtime/syntax/spec.vim
|
||||||
|
===================================================================
|
||||||
|
--- runtime/syntax/spec.vim.orig 2005-01-04 10:46:51.000000000 +0100
|
||||||
|
+++ runtime/syntax/spec.vim 2007-06-19 18:40:42.239681906 +0200
|
||||||
|
@@ -114,7 +114,7 @@ syn region specDescriptionArea matchgrou
|
||||||
|
syn region specPackageArea matchgroup=specSection start='^%package' end='^%'me=e-1 contains=specPackageOpts,specPreAmble,specComment
|
||||||
|
|
||||||
|
"%% Scripts Section %%
|
||||||
|
-syn region specScriptArea matchgroup=specSection start='^%\(prep\|build\|install\|clean\|pre\|postun\|preun\|post\)\>' skip='^%{\|^%\(define\|patch\d*\|configure\|GNUconfigure\|setup\|find_lang\|makeinstall\)\>' end='^%'me=e-1 contains=specSpecialVariables,specVariables,@specCommands,specVariables,shDo,shFor,shCaseEsac,specNoNumberHilite,specCommandOpts,shComment,shIf,specSpecialChar,specMacroIdentifier,specSectionMacroArea,specSectionMacroBracketArea,shOperator,shQuote1,shQuote2
|
||||||
|
+syn region specScriptArea matchgroup=specSection start='^%\(prep\|check\|build\|install\|clean\|pre\|postun\|preun\|post\)\>' skip='^%{\|^%\(define\|patch\d*\|configure\|GNUconfigure\|setup\|find_lang\|makeinstall\)\>' end='^%'me=e-1 contains=specSpecialVariables,specVariables,@specCommands,specVariables,shDo,shFor,shCaseEsac,specNoNumberHilite,specCommandOpts,shComment,shIf,specSpecialChar,specMacroIdentifier,specSectionMacroArea,specSectionMacroBracketArea,shOperator,shQuote1,shQuote2
|
||||||
|
|
||||||
|
"%% Changelog Section %%
|
||||||
|
syn region specChangelogArea matchgroup=specSection start='^%changelog' end='^%'me=e-1 contains=specEmail,specURL,specWeekday,specMonth,specNumber,specComment,specLicense
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 9 14:26:23 CEST 2007 - mkoenig@suse.de
|
||||||
|
|
||||||
|
- fix spec syntax rules
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 5 16:30:52 CEST 2007 - coolo@suse.de
|
Thu Jul 5 16:30:52 CEST 2007 - coolo@suse.de
|
||||||
|
|
||||||
|
6
vim.spec
6
vim.spec
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: 7.1
|
Version: 7.1
|
||||||
Release: 9
|
Release: 11
|
||||||
#
|
#
|
||||||
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
|
||||||
@ -81,6 +81,7 @@ Patch14: %{name}-7.0-grub.patch
|
|||||||
Patch15: %{name}-7.0-apparmor.patch
|
Patch15: %{name}-7.0-apparmor.patch
|
||||||
Patch16: %{name}-7.0-flex-array.diff
|
Patch16: %{name}-7.0-flex-array.diff
|
||||||
Patch17: vim-7.1-ftplugin_changelog.patch
|
Patch17: vim-7.1-ftplugin_changelog.patch
|
||||||
|
Patch18: vim-7.1-syntax_spec.patch
|
||||||
# tbd??? %name-6.3-ga-utf8.diff
|
# tbd??? %name-6.3-ga-utf8.diff
|
||||||
# tbd??? %name-6.3-initvals.diff
|
# tbd??? %name-6.3-initvals.diff
|
||||||
# tbd??? vim64-svn-crash.patch
|
# tbd??? vim64-svn-crash.patch
|
||||||
@ -277,6 +278,7 @@ Authors:
|
|||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
%patch16
|
%patch16
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
|
%patch18
|
||||||
cp %{S:3} %{S:4} %{S:5} %{S:6} %{S:8} %{S:9} %{S:10} .
|
cp %{S:3} %{S:4} %{S:5} %{S:6} %{S:8} %{S:9} %{S:10} .
|
||||||
rename no nb $RPM_BUILD_DIR/vim*/src/po/no.*
|
rename no nb $RPM_BUILD_DIR/vim*/src/po/no.*
|
||||||
rename menu_no menu_nb $RPM_BUILD_DIR/vim*/runtime/lang/menu_no*
|
rename menu_no menu_nb $RPM_BUILD_DIR/vim*/runtime/lang/menu_no*
|
||||||
@ -637,6 +639,8 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 09 2007 - mkoenig@suse.de
|
||||||
|
- fix spec syntax rules
|
||||||
* Thu Jul 05 2007 - coolo@suse.de
|
* Thu Jul 05 2007 - coolo@suse.de
|
||||||
- put desktop file into the package
|
- put desktop file into the package
|
||||||
* Tue Jun 19 2007 - mkoenig@suse.de
|
* Tue Jun 19 2007 - mkoenig@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user