From a698759e69c130625e85720fdf499677bedcb08e3d68e7d3d56b2d5175dca935 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 29 Jan 2012 06:34:38 +0000 Subject: [PATCH] - add automake too OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=44 --- systemtap-docs.changes | 5 +++++ systemtap-docs.spec | 12 ++---------- systemtap.spec | 5 ++++- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/systemtap-docs.changes b/systemtap-docs.changes index 8def6b9..3359357 100644 --- a/systemtap-docs.changes +++ b/systemtap-docs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 29 06:34:11 UTC 2012 - coolo@suse.com + +- add automake too + ------------------------------------------------------------------- Wed Dec 21 10:44:28 UTC 2011 - coolo@suse.com diff --git a/systemtap-docs.spec b/systemtap-docs.spec index 4ace077..d43cfea 100644 --- a/systemtap-docs.spec +++ b/systemtap-docs.spec @@ -1,7 +1,7 @@ # # spec file for package systemtap-docs # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,6 +18,7 @@ Name: systemtap-docs BuildRequires: autoconf +BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libebl-devel BuildRequires: pkg-config @@ -43,15 +44,6 @@ BuildArch: noarch SystemTap is an instrumentation system for systems running Linux. This package contains the documents and examples for systemtap. - - -Authors: --------- - Frank Ch. Eigler - Graydon Hoare - Martin Hunt - Tom Zanussi - %prep %setup -n systemtap-%{version} -q %patch1 -p1 diff --git a/systemtap.spec b/systemtap.spec index 4f928f1..a9d09f3 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,7 +1,7 @@ # # spec file for package systemtap # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -47,6 +47,7 @@ of the system. %package runtime Summary: Runtime environment for systemtap +Group: Development/Tools/Debuggers %description runtime SystemTap is an instrumentation system for systems running Linux. @@ -54,6 +55,7 @@ This package contains the runtime environment for systemtap programs. %package server Summary: Systemtap server +Group: Development/Tools/Debuggers Requires: %{name} = %{version}-%{release} Requires(post): /bin/systemd-tmpfiles # dependancies for systemtap shell scripts @@ -65,6 +67,7 @@ This package contains the server component of systemtap. %package sdt-devel Summary: Static probe support tools +Group: Development/Tools/Debuggers Requires: %{name} = %{version}-%{release} Requires: python-base