summaryrefslogtreecommitdiffstats
path: root/systemtap.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r--systemtap.spec.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in
index 038a7c06..0faa8dd4 100644
--- a/systemtap.spec.in
+++ b/systemtap.spec.in
@@ -110,11 +110,8 @@ find examples -type f -name '*.stp' -print0 | xargs -0 sed -i -r -e '1s@^#!.+sta
%install
rm -rf ${RPM_BUILD_ROOT}
-
make DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT/var/cache/systemtap
-
%check
make check %{?elfutils_mflags} || :
@@ -130,14 +127,11 @@ rm -rf ${RPM_BUILD_ROOT}
%{_bindir}/lket-b2a
%{_mandir}/man1/*
%{_mandir}/man5/*
-%{_libexecdir}/systemtap
%dir %{_datadir}/systemtap
%{_datadir}/systemtap/runtime
%{_datadir}/systemtap/tapset
-%dir %attr(0755,root,root) /var/cache/systemtap
-
%if %{bundled_elfutils}
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/lib*.so*
@@ -146,6 +140,7 @@ rm -rf ${RPM_BUILD_ROOT}
%files runtime
%defattr(-,root,root)
%{_bindir}/staprun
+%{_libexecdir}/stp_check
%{_mandir}/man8/*
%doc README AUTHORS NEWS COPYING