]> git.pld-linux.org Git - packages/strace.git/blobdiff - strace.spec
Release 2 (by relup.sh)
[packages/strace.git] / strace.spec
index a527dec89963cb8b1f15109427aff700c3aff3b4..a96f1c613f946caba8186de36081e766829a5cbd 100644 (file)
@@ -21,13 +21,14 @@ 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:       5.7
-Release:       1
+Version:       5.19
+Release:       2
 License:       LGPL v2.1+
 Group:         Development/Debuggers
 Source0:       https://github.com/strace/strace/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 8c35b8ebf187b2ec18209bd7bbd16e7a
+# Source0-md5: 13a37bd709b452a7c30e89f0db39b535
 Source1:       %{name}.1.pl
+Patch0:                %{name}-binutils2.36.patch
 URL:           https://strace.io/
 # acl and libaio for headers only
 BuildRequires: acl-devel
@@ -109,6 +110,7 @@ Doda wtedy upływający czas dla każdego procesu.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %if %{with libunwind}
@@ -132,12 +134,14 @@ rm -rf $RPM_BUILD_ROOT
 
 install -D %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1/strace.1
 
+cp -p src/strace-graph $RPM_BUILD_ROOT%{_bindir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING CREDITS ChangeLog NEWS README-linux-ptrace
+%doc COPYING CREDITS ChangeLog NEWS doc/README-linux-ptrace
 %attr(755,root,root) %{_bindir}/strace
 %attr(755,root,root) %{_bindir}/strace-log-merge
 %{_mandir}/man1/strace.1*
This page took 0.069083 seconds and 4 git commands to generate.