]> git.pld-linux.org Git - packages/TraceToolkit.git/blob - TraceToolkit.spec
- mass commit: using %%{epoch} without explicit Epoch: declaration
[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}.2
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 BuildRequires:  rpmbuild(macros) >= 1.164
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 The Linux Trace Toolkit, more commonly known as LTT, is a
20 fully-featured tracing system for the Linux kernel. It includes both
21 the kernel components required for tracing and the user-level tools
22 required to view the traces.
23
24 %description -l pl
25 Linux Trace Toolkit, znany bardziej jako LTT, jest w pe³ni
26 funkcjonalnym systemem do ¶ledzenia j±dra Linuksa. Zawiera elementy
27 j±dra potrzebne do ¶ledzenia oraz narzêdzia u¿ytkownika potrzebne do
28 przegl±dania wyników ¶ledzenia.
29
30 %package devel 
31 Summary:        Header files for Linux Trace Toolkit library
32 Summary(pl):    Pliki nag³ówkowe biblioteki Linux Trace Toolkit
33 Group:          Development/Libraries
34 Requires:       %{name} = %{epoch}:%{version}-%{release}
35
36 %description devel
37 Header files for Linux Trace Toolkit library
38
39 %description devel -l pl
40 Pliki nag³ówkowe biblioteki Linux Trace Toolkit
41
42 %package static
43 Summary:        Static version of Linux Trace Toolkit library
44 Summary(pl):    Statyczna wersja biblioteki Linux Trace Toolkit
45 Group:          Development/Libraries
46 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
47
48 %description static
49 Static version of Linux Trace Toolkit library.
50
51 %description static -l pl
52 Statyczna wersja biblioteki Linux Trace Toolkit.
53
54 %prep
55 %setup -q -n %{name}-%{version}%{_pre}
56
57 %build
58 %{__aclocal} -I m4
59 %{__autoconf}
60 %{__autoheader}
61 %{__automake}
62 %configure
63 %{__make}
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67
68 %{__make} install \
69         DESTDIR=$RPM_BUILD_ROOT
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %post   -p /sbin/ldconfig
75 %postun -p /sbin/ldconfig
76
77 %files
78 %defattr(644,root,root,755)
79 %doc README
80 %attr(755,root,root) %{_bindir}/*
81 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
82
83 %files devel
84 %defattr(644,root,root,755)
85 %attr(755,root,root) %{_libdir}/lib*.so
86 %{_libdir}/lib*.la
87 %{_includedir}/*
88
89 %files static
90 %defattr(644,root,root,755)
91 %{_libdir}/lib*.a
This page took 0.0564170000000001 seconds and 4 git commands to generate.