-summary : LTTng is an open source tracing framework for Linux.
+summary : Linux Trace Toolkit Next Generation User Space Tracer
description: |
- LTTng is an open source tracing framework for Linux.
+ LTTng-UST, the Linux Trace Toolkit Next Generation Userspace Tracer, is port of the low-overhead tracing capabilities of the LTTng kernel tracer to user-space. The library enables tracing of applications and libraries.
builddeps :
- - liburcu-devel
+ - pkgconfig(liburcu)
+ - pkgconfig(uuid)
+ - asciidoc
+ - xmlto
+environment: |
+ export PYTHON="/usr/bin/python3"
setup : |
- %configure --disable-static
+ %configure \
+ --enable-man-pages \
+ --disable-numa \
+ --disable-examples \
+ --enable-python-agent
build : |
%make
install : |
- %make_install
\ No newline at end of file
+ %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,52 +1,134 @@
<PISI>
<Source>
<Name>liblttng-ust</Name>
+ <Homepage>https://lttng.org/</Homepage>
<Packager>
- <Name>Rex Morgan</Name>
- <Email>rex@rexflex.net</Email>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
</Packager>
- <License>LGPL-2.1</License>
+ <License>GPL-2.0-or-later</License>
+ <License>LGPL-2.1-or-later</License>
+ <License>MIT</License>
<PartOf>programming.library</PartOf>
- <Summary xml:lang="en">LTTng is an open source tracing framework for Linux.</Summary>
- <Description xml:lang="en">LTTng is an open source tracing framework for Linux.
+ <Summary xml:lang="en">Linux Trace Toolkit Next Generation User Space Tracer</Summary>
+ <Description xml:lang="en">LTTng-UST, the Linux Trace Toolkit Next Generation Userspace Tracer, is port of the low-overhead tracing capabilities of the LTTng kernel tracer to user-space. The library enables tracing of applications and libraries.
- <Summary xml:lang="en">LTTng is an open source tracing framework for Linux.</Summary>
- <Description xml:lang="en">LTTng is an open source tracing framework for Linux.
+ <Summary xml:lang="en">Linux Trace Toolkit Next Generation User Space Tracer</Summary>
+ <Description xml:lang="en">LTTng-UST, the Linux Trace Toolkit Next Generation Userspace Tracer, is port of the low-overhead tracing capabilities of the LTTng kernel tracer to user-space. The library enables tracing of applications and libraries.
<Summary xml:lang="en">Development files for liblttng-ust</Summary>
- <Description xml:lang="en">LTTng is an open source tracing framework for Linux.
+ <Description xml:lang="en">LTTng-UST, the Linux Trace Toolkit Next Generation Userspace Tracer, is port of the low-overhead tracing capabilities of the LTTng kernel tracer to user-space. The library enables tracing of applications and libraries.