From b899aa795f925edb7fad318d2e90bb9c3da90b24 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Tue, 13 Jan 2009 17:17:47 -0500 Subject: Create the rpm subpackage systemtap-sdt-devel --- systemtap.spec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'systemtap.spec') 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 - 0.8-1 - Upstream release. -- cgit