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