From 3a7df626cb186b0f7d506265dc0ac79141b6d55e Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 17 Sep 2019 14:39:22 +0200 Subject: [PATCH] Minor spec clean-up --- game-music-emu.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/game-music-emu.spec b/game-music-emu.spec index 5099c0b..32ee4e4 100644 --- a/game-music-emu.spec +++ b/game-music-emu.spec @@ -53,17 +53,16 @@ echo -e "\ninstall(TARGETS gme_player RUNTIME DESTINATION %{_bindir})" >> player %build %cmake -make %{?_smp_mflags} +%make_build # explicitly build the player as it has EXCLUDE_FROM_ALL set -make %{?_smp_mflags} gme_player +%make_build gme_player %install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} +%make_install # explicitly install the player as it has EXCLUDE_FROM_ALL set cd player -make install DESTDIR=%{buildroot} +%make_install cd .. @@ -71,7 +70,8 @@ cd .. %files -%doc changes.txt license.txt readme.txt +%doc changes.txt readme.txt +%license license.txt %{_libdir}/libgme.so.* %files devel