]> git.pld-linux.org Git - packages/vim.git/commitdiff
- rel 2; move *complete files from rt-extras to rt; fixes 'Unknown function: htmlcomp... auto/th/vim-7.4.1236-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 2 Feb 2016 16:33:23 +0000 (17:33 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 2 Feb 2016 16:33:23 +0000 (17:33 +0100)
vim.spec

index d85ff4e10d34c0784ed97f6632c30060a238ae36..3d69e4f31d2bec871a9b3a0ea1b79a9197e07ff7 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -29,7 +29,7 @@
 # VCS Commits: https://github.com/vim/vim/commits/master
 
 %define                ver             7.4.1236
-%define                rel             1
+%define                rel             2
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
 Summary(es.UTF-8):     Editor visual incrementado
@@ -1234,6 +1234,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/vim/*.vim
 
 %dir %{_datadir}/vim/autoload
+%{_datadir}/vim/autoload/*complete.vim
 %doc %{_datadir}/vim/autoload/README.txt
 
 %dir %{_datadir}/vim/ftdetect
@@ -1329,6 +1330,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_datadir}/vim/plugin/*.vim
 %{_datadir}/vim/autoload/*.vim
+%exclude %{_datadir}/vim/autoload/*complete.vim
 %{_datadir}/vim/autoload/xml
 %{_datadir}/vim/compiler
 %{_datadir}/vim/macros
This page took 0.132314 seconds and 4 git commands to generate.