]> git.pld-linux.org Git - packages/geany-plugin-latex.git/commitdiff
- improved file flow: %clean just after %install
authorsparky <sparky@pld-linux.org>
Fri, 28 Jan 2011 18:34:38 +0000 (18:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geany-plugin-latex.spec -> 1.5

geany-plugin-latex.spec

index 6e3f60214f2bf31ec8169d68d85ab38d0bf576f6..27f56c59c73dcb21a33333694b37c8e06204a9f4 100644 (file)
@@ -26,49 +26,46 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Geany LaTeX is a little plugin to improve support of LaTeX on Geany.
 It implements a couple of mayby useful functions:
 %description
 Geany LaTeX is a little plugin to improve support of LaTeX on Geany.
 It implements a couple of mayby useful functions:
-    - Wizard to create new LaTeX documents in a fast and easy way with a
-      bunch of templates available
-    - A front end for add labels \label and references \ref and \pageref
-      with getting suggestion from aux file of document
-    - Inserting special characters through menu
-    - Help entering the right fields for BibTeX entries by providing
-      templates
-    - Easy inserting format patterns like \texttt through menu
-    - Support on inserting environments by offering an dialog and
-      recognising selections
-    - Shortcuts for inserting \item and \newline
-    - Toolbar with often used format options
+- Wizard to create new LaTeX documents in a fast and easy way with a
+  bunch of templates available
+- A front end for add labels \label and references \ref and \pageref
+  with getting suggestion from aux file of document
+- Inserting special characters through menu
+- Help entering the right fields for BibTeX entries by providing
+  templates
+- Easy inserting format patterns like \texttt through menu
+- Support on inserting environments by offering an dialog and
+  recognising selections
+- Shortcuts for inserting \item and \newline
+- Toolbar with often used format options
 
 %description -l de.UTF-8
 GeanyLaTeX ist ein Plugin für Geany, das bei der Arbeit mit
 LaTeX-Dateien helfen soll. 
 Dabei implementiert es eine Reihe von nützlichen Funktionen
 
 %description -l de.UTF-8
 GeanyLaTeX ist ein Plugin für Geany, das bei der Arbeit mit
 LaTeX-Dateien helfen soll. 
 Dabei implementiert es eine Reihe von nützlichen Funktionen
-    - Dialog zum einfachen Erstellen von typischen Dokumenten
-    - Unterstützung beim Einfügen von \label und Referenzen wie \ref und
-      \pageref
-    - Hilfe beim Einfügen und Ersetzen von Sonderzeichen
-    - Einfaches Einfügen von Formtierungen wie \texttt über Menü bzw.
-      Tastendruck
-    - Einfügen von Umgebung über Das Menü bzw. Tastendruck
-    - Werkzeugleiste mit oft genutzten Formatierungen
+- Dialog zum einfachen Erstellen von typischen Dokumenten
+- Unterstützung beim Einfügen von \label und Referenzen wie \ref und
+  \pageref
+- Hilfe beim Einfügen und Ersetzen von Sonderzeichen
+- Einfaches Einfügen von Formtierungen wie \texttt über Menü bzw.
+  Tastendruck
+- Einfügen von Umgebung über Das Menü bzw. Tastendruck
+- Werkzeugleiste mit oft genutzten Formatierungen
 
 %description -l pl.UTF-8
 Geany LaTeX jest małą wtyczką, która udostępnia wsparcie LaTeXa w
 Geany. Implementuje wiele być może przydatnych funkcji:
 
 %description -l pl.UTF-8
 Geany LaTeX jest małą wtyczką, która udostępnia wsparcie LaTeXa w
 Geany. Implementuje wiele być może przydatnych funkcji:
-    - czarodziej pozwala stworzyć nowy dokument LaTeXa szybko i w łatwy
-      sposób, dzięki wielu dostępnym szablonom
-    - interfejs użytkownika dodaje etykiety \label i referencje \ref oraz
-      \pageref, dzięki sugestiom z pliku aux
-    - wstawianie znaków specjalnych z menu
-    - pomaga poprawnie wypełniać pola BibTeX dzięki szablonom
-    - proste wstawianie formatowania, jak na przykład \texttt, przez menu
-    - wsparcie środowiska przy pisaniu dzięki wyświetlaniu opcji wyboru
-      oraz jego zatwierdzeniu
-    - skróty dla wstawiania \item i \newline
-    - pasek narzędzi z często używanymi opcjami formatowania
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+- czarodziej pozwala stworzyć nowy dokument LaTeXa szybko i w łatwy
+  sposób, dzięki wielu dostępnym szablonom
+- interfejs użytkownika dodaje etykiety \label i referencje \ref oraz
+  \pageref, dzięki sugestiom z pliku aux
+- wstawianie znaków specjalnych z menu
+- pomaga poprawnie wypełniać pola BibTeX dzięki szablonom
+- proste wstawianie formatowania, jak na przykład \texttt, przez menu
+- wsparcie środowiska przy pisaniu dzięki wyświetlaniu opcji wyboru
+  oraz jego zatwierdzeniu
+- skróty dla wstawiania \item i \newline
+- pasek narzędzi z często używanymi opcjami formatowania
 
 %prep
 %setup -q -n geanylatex-%{version}
 
 %prep
 %setup -q -n geanylatex-%{version}
@@ -92,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %find_lang geanylatex
 
 
 %find_lang geanylatex
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files -f geanylatex.lang
 %defattr(644,root,root,755)
 %{_libdir}/geany/*
 %files -f geanylatex.lang
 %defattr(644,root,root,755)
 %{_libdir}/geany/*
This page took 0.064471 seconds and 4 git commands to generate.