]> git.pld-linux.org Git - packages/eclipse-plugin-ecleTeX.git/blob - eclipse-plugin-ecleTeX.spec
- tabs in preamble
[packages/eclipse-plugin-ecleTeX.git] / eclipse-plugin-ecleTeX.spec
1 Summary:        ecleTeX - plugin for Eclipse
2 Summary(pl.UTF-8):      ecleTeX - wtyczka do środowiska Eclipse
3 Name:           eclipse-plugin-ecleTeX
4 Version:        0.0.4
5 Release:        1
6 License:        BSD
7 Group:          Development/Languages
8 Source0:        http://dl.sourceforge.net/etex/ecletex.%{version}.zip
9 # Source0-md5:  9c8da13bbcbe35914a8932d1af78b8da
10 URL:            http://etex.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 ecleTeX is a LaTeX environment plugin for the Eclipse platform. It
21 currently supports LaTeX project types, a multilanguage spellchecker,
22 code highlighting, code completion, Build engines for LaTeX, bibtex,
23 PDF and PS, a Bibtex view and a basic DVI viewer.
24
25 %description -l pl.UTF-8
26 ecleTeX jest wtyczką środowiska LaTeX dla platformy Eclipse. Obecnie
27 obsługuje projekty LaTeXa, sprawdzanie pisowni w wielu językach,
28 podświetlanie składni, dopełnianie kodu, silniki budowania dla LaTeXa,
29 bibtexa, PDF i PS, przeglądarkę Bibtexa i prostą przeglądarkę DVI.
30
31 %prep
32 %setup -q -c
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{_eclipsedir}/plugins
37
38 cp -r * $RPM_BUILD_ROOT%{_eclipsedir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %dir %{_eclipsedir}
46 %dir %{_eclipsedir}/plugins
47 %{_eclipsedir}/plugins/*
This page took 0.067998 seconds and 3 git commands to generate.