From c23508f18497af0f1c3e29f151e1217df62b08c0 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 13 Sep 2016 20:22:09 +0200 Subject: [PATCH] Use make_install macro --- grilo-plugins.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grilo-plugins.spec b/grilo-plugins.spec index 62f807f..f39c8ae 100644 --- a/grilo-plugins.spec +++ b/grilo-plugins.spec @@ -99,7 +99,7 @@ make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install # Remove files that will not be packaged rm -f $RPM_BUILD_ROOT%{_libdir}/grilo-%{release_version}/*.la @@ -118,6 +118,7 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/* * Tue Sep 13 2016 Kalev Lember - 0.3.3-1 - Update to 0.3.3 - Don't set group tags +- Use make_install macro * Mon Jul 25 2016 Kalev Lember - 0.3.2-2 - Update required grilo version