From dedfb0242424555ee4309df0c0623a7f7ca84ab5 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 27 Feb 2007 23:05:53 +0000 Subject: 2007-02-27 Frank Ch. Eigler * systemtap.spec.in (/var/cache/systemtap): Forget it. (stp_check): Pack this in with systemtap-runtime. * stp_check.in: Add LANG=C for speed. --- systemtap.spec.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'systemtap.spec.in') 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 -- cgit