]> git.pld-linux.org Git - packages/TraceToolkit.git/blob - TraceToolkit.spec
- mass commit: cosmetics (removed trailing white spaces)
[packages/TraceToolkit.git] / TraceToolkit.spec
1 Summary:        Linux Trace Toolkit
2 Summary(pl):    Narzêdzia do ¶ledzenia Linuksa
3 Name:           TraceToolkit
4 Version:        0.9.5
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://www.opersys.com/ftp/pub/LTT/%{name}-%{version}.tgz
9 # Source0-md5:  f3ddcc3ad9213bb970fb9a0f5dfe9e7f
10 URL:            http://www.opersys.com/LTT/
11 BuildRequires:  gtk+-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 The Linux Trace Toolkit, more commonly known as LTT, is a
16 fully-featured tracing system for the Linux kernel. It includes both
17 the kernel components required for tracing and the user-level tools
18 required to view the traces.
19
20 %description -l pl
21 Linux Trace Toolkit, znany bardziej jako LTT, jest w pe³ni
22 funkcjonalnym systemem do ¶ledzenia j±dra Linuksa. Zawiera elementy
23 j±dra potrzebne do ¶ledzenia oraz narzêdzia u¿ytkownika potrzebne do
24 przegl±dania wyników ¶ledzenia.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure2_13
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %post   -p /sbin/ldconfig
43 %postun -p /sbin/ldconfig
44
45 %files
46 %defattr(644,root,root,755)
47 %doc README
48 %attr(755,root,root) %{_bindir}/*
49 %attr(755,root,root) %{_sbindir}/*
50 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
This page took 0.160947 seconds and 3 git commands to generate.