]> git.pld-linux.org Git - packages/strace.git/blobdiff - strace.spec
- updated 4.25
[packages/strace.git] / strace.spec
index 602ee97f4863662867fc36c9a7177567c3009e11..6ecffbd9f4c513afe1bfda0308e75b791c788b3d 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.10
+Version:       4.25
 Release:       1
 License:       BSD-like
 Group:         Development/Debuggers
-Source0:       http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
-# Source0-md5: 107a5be455493861189e9b57a3a51912
+Source0:       https://github.com/strace/strace/releases/download/v%{version}/%{name}-%{version}.tar.xz
+# Source0-md5: fa5ac841e9ce6af133061822898d49a9
 Source1:       %{name}.1.pl
-URL:           http://sourceforge.net/projects/strace/
+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}
 
@@ -132,6 +135,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/strace
 %attr(755,root,root) %{_bindir}/strace-log-merge
 %{_mandir}/man1/strace.1*
+%{_mandir}/man1/strace-log-merge.1*
 %lang(pl) %{_mandir}/pl/man1/strace.1*
 
 %files graph
This page took 0.025254 seconds and 4 git commands to generate.