forked from pool/systemtap
This commit is contained in:
parent
7db7d1e059
commit
86cf4c3078
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:308ceaacd14b8db9a3244251e11e7dd747cd99cadfd5766ebc50ceea1fbe0041
|
|
||||||
size 939027
|
|
3
systemtap-20080906.tar.bz2
Normal file
3
systemtap-20080906.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b8fd5356001bf6cb802891eb99dc0248029f97d2360d5b386dab535bc0ca1a44
|
||||||
|
size 958869
|
@ -1,16 +1,5 @@
|
|||||||
--- Makefile.am-dist 2008-08-12 18:44:01.000000000 +0200
|
--- stapex.5.in-dist 2008-08-16 16:27:08.000000000 +0200
|
||||||
+++ Makefile.am 2008-08-12 18:44:26.000000000 +0200
|
+++ stapex.5.in 2008-08-18 18:01:39.000000000 +0200
|
||||||
@@ -186,7 +186,7 @@
|
|
||||||
| while read f; do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/tapset/$$f; done)
|
|
||||||
(cd $(srcdir)/testsuite/systemtap.examples; find . -type f -print \
|
|
||||||
| egrep -v 'check.exp|ChangeLog|examples-index-gen.pl' \
|
|
||||||
- | while read f; do $(INSTALL_DATA) -D $$f $(DESTDIR)$(docdir)/examples/$$f; done)
|
|
||||||
+ | while read f; do $(INSTALL_DATA) -D $$f $(DESTDIR)$(docdir)/systemtap/examples/$$f; done)
|
|
||||||
|
|
||||||
TEST_COV_DIR = coverage
|
|
||||||
|
|
||||||
--- stapex.5.in-dist 2008-08-12 18:28:35.000000000 +0200
|
|
||||||
+++ stapex.5.in 2008-08-12 18:30:12.000000000 +0200
|
|
||||||
@@ -109,12 +109,12 @@
|
@@ -109,12 +109,12 @@
|
||||||
.SH MORE EXAMPLES
|
.SH MORE EXAMPLES
|
||||||
|
|
||||||
@ -26,8 +15,19 @@
|
|||||||
.IR stap (1)
|
.IR stap (1)
|
||||||
.IR stapprobes (5)
|
.IR stapprobes (5)
|
||||||
.IR stapfuncs (5)
|
.IR stapfuncs (5)
|
||||||
--- doc/Makefile.am-dist 2008-08-12 18:31:04.000000000 +0200
|
--- Makefile.am-dist 2008-08-16 16:27:07.000000000 +0200
|
||||||
+++ doc/Makefile.am 2008-08-12 18:31:17.000000000 +0200
|
+++ Makefile.am 2008-08-18 18:02:30.000000000 +0200
|
||||||
|
@@ -191,7 +191,7 @@
|
||||||
|
| while read f; do if test -x $$f; then \
|
||||||
|
i_cmd="$(INSTALL_PROGRAM)"; else \
|
||||||
|
i_cmd="$(INSTALL_DATA)"; fi; \
|
||||||
|
- $$i_cmd -D $$f $(DESTDIR)$(docdir)/examples/$$f; done)
|
||||||
|
+ $$i_cmd -D $$f $(DESTDIR)$(docdir)/systemtap/examples/$$f; done)
|
||||||
|
|
||||||
|
TEST_COV_DIR = coverage
|
||||||
|
|
||||||
|
--- doc/Makefile.am-dist 2008-08-16 16:27:07.000000000 +0200
|
||||||
|
+++ doc/Makefile.am 2008-08-18 18:01:39.000000000 +0200
|
||||||
@@ -2,7 +2,7 @@
|
@@ -2,7 +2,7 @@
|
||||||
## process this file with automake to produce Makefile.in
|
## process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
11
systemtap-old-autoconf-fix.diff
Normal file
11
systemtap-old-autoconf-fix.diff
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- configure.ac-dist 2008-08-18 18:07:38.000000000 +0200
|
||||||
|
+++ configure.ac 2008-08-18 18:07:50.000000000 +0200
|
||||||
|
@@ -8,7 +8,7 @@
|
||||||
|
AM_INIT_AUTOMAKE
|
||||||
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
-AC_PROG_MKDIR_P
|
||||||
|
+dnl AC_PROG_MKDIR_P
|
||||||
|
AC_PROG_LN_S
|
||||||
|
AC_PROG_CC
|
||||||
|
AC_PROG_CXX
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 11 17:14:47 CEST 2008 - tiwai@suse.de
|
||||||
|
|
||||||
|
- updated to snapshot 20080906
|
||||||
|
* Fix / clean up autotools stuff
|
||||||
|
* Ugly workaround for 2.6.27 and later kernel
|
||||||
|
* stap-server updates
|
||||||
|
* Lots of small fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 12 18:11:10 CEST 2008 - tiwai@suse.de
|
Tue Aug 12 18:11:10 CEST 2008 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -22,10 +22,10 @@ Name: systemtap
|
|||||||
BuildRequires: gcc-c++ glib2-devel libcap-devel libebl-devel pkg-config sqlite-devel
|
BuildRequires: gcc-c++ glib2-devel libcap-devel libebl-devel pkg-config sqlite-devel
|
||||||
# for documents
|
# for documents
|
||||||
BuildRequires: latex2html
|
BuildRequires: latex2html
|
||||||
%define package_version 20080809
|
%define package_version 20080906
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Version: 0.7.1
|
Version: 0.7.1
|
||||||
Release: 1
|
Release: 21
|
||||||
Summary: Instrumentation System
|
Summary: Instrumentation System
|
||||||
Group: Development/Tools/Debuggers
|
Group: Development/Tools/Debuggers
|
||||||
Url: http://sourceware.org/systemtap/
|
Url: http://sourceware.org/systemtap/
|
||||||
@ -33,6 +33,7 @@ Url: http://sourceware.org/systemtap/
|
|||||||
# Suggest: kernel-smp-debuginfo
|
# Suggest: kernel-smp-debuginfo
|
||||||
Source: ftp://sources.redhat.com/pub/systemtap/snapshots/systemtap-%{package_version}.tar.bz2
|
Source: ftp://sources.redhat.com/pub/systemtap/snapshots/systemtap-%{package_version}.tar.bz2
|
||||||
Patch: systemtap-docdir-fix.diff
|
Patch: systemtap-docdir-fix.diff
|
||||||
|
Patch1: systemtap-old-autoconf-fix.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -53,6 +54,9 @@ Authors:
|
|||||||
# %setup -n %{name}-%{package_version} -q -a1
|
# %setup -n %{name}-%{package_version} -q -a1
|
||||||
%setup -n src -q
|
%setup -n src -q
|
||||||
%patch
|
%patch
|
||||||
|
%if %suse_version < 1020
|
||||||
|
%patch1
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
@ -77,6 +81,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%dir %attr(0755,root,root) /var/cache/systemtap
|
%dir %attr(0755,root,root) /var/cache/systemtap
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 11 2008 tiwai@suse.de
|
||||||
|
- updated to snapshot 20080906
|
||||||
|
* Fix / clean up autotools stuff
|
||||||
|
* Ugly workaround for 2.6.27 and later kernel
|
||||||
|
* stap-server updates
|
||||||
|
* Lots of small fixes
|
||||||
* Tue Aug 12 2008 tiwai@suse.de
|
* Tue Aug 12 2008 tiwai@suse.de
|
||||||
- updated to snapshot 20080809
|
- updated to snapshot 20080809
|
||||||
* bump to 0.7.1
|
* bump to 0.7.1
|
||||||
|
Loading…
Reference in New Issue
Block a user