[packages/vim-plugin-pathogen] new, version 2.0

glen glen at pld-linux.org
Fri Oct 5 17:54:46 CEST 2012


commit 982996d69dea1252bae055d897ae6a8701708081
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Oct 5 18:54:27 2012 +0300

    new, version 2.0

 vim-plugin-pathogen.spec | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
---
diff --git a/vim-plugin-pathogen.spec b/vim-plugin-pathogen.spec
new file mode 100644
index 0000000..12d0682
--- /dev/null
+++ b/vim-plugin-pathogen.spec
@@ -0,0 +1,38 @@
+%define		plugin	pathogen
+Summary:	Vim plugin: Easy manipulation of 'runtimepath', 'path', 'tags', etc
+Name:		vim-plugin-%{plugin}
+Version:	2.0
+Release:	1
+License:	Vim
+Group:		Applications/Editors/Vim
+Source0:	https://github.com/tpope/vim-pathogen/tarball/v%{version}/%{plugin}-%{version}.tgz
+# Source0-md5:	df363e4ac2ff0dd82c62aa5e43a740db
+URL:		http://www.vim.org/scripts/script.php?script_id=2332
+# for _vimdatadir
+Requires:	vim-rt >= 4:7.2.170
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_vimdatadir	%{_datadir}/vim
+
+%description
+Manage your 'runtimepath' with ease. In practical terms, pathogen.vim
+makes it super easy to install plugins and runtime files in their own
+private directories.
+
+%prep
+%setup -qc
+mv *-%{plugin}-*/* .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_vimdatadir}/autoload
+cp -p autoload/*.vim $RPM_BUILD_ROOT%{_vimdatadir}/autoload
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.markdown
+%{_vimdatadir}/autoload/*.vim
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vim-plugin-pathogen.git/commitdiff/982996d69dea1252bae055d897ae6a8701708081



More information about the pld-cvs-commit mailing list