diff options
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index 3359fdab..526170d1 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,4 +1,4 @@ -%define bundled_elfutils 1 +%define bundled_elfutils 0 %define elfutils_version 0.111 Name: systemtap @@ -19,7 +19,6 @@ Requires: kernel-devel # or is that kernel-smp-devel? Requires: kernel-debuginfo Requires: gcc make -# Requires: tcl %if %{bundled_elfutils} Source1: elfutils-%{elfutils_version}.tar.gz @@ -34,8 +33,6 @@ SystemTap is an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system. -See the HTML documentation for further details. - %prep %setup -q %{?setup_elfutils} @@ -88,7 +85,6 @@ export CPPFLAGS LDFLAGS %configure make %{?_smp_mflags} -make docs %install rm -rf ${RPM_BUILD_ROOT} @@ -112,7 +108,7 @@ rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) -%doc README AUTHORS NEWS runtime/docs/html +%doc README AUTHORS NEWS COPYING %{_bindir}/stap %{_mandir}/man1/* |