Author: qboosh Date: Wed Aug 3 17:46:30 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl for -graph, release 2
---- Files affected: SPECS: strace.spec (1.73 -> 1.74) ---- Diffs: ================================================================ Index: SPECS/strace.spec diff -u SPECS/strace.spec:1.73 SPECS/strace.spec:1.74 --- SPECS/strace.spec:1.73 Thu Jul 28 23:23:53 2005 +++ SPECS/strace.spec Wed Aug 3 19:46:25 2005 @@ -1,6 +1,4 @@ # $Revision$, $Date$ -# TODO -# - rel 2 & STBR after translation of -graph subpackage Summary: prints system call strace of a running process Summary(de): druckt ein Protokoll der Systemaufrufe eines laufenden Prozesses Summary(es): Enseńa las llamadas de sistema de un proceso en ejecución @@ -12,8 +10,7 @@ Summary(uk): ÷ŚÄÓĚŚÄËĎ×Ő¤ ÔÁ ĐĎËÁÚŐ¤ ÓÉÓÔĹÍÎŚ ×ÉËĚÉËÉ, ĐĎ×'ŃÚÁÎŚ ŚÚ ÚÁĐŐÝĹÎÉÍ ĐŇĎĂĹÓĎÍ Name: strace Version: 4.5.12 -Release: 1.1 -License: BSD-like +Release: 2 Group: Development/Debuggers Source0: http://dl.sourceforge.net/strace/%{name}-%{version}.tar.bz2 # Source0-md5: c9dc77b9bd7f144f317e8289e0f6d40b @@ -77,6 +74,7 @@ %package graph Summary: strace graph +Summary(pl): Graf strace Group: Development/Debuggers # NOTE: doesn't require directly strace binary. @@ -88,6 +86,14 @@ The script can also handle the output with strace -t, -tt, or -ttt. It will add elapsed time for each process in that case. +%description graph -l pl +Skrypt strace-graph przetwarza wynik strace -f i wyświetla graf +wywoływanych podprocesów. Jest przydatny do sprawdzania co robią +złożone polecenia. + +Skrypt jest w stanie obsłużyć także wyjście ze strace -t, -tt i -ttt. +Doda wtedy upływający czas dla każdego procesu. + %prep %setup -q %patch0 -p1 @@ -123,6 +129,7 @@ %lang(pl) %{_mandir}/pl/man1/* %files graph +%defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/strace-graph %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -131,6 +138,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.74 2005/08/03 17:46:25 qboosh +- pl for -graph, release 2 + Revision 1.73 2005/07/28 21:23:53 glen - strace-graph moved to subpackage to cut down perl dependency on main package ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/strace.spec?r1=1.73&r2=1.74&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
