rpms/vim-latex/devel import.log, NONE, 1.1 vim-latex.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jussi Lehtola jussilehtola at fedoraproject.org
Sat Oct 10 22:48:19 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/vim-latex/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26918/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log vim-latex.spec 
Log Message:
Imported in Fedora.



--- NEW FILE import.log ---
vim-latex-1_5-3_20091002_r1074_fc11:HEAD:vim-latex-1.5-3.20091002.r1074.fc11.src.rpm:1255214879


--- NEW FILE vim-latex.spec ---
%global date 20091002
%global rel r1074

Name:		vim-latex
Version:	1.5
Release:	3.%{date}.%{rel}%{?dist}
Summary:	Tools to view, edit and compile LaTeX documents in Vim
Group:		Applications/Editors
# According to doc/latex-suite license is Vim charityware license
License:	Vim
URL:		http://vim-latex.sourceforge.net/
Source0:	http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}-%{date}-%{rel}.tar.gz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:	noarch

# We need vim-common for dir ownership
Requires:	vim-common
# Needed for compilation (duh)
Requires:	tex(latex)
# Needed for display
Requires:	xdvi

%description
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.

%package doc
Summary:	Documentation for vim-latex
Group:		Documentation

%description doc
Documentation for vim-latex.

%prep
%setup -q -n %{name}-%{version}-%{date}-%{rel}

%build

%install
rm -rf %{buildroot}
# Install files
make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bindir}

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%{_bindir}/latextags
%{_bindir}/ltags
%{_datadir}/vim/vimfiles/compiler/tex.vim
%doc %{_datadir}/vim/vimfiles/doc/imaps.txt
%doc %{_datadir}/vim/vimfiles/doc/latex*.txt
%{_datadir}/vim/vimfiles/ftplugin/bib_latexSuite.vim
%{_datadir}/vim/vimfiles/ftplugin/tex_latexSuite.vim
%{_datadir}/vim/vimfiles/ftplugin/latex-suite/
%{_datadir}/vim/vimfiles/indent/tex.vim
%{_datadir}/vim/vimfiles/plugin/SyntaxFolds.vim
%{_datadir}/vim/vimfiles/plugin/filebrowser.vim
%{_datadir}/vim/vimfiles/plugin/imaps.vim
%{_datadir}/vim/vimfiles/plugin/libList.vim
%{_datadir}/vim/vimfiles/plugin/remoteOpen.vim


%files doc
%defattr(-,root,root,-)
%doc doc/latex-suite doc/latex-suite-quickstart


%changelog
* Fri Oct 09 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.5-3.20091002.r1074
- Use make install instead of manual install.

* Thu Oct 08 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.5-2.20091002.r1074
- Update to 20091002-r1074.

* Thu Oct 08 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.5-2.20090901.r1069
- Added missing Requires: tex(latex) and xdvi.

* Mon Sep 28 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.5-1.20090901.r1069
- First release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vim-latex/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	10 Oct 2009 22:13:19 -0000	1.1
+++ .cvsignore	10 Oct 2009 22:48:19 -0000	1.2
@@ -0,0 +1 @@
+vim-latex-1.5-20091002-r1074.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vim-latex/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	10 Oct 2009 22:13:19 -0000	1.1
+++ sources	10 Oct 2009 22:48:19 -0000	1.2
@@ -0,0 +1 @@
+59420b4e4e13d8ea92806b4179b6311b  vim-latex-1.5-20091002-r1074.tar.gz




More information about the fedora-extras-commits mailing list