summaryrefslogtreecommitdiffstats
path: root/systemtap.spec
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>2009-01-13 17:17:47 -0500
committerStan Cox <scox@redhat.com>2009-01-13 17:17:47 -0500
commitb899aa795f925edb7fad318d2e90bb9c3da90b24 (patch)
tree84b54062fe6df5d78264db1c68e02f4c7535cc6c /systemtap.spec
parente40ff0adfa7decc9204389af87e1fd2de43f2400 (diff)
downloadsystemtap-steved-b899aa795f925edb7fad318d2e90bb9c3da90b24.tar.gz
systemtap-steved-b899aa795f925edb7fad318d2e90bb9c3da90b24.tar.xz
systemtap-steved-b899aa795f925edb7fad318d2e90bb9c3da90b24.zip
Create the rpm subpackage systemtap-sdt-devel
Diffstat (limited to 'systemtap.spec')
-rw-r--r--systemtap.spec15
1 files changed, 15 insertions, 0 deletions
diff --git a/systemtap.spec b/systemtap.spec
index b7dc6b69..75274d24 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -102,6 +102,16 @@ SystemTap server is the server component of an instrumentation
system for systems running Linux 2.6. Developers can write
instrumentation to collect data on the operation of the system.
+%package sdt-devel
+Summary: Static probe support tools
+Group: Development/System
+License: GPLv2+
+URL: http://sourceware.org/systemtap/
+Requires: systemtap
+
+%description sdt-devel
+Support tools to allow applications to use static probes.
+
%prep
%setup -q %{?setup_elfutils}
@@ -257,6 +267,11 @@ exit 0
%{_bindir}/stap-server-connect
%{_mandir}/man8/stap-server.8*
+%files sdt-devel
+%defattr(-,root,root)
+%{_bindir}/dtrace
+%{_includedir}/sys/sdt.h
+
%changelog
* Thu Nov 13 2008 Frank Ch. Eigler <fche@redhat.com> - 0.8-1
- Upstream release.