]> git.pld-linux.org Git - SPECS.git/blob - vim-plugin-latex.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / vim-plugin-latex.spec
1 %define shortname vim-latex
2 %define snapdate 20110214.1049
3 %define rev 089726a
4 %define rel 1
5 Summary:        Vim plugin: LaTeX
6 Name:           vim-plugin-latex
7 Version:        1.8.23
8 Release:        1.%{snapdate}.%{rev}.%{rel}
9 License:        vim
10 Group:          Applications/Editors/Vim
11 Source0:        http://downloads.sourceforge.net/project/%{shortname}/snapshots/%{shortname}-%{version}-%{snapdate}-git%{rev}.tar.gz
12 # Source0-md5:  67d626cb2c1614dabf70c6a3b21f57df
13 Patch0:         %{name}-makefile.patch
14 Epoch:          1
15 URL:            http://vim-latex.sourceforge.net/
16 BuildRequires:  rpm-pythonprov
17 Requires:       vim-rt >= 4:6.3.058-3
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _vimdatadir     %{_datadir}/vim/vimfiles
22
23 %description
24 Vim is undoubtedly one of the best editors ever made. LaTeX is an
25 extremely powerful, intelligent typesetter. Vim-LaTeX aims at bringing
26 together the best of both these worlds.
27
28 We attempt to provide a comprehensive set of tools to view, edit and
29 compile LaTeX documents without needing to ever quit Vim. Together,
30 they provide tools starting from macros to speed up editing LaTeX
31 documents to compiling tex files to forward searching .dvi documents.
32
33 %prep
34 %setup -qn vim-latex-%{version}-%{snapdate}-git%{rev}
35 %patch0
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_vimdatadir}
40 %{__make} install \
41         DESTDIR="$RPM_BUILD_ROOT"
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %attr(755,root,root) %{_bindir}/latextags
49 %attr(755,root,root) %{_bindir}/ltags
50 %{_vimdatadir}/compiler/*
51 %{_vimdatadir}/doc/*
52 %{_vimdatadir}/ftplugin/*
53 %{_vimdatadir}/indent/*
54 %{_vimdatadir}/plugin/*
This page took 0.152332 seconds and 3 git commands to generate.