From 948590e7c3ed10435c26ab391bcd6f4d96571284 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 5 May 2016 11:15:22 +0200 Subject: [PATCH] - 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 -- 2.44.0