From 1f87d5f6aef5c05823d6838cad0774b436f7f590cf2542b8cbb937c99a8c4870 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 26 Mar 2022 15:32:28 +0000 Subject: [PATCH] extra link for old makefiles OBS-URL: https://build.opensuse.org/package/show/games/SDL_sound?expand=0&rev=22 --- SDL_sound.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/SDL_sound.spec b/SDL_sound.spec index 44ed4de..0ca2e8d 100644 --- a/SDL_sound.spec +++ b/SDL_sound.spec @@ -81,6 +81,7 @@ on-the-fly and behind-the-scenes. b="%buildroot" mkdir -p "$b/%_libdir" "$b/%_includedir/SDL" "$b/%_bindir" cp -av build/libSDL* "$b/%_libdir/" +ln -s libSDL2_sound.so "$b/%_libdir/libSDL_sound.so" cp -av src/SDL_sound.h "$b/%_includedir/SDL/" cp -av build/play* "$b/%_bindir/"