]> git.pld-linux.org Git - packages/lttng-ust.git/commitdiff
- pass --install-purelib to python setup.py; release 2 auto/th/lttng-ust-2.7.1-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Jan 2016 19:32:09 +0000 (20:32 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Jan 2016 19:32:09 +0000 (20:32 +0100)
lttng-ust-python.patch
lttng-ust.spec

index 96c6457c320796a17f67824c6f0149953c17948a..7b111a6f6920f309108e52c9e39cb83cc614e2ef 100644 (file)
@@ -5,7 +5,7 @@
  
  install-exec-local:
 -      @opts="--prefix=$(prefix) --verbose --no-compile $(DISTSETUPOPTS)"; \
-+      @opts="--prefix=$(prefix) --verbose --optimize=2 $(DISTSETUPOPTS)"; \
++      @opts="--prefix=$(prefix) --install-purelib=$(pythondir) --verbose --optimize=2 $(DISTSETUPOPTS)"; \
        if [ "$(DESTDIR)" != "" ]; then \
                opts="$$opts --root=$(DESTDIR)"; \
        fi; \
index 987e7bc61ce870ec3cbe3bd936ab187821799045..a4dd047b95de85e77495741a03f43372edd6ac80 100644 (file)
@@ -8,7 +8,7 @@ Summary:        LTTng Userspace Tracer
 Summary(pl.UTF-8):     LTTng Userspace Tracer - narzędzia LTTng do śledzenia przestrzeni użytkownika
 Name:          lttng-ust
 Version:       2.7.1
-Release:       1
+Release:       2
 License:       LGPL v2.1 (library), MIT (headers), GPL v2 (programs)
 Group:         Libraries
 Source0:       http://lttng.org/files/lttng-ust/%{name}-%{version}.tar.bz2
This page took 0.172226 seconds and 4 git commands to generate.