packages: vim-syntax-lighttpd/ftdetect.vim, vim-syntax-lighttpd/vim-syntax-...

glen glen at pld-linux.org
Fri Sep 18 11:01:00 CEST 2009


Author: glen                         Date: Fri Sep 18 09:01:00 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- match lighttpd configs from packages dir
- rename files
- v 1.14

---- Files affected:
packages/vim-syntax-lighttpd:
   ftdetect.vim (1.2 -> 1.3) , vim-syntax-lighttpd.spec (1.8 -> 1.9) , lighttpd-vim.sh (1.2 -> NONE)  (REMOVED), vim-ftdetect-lighttpd.vim (1.2 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/vim-syntax-lighttpd/ftdetect.vim
diff -u packages/vim-syntax-lighttpd/ftdetect.vim:1.2 packages/vim-syntax-lighttpd/ftdetect.vim:1.3
--- packages/vim-syntax-lighttpd/ftdetect.vim:1.2	Mon Nov  3 22:31:22 2008
+++ packages/vim-syntax-lighttpd/ftdetect.vim	Fri Sep 18 11:00:55 2009
@@ -1,2 +1,2 @@
 " lighttpd config
-au BufNewFile,BufRead /etc/lighttpd/*.conf,lighttpd.conf set filetype=lighttpd
+au BufNewFile,BufRead /etc/lighttpd/*.conf,lighttpd*.conf set filetype=lighttpd

================================================================
Index: packages/vim-syntax-lighttpd/vim-syntax-lighttpd.spec
diff -u packages/vim-syntax-lighttpd/vim-syntax-lighttpd.spec:1.8 packages/vim-syntax-lighttpd/vim-syntax-lighttpd.spec:1.9
--- packages/vim-syntax-lighttpd/vim-syntax-lighttpd.spec:1.8	Thu May 14 00:22:11 2009
+++ packages/vim-syntax-lighttpd/vim-syntax-lighttpd.spec	Fri Sep 18 11:00:55 2009
@@ -2,13 +2,13 @@
 %define		syntax	lighttpd
 Summary:	Vim syntax: lighttpd
 Name:		vim-syntax-%{syntax}
-Version:	1.12
+Version:	1.14
 Release:	1
 License:	Charityware
 Group:		Applications/Editors/Vim
 Source0:	lighttpd.vim
-Source1:	vim-ftdetect-lighttpd.vim
-Source2:	lighttpd-vim.sh
+Source1:	ftdetect.vim
+Source2:	syntax.sh
 # for _vimdatadir existence
 Requires:	vim-rt >= 4:6.3.058-3
 BuildArch:	noarch
@@ -21,7 +21,7 @@
 
 %prep
 %setup -qcT
-cp %{SOURCE2} .
+cp -a %{SOURCE2} .
 
 %build
 rev=$(awk '/^".*Revision:/{print $5}' %{SOURCE0})
@@ -33,15 +33,15 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_vimdatadir}/{syntax,ftdetect}
-install %{SOURCE0} $RPM_BUILD_ROOT%{_vimdatadir}/syntax/%{syntax}.vim
-install %{SOURCE1} $RPM_BUILD_ROOT%{_vimdatadir}/ftdetect/%{syntax}.vim
+cp -a %{SOURCE0} $RPM_BUILD_ROOT%{_vimdatadir}/syntax/%{syntax}.vim
+cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_vimdatadir}/ftdetect/%{syntax}.vim
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc lighttpd-vim.sh
+%doc syntax.sh
 %{_vimdatadir}/syntax/%{syntax}.vim
 %{_vimdatadir}/ftdetect/%{syntax}.vim
 
@@ -51,8 +51,15 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2009/09/18 09:00:55  glen
+- match lighttpd configs from packages dir
+- rename files
+- v 1.14
+
 Revision 1.8  2009/05/13 22:22:11  glen
-- v1.12: update to current svn (dir-listing.auto-layout, dir-listing.encode-header, dir-listing.encode-readme, evasive.silent, extforward.headers, server.defer-accept were added
+- v1.12: update to current svn (dir-listing.auto-layout,
+  dir-listing.encode-header, dir-listing.encode-readme, evasive.silent,
+  extforward.headers, server.defer-accept were added
 
 Revision 1.7  2009/04/01 14:07:01  glen
 - 1.11: allow underscore in variable names: var.foo_bar
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-lighttpd/ftdetect.vim?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-lighttpd/vim-syntax-lighttpd.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list