]> 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 f671c6dad99e110f10eb4548e8c7467455dd5d6b..127852eb953b094f865b54d10fb0cfb1088dfdb5 100644 (file)
@@ -1,5 +1,3 @@
-# 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
@@ -11,7 +9,7 @@ Summary(tr):   
 Summary(uk):   ÷¦ÄÓ̦ÄËÏ×Õ¤ ÔÁ ÐÏËÁÚÕ¤ ÓÉÓÔÅÍΦ ×ÉËÌÉËÉ, ÐÏ×'ÑÚÁΦ ¦Ú ÚÁÐÕÝÅÎÉÍ ÐÒÏÃÅÓÏÍ
 Name:          strace
 Version:       4.5.12
-Release:       1.1
+Release:       2
 License:       BSD-like
 Group:         Development/Debuggers
 Source0:       http://dl.sourceforge.net/strace/%{name}-%{version}.tar.bz2
@@ -22,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
@@ -76,6 +75,7 @@ Strace 
 
 %package graph
 Summary:       strace graph
+Summary(pl):   Graf strace
 Group:         Development/Debuggers
 # NOTE: doesn't require directly strace binary.
 
@@ -87,6 +87,14 @@ 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
@@ -94,6 +102,7 @@ It will add elapsed time for each process in that case.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__aclocal}
@@ -122,4 +131,5 @@ rm -rf $RPM_BUILD_ROOT
 %lang(pl) %{_mandir}/pl/man1/*
 
 %files graph
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/strace-graph
This page took 0.033891 seconds and 4 git commands to generate.