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