summaryrefslogtreecommitdiff
path: root/strace.spec
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-02-27 10:16:41 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-02-27 10:16:41 +0000
commit983e875c1c150ef73c39c27de80c430c7f2a46ea (patch)
tree817aa1b405f3aff507efb135a1cd09401a1fcab6 /strace.spec
parent4e4b5adfab00af3969e4352da85c1f5553d280bc (diff)
downloadstrace-983e875c1c150ef73c39c27de80c430c7f2a46ea.tar.gz
strace-983e875c1c150ef73c39c27de80c430c7f2a46ea.tar.bz2
strace-983e875c1c150ef73c39c27de80c430c7f2a46ea.tar.xz
Use "make check" in debian/rules and strace.spec
* debian/control: Update Build-Depends. * debian/rules: Run "make check". * strace.spec: Update BuildRequires. Run "make check" in %check section.
Diffstat (limited to 'strace.spec')
-rw-r--r--strace.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/strace.spec b/strace.spec
index 9059d97..e046c62 100644
--- a/strace.spec
+++ b/strace.spec
@@ -8,7 +8,7 @@ URL: http://sourceforge.net/projects/strace/
Source0: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libaio-devel, libacl-devel
+BuildRequires: libacl-devel, libaio-devel, time
%define strace64_arches ppc64 sparc64
@@ -66,6 +66,9 @@ rm -f %{buildroot}%{_bindir}/strace-graph
%{copy64} %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64
%endif
+%check
+make check
+
%clean
rm -rf %{buildroot}