]> git.pld-linux.org Git - packages/lttngtop.git/commitdiff
- new auto/th/lttngtop-0.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Jul 2013 08:14:50 +0000 (10:14 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Jul 2013 08:14:50 +0000 (10:14 +0200)
lttngtop.spec [new file with mode: 0644]

diff --git a/lttngtop.spec b/lttngtop.spec
new file mode 100644 (file)
index 0000000..3f39a8e
--- /dev/null
@@ -0,0 +1,58 @@
+Summary:       Interface for reading and browsing LTTng traces
+Summary(pl.UTF-8):     Interfejs do odczytu i przeglądania śladów LTTng
+Name:          lttngtop
+Version:       0.2
+Release:       1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://lttng.org/files/lttngtop/%{name}-%{version}.tar.bz2
+# Source0-md5: 6d957f2395c3a2fd550822b81252e9e7
+URL:           http://lttng.org/
+BuildRequires: babeltrace-devel
+BuildRequires: glib2-devel >= 1:2.22.0
+BuildRequires: libuuid-devel
+BuildRequires: ncurses-devel
+BuildRequires: ncurses-ext-devel
+BuildRequires: pkgconfig
+BuildRequires: popt-devel
+Requires:      glib2 >= 1:2.22.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LTTngTop is an ncurses interface for reading and browsing traces
+recorded by the LTTng tracer and displaying various statistics. As of
+now, the CPU usage, per file/process I/O bandwidth and perf counters
+are displayed. This version currently only supports offline traces,
+but a live version is in alpha and will be available for testing soon.
+
+%description -l pl.UTF-8
+LTTngTop to oparty na ncurses interfejs do odczytu i przeglądania
+śladów zapisanych przez LTTng oraz wyświetlania różnych statystyk.
+Obecnie wyświetlane jest wykorzystanie procesora, wykorzystanie we/wy
+dla pliku/procesu oraz liczniki perf. Ta wersja obsługuje tylko ślady
+offline, ale wersja działająca na żywo jest w stadium alfa i będzie
+wkrótce dostępna do testów.
+
+%prep
+%setup -q
+
+%build
+CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses"
+%configure \
+       --disable-silent-rules
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{_bindir}/lttngtop
+%{_mandir}/man1/lttngtop.1*
This page took 0.081104 seconds and 4 git commands to generate.