From a5949ab408c552777362463f45cdd300ce7d0d61 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Nov 06 2015 19:34:15 +0000 Subject: use modern make install macro --- diff --git a/compiz-plugins-extra.spec b/compiz-plugins-extra.spec index b2d751d..0da5909 100644 --- a/compiz-plugins-extra.spec +++ b/compiz-plugins-extra.spec @@ -55,9 +55,8 @@ This package contain development files required for developing other plugins %configure make %{?_smp_mflags} - %install -make install DESTDIR=$RPM_BUILD_ROOT +%{make_install} find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';' @@ -88,6 +87,7 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';' - remove upstreamed patches - use libjpeg-turbo as build require - remove old obsoletes for f15/16 +- use modern make install macro * Wed Jun 17 2015 Fedora Release Engineering - 1:0.8.8-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild