summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfche <fche>2005-08-11 19:16:34 +0000
committerfche <fche>2005-08-11 19:16:34 +0000
commitba3f9e9ebb1b8cae641159305031ec5fee637fd4 (patch)
treeb309940db2c06bf985c8239736aea7c75a627df0
parent4d4f412b8c3ba495bde69c03de797556322e42b7 (diff)
downloadsystemtap-steved-ba3f9e9ebb1b8cae641159305031ec5fee637fd4.tar.gz
systemtap-steved-ba3f9e9ebb1b8cae641159305031ec5fee637fd4.tar.xz
systemtap-steved-ba3f9e9ebb1b8cae641159305031ec5fee637fd4.zip
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.
-rw-r--r--ChangeLog5
-rw-r--r--systemtap.spec.in8
2 files changed, 7 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index bc947887..a0d3f422 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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/*