From 6cdd23a6cec6a0ce135d4602e81b426022fba312 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Jan 06 2019 21:05:36 +0000 Subject: Use make_build and make_install macros --- diff --git a/rhythmbox.spec b/rhythmbox.spec index f2769c4..4a9e136 100644 --- a/rhythmbox.spec +++ b/rhythmbox.spec @@ -84,10 +84,10 @@ a Rhythmbox plugin. --without-hal \ --disable-lirc -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=%{buildroot} +%make_install # Remove libtool .la files find %{buildroot} -name "*.la" -type f -delete