From de96b1f4e8aa45b44a085202cd7b20b4cec2b226 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 19 Jan 2021 09:57:06 +0100 Subject: [PATCH] Use make_build/make_install macros --- libvisual.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libvisual.spec b/libvisual.spec index 9ca8c47..37d12af 100644 --- a/libvisual.spec +++ b/libvisual.spec @@ -2,7 +2,7 @@ Name: libvisual Version: 0.4.0 -Release: 30%{?dist} +Release: 31%{?dist} Epoch: 1 Summary: Abstraction library for audio visualisation plugins License: LGPLv2+ @@ -50,10 +50,10 @@ This package contains the files needed to build an application with libvisual. export CFLAGS="${RPM_OPT_FLAGS} -mmmx" %endif %configure -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=%{buildroot} +%make_install # Avoid multilib conflicts case `uname -i` in @@ -111,6 +111,9 @@ find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' %changelog +* Tue Jan 19 2021 Kalev Lember - 1:0.4.0-31 +- Use make_build/make_install macros + * Fri Jan 15 2021 Kalev Lember - 1:0.4.0-30 - Fix multilib conflicts in lvconfig.h