forked from pool/systemtap
This commit is contained in:
parent
c1179b039d
commit
a44f9f8229
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:86712210e71f9020531efc6232cce07cbba3e3f1c67004a0c5603508b61fc088
|
|
||||||
size 691419
|
|
3
systemtap-20070602.tar.bz2
Normal file
3
systemtap-20070602.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:68d15d1cb5a3606b8f0b2455a366462fb4672967778f88068c54ace2cc265ff1
|
||||||
|
size 698814
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 6 16:13:15 CEST 2007 - tiwai@suse.de
|
||||||
|
|
||||||
|
- updated to snapshot 20070602:
|
||||||
|
* fix for gcc4.3
|
||||||
|
* minor fixes in elaborate.*
|
||||||
|
- include the snapshot date into version string
|
||||||
|
- clean up spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 22 17:09:38 CEST 2007 - tiwai@suse.de
|
Tue May 22 17:09:38 CEST 2007 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package systemtap (Version 0.5.14)
|
# spec file for package systemtap (Version 0.5.14.20070602)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,11 +12,10 @@
|
|||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
BuildRequires: gcc-c++ libebl-devel
|
BuildRequires: gcc-c++ libebl-devel
|
||||||
%define package_version 20070519
|
%define package_version 20070602
|
||||||
%define elfutils_version 0.127
|
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Version: 0.5.14
|
Version: 0.5.14.20070602
|
||||||
Release: 9
|
Release: 1
|
||||||
Summary: Instrumentation System
|
Summary: Instrumentation System
|
||||||
Group: Development/Tools/Debuggers
|
Group: Development/Tools/Debuggers
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
@ -50,7 +49,7 @@ Authors:
|
|||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
%makeinstall
|
||||||
mkdir -p $RPM_BUILD_ROOT/var/cache/systemtap
|
mkdir -p $RPM_BUILD_ROOT/var/cache/systemtap
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -66,6 +65,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%dir %attr(0755,root,root) /var/cache/systemtap
|
%dir %attr(0755,root,root) /var/cache/systemtap
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 06 2007 - tiwai@suse.de
|
||||||
|
- updated to snapshot 20070602:
|
||||||
|
* fix for gcc4.3
|
||||||
|
* minor fixes in elaborate.*
|
||||||
|
- include the snapshot date into version string
|
||||||
|
- clean up spec file
|
||||||
* Tue May 22 2007 - tiwai@suse.de
|
* Tue May 22 2007 - tiwai@suse.de
|
||||||
- updated to snapshot 20070519:
|
- updated to snapshot 20070519:
|
||||||
* Updated temporary handlings
|
* Updated temporary handlings
|
||||||
|
Loading…
Reference in New Issue
Block a user