]> git.pld-linux.org Git - packages/strace.git/blobdiff - strace.spec
- add quota.patch (glibc 2.3.90) from strace CVS
[packages/strace.git] / strace.spec
index 2f6804380c45b7cbea20c5be613dd4a30c97223c..127852eb953b094f865b54d10fb0cfb1088dfdb5 100644 (file)
@@ -9,7 +9,7 @@ Summary(tr):    
 Summary(uk):   ÷¦ÄÓ̦ÄËÏ×Õ¤ ÔÁ ÐÏËÁÚÕ¤ ÓÉÓÔÅÍΦ ×ÉËÌÉËÉ, ÐÏ×'ÑÚÁΦ ¦Ú ÚÁÐÕÝÅÎÉÍ ÐÒÏÃÅÓÏÍ
 Name:          strace
 Version:       4.5.12
-Release:       1
+Release:       2
 License:       BSD-like
 Group:         Development/Debuggers
 Source0:       http://dl.sourceforge.net/strace/%{name}-%{version}.tar.bz2
@@ -20,6 +20,7 @@ Patch1:               %{name}-getdents64.patch
 Patch2:                %{name}-kernel26_userspace.patch
 Patch3:                %{name}-stat64.patch
 Patch4:                %{name}-sparc64.patch
+Patch5:                %{name}-quota.patch
 URL:           http://www.liacs.nl/~wichert/strace/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -72,6 +73,28 @@ birlikte d
 ÓÉÓÔÅÍÎÉÈ ×ÉÚÏצ×, §È ÁÒÇÕÍÅÎԦנÔÁ ÚÎÁÞÅÎØ, Ñ˦ ×ÏÎÉ ÐÏ×ÅÒÎÕÌÉ.
 Strace ËÏÒÉÓÎÉÊ ÄÌѠĦÁÇÎÏÓÔÉËÉ ÐÒÏÂÌÅÍ ÔÁ ×¦ÄÌÁÄËÉ.
 
+%package graph
+Summary:       strace graph
+Summary(pl):   Graf strace
+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.
+
+%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
@@ -79,6 +102,7 @@ Strace 
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__aclocal}
@@ -102,6 +126,10 @@ 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
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/strace-graph
This page took 0.060275 seconds and 4 git commands to generate.