[packages/lttng-ust] - pass --install-purelib to python setup.py; release 2

qboosh qboosh at pld-linux.org
Tue Jan 26 20:29:28 CET 2016


commit a753215971bc0d5f9b518cd69d208c4156a4f710
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jan 26 20:32:09 2016 +0100

    - pass --install-purelib to python setup.py; release 2

 lttng-ust-python.patch | 2 +-
 lttng-ust.spec         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lttng-ust.spec b/lttng-ust.spec
index 987e7bc..a4dd047 100644
--- a/lttng-ust.spec
+++ b/lttng-ust.spec
@@ -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
diff --git a/lttng-ust-python.patch b/lttng-ust-python.patch
index 96c6457..7b111a6 100644
--- a/lttng-ust-python.patch
+++ b/lttng-ust-python.patch
@@ -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; \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lttng-ust.git/commitdiff/a753215971bc0d5f9b518cd69d208c4156a4f710



More information about the pld-cvs-commit mailing list