]> git.pld-linux.org Git - packages/systemtap.git/blame - systemtap.spec
- BR: ac,am,lt
[packages/systemtap.git] / systemtap.spec
CommitLineData
aa39e90e
AM
1%define snap 20061111
2Summary: Instrumentation System
7ad1ccd0 3Summary(pl.UTF-8): System oprzyrządowania
aa39e90e 4Name: systemtap
5cfdce3e 5Version: 0.5.11
aa39e90e
AM
6Release: 0.%{snap}.1
7License: GPL
8Group: Base
aa39e90e
AM
9Source0: ftp://sourceware.org/pub/systemtap/snapshots/%{name}-%{snap}.tar.bz2
10# Source0-md5: fea372489a6db07592846f2be1c386f0
46b51978 11Patch0: %{name}-as-needed.patch
ff9bc29b 12URL: http://sourceware.org/systemtap/
60a0430a
JB
13BuildRequires: autoconf
14BuildRequires: automake
aa39e90e
AM
15BuildRequires: elfutils-devel
16BuildRequires: glib2-devel
60a0430a 17BuildRequires: libtool
aa39e90e
AM
18BuildRequires: mysql-devel
19Requires: gcc
20Requires: make
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24SystemTap is an instrumentation system for systems running Linux 2.6.
25Developers can write instrumentation to collect data on the operation
26of the system.
27
3bf8b266
JR
28%description -l pl.UTF-8
29SystemTap to system oprzyrządowania dla systemów opartych na Linuksie
302.6. Programiści mogą pisać narzędzia do zbierania danych dotyczących
ff9bc29b
JB
31operacji w systemie.
32
aa39e90e
AM
33%prep
34%setup -q -c
46b51978 35%patch0 -p1
aa39e90e
AM
36
37%build
38cd src
46b51978 39%{__libtoolize}
40%{__aclocal}
41%{__autoconf}
42%{__automake}
aa39e90e
AM
43%configure
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
aa39e90e 48
ff9bc29b 49%{__make} -C src install \
aa39e90e
AM
50 DESTDIR=$RPM_BUILD_ROOT
51
52install -d $RPM_BUILD_ROOT/var/cache/systemtap
53
54%clean
55rm -rf ${RPM_BUILD_ROOT}
56
57%files
58%defattr(644,root,root,755)
59%doc src/{README,AUTHORS,NEWS,COPYING}
46b51978 60%attr(755,root,root) %{_bindir}/lket-b2a
61%attr(755,root,root) %{_bindir}/stap
62%attr(755,root,root) %{_bindir}/staprun
aa39e90e
AM
63%{_libexecdir}/systemtap
64%{_datadir}/systemtap
65%dir /var/cache/systemtap
66%{_mandir}/man*/*
This page took 0.081838 seconds and 4 git commands to generate.