]> git.pld-linux.org Git - packages/eclipse-plugin-TeXlipse.git/blob - eclipse-plugin-TeXlipse.spec
- up to 1.4.1
[packages/eclipse-plugin-TeXlipse.git] / eclipse-plugin-TeXlipse.spec
1 %define         plugin_name     texlipse
2
3 Summary:        TeXlipse - plugin for Eclipse
4 Summary(pl.UTF-8):      TeXlipse - wtyczka do środowiska Eclipse
5 Name:           eclipse-plugin-TeXlipse
6 Version:        1.4.1
7 Release:        1
8 License:        Eclipse Public License
9 Group:          Development/Languages
10 Source0:        http://downloads.sourceforge.net/project/texlipse/texlipse%20plugin/%{version}/texlipse_%{version}_src.zip
11 # Source0-md5:  d79e6f877665a599d7c32894eef22e33
12 URL:            http://texlipse.sourceforge.net/
13 BuildRequires:  unzip
14 Requires:       eclipse >= 3.6
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _plugindir      %{_libdir}/eclipse/dropins/%{plugin_name}
19
20 %description
21 TeXlipse plugin adds LaTeX editing support to Eclipse. The plugin
22 provides both LaTeX and BibTeX editors, project creation wizard and a
23 complete user manual of the plugin features. Available features
24 include:
25  - Syntax highlighting
26  - Document outline
27  - Section folding
28  - Command completion
29  - ref and cite completion
30  - Templates
31  - Builder integration
32  - Viewer integration with inverse search
33
34 %description -l pl.UTF-8
35 TeXlipse jest wtyczką środowiska LaTeX dla platformy Eclipse.
36 Dostarcza edytory dla LaTeXa and BibTeXa, wizard tworzenia projektów i
37 kompletny podręcznik użytkownika po udogodnieniach wtyczki. Dostępne
38 są:
39  - podświetlanie składni
40  - zwijanie sekcji
41  - dopełnianie poleceń
42  - dopełnianie znaczników ref i cite
43  - szablony
44
45 %prep
46 %setup -q -c
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT%{_plugindir}/eclipse/plugins
51
52 cp -r plugins/net.sourceforge.texlipse_%{version} $RPM_BUILD_ROOT%{_plugindir}/eclipse/plugins
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %dir %{_plugindir}
60 %dir %{_plugindir}/eclipse
61 %dir %{_plugindir}/eclipse/plugins
62 %{_plugindir}/eclipse/plugins/*
This page took 0.080865 seconds and 3 git commands to generate.