]> git.pld-linux.org Git - packages/vim.git/commitdiff
- consistency with -rt vs -rt-extras auto/ac/vim-7_2_245-2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 21 Sep 2009 19:09:41 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim.spec -> 1.482

vim.spec

index 300e506644db8e10117d6d9fa21d7cdab5883c3b..4ce8e9036adbcecf7696a192c8c83a97ee6f6b88 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -1095,7 +1095,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/vim/*.vim
 
 %dir %{_datadir}/vim/autoload
-%{_datadir}/vim/autoload/gzip.vim
+%doc %{_datadir}/vim/autoload/README.txt
 
 %dir %{_datadir}/vim/ftplugin
 %doc %{_datadir}/vim/ftplugin/README.txt
@@ -1111,7 +1111,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %dir %{_datadir}/vim/plugin
 %doc %{_datadir}/vim/plugin/README.txt
-%{_datadir}/vim/plugin/*.vim
 
 %dir %{_datadir}/vim/syntax
 %doc %{_datadir}/vim/syntax/README.txt
@@ -1183,14 +1182,25 @@ rm -rf $RPM_BUILD_ROOT
 %{_iconsdir}/hicolor/32x32/apps/vim.png
 %{_iconsdir}/hicolor/48x48/apps/vim.png
 
+# plugins in base -rt package
+%{_datadir}/vim/autoload/gzip.vim
+%{_datadir}/vim/plugin/gzip.vim
+%{_datadir}/vim/plugin/matchparen.vim
+
 %files rt-extras
 %defattr(644,root,root,755)
-%{_datadir}/vim/autoload/*
-%exclude %{_datadir}/vim/autoload/gzip.vim
+%{_datadir}/vim/plugin/*.vim
+%{_datadir}/vim/autoload/*.vim
+%{_datadir}/vim/autoload/xml
 %{_datadir}/vim/compiler
 %{_datadir}/vim/macros
 %{_datadir}/vim/print
 
+# plugins in base -rt package
+%exclude %{_datadir}/vim/autoload/gzip.vim
+%exclude %{_datadir}/vim/plugin/gzip.vim
+%exclude %{_datadir}/vim/plugin/matchparen.vim
+
 %files doc
 %defattr(644,root,root,755)
 %dir %{_datadir}/vim/doc
This page took 0.056444 seconds and 4 git commands to generate.