]> git.pld-linux.org Git - packages/strace.git/blobdiff - strace.spec
- adjust for 4.5.20
[packages/strace.git] / strace.spec
index 5e24c1500a570dab9f3437bdb0b0c620380155f3..4a51ed9485319cd17ca67e7e4a8e401a752d81f3 100644 (file)
@@ -1,28 +1,27 @@
 Summary:       prints system call strace of a running process
-Summary(de.UTF-8):   druckt ein Protokoll der Systemaufrufe eines laufenden Prozesses
-Summary(es.UTF-8):   Enseña las llamadas de sistema de un proceso en ejecución
-Summary(fr.UTF-8):   affiche l'appel système strace d'un processus en exécution
-Summary(pl.UTF-8):   strace wyświetla funkcje systemowe wywoływane przez uruchomiony proces
-Summary(pt_BR.UTF-8):   Mostra as chamadas de sistema de um processo rodando
-Summary(ru.UTF-8):   Отслеживает и показывает системные вызовы, связанные с запущенным процессом
-Summary(tr.UTF-8):   Çalışan bir sürecin yaptığı sistem çağrılarını listeler
-Summary(uk.UTF-8):   Відслідковує та показує системні виклики, пов'язані із запущеним процесом
+Summary(de.UTF-8):     druckt ein Protokoll der Systemaufrufe eines laufenden Prozesses
+Summary(es.UTF-8):     Enseña las llamadas de sistema de un proceso en ejecución
+Summary(fr.UTF-8):     affiche l'appel système strace d'un processus en exécution
+Summary(pl.UTF-8):     strace wyświetla funkcje systemowe wywoływane przez uruchomiony proces
+Summary(pt_BR.UTF-8):  Mostra as chamadas de sistema de um processo rodando
+Summary(ru.UTF-8):     Отслеживает и показывает системные вызовы, связанные с запущенным процессом
+Summary(tr.UTF-8):     Çalışan bir sürecin yaptığı sistem çağrılarını listeler
+Summary(uk.UTF-8):     Відслідковує та показує системні виклики, пов'язані із запущеним процесом
 Name:          strace
-Version:       4.5.15
+Version:       4.5.20
 Release:       1
 License:       BSD-like
 Group:         Development/Debuggers
-Source0:       http://dl.sourceforge.net/strace/%{name}-%{version}.tar.bz2
-# Source0-md5: ef40944118841803391d212cb64d3c5b
+Source0:       http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.bz2
+# Source0-md5: 64dfe10d9db0c1e34030891695ffca4b
 Source1:       %{name}.1.pl
-Patch0:                %{name}-newsysc.patch
-Patch1:                %{name}-getdents64.patch
-Patch2:                %{name}-kernel26_userspace.patch
-Patch3:                %{name}-stat64.patch
-Patch4:                %{name}-sparc64.patch
+Patch0:                %{name}-stat64.patch
 URL:           http://sourceforge.net/projects/strace/
+# acl and libaio for headers only
+BuildRequires: acl-devel
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
+BuildRequires: libaio-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -74,7 +73,7 @@ Strace корисний для діагностики проблем та від
 
 %package graph
 Summary:       strace graph
-Summary(pl.UTF-8):   Graf strace
+Summary(pl.UTF-8):     Graf strace
 Group:         Development/Debuggers
 # NOTE: doesn't require directly strace binary.
 
@@ -83,8 +82,8 @@ 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.
+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.UTF-8
 Skrypt strace-graph przetwarza wynik strace -f i wyświetla graf
@@ -97,10 +96,6 @@ Doda wtedy upływający czas dla każdego procesu.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 %{__aclocal}
@@ -125,8 +120,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc COPYRIGHT CREDITS ChangeLog NEWS README-linux TODO
 %attr(755,root,root) %{_bindir}/strace
-%{_mandir}/man1/*
-%lang(pl) %{_mandir}/pl/man1/*
+%{_mandir}/man1/strace.1*
+%lang(pl) %{_mandir}/pl/man1/strace.1*
 
 %files graph
 %defattr(644,root,root,755)
This page took 0.057864 seconds and 4 git commands to generate.