template-specs: vim-plugin.spec - verbose files

glen glen at pld-linux.org
Thu Aug 26 17:03:37 CEST 2010


Author: glen                         Date: Thu Aug 26 15:03:38 2010 GMT
Module: template-specs                Tag: HEAD
---- Log message:
- verbose files

---- Files affected:
template-specs:
   vim-plugin.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: template-specs/vim-plugin.spec
diff -u template-specs/vim-plugin.spec:1.2 template-specs/vim-plugin.spec:1.3
--- template-specs/vim-plugin.spec:1.2	Thu Aug  5 12:56:23 2010
+++ template-specs/vim-plugin.spec	Thu Aug 26 17:03:31 2010
@@ -1,13 +1,14 @@
 # $Revision$, $Date$
 # TODO:
 # - What to do with .vimup file?
+%define		plugin	NAME
 Summary:	Vim plugin: NAME
-Name:		vim-plugin-NAME
-Version:	3.0
-Release:	%{gitver}.0.1
-License:	vim
+Name:		vim-plugin-%{plugin}
+Version:	0.1
+Release:	0.1
+License:	Vim
 Group:		Applications/Editors/Vim
-Source0:	-
+Source0:	http://www.vim.org/scripts/download_script.php?src_id=xxx#/%{plugin}.zip
 # Source0-md5:	-
 URL:		-
 # for _vimdatadir
@@ -33,7 +34,8 @@
 
 %files
 %defattr(644,root,root,755)
-%{_vimdatadir}/*
+%doc %{_vimdatadir}/doc/*.txt
+%{_vimdatadir}/plugin/*.vim
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -41,9 +43,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2010/08/26 15:03:31  glen
+- verbose files
+
 Revision 1.2  2010/08/05 10:56:23  glen
 - prefer unversioned vimdir (and no vimfiles)
 
 Revision 1.1  2010/06/05 15:24:37  pawelz
 - initial
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/template-specs/vim-plugin.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list