Author: uzsolt Date: Thu Sep 4 18:08:32 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: vim-plugin-latex.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/vim-plugin-latex.spec diff -u /dev/null SPECS/vim-plugin-latex.spec:1.1 --- /dev/null Thu Sep 4 20:08:32 2008 +++ SPECS/vim-plugin-latex.spec Thu Sep 4 20:08:26 2008 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +Summary: Vim plugin: LaTeX +Name: vim-plugin-latex +Version: 20060325 +Release: 1 +License: vim +Group: Applications/Editors/Vim +Source0: http://vim-latex.sourceforge.net/download/latexSuite%{version}.tar.gz +# Source0-md5: f7bdb270508a8a88339ff857a52986ff +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 is undoubtedly one of the best editors ever made. LaTeX is an +extremely powerful, intelligent typesetter. Vim-LaTeX aims at bringing +together the best of both these worlds. + +We attempt to provide a comprehensive set of tools to view, edit and +compile LaTeX documents without needing to ever quit Vim. Together, +they provide tools starting from macros to speed up editing LaTeX +documents to compiling tex files to forward searching .dvi documents. + +%prep +mkdir latexsuite && cd latexsuite +tar xvf %{SOURCE0} + +%install +rm -rf $RPM_BUILD_ROOT +cd latexsuite +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_vimdatadir} +cp -r * $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 <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/09/04 18:08:26 uzsolt +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
