From 6fa736094fb35d0529a3c3004478a1b6c46f731a Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Nov 06 2015 17:21:37 +0000 Subject: use modern make install macro --- diff --git a/compizconfig-python.spec b/compizconfig-python.spec index 18883e3..7f41ed4 100644 --- a/compizconfig-python.spec +++ b/compizconfig-python.spec @@ -42,9 +42,8 @@ plugins and the composite window manager. %configure --disable-static make %{?_smp_mflags} - %install -make install DESTDIR=$RPM_BUILD_ROOT +%{make_install} find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f @@ -60,6 +59,7 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f - new upstream is at https://github.com/raveit65/compizconfig-python - remove upstream patches - use BuildRequires mate-common +- use modern make install macro * Wed Jun 17 2015 Fedora Release Engineering - 1:0.8.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild