]> git.pld-linux.org Git - packages/TraceToolkit.git/blob - TraceToolkit.spec
- Group changed to X11/Applications, added pl description; TODO: file list
[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:        ftp://ftp.opersys.com/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 %define         _prefix         /usr/X11R6
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 %{__make} DESTDIR=$RPM_BUILD_ROOT install
37
38 gzip -9nf README 
39  
40 %clean
41 rm -rf $RPM_BUILD_ROOT/%{name}-%{version}
42
43 %files
44 %defattr(644,root,root,755)
45 %doc *.gz
46 #%attr(755,root,root) %{_bindir}/
47 #%attr(755,root,root) %{_libdir}/
48 #%attr(755,root,root) %{_sbindir}/
This page took 0.512931 seconds and 4 git commands to generate.