]> git.pld-linux.org Git - packages/lttng-tools.git/commitdiff
- set python3 module paths explicitly; release 2 auto/th/lttng-tools-2.7.1-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Jan 2016 20:40:00 +0000 (21:40 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Jan 2016 20:40:00 +0000 (21:40 +0100)
lttng-tools.spec

index 41682b2f6aff2362c6587941a3d5f05775565f88..bf2d70ef91114321d7e6121200b183dd8cfc40b5 100644 (file)
@@ -2,7 +2,7 @@ Summary:        LTTng Trace Control
 Summary(pl.UTF-8):     Sterowanie śledzeniem LTTng
 Name:          lttng-tools
 Version:       2.7.1
-Release:       1
+Release:       2
 License:       LGPL v2.1+ (library), GPL v2 (tools)
 Group:         Libraries
 Source0:       http://lttng.org/files/lttng-tools/%{name}-%{version}.tar.bz2
@@ -94,6 +94,8 @@ Wiązanie Pythona 3 do LTTng.
 %{__automake}
 # NOTE: DON'T replace /usr/lib* with %{_libdir} in configure options!
 %configure \
+       am_cv_python_pyexecdir=%{py3_sitedir} \
+       am_cv_python_pythondir=%{py3_sitescriptdir} \
        --disable-silent-rules \
        --enable-python-bindings \
        --with-babeltrace-bin=/usr/bin/babeltrace \
This page took 0.115586 seconds and 4 git commands to generate.