Accepting request 101933 from devel:tools

- add automake too

OBS-URL: https://build.opensuse.org/request/show/101933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemtap?expand=0&rev=71
This commit is contained in:
Stephan Kulow 2012-01-31 09:22:32 +00:00 committed by Git OBS Bridge
commit 238636b97b
3 changed files with 11 additions and 11 deletions

View File

@ -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 Wed Dec 21 10:44:28 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package systemtap-docs # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,6 +18,7 @@
Name: systemtap-docs Name: systemtap-docs
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libebl-devel BuildRequires: libebl-devel
BuildRequires: pkg-config BuildRequires: pkg-config
@ -43,15 +44,6 @@ BuildArch: noarch
SystemTap is an instrumentation system for systems running Linux. SystemTap is an instrumentation system for systems running Linux.
This package contains the documents and examples for systemtap. This package contains the documents and examples for systemtap.
Authors:
--------
Frank Ch. Eigler <fche@redhat.com>
Graydon Hoare <graydon@redhat.com>
Martin Hunt <hunt@redhat.com>
Tom Zanussi <zanussi@us.ibm.com>
%prep %prep
%setup -n systemtap-%{version} -q %setup -n systemtap-%{version} -q
%patch1 -p1 %patch1 -p1

View File

@ -1,7 +1,7 @@
# #
# spec file for package systemtap # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -47,6 +47,7 @@ of the system.
%package runtime %package runtime
Summary: Runtime environment for systemtap Summary: Runtime environment for systemtap
Group: Development/Tools/Debuggers
%description runtime %description runtime
SystemTap is an instrumentation system for systems running Linux. SystemTap is an instrumentation system for systems running Linux.
@ -54,6 +55,7 @@ This package contains the runtime environment for systemtap programs.
%package server %package server
Summary: Systemtap server Summary: Systemtap server
Group: Development/Tools/Debuggers
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires(post): /bin/systemd-tmpfiles Requires(post): /bin/systemd-tmpfiles
# dependancies for systemtap shell scripts # dependancies for systemtap shell scripts
@ -65,6 +67,7 @@ This package contains the server component of systemtap.
%package sdt-devel %package sdt-devel
Summary: Static probe support tools Summary: Static probe support tools
Group: Development/Tools/Debuggers
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: python-base Requires: python-base