Projects
Mega:23.09
strace
_service:tar_scm:strace.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:strace.spec of Package strace
Summary: Tracks and displays system calls associated with a running process Name: strace Version: 6.6 Release: 1 # The test suite is GPLv2+, all the rest is LGPLv2.1+. License: LGPL-2.1+ and GPL-2.0+ # Some distros require Group tag to be present, # some require Group tag to be absent, # some do not care about Group tag at all, # and we have to cater for all of them. URL: https://strace.io %if 0%{?fedora} >= 12 || 0%{?centos} >= 6 || 0%{?rhel} >= 6 || 0%{?suse_version} >= 1200 || 0%{?openEuler} >= 1 Source: https://strace.io/files/%{version}/strace-%{version}.tar.xz BuildRequires: xz %else Source: strace-%{version}.tar.gz %endif BuildRequires: gcc gzip make # Install Bluetooth headers for AF_BLUETOOTH sockets decoding. %if 0%{?fedora} >= 18 || 0%{?centos} >= 6 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1200 || 0%{?openEuler} >= 1 BuildRequires: pkgconfig(bluez) %endif # Install elfutils-devel or libdw-devel to enable strace -k option. # Install binutils-devel to enable symbol demangling. %if 0%{?fedora} >= 20 || 0%{?centos} >= 6 || 0%{?rhel} >= 6 || 0%{?openEuler} >= 1 %define buildrequires_stacktrace BuildRequires: elfutils-devel binutils-devel %endif %if 0%{?suse_version} >= 1100 %define buildrequires_stacktrace BuildRequires: libdw-devel binutils-devel %endif %{?buildrequires_stacktrace} # OBS compatibility %{?!buildroot:BuildRoot: %_tmppath/buildroot-%name-%version-%release} %define maybe_use_defattr %{?suse_version:%%defattr(-,root,root)} # Fallback definitions for make_build/make_install macros %{?!__make: %global __make %_bindir/make} %{?!__install: %global __install %_bindir/install} %{?!make_build: %global make_build %__make %{?_smp_mflags}} %{?!make_install: %global make_install %__make install DESTDIR="%{?buildroot}"} %description The strace program intercepts and records the system calls called and received by a running process. Strace can print a record of each system call, its arguments and its return value. Strace is useful for diagnosing problems and debugging, as well as for instructional purposes. Install strace if you need a tool to track the system calls made and received by a process. %prep %autosetup -p1 -n %{name}-%{version} echo -n %version-%release > .tarball-version echo -n 2022 > .year echo -n 2022-10-16 > doc/.strace.1.in.date echo -n 2022-01-01 > doc/.strace-log-merge.1.in.date %build echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION' uname -a |head -1 libc="$(ldd /bin/sh |sed -n 's|^[^/]*\(/[^ ]*/libc\.so[^ ]*\).*|\1|p' |head -1)" $libc |head -1 file -L /bin/sh gcc --version |head -1 ld --version |head -1 kver="$(printf '%%s\n%%s\n' '#include <linux/version.h>' 'LINUX_VERSION_CODE' | gcc -E -P -)" printf 'kernel-headers %%s.%%s.%%s\n' $(($kver/65536)) $(($kver/256%%256)) $(($kver%%256)) echo 'END OF BUILD ENVIRONMENT INFORMATION' export CC_FOR_BUILD="$CC"; CFLAGS_FOR_BUILD="$RPM_OPT_FLAGS"; export CFLAGS_FOR_BUILD %configure --enable-mpers=check %make_build %install %make_install # some say uncompressed changelog files are too big for f in ChangeLog ChangeLog-CVS; do gzip -9n < "$f" > "$f".gz & done wait %check #make check #width=$(echo __LONG_WIDTH__ |%__cc -E -P -) #skip_32bit=0 #%if 0%{?fedora} >= 35 || 0%{?rhel} > 9 #skip_32bit=1 #%endif #if [ "${width}" != 32 ] || [ "${skip_32bit}" != 1 ]; then # %{buildroot}%{_bindir}/strace -V # %make_build -k check VERBOSE=1 # echo 'BEGIN OF TEST SUITE INFORMATION' # tail -n 99999 -- tests*/test-suite.log tests*/ksysent.gen.log # find tests* -type f -name '*.log' -print0 | # xargs -r0 grep -H '^KERNEL BUG:' -- ||: # echo 'END OF TEST SUITE INFORMATION' #fi %files %maybe_use_defattr %doc CREDITS ChangeLog.gz ChangeLog-CVS.gz COPYING NEWS README %{_bindir}/strace %{_bindir}/strace-log-merge %{_mandir}/man1/* %changelog * Fri Jan 19 2024 liuchao <liuchao173@huawei.com> - 6.6-1 - update to 6.6 to fix compile error with kernel 6.6 * Tue Aug 8 2023 suweifeng <suweifeng1@huawei.com> - 6.1-4 - Fix compile error with kernel 6.4 * Mon Jul 10 2023 zhujin <zhujin18@huawei.com> - 6.1-3 - Fixed obs build error * Sat May 13 2023 chenzanyu <chenzanyu@huawei.com> - 6.1-2 - Fixed A compilation error under LLVM because no compiler was specified in file strace.spec * Fri Feb 3 2023 zhujin <zhujin18@huawei.com> - 6.1-1 - update to 6.1 * Mon Nov 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 5.14-1 - update to 5.14 * Mon Feb 1 2021 xinghe <xinghe1@huawei.com> - 5.10-1 - update to 5.10 * Tue Nov 10 2020 xinghe <xinghe1@huawei.com> - 5.6-2 - fix master build error * Sat Jul 25 2020 liuchao<liuchao173@huawei.com> - 5.6-1 - Upgrade strace version to 5.6 * Wed Jan 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0-2 - Upgrade strace version to 5.0 * Tue Mar 19 2019 strace-devel@lists.strace.io - 5.0-1 - strace 5.0 snapshot.
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2