From bb2c5b0832cbb4eff16180b38f35d21ef89e327a Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 13 Jul 2020 16:34:44 +0000 Subject: [PATCH] Use make macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- SDL2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SDL2.spec b/SDL2.spec index 984fc92..d258493 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -1,6 +1,6 @@ Name: SDL2 Version: 2.0.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform multimedia library License: zlib and MIT @@ -98,7 +98,7 @@ sed -i -e 's/\r//g' TODO.txt README.txt WhatsNew.txt BUGS.txt COPYING.txt CREDIT --disable-altivec \ %endif -make %{?_smp_mflags} +%make_build %install %make_install @@ -134,6 +134,10 @@ rm -vf %{buildroot}%{_libdir}/*.la %{_libdir}/lib*.a %changelog +* Mon Jul 13 2020 Tom Stellard - 2.0.12-2 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Wed Mar 11 2020 Pete Walter - 2.0.12-1 - Update to 2.0.12