File q-tools.spec of Package q-tools
#
# spec file for package q-tools (Version 0.3)
#
# Copyright (c) 2008 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: q-tools
BuildRequires: libpfm
Summary: Collection of profiling tools for Itanium
Version: 0.3
Release: 68
Group: Development/Tools/Other
License: GPL-2.0+
Url: http://www.hpl.hp.com/research/linux/q-tools/
Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/%{name}-%{version}.tar.gz
Patch: %{name}-%{version}.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: ia64
%description
This package contains a system-wide profiler (q-syscollect), a
gprof-style profile visualizer (q-view), and a call-graph visualizer
(q-dot).
Authors:
--------
David Mosberger <davidm@napali.hpl.hp.com>
%prep
%setup -q
%patch
%build
make "CFLAGS=$RPM_OPT_FLAGS" prefix=/usr
%install
make install prefix=$RPM_BUILD_ROOT/usr
%clean
rm -fr $RPM_BUILD_ROOT
%files
%defattr(-, root, root, 755)
%doc COPYING README
/usr/bin/*
/usr/share/q-tools
%changelog
* Thu Aug 07 2008 ro@suse.de
- add exclusivearch to specfile
* Wed May 16 2007 schwab@suse.de
- Update to q-tools 0.3.
*** q-syscollect: added support for Dual-Core Itanium2 (Montecito)
*** q-syscollect: restructured code to split each PMU model for BTB support
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Oct 12 2004 schwab@suse.de
- Initial version 0.2.