SPECS: strace.spec - strace-graph moved to subpackage to cut down ...

glen glen at pld-linux.org
Thu Jul 28 23:23:59 CEST 2005


Author: glen                         Date: Thu Jul 28 21:23:59 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- strace-graph moved to subpackage to cut down perl dependency on main package

---- Files affected:
SPECS:
   strace.spec (1.72 -> 1.73) 

---- Diffs:

================================================================
Index: SPECS/strace.spec
diff -u SPECS/strace.spec:1.72 SPECS/strace.spec:1.73
--- SPECS/strace.spec:1.72	Sat Jun 11 19:41:30 2005
+++ SPECS/strace.spec	Thu Jul 28 23:23:53 2005
@@ -1,4 +1,6 @@
 # $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
@@ -10,7 +12,7 @@
 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
@@ -73,6 +75,19 @@
 ÓÉÓÔĹÍÎÉČ ×ÉÚĎ׌×, §Č ÁŇÇŐÍĹÎÔŚ× ÔÁ ÚÎÁŢĹÎŘ, ŃËŚ ×ĎÎÉ ĐĎ×ĹŇÎŐĚÉ.
 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
@@ -103,16 +118,22 @@
 %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
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.73  2005/07/28 21:23:53  glen
+- strace-graph moved to subpackage to cut down perl dependency on main package
+
 Revision 1.72  2005/06/11 17:41:30  qboosh
 - updated to 4.5.12, updated kernel26_userspace,stat64 patches
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/strace.spec?r1=1.72&r2=1.73&f=u




More information about the pld-cvs-commit mailing list