# # spec file for package systemtap (Version 0.5.8) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: systemtap BuildRequires: gcc-c++ %define package_version 20061216 %define elfutils_version 0.124 License: GNU General Public License (GPL) Version: 0.5.8 Release: 24 Summary: Instrumentation System Group: Development/Tools/Debuggers URL: http://sourceware.org/systemtap/ # Requires: kernel-source gcc make # Suggest: kernel-smp-debuginfo Source: systemtap-%{package_version}.tar.bz2 Source1: elfutils-%{elfutils_version}-no-osl.tar.bz2 Patch: systap-elf-install.patch Patch1: elfutils-portability.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description SystemTap is an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system. Authors: -------- Frank Ch. Eigler Graydon Hoare Martin Hunt Tom Zanussi %prep # %setup -n %{name}-%{package_version} -q -a1 %setup -n src -q -a1 %patch autoreconf -fi cd elfutils-%{elfutils_version} %patch1 -p1 autoreconf -fi cd .. %build %configure --with-elfutils=elfutils-%{elfutils_version} make %install make DESTDIR=$RPM_BUILD_ROOT install install-elfutils mkdir -p $RPM_BUILD_ROOT/var/cache/systemtap %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %doc README AUTHORS NEWS COPYING %{_bindir}/* %{_mandir}/man?/* %{_libdir}/systemtap %{_datadir}/systemtap %dir %attr(0755,root,root) /var/cache/systemtap %changelog -n systemtap * Tue Jan 09 2007 - tiwai@suse.de - updated to the recent snapshot version (FATE 301670). * fix cache bugs * auto-tools fixes * probe registartion rework * allow negative numeric literals * bugfixes/optmizations - elfutls 1.2.4 removed codes with problematic license in elfutils (#232894) * Thu Aug 24 2006 - tiwai@suse.de - update elfutils to 1.2.3, including vmlinux.debuginfo fix. * Thu Aug 24 2006 - tiwai@suse.de - fix the auto-lookup of vmlinux debuginfo for SUSE systems - fix the stp compilation with 2.6.18 kernel * Wed Aug 09 2006 - tiwai@suse.de - updated to latest snapshot (version 0.5.8) with elfutils-1.2.2. * Tue Apr 18 2006 - mason@suse.de - Update to latest snapshot * Sun Apr 09 2006 - mason@suse.de - created package