]> git.pld-linux.org Git - packages/TraceToolkit.git/blob - TraceToolkit.spec
- massive attack: adding Source-md5
[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
15 %description
16 The Linux Trace Toolkit, more commonly known as LTT, is a
17 fully-featured tracing system for the Linux kernel. It includes both
18 the kernel components required for tracing and the user-level tools
19 required to view the traces.
20
21 %description -l pl
22 Linux Trace Toolkit, znany bardziej jako LTT, jest w pe³ni
23 funkcjonalnym systemem do ¶ledzenia j±dra Linuksa. Zawiera elementy
24 j±dra potrzebne do ¶ledzenia oraz narzêdzia u¿ytkownika potrzebne do
25 przegl±dania wyników ¶ledzenia.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure2_13
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} DESTDIR=$RPM_BUILD_ROOT install
38  
39 %clean
40 rm -rf $RPM_BUILD_ROOT/%{name}-%{version}
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README 
45 #%attr(755,root,root) %{_bindir}/
46 #%attr(755,root,root) %{_libdir}/
47 #%attr(755,root,root) %{_sbindir}/
This page took 0.073246 seconds and 4 git commands to generate.