4.13-1
- v4.12 -> v4.13.
This commit is contained in:
parent
3560afe55f
commit
bff7462508
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/strace-4.12.tar.xz
|
/strace-4.13.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
efb8611fc332e71ec419c53f59faa93e strace-4.12.tar.xz
|
4b78c7febdd24c79d5147824d1a080a3 strace-4.13.tar.xz
|
||||||
|
20
strace.spec
20
strace.spec
@ -1,18 +1,20 @@
|
|||||||
Summary: Tracks and displays system calls associated with a running process
|
Summary: Tracks and displays system calls associated with a running process
|
||||||
Name: strace
|
Name: strace
|
||||||
Version: 4.12
|
Version: 4.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
%define srcname %name-%version
|
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
URL: http://sourceforge.net/projects/strace/
|
URL: http://sourceforge.net/projects/strace/
|
||||||
Source: http://downloads.sourceforge.net/strace/%{srcname}.tar.xz
|
Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: time
|
%if 0%{?fedora_version} >= 20 || 0%{?centos_version} >= 800 || 0%{?rhel_version} >= 800 || 0%{?scientificlinux_version} >= 800 || 0%{?suse_version} >= 1300
|
||||||
|
%define buildrequires_libunwind_devel BuildRequires: libunwind-devel
|
||||||
|
%endif
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
# for experimental -k option
|
# for experimental -k option
|
||||||
BuildRequires: libunwind-devel
|
%{?buildrequires_libunwind_devel}
|
||||||
%endif
|
%endif
|
||||||
%define strace64_arches ppc64 sparc64
|
%define strace64_arches ppc64 sparc64
|
||||||
|
%{?!buildroot:BuildRoot: %_tmppath/buildroot-%name-%version-%release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The strace program intercepts and records the system calls called and
|
The strace program intercepts and records the system calls called and
|
||||||
@ -44,7 +46,8 @@ The `strace' program in the `strace' package is for 32-bit processes.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{srcname}
|
%setup -q
|
||||||
|
echo -n %version-%release > .tarball-version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION'
|
echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION'
|
||||||
@ -84,6 +87,7 @@ tail -n 99999 -- tests*/test-suite.log tests*/ksysent.log
|
|||||||
echo 'END OF TEST SUITE INFORMATION'
|
echo 'END OF TEST SUITE INFORMATION'
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%{?suse_version:%defattr(-,root,root)}
|
||||||
%doc CREDITS ChangeLog ChangeLog-CVS COPYING NEWS README
|
%doc CREDITS ChangeLog ChangeLog-CVS COPYING NEWS README
|
||||||
%{_bindir}/strace
|
%{_bindir}/strace
|
||||||
%{_bindir}/strace-log-merge
|
%{_bindir}/strace-log-merge
|
||||||
@ -91,10 +95,14 @@ echo 'END OF TEST SUITE INFORMATION'
|
|||||||
|
|
||||||
%ifarch %{strace64_arches}
|
%ifarch %{strace64_arches}
|
||||||
%files -n strace64
|
%files -n strace64
|
||||||
|
%{?suse_version:%defattr(-,root,root)}
|
||||||
%{_bindir}/strace64
|
%{_bindir}/strace64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 26 2016 Dmitry V. Levin <ldv@altlinux.org> - 4.13-1
|
||||||
|
- v4.12 -> v4.13.
|
||||||
|
|
||||||
* Tue May 31 2016 Dmitry V. Levin <ldv@altlinux.org> - 4.12-1
|
* Tue May 31 2016 Dmitry V. Levin <ldv@altlinux.org> - 4.12-1
|
||||||
- v4.11-163-g972018f -> v4.12.
|
- v4.11-163-g972018f -> v4.12.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user