[packages/reglookup] - fix python install - rel 3
baggins
baggins at pld-linux.org
Thu May 5 11:15:43 CEST 2016
commit 948590e7c3ed10435c26ab391bcd6f4d96571284
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu May 5 11:15:22 2016 +0200
- fix python install
- rel 3
reglookup.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/reglookup.spec b/reglookup.spec
index d86c6fa..09bc683 100644
--- a/reglookup.spec
+++ b/reglookup.spec
@@ -2,7 +2,7 @@ Summary: small utility for querying NT/2K/XP/2K3/Vista registries
Summary(pl.UTF-8): proste narzędzie do odpytywania rejestrów NT/2K/XP/2K3/Vista
Name: reglookup
Version: 1.0.1
-Release: 2
+Release: 3
License: GPL v3
Group: Applications
Source0: http://projects.sentinelchicken.org/data/downloads/%{name}-src-%{version}.tar.gz
@@ -105,6 +105,9 @@ INCLUDEDIR="%{_includedir}" \
%scons install
%{__python} pyregfi-distutils.py install \
+ --prefix=%{_prefix} \
+ --install-purelib=%{py_sitescriptdir} \
+ --install-platlib=%{py_sitedir} \
--optimize=2 \
--root=$RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/reglookup.git/commitdiff/948590e7c3ed10435c26ab391bcd6f4d96571284
More information about the pld-cvs-commit
mailing list