[vim-jedi] some files are missing in RPM package (jedi_vim.py)

Petr Hracek phracek at fedoraproject.org
Sat Jan 18 13:14:39 UTC 2014


commit 3b7ab40a422db8554992d5bbfc0e1f77425b8641
Author: Petr Hracek <phracek at redhat.com>
Date:   Sat Jan 18 14:14:14 2014 +0100

    some files are missing in RPM package (jedi_vim.py)

 vim-jedi.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/vim-jedi.spec b/vim-jedi.spec
index 23dacd9..7130f23 100644
--- a/vim-jedi.spec
+++ b/vim-jedi.spec
@@ -3,7 +3,7 @@
 
 Name: vim-jedi
 Version: 0.7.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: The Jedi vim plugin
 Group: Applications/Editors
 
@@ -27,17 +27,22 @@ vim-jedi is a VIM binding to the awesome auto completion library Jedi.
 %install
 mkdir -p %{buildroot}%{vimfiles_root}
 cp initialize.py* %{buildroot}%{vimfiles_root}
+cp jedi_vim.py* %{buildroot}%{vimfiles_root}
 cp -ar {after,autoload,ftplugin,plugin} %{buildroot}%{vimfiles_root}
 
 %files 
 %doc README.rst AUTHORS.txt LICENSE.txt
 %{vimfiles_root}/initialize.py*
+%{vimfiles_root}/jedi_vim.py*
 %{vimfiles_root}/after/*
 %{vimfiles_root}/autoload/*
 %{vimfiles_root}/ftplugin/*
 %{vimfiles_root}/plugin/*
 
 %changelog
+* Sat Jan 18 2014 Petr Hracek <phracek at redhat.com> - 0.7.0-3
+- some files are missing in RPM package (jedi_vim.py)
+
 * Fri Jan 17 2014 Petr Hracek <phracek at redhat.com> - 0.7.0-2
 - some files are missing in RPM package
 


More information about the scm-commits mailing list