summaryrefslogtreecommitdiffstats
path: root/systemtap.spec.in
diff options
context:
space:
mode:
authorhunt <hunt>2005-08-03 20:32:01 +0000
committerhunt <hunt>2005-08-03 20:32:01 +0000
commit2205d1152e6e9ff34908bf83c3964fb5883adff1 (patch)
tree237ce2147ef3c562af1c526bc4108213f257f2d5 /systemtap.spec.in
parent085efacada12da5f795db776c59af1874e9ee440 (diff)
downloadsystemtap-steved-2205d1152e6e9ff34908bf83c3964fb5883adff1.tar.gz
systemtap-steved-2205d1152e6e9ff34908bf83c3964fb5883adff1.tar.xz
systemtap-steved-2205d1152e6e9ff34908bf83c3964fb5883adff1.zip
2005-08-03 Martin Hunt <hunt@redhat.com>
* stp_check.in : Copy sources to /var/cache/systemtap. * systemtap.spec.in: Install stp_check. Create /var/cache/systemtap * Makefile.am (install-exec-local): Install stp_check. * configure.ac, systemtap.spec.in: Version 0.2.2. * Makefile.in, aclocal.m4, configure: Regenerated.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r--systemtap.spec.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in
index 7d619b40..eb282db2 100644
--- a/systemtap.spec.in
+++ b/systemtap.spec.in
@@ -98,6 +98,8 @@ mkdir -p ${installed_elfutils}
cp -P lib-elfutils/*.so* lib-elfutils/%{name}/*.so* ${installed_elfutils}/
%endif
+mkdir -p $RPM_BUILD_ROOT/var/cache/systemtap
+
%check
make check %{?elfutils_mflags} || :
@@ -111,12 +113,14 @@ rm -rf ${RPM_BUILD_ROOT}
%{_bindir}/stap
%{_mandir}/man1/*
-%{_libexecdir}/systemtap/stpd
+%{_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*
@@ -124,6 +128,10 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog
+* Wed Aug 3 2005 Martin Hunt <hunt@redhat.com> - 0.2.2-1
+- Add directory /var/cache/systemtap
+- Add stp_check to /usr/libexec/systemtap
+
* Wed Aug 3 2005 Roland McGrath <roland@redhat.com> - 0.2.1-1
- New version 0.2.1, various fixes.