rpms/systemtap/F-10 .cvsignore, 1.17, 1.18 sources, 1.31, 1.32 systemtap.spec, 1.45, 1.46

Josh Stone jistone at fedoraproject.org
Wed Aug 5 03:45:36 UTC 2009


Author: jistone

Update of /cvs/pkgs/rpms/systemtap/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5697

Modified Files:
	.cvsignore sources systemtap.spec 
Log Message:
upstream release 0.9.9


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/systemtap/F-10/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore	12 Jun 2009 00:35:23 -0000	1.17
+++ .cvsignore	5 Aug 2009 03:45:36 -0000	1.18
@@ -1 +1 @@
-systemtap-0.9.8.tar.gz
+systemtap-0.9.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/systemtap/F-10/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- sources	12 Jun 2009 00:35:23 -0000	1.31
+++ sources	5 Aug 2009 03:45:36 -0000	1.32
@@ -1 +1 @@
-42128f0d5a92cc23b1565b829fed3b6f  systemtap-0.9.8.tar.gz
+cbbaff9833bc8ab58dea4f8c4dc9a77d  systemtap-0.9.9.tar.gz


Index: systemtap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/systemtap/F-10/systemtap.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- systemtap.spec	12 Jun 2009 00:35:23 -0000	1.45
+++ systemtap.spec	5 Aug 2009 03:45:36 -0000	1.46
@@ -5,10 +5,10 @@
 %{!?with_bundled_elfutils: %define with_bundled_elfutils 0}
 %{!?elfutils_version: %define elfutils_version 0.127}
 %{!?pie_supported: %define pie_supported 1}
-%{!?with_grapher: %define with_grapher 0}
+%{!?with_grapher: %define with_grapher 1}
 
 Name: systemtap
-Version: 0.9.8
+Version: 0.9.9
 Release: 1%{?dist}
 # for version, see also configure.ac
 Summary: Instrumentation System
@@ -57,6 +57,10 @@ BuildRequires: /usr/bin/latex /usr/bin/d
 BuildRequires: xmlto /usr/share/xmlto/format/fo/pdf
 %endif
 
+%if %{with_grapher}
+BuildRequires: gtkmm24-devel >= 2.8
+%endif
+
 %description
 SystemTap is an instrumentation system for systems running Linux 2.6.
 Developers can write instrumentation to collect data on the operation
@@ -80,7 +84,7 @@ Summary: Instrumentation System Testsuit
 Group: Development/System
 License: GPLv2+
 URL: http://sourceware.org/systemtap/
-Requires: systemtap dejagnu
+Requires: systemtap systemtap-sdt-devel dejagnu
 
 %description testsuite
 The testsuite allows testing of the entire SystemTap toolchain
@@ -131,6 +135,19 @@ Requires: systemtap-runtime, initscripts
 %description initscript
 Initscript for Systemtap scripts.
 
+%if %{with_grapher}
+%package grapher
+Summary: Instrumentation System Grapher
+Group: Development/System
+License: GPLv2+
+URL: http://sourceware.org/systemtap/
+Requires: systemtap-runtime
+
+%description grapher
+SystemTap grapher is a utility for real-time visualization of
+data from SystemTap instrumentation scripts.
+%endif
+
 %prep
 %setup -q %{?setup_elfutils}
 
@@ -265,10 +282,12 @@ exit 0
 %post
 # Remove any previously-built uprobes.ko materials
 (make -C /usr/share/systemtap/runtime/uprobes clean) >/dev/null 3>&1 || true
+(/sbin/rmmod uprobes) >/dev/null 3>&1 || true
 
 %preun
 # Ditto
 (make -C /usr/share/systemtap/runtime/uprobes clean) >/dev/null 3>&1 || true
+(/sbin/rmmod uprobes) >/dev/null 3>&1 || true
 
 %files
 %defattr(-,root,root)
@@ -354,8 +373,17 @@ exit 0
 %dir %{_localstatedir}/run/systemtap
 %doc initscript/README.initscript
 
+%if %{with_grapher}
+%files grapher
+%defattr(-,root,root)
+%{_bindir}/stapgraph
+%endif
+
 
 %changelog
+* Tue Aug  4 2009 Josh Stone <jistone at redhat.com> - 0.9.9-1
+- Upstream release.
+
 * Thu Jun 11 2009 Josh Stone <jistone at redhat.com> - 0.9.8-1
 - Upstream release.
 




More information about the fedora-extras-commits mailing list