]> git.pld-linux.org Git - packages/strace.git/commitdiff
- strace-graph moved to subpackage to cut down perl dependency on main package
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 28 Jul 2005 21:23:53 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    strace.spec -> 1.73

strace.spec

index 2f6804380c45b7cbea20c5be613dd4a30c97223c..f671c6dad99e110f10eb4548e8c7467455dd5d6b 100644 (file)
@@ -1,3 +1,5 @@
+# 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
@@ -9,7 +11,7 @@ Summary(tr):   
 Summary(uk):   ÷¦ÄÓ̦ÄËÏ×Õ¤ ÔÁ ÐÏËÁÚÕ¤ ÓÉÓÔÅÍΦ ×ÉËÌÉËÉ, ÐÏ×'ÑÚÁΦ ¦Ú ÚÁÐÕÝÅÎÉÍ ÐÒÏÃÅÓÏÍ
 Name:          strace
 Version:       4.5.12
-Release:       1
+Release:       1.1
 License:       BSD-like
 Group:         Development/Debuggers
 Source0:       http://dl.sourceforge.net/strace/%{name}-%{version}.tar.bz2
@@ -72,6 +74,19 @@ birlikte d
 ÓÉÓÔÅÍÎÉÈ ×ÉÚÏצ×, §È ÁÒÇÕÍÅÎԦנÔÁ ÚÎÁÞÅÎØ, Ñ˦ ×ÏÎÉ ÐÏ×ÅÒÎÕÌÉ.
 Strace ËÏÒÉÓÎÉÊ ÄÌѠĦÁÇÎÏÓÔÉËÉ ÐÒÏÂÌÅÍ ÔÁ ×¦ÄÌÁÄËÉ.
 
+%package graph
+Summary:       strace graph
+Group:         Development/Debuggers
+# NOTE: doesn't require directly strace binary.
+
+%description graph
+strace-graph script processes strace -f output. It displays a graph of
+invoked subprocesses, and is useful for finding out what complex
+commands do.
+
+The script can also handle the output with strace -t, -tt, or -ttt.
+It will add elapsed time for each process in that case.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -102,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc COPYRIGHT CREDITS ChangeLog NEWS README-linux TODO
-%attr(755,root,root) %{_bindir}/strace*
+%attr(755,root,root) %{_bindir}/strace
 %{_mandir}/man1/*
 %lang(pl) %{_mandir}/pl/man1/*
+
+%files graph
+%attr(755,root,root) %{_bindir}/strace-graph
This page took 0.160904 seconds and 4 git commands to generate.