]> git.pld-linux.org Git - packages/geany-plugin-latex.git/blob - geany-plugin-latex.spec
- new
[packages/geany-plugin-latex.git] / geany-plugin-latex.spec
1 Summary:        Geany LaTeX plugin
2 Summary(pl.UTF-8):      wtyczka Geany dla LaTeXa
3 Name:           geany-plugin-latex
4 Version:        0.4
5 Release:        1
6 License:        GPL v2
7 Group:          Libraries
8 Source0:        http://frank.uvena.de/files/geany/geanylatex-%{version}.tar.gz
9 # Source0-md5:  cbcb2022372683830932d2b4e271d790
10 URL:            http://frank.uvena.de/en/Geany/geanylatex/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  geany-devel >= 0.16
14 BuildRequires:  gettext
15 BuildRequires:  gtk+2-devel >= 2:2.8
16 BuildRequires:  intltool
17 BuildRequires:  libtool
18 BuildRequires:  rpmbuild(macros) >= 1.198
19 Requires:       geany >= 0.16
20 Requires:       tetex
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23
24 %description
25 Geany LaTeX is a little plugin to improve support of LaTeX on Geany.
26 It implements a couple of mayby useful functions:
27     - Wizard to create new LaTeX documents in a fast and easy way with a
28       bunch of templates available
29     - A front end for add labels \label and references \ref and \pageref
30       with getting suggestion from aux file of document
31     - Inserting special characters through menu
32     - Help entering the right fields for BibTeX entries by providing
33       templates
34     - Easy inserting format patterns like \texttt through menu
35     - Support on inserting environments by offering an dialog and
36       recognising selections
37     - Shortcuts for inserting \item and \newline
38     - Toolbar with often used format options
39
40 %description -l pl.UTF-8
41 Geany LaTeX jest małą wtyczką, która udostępnia wsparcie LaTeXa w
42 Geany. Implementuje wiele być może przydatnych funkcji:
43     - czarodziej pozwala stworzyć nowy dokument LaTeXa szybko i w łatwy
44       sposób, dzięki wielu dostępnym szablonom
45     - interfejs użytkownika dodaje etykiety \label i referencje \ref oraz
46       \pageref, dzięki sugestiom z pliku aux
47     - wstawianie znaków specjalnych z menu
48     - pomaga poprawnie wypełniać pola BibTeX dzięki szablonom
49     - proste wstawianie formatowania, jak na przykład \texttt, przez menu
50     - wsparcie środowiska przy pisaniu dzięki wyświetlaniu opcji wyboru
51       oraz jego zatwierdzeniu
52     - skróty dla wstawiania \item i \newline
53     - pasek narzędzi z często używanymi opcjami formatowania
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %prep
59 %setup -q -n geanylatex-%{version}
60
61 %build
62 %{__libtoolize}
63 %{__aclocal}
64 %{__autoheader}
65 %{__automake}
66 %{__autoconf}
67
68 %configure 
69
70 %{__make}
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74
75 %{__make} install \
76         DESTDIR=$RPM_BUILD_ROOT
77
78 %find_lang geanylatex
79
80 %files -f geanylatex.lang
81 %defattr(644,root,root,755)
82 %{_libdir}/geany/*
83 %doc AUTHORS COPYING ChangeLog NEWS README
This page took 0.076421 seconds and 4 git commands to generate.