From 1ed168e2aa901f5810de4f0128ad9eaef08909ca Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 17 Aug 2015 22:42:04 +0200 Subject: [PATCH] Use make_install macro --- libgtop2.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libgtop2.spec b/libgtop2.spec index ed60f55..8caf98a 100644 --- a/libgtop2.spec +++ b/libgtop2.spec @@ -36,7 +36,7 @@ files to allow you to develop with LibGTop. make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +%make_install find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' @@ -68,6 +68,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog * Mon Aug 17 2015 Kalev Lember - 2.31.90-1 - Update to 2.31.90 +- Use make_install macro * Mon Aug 10 2015 David King - 2.31.4-1 - Update to 2.31.4