Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 479734 Details for
Bug 678824
[RFE] Please package kernelshark - the GUI side to trace-cmd
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to the spec file
trace-cmd.spec.diff (text/plain), 2.67 KB, created by
Jon Stanley
on 2011-02-20 01:23:16 UTC
(
hide
)
Description:
Patch to the spec file
Filename:
MIME Type:
Creator:
Jon Stanley
Created:
2011-02-20 01:23:16 UTC
Size:
2.67 KB
patch
obsolete
>--- trace-cmd.spec 2010-07-05 16:22:35.000000000 -0400 >+++ ../rpmbuild/SPECS/trace-cmd.spec 2011-02-19 20:08:53.425586771 -0500 >@@ -1,37 +1,56 @@ > Name: trace-cmd >-Version: 1.0.4 >-Release: 7%{?dist} >+Version: 1.0.5 >+Release: 1%{?dist} > License: GPLv2 and LGPLv2.1 > Summary: trace-cmd is a user interface to Ftrace > > Group: Development/Tools > URL: http://www.kernel.org/pub/linux/analysis/trace-cmd/ >-Source: %{URL}/%{name}-%{version}.tar.gz >+Source0: http://www.kernel.org/pub/linux/analysis/trace-cmd/%{name}-%{version}.tar.bz2 >+Source1: kernelshark.desktop >+Patch0: trace-cmd-1.0.4-rpm-opt-flags.patch > > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > BuildRequires: xmlto > BuildRequires: asciidoc > BuildRequires: mlocate >+# needed for the GUI parts >+BuildRequires: libxml2-devel >+BuildRequires: gtk2-devel >+BuildRequires: glib2-devel >+BuildRequires: desktop-file-utils > > %description > trace-cmd is a user interface to Ftrace. Instead of needing to use the > debugfs directly, trace-cmd will handle of setting of options and > tracers and will record into a data file. > >+%package -n kernelshark >+Summary: GUI analysis for Ftrace data captured by trace-cmd >+Group: Development/Tools >+ >+%description -n kernelshark >+Kernelshark is the GUI frontend for analyzing data produced by >+'trace-cmd extract' >+ > %prep > %setup -q >+%patch0 -p1 -b .rpmoptflags > > %build > # MANPAGE_DOCBOOK_XSL define is hack to avoid using locate > MANPAGE_DOCBOOK_XSL=`rpm -ql docbook-style-xsl | grep manpages/docbook.xsl` >-make MANPAGE_DOCBOOK_XSL=$MANPAGE_DOCBOOK_XSL all doc >+make V=1 RPM_OPT_FLAGS="%{optflags}" MANPAGE_DOCBOOK_XSL=$MANPAGE_DOCBOOK_XSL all doc gui >+ > > %install > rm -Rf %{buildroot} >-make DESTDIR=%{buildroot} prefix=/usr install install_doc >+make V=1 DESTDIR=%{buildroot} prefix=%{_prefix} install install_doc install_gui >+install -dm 755 %{buildroot}/%{_datadir}/applications >+install -m 644 %{SOURCE1} %{buildroot}/%{_datadir}/applications/kernelshark.desktop >+desktop-file-validate %{buildroot}/%{_datadir}/applications/kernelshark.desktop > > %clean >-make clean doc_clean > rm -rf %{buildroot} > > %files >@@ -42,8 +61,21 @@ > %{_mandir}/man1/* > %{_mandir}/man5/* > >+%files -n kernelshark >+%{_bindir}/trace-view >+%{_bindir}/trace-graph >+%{_bindir}/kernelshark >+%{_datadir}/applications/kernelshark.desktop >+ >+ > %changelog >-* Mon Jul 5 2010 John Kacur <jkacur@redhat.com> >+* Sat Feb 19 2011 Jon Stanley <jonstanley@gmail.com> - 1.0.5-1 >+- Rebase to 1.0.5 >+- Add Makefile patch to support passing RPM_OPT_FLAGS >+- Add kernelshark subpackage >+- Initial Fedora version >+ >+* Mon Jul 5 2010 John Kacur <jkacur@redhat.com> - 1.0.4-7 > - Rebasing to trace-cmd-1.0.4 > > * Wed Jun 16 2010 John Kacur <jkacur@redhat.com>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 678824
: 479734