Stephan Kulow 2011-12-21 11:21:19 +00:00 committed by Git OBS Bridge
parent 2ba91ca781
commit 1935f2268c
2 changed files with 17 additions and 17 deletions

View File

@ -15,19 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: systemtap-docs
BuildRequires: gcc-c++ libebl-devel pkg-config autoconf
BuildRequires: autoconf
BuildRequires: gcc-c++
BuildRequires: libebl-devel
BuildRequires: pkg-config
# for documents
BuildRequires: xmlto
BuildRequires: fop
BuildRequires: latex2html
License: GPLv2+
Version: 1.6
Release: 5
Release: 0
Summary: Documents and examples for systemtap
License: GPL-2.0+
Group: Development/Tools/Debuggers
Url: http://sourceware.org/systemtap/
Source: systemtap-%{version}.tar.bz2

View File

@ -15,17 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: systemtap
BuildRequires: gcc-c++ glib2-devel libcap-devel libebl-devel pkg-config sqlite-devel
BuildRequires: mozilla-nspr-devel mozilla-nss-devel mozilla-nss-tools
BuildRequires: gcc-c++
BuildRequires: glib2-devel
BuildRequires: libcap-devel
BuildRequires: libebl-devel
BuildRequires: mozilla-nspr-devel
BuildRequires: mozilla-nss-devel
BuildRequires: mozilla-nss-tools
BuildRequires: pkg-config
BuildRequires: sqlite-devel
BuildRequires: systemd
License: GPLv2+
Version: 1.6
Release: 8
Release: 0
Summary: Instrumentation System
License: GPL-2.0+
Group: Development/Tools/Debuggers
Url: http://sourceware.org/systemtap/
Source: systemtap-%{version}.tar.bz2
@ -41,8 +46,6 @@ Developers can write instrumentation to collect data on the operation
of the system.
%package runtime
License: GPLv2+
Group: Development/Tools/Debuggers
Summary: Runtime environment for systemtap
%description runtime
@ -50,8 +53,6 @@ SystemTap is an instrumentation system for systems running Linux.
This package contains the runtime environment for systemtap programs.
%package server
License: GPLv2+
Group: Development/Tools/Debuggers
Summary: Systemtap server
Requires: %{name} = %{version}-%{release}
Requires(post): /bin/systemd-tmpfiles
@ -63,8 +64,6 @@ SystemTap is an instrumentation system for systems running Linux.
This package contains the server component of systemtap.
%package sdt-devel
License: GPLv2+
Group: Development/Tools/Debuggers
Summary: Static probe support tools
Requires: %{name} = %{version}-%{release}
Requires: python-base