]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- verbose files
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 26 Aug 2010 15:03:31 +0000 (15:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-plugin.spec -> 1.3

vim-plugin.spec

index 8a2cc2e1ce142a025e3b5ca6b7567af1fc763974..5a6d67e72faa5caf515e13deb094a9a67cd1e384 100644 (file)
@@ -1,12 +1,13 @@
 # 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
@@ -32,4 +33,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{_vimdatadir}/*
+%doc %{_vimdatadir}/doc/*.txt
+%{_vimdatadir}/plugin/*.vim
This page took 0.03061 seconds and 4 git commands to generate.