]> git.pld-linux.org Git - packages/eclipse-plugin-TeXlipse.git/blob - eclipse-plugin-TeXlipse.spec
41b018c2f2b9e92acc12d70e2e4cb1a9a6699f76
[packages/eclipse-plugin-TeXlipse.git] / eclipse-plugin-TeXlipse.spec
1 Summary:        TeXlipse - plugin for Eclipse
2 Summary(pl.UTF-8):      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.UTF-8
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.040399 seconds and 2 git commands to generate.