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