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:
commit
238636b97b
@ -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
|
||||
|
||||
|
@ -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 <fche@redhat.com>
|
||||
Graydon Hoare <graydon@redhat.com>
|
||||
Martin Hunt <hunt@redhat.com>
|
||||
Tom Zanussi <zanussi@us.ibm.com>
|
||||
|
||||
%prep
|
||||
%setup -n systemtap-%{version} -q
|
||||
%patch1 -p1
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user