]> git.pld-linux.org Git - packages/geany-plugin-latex.git/blame - geany-plugin-latex.spec
- tetex moved from Requires to Suggests
[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
18252409 15BuildRequires: gettext-devel
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
d91d1b66 22Suggests: tetex
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:
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
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
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
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:
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
69
70%clean
71rm -rf $RPM_BUILD_ROOT
72
73%prep
74%setup -q -n geanylatex-%{version}
75
76%build
77%{__libtoolize}
78%{__aclocal}
79%{__autoheader}
80%{__automake}
81%{__autoconf}
82
83%configure
84
85%{__make}
86
87%install
88rm -rf $RPM_BUILD_ROOT
89
90%{__make} install \
91 DESTDIR=$RPM_BUILD_ROOT
92
93%find_lang geanylatex
94
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.091867 seconds and 4 git commands to generate.