]> git.pld-linux.org Git - packages/TraceToolkit.git/blob - TraceToolkit.spec
- removed two lines with define
[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 URL:            http://www.opersys.com/LTT/
10 BuildRequires:  gtk+-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
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} DESTDIR=$RPM_BUILD_ROOT install
37  
38 %clean
39 rm -rf $RPM_BUILD_ROOT/%{name}-%{version}
40
41 %files
42 %defattr(644,root,root,755)
43 %doc README 
44 #%attr(755,root,root) %{_bindir}/
45 #%attr(755,root,root) %{_libdir}/
46 #%attr(755,root,root) %{_sbindir}/
This page took 0.058341 seconds and 4 git commands to generate.