]> git.pld-linux.org Git - packages/reglookup.git/commitdiff
- fix python install master auto/th/reglookup-1.0.1-3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 5 May 2016 09:15:22 +0000 (11:15 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 5 May 2016 09:15:22 +0000 (11:15 +0200)
- rel 3

reglookup.spec

index d86c6fad07f5877ebc8a501d2a81551f447ddc0a..09bc68349a3963a337a4af673ca21f45287ccb47 100644 (file)
@@ -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
 
This page took 0.348789 seconds and 4 git commands to generate.