]> git.pld-linux.org Git - packages/strace.git/blobdiff - strace.spec
- adjust for 4.5.20
[packages/strace.git] / strace.spec
index 9a054d9b16a3f41fc5ae6510094a87271c9ab2bf..4a51ed9485319cd17ca67e7e4a8e401a752d81f3 100644 (file)
@@ -8,21 +8,20 @@ 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
@@ -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.036764 seconds and 4 git commands to generate.