]> git.pld-linux.org Git - packages/geany-plugin-latex.git/blame - geany-plugin-latex.spec
- new
[packages/geany-plugin-latex.git] / geany-plugin-latex.spec
CommitLineData
5797cba0
KG
1Summary: Geany LaTeX plugin
2Summary(pl.UTF-8): wtyczka Geany dla LaTeXa
3Name: geany-plugin-latex
4Version: 0.4
5Release: 1
6License: GPL v2
7Group: Libraries
8Source0: http://frank.uvena.de/files/geany/geanylatex-%{version}.tar.gz
9# Source0-md5: cbcb2022372683830932d2b4e271d790
10URL: http://frank.uvena.de/en/Geany/geanylatex/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: geany-devel >= 0.16
14BuildRequires: gettext
15BuildRequires: gtk+2-devel >= 2:2.8
16BuildRequires: intltool
17BuildRequires: libtool
18BuildRequires: rpmbuild(macros) >= 1.198
19Requires: geany >= 0.16
20Requires: tetex
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23
24%description
25Geany LaTeX is a little plugin to improve support of LaTeX on Geany.
26It 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
41Geany LaTeX jest małą wtyczką, która udostępnia wsparcie LaTeXa w
42Geany. 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
56rm -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
73rm -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.683151 seconds and 4 git commands to generate.