138 lines
5.0 KiB
RPMSpec
138 lines
5.0 KiB
RPMSpec
Name: strace
|
|
Version: 4.23
|
|
Release: 1mamba
|
|
Summary: A debugging tool which prints out all the system calls made by a process/program
|
|
Group: Development/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Aleph0 <aleph0@openmamba.org>
|
|
URL: http://sourceforge.net/projects/strace/
|
|
Source: https://github.com/strace/strace.git/v%{version}/strace-%{version}.tar.bz2
|
|
Patch0: strace-4.7-os-release-detect-openmamba.patch
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
License: GPL
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Strace is a system call trace, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program.
|
|
The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have source.
|
|
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.
|
|
|
|
%package graph
|
|
Summary: A script that processes strace output files
|
|
Group: Development/Tools
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description graph
|
|
Strace is a system call trace, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program.
|
|
The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have source.
|
|
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.
|
|
This package contains strace-graph, a script that processes strace output files.
|
|
|
|
%prep
|
|
%setup -q
|
|
#%patch0 -p1
|
|
|
|
%build
|
|
sh ./bootstrap
|
|
#autoreconf -f -i
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/strace
|
|
%{_bindir}/strace-log-merge
|
|
%{_mandir}/man1/strace.1*
|
|
%{_mandir}/man1/strace-log-merge.1*
|
|
%doc AUTHORS COPYING
|
|
#ChangeLog NEWS README README-linux
|
|
|
|
%files graph
|
|
%defattr(-,root,root)
|
|
%{_bindir}/strace-graph
|
|
|
|
%changelog
|
|
* Sat Jul 28 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 4.23-1mamba
|
|
- update to 4.23
|
|
|
|
* Thu Mar 22 2018 Automatic Build System <autodist@mambasoft.it> 4.21-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 27 2017 Automatic Build System <autodist@mambasoft.it> 4.20-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 03 2017 Automatic Build System <autodist@mambasoft.it> 4.19-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 4.18-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 08 2017 Automatic Build System <autodist@mambasoft.it> 4.16-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 15 2016 Automatic Build System <autodist@mambasoft.it> 4.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 4.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 03 2016 Automatic Build System <autodist@mambasoft.it> 4.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jun 11 2016 Automatic Build System <autodist@mambasoft.it> 4.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 26 2016 Automatic Build System <autodist@mambasoft.it> 4.11-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Mar 07 2015 Automatic Build System <autodist@mambasoft.it> 4.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Aug 17 2014 Automatic Build System <autodist@mambasoft.it> 4.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jun 10 2013 Automatic Build System <autodist@mambasoft.it> 4.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 05 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7-2mamba
|
|
- added a patch to fix OS release detection in openmamba by parsing uname output
|
|
|
|
* Wed Oct 31 2012 Automatic Build System <autodist@mambasoft.it> 4.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 12 2011 Automatic Build System <autodist@mambasoft.it> 4.6-1mamba
|
|
- update to 4.6
|
|
|
|
* Wed Dec 01 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.20-2mamba
|
|
- added strace-graph package to put apart perl dependency
|
|
|
|
* Tue Apr 20 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.20-1mamba
|
|
- update to 4.5.20
|
|
|
|
* Sun Oct 25 2009 Automatic Build System <autodist@mambasoft.it> 4.5.19-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Aug 29 2008 Aleph0 <aleph0@openmamba.org> 4.5.18-1mamba
|
|
- update to 4.5.18
|
|
|
|
* Wed Jun 28 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 4.5.14-1qilnx
|
|
- update to version 4.5.14 by autospec
|
|
|
|
* Thu Nov 10 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.12-1qilnx
|
|
- update to version 4.5.12 by autospec
|
|
|
|
* Mon Mar 14 2005 Davide Madrisan <davide.madrisan@qilinux.it> 4.5.9-1qilnx
|
|
- package created by autospec
|