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