From c9319a50f394adc788a8dcdff4a957342b07da91 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 21 Aug 2015 15:37:25 +0200 Subject: [PATCH] Use make_install macro --- gobject-introspection.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index f9cbbba..c64d4a7 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -65,7 +65,7 @@ Libraries and headers for gobject-introspection make %{?_smp_mflags} V=1 %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install # Die libtool, die. find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' @@ -100,6 +100,7 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' %changelog * Fri Aug 21 2015 Kalev Lember - 1.45.4-1 - Update to 1.45.4 +- Use make_install macro * Fri Jul 03 2015 Florian Müllner - 1.45.3-1 - Update to 1.45.3