[vim-nerdtree] Fixed issues from the review request (RHBZ #784021).

Bohuslav Kabrda bkabrda at fedoraproject.org
Thu Jan 26 06:50:13 UTC 2012


commit 62cb7d21746158d58f95b0d97114def3e5ae05f0
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Thu Jan 26 07:50:01 2012 +0100

    Fixed issues from the review request (RHBZ #784021).

 4.2.0             |  Bin 0 -> 45629 bytes
 vim-nerdtree.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/4.2.0 b/4.2.0
new file mode 100644
index 0000000..4f481cb
Binary files /dev/null and b/4.2.0 differ
diff --git a/vim-nerdtree.spec b/vim-nerdtree.spec
new file mode 100644
index 0000000..6a5a077
--- /dev/null
+++ b/vim-nerdtree.spec
@@ -0,0 +1,46 @@
+%global vimfiles_root %{_datadir}/vim/vimfiles
+
+Name:           vim-nerdtree
+Version:        4.2.0
+Release:        2%{?dist}
+Summary:        A tree explorer plugin that owns your momma 
+
+License:        WTFPL
+URL:            http://www.vim.org/scripts/script.php?script_id=1658
+Source0:        https://github.com/scrooloose/nerdtree/tarball/%{version}
+
+Requires:       vim-common
+
+BuildArch:      noarch
+
+%description
+The NERD tree allows you to explore your filesystem and to open files and
+directories. It presents the filesystem to you in the form of a tree which
+you manipulate with the keyboard and/or mouse. It also allows you
+to perform simple filesystem operations.
+
+%prep
+%setup -q -n scrooloose-nerdtree-205367a
+
+
+%build
+
+
+%install
+mkdir -p %{buildroot}%{vimfiles_root}
+cp -ar {doc,nerdtree_plugin,plugin,syntax} %{buildroot}%{vimfiles_root}
+
+%files
+%doc README.markdown
+%doc %{vimfiles_root}/doc/*
+%{vimfiles_root}/nerdtree_plugin/
+%{vimfiles_root}/plugin/*
+%{vimfiles_root}/syntax/*
+
+
+%changelog
+* Wed Jan 25 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 4.2.0-2
+- Fixed issues from the review request (RHBZ #784021).
+
+* Tue Jan 24 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 4.2.0-1
+- Initial package.


More information about the scm-commits mailing list