diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | systemtap.spec.in | 8 |
2 files changed, 7 insertions, 6 deletions
@@ -1,5 +1,10 @@ 2005-08-11 Frank Ch. Eigler <fche@elastic.org> + * systemtap.spec.in: Tweak to turn into fedora-flavoured spec. + Don't build/install runtime docs. + +2005-08-11 Frank Ch. Eigler <fche@elastic.org> + * Makefile.am (uninstall-local): New target. * Makefile.in: Regenerate. 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/* |