packages: vim-plugin-nerdtree/vim-plugin-nerdtree.spec (NEW) - new

glen glen at pld-linux.org
Thu Aug 5 13:08:47 CEST 2010


Author: glen                         Date: Thu Aug  5 11:08:47 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/vim-plugin-nerdtree:
   vim-plugin-nerdtree.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/vim-plugin-nerdtree/vim-plugin-nerdtree.spec
diff -u /dev/null packages/vim-plugin-nerdtree/vim-plugin-nerdtree.spec:1.1
--- /dev/null	Thu Aug  5 13:08:47 2010
+++ packages/vim-plugin-nerdtree/vim-plugin-nerdtree.spec	Thu Aug  5 13:08:42 2010
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+%define		plugin	nerdtree
+Summary:	Vim plugin: NERD tree
+Name:		vim-plugin-%{plugin}
+Version:	4.10
+Release:	0.1
+License:	WTFPL v2 (free, redistributable)
+Group:		Applications/Editors/Vim
+Source0:	http://www.vim.org/scripts/download_script.php?src_id=11834#/%{plugin}.zip
+# Source0-md5:	a15fa66b36c3261e598d93dc830398f6
+URL:		http://www.vim.org/scripts/script.php?script_id=1658
+# for _vimdatadir
+Requires:	vim-rt >= 4:7.2.170
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_vimdatadir	%{_datadir}/vim
+
+%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 -qc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_vimdatadir}
+cp -a . $RPM_BUILD_ROOT%{_vimdatadir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{_vimdatadir}/doc/*.txt
+%{_vimdatadir}/plugin/*.vim
+%dir %{_vimdatadir}/nerdtree_plugin
+%{_vimdatadir}/nerdtree_plugin/*.vim
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/08/05 11:08:42  glen
+- new
================================================================


More information about the pld-cvs-commit mailing list