Blame SOURCES/vim-6.2-specsyntax.patch

d6ba96
--- vim62d/runtime/syntax/spec.vim.highlite	2003-05-13 14:48:55.000000000 +0200
d6ba96
+++ vim62d/runtime/syntax/spec.vim	2003-05-13 14:52:51.000000000 +0200
d6ba96
@@ -38,7 +38,7 @@
d6ba96
 syn match specManpageFile '[a-zA-Z]\.1'
d6ba96
 
d6ba96
 "Day, Month and most used license acronyms
d6ba96
-syn keyword specLicense contained GPL LGPL BSD MIT GNU
d6ba96
+syn keyword specLicense contained GPL LGPL BSD MIT GNU distributable
d6ba96
 syn keyword specWeekday contained Mon Tue Wed Thu Fri Sat Sun
d6ba96
 syn keyword specMonth   contained Jan Feb Mar Apr Jun Jul Aug Sep Oct Nov Dec
d6ba96
 syn keyword specMonth   contained January February March April May June July August September October November December
d6ba96
@@ -61,9 +61,9 @@
d6ba96
 
d6ba96
 "specComands
d6ba96
 syn match   specConfigure  contained '\./configure'
d6ba96
-syn match   specTarCommand contained '\
d6ba96
+syn match   specTarCommand contained '\
d6ba96
 syn keyword specCommandSpecial contained root
d6ba96
-syn keyword specCommand		contained make xmkmf mkdir chmod ln find sed rm strip moc echo grep ls rm mv mkdir install cp pwd cat tail then else elif cd gzip rmdir ln eval export touch
d6ba96
+syn keyword specCommand		contained make xmkmf mkdir chmod ln find sed rm strip moc echo grep ls rm mv mkdir install cp pwd cat tail then else elif cd gzip rmdir ln eval export touch bzip2 bunzip2 gunzip
d6ba96
 syn cluster specCommands contains=specCommand,specTarCommand,specConfigure,specCommandSpecial
d6ba96
 
d6ba96
 "frequently used rpm env vars
d6ba96
@@ -105,7 +105,7 @@
d6ba96
 "%% PreAmble Section %%
d6ba96
 "Copyright and Serial were deprecated by License and Epoch
d6ba96
 syn region specPreAmbleDeprecated oneline matchgroup=specError start='^\(Copyright\|Serial\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier
d6ba96
-syn region specPreAmble oneline matchgroup=specCommand start='^\(Prereq\|Summary\|Name\|Version\|Packager\|Requires\|Icon\|URL\|Source\d*\|Patch\d*\|Prefix\|Packager\|Group\|License\|Release\|BuildRoot\|Distribution\|Vendor\|Provides\|ExclusiveArch\|ExcludeArch\|ExclusiveOS\|Obsoletes\|BuildArch\|BuildArchitectures\|BuildRequires\|BuildConflicts\|BuildPreReq\|Conflicts\|AutoRequires\|AutoReq\|AutoReqProv\|AutoProv\|Epoch\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier
d6ba96
+syn region specPreAmble oneline matchgroup=specCommand start='^\(Prereq\|Summary\|Name\|Version\|Packager\|Requires\|Icon\|URL\|Source\d*\|Patch\d*\|Prefix\|Packager\|Group\|License\|Release\|BuildRoot\|Distribution\|Vendor\|Provides\|ExclusiveArch\|ExcludeArch\|ExclusiveOS\|Obsoletes\|BuildArch\|BuildArchitectures\|BuildRequires\|BuildConflicts\|BuildPreReq\|Conflicts\|AutoRequires\|AutoReq\|AutoReqProv\|AutoProv\|Epoch\|ExcludeOS\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier
d6ba96
 
d6ba96
 "%% Description Section %%
d6ba96
 syn region specDescriptionArea matchgroup=specSection start='^%description' end='^%'me=e-1 contains=specDescriptionOpts,specEmail,specURL,specNumber,specMacroIdentifier,specComment