Summary: Linux Trace Toolkit Summary(pl): Narzędzia do śledzenia Linuksa Name: TraceToolkit Version: 0.9.5 Release: 1 License: GPL Group: X11/Applications Source0: http://www.opersys.com/ftp/pub/LTT/%{name}-%{version}.tgz # Source0-md5: f3ddcc3ad9213bb970fb9a0f5dfe9e7f URL: http://www.opersys.com/LTT/ BuildRequires: gtk+-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The Linux Trace Toolkit, more commonly known as LTT, is a fully-featured tracing system for the Linux kernel. It includes both the kernel components required for tracing and the user-level tools required to view the traces. %description -l pl Linux Trace Toolkit, znany bardziej jako LTT, jest w pełni funkcjonalnym systemem do śledzenia jądra Linuksa. Zawiera elementy jądra potrzebne do śledzenia oraz narzędzia użytkownika potrzebne do przeglądania wyników śledzenia. %prep %setup -q %build %configure2_13 %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %doc README %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_sbindir}/* %attr(755,root,root) %{_libdir}/lib*.so.*.*.*