packages: vim-plugin-vcscommand/vim-plugin-vcscommand.spec (NEW) - initial

zbyniu zbyniu at pld-linux.org
Tue Aug 4 13:28:11 CEST 2009


Author: zbyniu                       Date: Tue Aug  4 11:28:11 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: packages/vim-plugin-vcscommand/vim-plugin-vcscommand.spec
diff -u /dev/null packages/vim-plugin-vcscommand/vim-plugin-vcscommand.spec:1.1
--- /dev/null	Tue Aug  4 13:28:11 2009
+++ packages/vim-plugin-vcscommand/vim-plugin-vcscommand.spec	Tue Aug  4 13:28:06 2009
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	CVS/SVN/SVK/git integration plugin
+Name:		vim-plugin-vcscommand
+Version:	1.99.31
+Release:	0.1
+License:	Distributable
+Group:		Applications/Editors/Vim
+URL:		http://www.vim.org/scripts/script.php?script_id=90
+BuildArch:	noarch
+#Source0Download:	http://www.vim.org/scripts/download_script.php?src_id=11049
+Source0:	vcscommand-1.99.31.zip
+# Source0-md5:	a31418cdb845a6881023330498f1cb06
+BuildRequires:	unzip
+
+%define         _vimdatadir     %{_datadir}/vim/vimfiles
+
+%description
+VIM 7 plugin useful for manipulating files controlled by CVS, SVN, SVK
+and git within VIM, including committing changes and performings diffs
+using the vimdiff system.
+
+To enable this plugin define "use_vcscommand" variable somewhere in
+your .vimrc file.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_vimdatadir}/{doc,plugin,syntax}
+install -p doc/* $RPM_BUILD_ROOT%{_vimdatadir}/doc
+install -p plugin/* $RPM_BUILD_ROOT%{_vimdatadir}/plugin
+install -p syntax/* $RPM_BUILD_ROOT%{_vimdatadir}/syntax
+
+%files
+%defattr(644,root,root,755)
+%doc %{_vimdatadir}/doc/*
+%{_vimdatadir}/plugin/*
+%{_vimdatadir}/syntax/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%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  2009/08/04 11:28:06  zbyniu
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list