]> git.pld-linux.org Git - packages/strace.git/blobdiff - strace.spec
- updated to 5.3
[packages/strace.git] / strace.spec
index 8015fe5506f8962acca955cd522789c0c61262dd..faa77c719d6070f02d52527e4c3eaca62c943d5c 100644 (file)
@@ -1,8 +1,9 @@
 #
 # Conditional build:
 %bcond_without libunwind       # strack tracing using libunwind
+%bcond_without libiberty       # symbol demangling in stack backtraces
 #
-%ifnarch %{ix86} %{x8664} arm hppa ia64 mips ppc ppc64 sh
+%ifnarch %{ix86} %{x8664} x32 %{arm} hppa ia64 mips ppc ppc64 sh
 %undefine      with_libunwind
 %endif
 Summary:       prints system call strace of a running process
@@ -15,16 +16,17 @@ 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.21
+Version:       5.3
 Release:       1
-License:       BSD-like
+License:       LGPL v2.1+
 Group:         Development/Debuggers
 Source0:       https://github.com/strace/strace/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 785b679a75e9758ebeb66816f315b9fe
+# Source0-md5: 84f5e72de813c9b1bb6057ee8ab428d8
 Source1:       %{name}.1.pl
 URL:           https://strace.io/
 # acl and libaio for headers only
 BuildRequires: acl-devel
+%{?with_libiberty:BuildRequires:       binutils-devel >= 4:2.30-1}
 BuildRequires: libaio-devel
 %{?with_libunwind:BuildRequires:       libunwind-devel}
 BuildRequires: tar >= 1:1.22
@@ -112,6 +114,7 @@ Doda wtedy upływający czas dla każdego procesu.
 CFLAGS="%{rpmcflags} -fPIE"
 %endif
 %configure \
+       %{!?with_libiberty:--without-libiberty} \
        %{!?with_libunwind:--without-libunwind}
 %{__make}
 
This page took 0.039841 seconds and 4 git commands to generate.