diff options
author | fche <fche> | 2007-02-27 23:05:53 +0000 |
---|---|---|
committer | fche <fche> | 2007-02-27 23:05:53 +0000 |
commit | dedfb0242424555ee4309df0c0623a7f7ca84ab5 (patch) | |
tree | 60f0be6e22271f93a5333f911d3ad736f0f26c7b /systemtap.spec.in | |
parent | be16810511c4eb5aecda11342126f60bcc58e219 (diff) | |
download | systemtap-steved-dedfb0242424555ee4309df0c0623a7f7ca84ab5.tar.gz systemtap-steved-dedfb0242424555ee4309df0c0623a7f7ca84ab5.tar.xz systemtap-steved-dedfb0242424555ee4309df0c0623a7f7ca84ab5.zip |
2007-02-27 Frank Ch. Eigler <fche@elastic.org>
* systemtap.spec.in (/var/cache/systemtap): Forget it.
(stp_check): Pack this in with systemtap-runtime.
* stp_check.in: Add LANG=C for speed.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 7 |
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 |