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

pawelz pawelz at pld-linux.org
Sat Jun 5 17:14:46 CEST 2010


Author: pawelz                       Date: Sat Jun  5 15:14:46 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: packages/vim-plugin-gist/vim-plugin-gist.spec
diff -u /dev/null packages/vim-plugin-gist/vim-plugin-gist.spec:1.1
--- /dev/null	Sat Jun  5 17:14:46 2010
+++ packages/vim-plugin-gist/vim-plugin-gist.spec	Sat Jun  5 17:14:40 2010
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+# TODO:
+# - What to do with .vimup file?
+%define		gitver 34
+Summary:	Vim plugin: Gist
+Name:		vim-plugin-gist
+Version:	3.0
+Release:	%{gitver}.0.1
+License:	vim
+Group:		Applications/Editors/Vim
+Source0:	http://download.github.com/mattn-gist-vim-3.0-34-gd31d0e2.tar.gz
+# Source0-md5:	1d27e6268e9091dda73420a359987beb
+URL:		http://vim-latex.sourceforge.net/
+# for _vimdatadir existence
+Requires:	vim-rt >= 4:6.3.058-3
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_vimdatadir	%{_datadir}/vim/vimfiles
+
+%description
+Vim plugin that allows to create, edit, delete and browse github gists.
+
+%prep
+%setup -qc
+mv mattn-gist-vim-*/* .
+rm -rf mattn-gist-vim-*
+
+%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)
+%{_vimdatadir}/*
+
+%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/06/05 15:14:40  pawelz
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list