rebuilt with debug package [release 5.9-2mamba;Thu Nov 26 2020]
This commit is contained in:
parent
757b47ebbc
commit
ca722a1109
20
strace.spec
20
strace.spec
@ -1,6 +1,6 @@
|
|||||||
Name: strace
|
Name: strace
|
||||||
Version: 5.9
|
Version: 5.9
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A debugging tool which prints out all the system calls made by a process/program
|
Summary: A debugging tool which prints out all the system calls made by a process/program
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,6 +11,9 @@ Source: https://github.com/strace/strace.git/v%{version}/strace-%{version
|
|||||||
Patch0: strace-4.7-os-release-detect-openmamba.patch
|
Patch0: strace-4.7-os-release-detect-openmamba.patch
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libdw-devel
|
||||||
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -33,14 +36,20 @@ System calls and signals are events that happen at the user/kernel interface.
|
|||||||
A close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions.
|
A close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions.
|
||||||
This package contains strace-graph, a script that processes strace output files.
|
This package contains strace-graph, a script that processes strace output files.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
|
||||||
sh ./bootstrap
|
sh ./bootstrap
|
||||||
#autoreconf -f -i
|
#autoreconf -f -i
|
||||||
%configure
|
|
||||||
|
%build
|
||||||
|
%configure \
|
||||||
|
%ifarch aarch64
|
||||||
|
--enable-mpers=check
|
||||||
|
%endif
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -64,6 +73,9 @@ sh ./bootstrap
|
|||||||
%{_bindir}/strace-graph
|
%{_bindir}/strace-graph
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 26 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9-2mamba
|
||||||
|
- rebuilt with debug package
|
||||||
|
|
||||||
* Tue Sep 29 2020 Automatic Build System <autodist@mambasoft.it> 5.9-1mamba
|
* Tue Sep 29 2020 Automatic Build System <autodist@mambasoft.it> 5.9-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user