From 1e1d1d4c9c43cb4748b08412b23c9187e3393178 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 17 Aug 2015 22:18:39 +0200 Subject: [PATCH] Use make_install macro --- pyatspi.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyatspi.spec b/pyatspi.spec index bc2102f..930326d 100644 --- a/pyatspi.spec +++ b/pyatspi.spec @@ -72,11 +72,11 @@ popd %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install %if !0%{?rhel} pushd %{py3dir} -make install DESTDIR=$RPM_BUILD_ROOT +%make_install popd # Fix up the shebang for python3 example @@ -103,6 +103,7 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker. %changelog * Mon Aug 17 2015 Kalev Lember - 2.17.90-1 - Update to 2.17.90 +- Use make_install macro * Thu Jun 18 2015 Fedora Release Engineering - 2.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild