]> git.pld-linux.org Git - packages/TraceToolkit.git/blob - TraceToolkit.spec
- added %%files devel,static; added BR: autoconf, automake
[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.6
5 %define         _pre pre2
6 Release:        0.%{_pre}.1
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        http://www.opersys.com/ftp/pub/LTT/%{name}-%{version}%{_pre}.tgz
10 # Source0-md5:  09be9c2b411070a51ba85be5570f0d05
11 URL:            http://www.opersys.com/LTT/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtk+-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 The Linux Trace Toolkit, more commonly known as LTT, is a
19 fully-featured tracing system for the Linux kernel. It includes both
20 the kernel components required for tracing and the user-level tools
21 required to view the traces.
22
23 %description -l pl
24 Linux Trace Toolkit, znany bardziej jako LTT, jest w pe³ni
25 funkcjonalnym systemem do ¶ledzenia j±dra Linuksa. Zawiera elementy
26 j±dra potrzebne do ¶ledzenia oraz narzêdzia u¿ytkownika potrzebne do
27 przegl±dania wyników ¶ledzenia.
28
29 %package devel 
30 Summary:        Linux Trace Toolkit - devel
31 Group:          Development
32 Requires:       %{name} = %{epoch}:%{version}-%{release}
33
34 %description devel
35 Linux Trace Toolkit - development files.
36
37 %package static
38 Summary:        Linux Trace Toolkit - devel
39 Group:          Libraries
40 Requires:       %{name} = %{epoch}:%{version}-%{release}
41
42 %description static
43 Linux Trace Toolkit - static libraries.
44
45 %prep
46 %setup -q -n %{name}-%{version}%{_pre}
47
48 %build
49 %{__aclocal} -I m4
50 %{__autoconf}
51 %{__autoheader}
52 %{__automake}
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %post   -p /sbin/ldconfig
66 %postun -p /sbin/ldconfig
67
68 %files
69 %defattr(644,root,root,755)
70 %doc README
71 %attr(755,root,root) %{_bindir}/*
72 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
73
74 %files devel
75 %defattr(644,root,root,755)
76 %{_includedir}/*
77 %attr(755,root,root) %{_libdir}/lib*.so
78 %{_libdir}/lib*.la
79
80 %files static
81 %{_libdir}/lib*.a
This page took 0.06709 seconds and 4 git commands to generate.