[vim-command-t/f21] Add missing autoload directory.

Vít Ondruch vondruch at fedoraproject.org
Mon Aug 11 14:57:33 UTC 2014


commit eb2ab2863e5582a2169bf3ab739d82e0b6e19be3
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Aug 11 16:47:35 2014 +0200

    Add missing autoload directory.

 vim-command-t.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/vim-command-t.spec b/vim-command-t.spec
index 39e1d3d..783a0d4 100644
--- a/vim-command-t.spec
+++ b/vim-command-t.spec
@@ -8,7 +8,7 @@
 
 Name: vim-command-t
 Version: 1.10
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: An extremely fast, intuitive mechanism for opening files in VIM
 Group: Applications/Editors
 License: BSD
@@ -62,7 +62,7 @@ popd
 
 %install
 mkdir -p %{buildroot}%{vimfiles}
-cp -par {doc,plugin,ruby} %{buildroot}%{vimfiles}
+cp -par {autoload,doc,plugin,ruby} %{buildroot}%{vimfiles}
 
 mkdir -p %{buildroot}%{commandt_so_dir}
 chmod 0755 %{buildroot}%{vimfiles}/ruby/command-t/ext.so
@@ -96,6 +96,7 @@ vim -c ":helptags %{vimfiles}/doc" -c :q &> /dev/null
 %doc LICENSE
 %doc README.txt
 %{commandt_so_dir}
+%{vimfiles}/autoload/*
 %{vimfiles}/doc/*
 %{vimfiles}/plugin/*
 %exclude %{vimfiles}/ruby/command-t/ext*
@@ -105,11 +106,14 @@ vim -c ":helptags %{vimfiles}/doc" -c :q &> /dev/null
 %exclude %{vimfiles}/ruby/command-t/Makefile
 %exclude %{vimfiles}/ruby/command-t/mkmf.log
 %exclude %{vimfiles}/ruby/command-t/depend
-%{vimfiles}/ruby/*
+%{vimfiles}/ruby
 %{appdata_dir}/vim-command-t.metainfo.xml
 
 
 %changelog
+* Mon Aug 11 2014 Vít Ondruch <vondruch at redhat.com> - 1.10-2
+- Add missing autoload directory.
+
 * Mon Aug 11 2014 Vít Ondruch <vondruch at redhat.com> - 1.10-1
 - Update to Command-T 1.10.
 - Add Gnome Software plug-in AppData (rhbz#1110300).


More information about the scm-commits mailing list