packages: ss/ss.spec, cl/cl.spec, cf/cf.spec, guavac/guavac.spec, geany-plu...

sparky sparky at pld-linux.org
Fri Jan 28 19:34:42 CET 2011


Author: sparky                       Date: Fri Jan 28 18:34:42 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- improved file flow: %clean just after %install

---- Files affected:
packages/ss:
   ss.spec (1.5 -> 1.6) 
packages/cl:
   cl.spec (1.9 -> 1.10) 
packages/cf:
   cf.spec (1.11 -> 1.12) 
packages/guavac:
   guavac.spec (1.22 -> 1.23) 
packages/geany-plugin-gdb:
   geany-plugin-gdb.spec (1.2 -> 1.3) 
packages/geany-plugin-latex:
   geany-plugin-latex.spec (1.4 -> 1.5) 
packages/geany-plugin-spellcheck:
   geany-plugin-spellcheck.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/ss/ss.spec
diff -u packages/ss/ss.spec:1.5 packages/ss/ss.spec:1.6
--- packages/ss/ss.spec:1.5	Mon Feb 12 23:09:16 2007
+++ packages/ss/ss.spec	Fri Jan 28 19:34:37 2011
@@ -16,9 +16,6 @@
 %description -l pl.UTF-8
 Konsolowy wygaszacz ekranu autorstwa Rebane.
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %prep
 %setup -qcT
 cp %{SOURCE0} ss.c
@@ -31,6 +28,9 @@
 install -d $RPM_BUILD_ROOT%{_sbindir}
 install ss $RPM_BUILD_ROOT%{_sbindir}
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/ss
@@ -41,6 +41,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2011/01/28 18:34:37  sparky
+- improved file flow: %clean just after %install
+
 Revision 1.5  2007/02/12 22:09:16  glen
 - tabs in preamble
 

================================================================
Index: packages/cl/cl.spec
diff -u packages/cl/cl.spec:1.9 packages/cl/cl.spec:1.10
--- packages/cl/cl.spec:1.9	Thu Nov 13 23:12:15 2008
+++ packages/cl/cl.spec	Fri Jan 28 19:34:37 2011
@@ -18,9 +18,6 @@
 %description -l pl.UTF-8
 Aplikacja autorstwa Rebane do blokowania konsoli linuksowej.
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %prep
 %setup -q
 
@@ -34,6 +31,9 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/cl
@@ -45,6 +45,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2011/01/28 18:34:37  sparky
+- improved file flow: %clean just after %install
+
 Revision 1.9  2008/11/13 22:12:15  glen
 - release 1
 

================================================================
Index: packages/cf/cf.spec
diff -u packages/cf/cf.spec:1.11 packages/cf/cf.spec:1.12
--- packages/cf/cf.spec:1.11	Mon Apr 14 23:55:44 2008
+++ packages/cf/cf.spec	Fri Jan 28 19:34:37 2011
@@ -19,9 +19,6 @@
 Program Console Fucker pozwala na zdalne podłączanie się do konsoli
 linuksowej.
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %prep
 %setup -q
 
@@ -37,6 +34,9 @@
 install cf $RPM_BUILD_ROOT%{_sbindir}
 ln -s ../sbin/cf $RPM_BUILD_ROOT%{_bindir}/cdump
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog
@@ -49,6 +49,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2011/01/28 18:34:37  sparky
+- improved file flow: %clean just after %install
+
 Revision 1.11  2008/04/14 21:55:44  glen
 - release 2
 

================================================================
Index: packages/guavac/guavac.spec
diff -u packages/guavac/guavac.spec:1.22 packages/guavac/guavac.spec:1.23
--- packages/guavac/guavac.spec:1.22	Tue Feb 13 08:47:11 2007
+++ packages/guavac/guavac.spec	Fri Jan 28 19:34:37 2011
@@ -67,15 +67,15 @@
 %configure2_13
 %{__make}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/guav*
@@ -88,6 +88,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2011/01/28 18:34:37  sparky
+- improved file flow: %clean just after %install
+
 Revision 1.22  2007/02/13 07:47:11  glen
 - tabs in preamble
 

