[packages/vim-syntax-spec] py_build/py_install macros added

jajcus jajcus at pld-linux.org
Sat Nov 28 21:31:36 CET 2015


commit 9b6e2ffd2690419d106e6fb527a4c77411b71dc5
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Nov 28 21:31:07 2015 +0100

    py_build/py_install macros added
    
    Version: 1.127

 spec.vim             | 5 +++--
 vim-syntax-spec.spec | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/vim-syntax-spec.spec b/vim-syntax-spec.spec
index 80329cf..d440e90 100644
--- a/vim-syntax-spec.spec
+++ b/vim-syntax-spec.spec
@@ -1,7 +1,7 @@
 Summary:	Vim syntax: RPM specfiles
 Summary(pl.UTF-8):	Składania dla Vima: pliki RPM spec
 Name:		vim-syntax-spec
-Version:	1.126
+Version:	1.127
 Release:	1
 License:	Charityware
 Group:		Applications/Editors/Vim
diff --git a/spec.vim b/spec.vim
index 9a05dde..3adb487 100644
--- a/spec.vim
+++ b/spec.vim
@@ -3,7 +3,7 @@
 " Language:    RPM SPEC: Build/install scripts for PLD Linux RPM packages
 " Maintainer:  PLD Linux <feedback at pld-linux.org>
 " URL:	       http://git.pld-linux.org/packages/vim-syntax-spec/
-" Version:     1.126
+" Version:     1.127
 
 " For version 5.x: Clear all syntax items
 " For version 6.x: Quit when a syntax file was already loaded
@@ -89,6 +89,7 @@ syn match   specMacro contained '%\(\(nsplugin\|apache_config\)_\(un\)\?install\
 syn match   specMacro contained '%\(\(openldap_schema\|webapp\)_\(un\)\?register\)'
 syn match   specMacro contained '%\(pear_package_\(setup\|install\)\)'
 syn match   specMacro contained '%\(py_o\?comp\|py_postclean\|py_lint\)'
+syn match   specMacro contained '%\(py3\?_build\|py3\?_install\)'
 syn match   specMacro contained '%\(build\|install\)_kernel_modules'
 syn match   specMacro contained '%ant'
 syn match   specMacro contained '%\(php\|php4\)_webserver_restart'
@@ -213,7 +214,7 @@ syn region specPackageArea matchgroup=specSection start='^%package' end='^%'me=e
 " %% Scripts Section %%
 syn region specScriptArea matchgroup=specSection
 	\ start='^%\(prep\|build\|install\|clean\|pre\|postun\|preun\|post\|triggerprein\|triggerin\|triggerun\|triggerpostun\|pretrans\|posttrans\|verifyscript\|check\)\>'
-	\ skip='^%{\|^%\(\(un\)\?\(define\|global\)\|patch\d*\|configure2_13\|configure\|ant\|GNUconfigure\|setup\|find_lang\|makeinstall\|cmake\|scons\|waf\|useradd\|groupadd\|addusertogroup\|banner\|service\|env_update\|py_o\?comp\|py_postclean\|py_lint\|\(openldap_schema\|webapp\)_\(un\)\?register\|depmod\|pear_package_\(setup\|install\)\|\(build\|install\)_kernel_modules\|php_webserver_restart\|php4_webserver_restart\|update_browser_plugins\|gconf_schema_\(un\)?install\|glib_compile_schemas\|scrollkeeper_update_post\(un\)?\|update_icon_cache\|update_mime_database\|undos\|nagios_nrpe\|cacti_import_template\)\>'
+	\ skip='^%{\|^%\(\(un\)\?\(define\|global\)\|patch\d*\|configure2_13\|configure\|ant\|GNUconfigure\|setup\|find_lang\|makeinstall\|cmake\|scons\|waf\|useradd\|groupadd\|addusertogroup\|banner\|service\|env_update\|py_o\?comp\|py_postclean\|py_lint\|py3\?_build\|py3\?_install\|\(openldap_schema\|webapp\)_\(un\)\?register\|depmod\|pear_package_\(setup\|install\)\|\(build\|install\)_kernel_modules\|php_webserver_restart\|php4_webserver_restart\|update_browser_plugins\|gconf_schema_\(un\)?install\|glib_compile_schemas\|scrollkeeper_update_post\(un\)?\|update_icon_cache\|update_mime_database\|undos\|nagios_nrpe\|cacti_import_template\)\>'
 	\ end='^%'me=e-1
 	\ contains=specSpecialVariables,specVariables, at specCommands,specVariables,shDo,shFor,shCaseEsac,specNoNumberHilite,specCommandOpts,shComment,shIf,specSpecialChar,specMacroIdentifier,specSectionMacroArea,specSectionMacroBracketArea,shOperator,shQuote1,shQuote2,specSectionMacroBcondArea
 " XXX don't forget to update specMacro when updating specScriptArea skip definition
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vim-syntax-spec.git/commitdiff/9b6e2ffd2690419d106e6fb527a4c77411b71dc5



More information about the pld-cvs-commit mailing list