X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=strace.spec;h=a775415648c9aa945bffb877005b48d43062276e;hb=e05c672ffc952fb125c0b6d846ac26ce1a1ac74b;hp=c82aa0d644e88f6294e38e7dc990bcfe82f93653;hpb=f3c40c942117606b6305d00c39fbe22669318e38;p=packages%2Fstrace.git diff --git a/strace.spec b/strace.spec index c82aa0d..a775415 100644 --- a/strace.spec +++ b/strace.spec @@ -8,21 +8,22 @@ 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.18 -Release: 2 +Version: 4.6 +Release: 1 License: BSD-like Group: Development/Debuggers -Source0: http://dl.sourceforge.net/strace/%{name}-%{version}.tar.bz2 -# Source0-md5: e9449fcee97e6a8ed73934c883c870e0 +Source0: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz +# Source0-md5: e537b2b1afeec70c0e6e27a0d0fd671e Source1: %{name}.1.pl Patch0: %{name}-stat64.patch -Patch1: %{name}-fd.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 +BuildRequires: tar >= 1:1.22 +BuildRequires: xz BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -83,8 +84,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 +98,9 @@ Doda wtedy upływający czas dla każdego procesu. %prep %setup -q %patch0 -p1 -%patch1 -p1 %build -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} @@ -122,8 +122,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)