================================================================
Index: packages/geany-plugin-gdb/geany-plugin-gdb.spec
diff -u packages/geany-plugin-gdb/geany-plugin-gdb.spec:1.2 packages/geany-plugin-gdb/geany-plugin-gdb.spec:1.3
--- packages/geany-plugin-gdb/geany-plugin-gdb.spec:1.2	Sun May 16 19:15:05 2010
+++ packages/geany-plugin-gdb/geany-plugin-gdb.spec	Fri Jan 28 19:34:38 2011
@@ -46,9 +46,6 @@
 %description static -l pl.UTF-8
 Biblioteka statyczna geany-plugin-gdb.
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %prep
 %setup -q -n geanygdb-%{version}
 
@@ -74,6 +71,9 @@
 
 %find_lang geanygdb
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files -f geanygdb.lang
 %defattr(644,root,root,755)
 %attr(755,root,root)%{_bindir}/*
@@ -90,10 +90,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2011/01/28 18:34:38  sparky
+- improved file flow: %clean just after %install
+
 Revision 1.2  2010/05/16 17:15:05  sparky
 - BR: pkgconfig
 - replaced BR: gettext with BR: gettext-devel
 
 Revision 1.1  2009/11/06 22:20:57  dirdival
 - new
-

================================================================
Index: packages/geany-plugin-latex/geany-plugin-latex.spec
diff -u packages/geany-plugin-latex/geany-plugin-latex.spec:1.4 packages/geany-plugin-latex/geany-plugin-latex.spec:1.5
--- packages/geany-plugin-latex/geany-plugin-latex.spec:1.4	Wed Jan 27 21:15:49 2010
+++ packages/geany-plugin-latex/geany-plugin-latex.spec	Fri Jan 28 19:34:38 2011
@@ -27,49 +27,46 @@
 %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
-    - 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:
-    - 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}
@@ -93,6 +90,9 @@
 
 %find_lang geanylatex
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files -f geanylatex.lang
 %defattr(644,root,root,755)
 %{_libdir}/geany/*
@@ -103,6 +103,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2011/01/28 18:34:38  sparky
+- improved file flow: %clean just after %install
+
 Revision 1.4  2010/01/27 20:15:49  uzsolt
 - change tetex to texlive-latex (we're using texlive)
 - imho needs latex
@@ -118,4 +121,3 @@
 
 Revision 1.1  2009/11/06 22:04:34  dirdival
 - new
-

================================================================
Index: packages/geany-plugin-spellcheck/geany-plugin-spellcheck.spec
diff -u packages/geany-plugin-spellcheck/geany-plugin-spellcheck.spec:1.2 packages/geany-plugin-spellcheck/geany-plugin-spellcheck.spec:1.3
--- packages/geany-plugin-spellcheck/geany-plugin-spellcheck.spec:1.2	Sun May 16 19:11:31 2010
+++ packages/geany-plugin-spellcheck/geany-plugin-spellcheck.spec	Fri Jan 28 19:34:38 2011
@@ -35,9 +35,6 @@
 bibliotekę do sprawdzania pisowni enchant. Możesz również wybrać
 fragment tekstu, wtedy wtyczka sprawdzi jedynie zaznaczony tekst.
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %prep
 %setup -q -n spellcheck-%{version}
 
@@ -63,6 +60,9 @@
 
 %find_lang geanyspellcheck
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files -f geanyspellcheck.lang
 %defattr(644,root,root,755)
 %{_libdir}/geany/*
@@ -73,6 +73,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2011/01/28 18:34:38  sparky
+- improved file flow: %clean just after %install
+
 Revision 1.2  2010/05/16 17:11:31  sparky
 - BR: enchant-devel, pkgconfig
 - replaced BR: gettext with BR: gettext-devel
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ss/ss.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cl/cl.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cf/cf.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/guavac/guavac.spec?r1=1.22&r2=1.23&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/geany-plugin-gdb/geany-plugin-gdb.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/geany-plugin-latex/geany-plugin-latex.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/geany-plugin-spellcheck/geany-plugin-spellcheck.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list