From f0e52855b0c839611820803afd3dc6d0f8a3220d Mon Sep 17 00:00:00 2001 From: NixTux Commit Bot Date: Sat, 4 Jan 2020 02:42:22 +0300 Subject: [PATCH] bot: rpm5 -> rpm4 (1) --- SDL_mixer.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDL_mixer.spec b/SDL_mixer.spec index e7e1f2c..57f044e 100644 --- a/SDL_mixer.spec +++ b/SDL_mixer.spec @@ -90,7 +90,7 @@ This package contains binary to test the associated library. # shared libraries directly, allowing rpm autodeps to work. Just using dlopen # on them would make it quite likely that adding the deps later on downstream # packages using SDL_mixer manually would be forgotten. -%configure2_5x \ +%configure \ --enable-music-libmikmod=no \ --enable-music-native-midi \ --disable-music-ogg-shared \ @@ -105,5 +105,5 @@ touch -r CHANGES CHANGES.tmp mv CHANGES.tmp CHANGES %install -%makeinstall_std install-bin +%make_install install-bin