forked from pool/systemtap
This commit is contained in:
commit
e01fc2ffe4
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
elfutils-0.124-no-osl.tar.bz2
Normal file
3
elfutils-0.124-no-osl.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d25586459c0f6366ee4c1e9cd7cd09abd3558ad355296b28b37c182c36087f47
|
||||||
|
size 943456
|
1024
elfutils-portability.patch
Normal file
1024
elfutils-portability.patch
Normal file
File diff suppressed because it is too large
Load Diff
14
systap-elf-install.patch
Normal file
14
systap-elf-install.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
--- Makefile.am-dist 2006-08-09 15:12:54.000000000 +0200
|
||||||
|
+++ Makefile.am 2006-08-09 15:13:04.000000000 +0200
|
||||||
|
@@ -41,9 +41,9 @@
|
||||||
|
|
||||||
|
.PHONY: install-elfutils
|
||||||
|
install-elfutils:
|
||||||
|
- mkdir -p $(pkglibdir)
|
||||||
|
+ mkdir -p $(DESTDIR)$(pkglibdir)
|
||||||
|
cp -df lib-elfutils/*.so* lib-elfutils/${PACKAGE_NAME}/*.so* \
|
||||||
|
- $(pkglibdir)
|
||||||
|
+ $(DESTDIR)$(pkglibdir)
|
||||||
|
install-exec-local: install-elfutils
|
||||||
|
endif
|
||||||
|
|
3
systemtap-20061216.tar.bz2
Normal file
3
systemtap-20061216.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:31b13371177f912c42f634e197244bf660db21cf3a16e0e62b168e70cd6f080b
|
||||||
|
size 614008
|
39
systemtap.changes
Normal file
39
systemtap.changes
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 9 19:30:00 CET 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 19:10:59 CEST 2006 - tiwai@suse.de
|
||||||
|
|
||||||
|
- update elfutils to 1.2.3, including vmlinux.debuginfo fix.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 24 18:20:39 CEST 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 9 15:27:09 CEST 2006 - tiwai@suse.de
|
||||||
|
|
||||||
|
- updated to latest snapshot (version 0.5.8)
|
||||||
|
with elfutils-1.2.2.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 18 03:14:22 CEST 2006 - mason@suse.de
|
||||||
|
|
||||||
|
- Update to latest snapshot
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 9 20:32:35 CEST 2006 - mason@suse.de
|
||||||
|
|
||||||
|
- created package
|
||||||
|
|
96
systemtap.spec
Normal file
96
systemtap.spec
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
#
|
||||||
|
# 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 <fche@redhat.com>
|
||||||
|
Graydon Hoare <graydon@redhat.com>
|
||||||
|
Martin Hunt <hunt@redhat.com>
|
||||||
|
Tom Zanussi <zanussi@us.ibm.com>
|
||||||
|
|
||||||
|
%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
|
Loading…
Reference in New Issue
Block a user