]> git.pld-linux.org Git - packages/kile.git/blob - kile.spec
0de1a1d54baf9728b8935c744eb54bb878065672
[packages/kile.git] / kile.spec
1 Summary:        KDE Integrated LaTeX Environment
2 Summary(pl):    Zintegrowane ¶rodowisko LaTeXowe dla KDE
3 Name:           kile
4 Version:        1.6.1
5 Release:        1.1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  0eaf59b2065f8210a4708b773c70e1ee
10 Patch1:         %{name}-fix-compile.patch
11 URL:            http://kile.sourceforge.net/
12 BuildRequires:  kdelibs-devel >= 3.1
13 BuildRequires:  rpmbuild(macros) >= 1.129
14 Requires:       tetex-latex
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 KDE Integrated LaTeX Environment. Features:
19
20  - an editor to write your LaTeX source files (syntax highlighting,
21    undo-redo, search-replace, spellcheck ...)
22  - the principal LaTeX tags can be inserted directly with the "LaTeX",
23    "Math" and "Greek" menus
24  - 370 mathematical symbols can be inserted in just one click
25  - wizards to generate code ('Quick document', 'Quick letter',
26    tabular, tabbing and array environments)
27  - LaTeX-related programs can be launched via the "Tools" menu
28  - contextual help in the "Messages / Log File" frame
29  - the standard Bibtex entry types can be inserted in the ".bib" file
30    with the "Bibliography" menu
31  - a "structure view" of the document for easier navigation of a
32    document (by clicking on an item in the "Structure" frame, you can
33    jump directly to the corresponding part of your document
34  - extensive LaTeX documentation
35  - in the "Messages / Log File" frame, you can see information about
36    processes and the logfile after a LaTeX compilation
37  - the "Next Latex Error" and "Previous Latex Error" commands let you
38    reach the LaTeX errors detected by Kile in the log file
39  - by clicking on the number of a line in the log file, the cursor
40    jumps to the corresponding line in the editor
41  - a Gnuplot front end (adaptation of the Xgfe program)
42  - support for "Inverse and Forward Search" with KDVI
43
44 The program's aim is to simplify the edition of LaTeX source code and
45 the use of the LaTeX-related programs for users who want to retain
46 control over their LaTeX documents.
47
48 %description -l pl
49 Zintegrowane ¶rodowisko LaTeXowe dla KDE. Mo¿liwo¶ci:
50  - edytor do pisania plików ¼ród³owych w LaTeXu (z pod¶wietlaniem
51    sk³adni, cofaniem i powtarzaniem, szukaniem i zast±powaniem,
52    kontrol± pisowni...)
53  - podstawowe znaczniki LaTeXa mog± byæ wstawiane bezpo¶rednio z menu
54    "LaTeX", "Math" lub "Greek"
55  - 370 symboli matematycznych mo¿e byæ wstawianych pojedynczym
56    klikniêciem
57  - automaty do generowania kodu ("Szybki dokument", "Szybki list",
58    drodowiska tabular, tabbing i array)
59  - programy zwi±zane z LaTeXem mog± byæ uruchamiane z menu "Tools"
60  - kontekstowa pomoc w ramce "Messages / Log File"
61  - standardowe typy wpisów Bibtexa mog± byæ wstawiane do pliku .bib z
62    menu "Bibliography"
63  - "strukturalny widok" dokumentu dla ³atwiejszej nawigacji po
64    dokumencie (poprzez klikniêcie elementu w ramce "Structure", mo¿na
65    skoczyæ bezpo¶rednio do odpowiedniej czê¶ci dokumentu)
66  - obszerna dokumentacja do LaTeXa
67  - w ramce "Messages / Log File" mo¿na zobaczyæ informacje o
68    przetwarzaniu i plik loga po kompilacji LaTeXa
69  - polecenia "Next Latex Error" i "Previous Latex Error" pozwalaj± na
70    przechodzenie do miejsc wyst±pienia b³êdów znalezionych przez Kile
71    w pliku loga
72  - po klikniêciu na numerze linii w pliku loga, kursor skacze do
73    odpowiedniej linii w edytorze
74  - interfejs do Gnuplota (adaptacja programu Xgfe)
75  - obs³uga "Inverse and Forward Search" w KDVI.
76
77 Celem programu jest uproszczenie edycji kodu ¼ród³owego w LaTeXu i
78 u¿ywania programów zwi±zanych z LaTeXem dla u¿ytkowników, którzy chc±
79 zachowaæ kontrolê nad dokumentami w LaTeXu.
80
81 %prep
82 %setup -q
83 #%patch1 -p1
84
85 %build
86
87 %configure \
88         --disable-rpath \
89         --enable-final \
90         --%{!?debug:dis}%{?debug:en}able-debug
91
92 %{__make}
93
94 %install
95 rm -rf $RPM_BUILD_ROOT
96
97 %{__make} install \
98         DESTDIR=$RPM_BUILD_ROOT
99
100 %find_lang %{name} --with-kde
101
102 %clean
103 rm -fr $RPM_BUILD_ROOT
104
105 %files -f %{name}.lang
106 %defattr(644,root,root,755)
107 %doc README 
108 %attr(755,root,root) %{_bindir}/*
109 %{_datadir}/apps/kile
110 %{_datadir}/apps/katepart/syntax/*.xml
111 %{_datadir}/mimelnk/text/x-kilepr.desktop
112 %{_desktopdir}/*.desktop
113 %{_iconsdir}/*/*/apps/*.png
This page took 0.110759 seconds and 2 git commands to generate.