Automatic update to 0.3

This commit is contained in:
fche 2005-08-26 19:26:41 +00:00
parent 8aa81e860d
commit a4c504051f
2 changed files with 14 additions and 12 deletions

View File

@ -1,2 +1,2 @@
22bf6c073290d0540cf598135f6b9f7d elfutils-0.111.tar.gz 6ece965ac84f828c2cbd9e133e252e45 systemtap-0.3.tar.gz
3575739207cb38c5593c291c4d441535 systemtap-0.2.2.tar.gz 3b36aa6303b5cd299cf29e8771c8be72 elfutils-0.114.tar.gz

View File

@ -1,8 +1,8 @@
%define bundled_elfutils 0 %define bundled_elfutils 0
%define elfutils_version 0.111 %define elfutils_version 0.114
Name: systemtap Name: systemtap
Version: 0.2.2 Version: 0.3
Release: 2 Release: 2
Summary: Instrumentation System Summary: Instrumentation System
Group: Development/System Group: Development/System
@ -15,8 +15,10 @@ ExclusiveArch: %{ix86} x86_64
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
Requires: kernel >= 2.6.9-11 Requires: kernel >= 2.6.9-11
Requires: tcl gcc make Requires: kernel-devel
BuildRequires: doxygen # or is that kernel-smp-devel?
Requires: kernel-debuginfo
Requires: gcc make
%if %{bundled_elfutils} %if %{bundled_elfutils}
Source1: elfutils-%{elfutils_version}.tar.gz Source1: elfutils-%{elfutils_version}.tar.gz
@ -31,8 +33,6 @@ SystemTap is an instrumentation system for systems running Linux 2.6.
Developers can write instrumentation to collect data on the operation Developers can write instrumentation to collect data on the operation
of the system. of the system.
See the HTML documentation for further details.
%prep %prep
%setup -q %{?setup_elfutils} %setup -q %{?setup_elfutils}
@ -85,7 +85,6 @@ export CPPFLAGS LDFLAGS
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
make docs
%install %install
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
@ -109,7 +108,7 @@ rm -rf ${RPM_BUILD_ROOT}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc README AUTHORS NEWS runtime/docs/html %doc README AUTHORS NEWS COPYING
%{_bindir}/stap %{_bindir}/stap
%{_mandir}/man1/* %{_mandir}/man1/*
@ -128,8 +127,11 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog %changelog
* Thu Aug 4 2005 Roland McGrath <roland@redhat.com> - 0.2.2-2 * Fri Aug 26 2005 Frank Eigler <fche@redhat.com> - 0.3-2
- Rebuilt for FC5. - Rebuilt for devel
* Wed Aug 16 2005 Frank Ch. Eigler <fche@redhat.com>
- Bump version.
* Wed Aug 3 2005 Martin Hunt <hunt@redhat.com> - 0.2.2-1 * Wed Aug 3 2005 Martin Hunt <hunt@redhat.com> - 0.2.2-1
- Add directory /var/cache/systemtap - Add directory /var/cache/systemtap