|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: game-music-emu
|
|
|
|
|
Version: 0.6.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.6.3
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Provides: libgme%{?_isa} = %{version}-%{release}
|
|
|
|
|
Summary: Video game music file emulation/playback library
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -10,8 +10,10 @@ Source0: https://bitbucket.org/mpyne/game-music-emu/downloads/%{name}-%{v
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
# needed to build the player
|
|
|
|
|
BuildRequires: SDL-devel
|
|
|
|
|
BuildRequires: SDL2-devel
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for Game_Music_Emu
|
|
|
|
@ -52,26 +54,25 @@ echo -e "\ninstall(TARGETS gme_player RUNTIME DESTINATION %{_bindir})" >> player
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake
|
|
|
|
|
%make_build
|
|
|
|
|
%cmake -D ENABLE_UBSAN:BOOL=OFF
|
|
|
|
|
%cmake_build
|
|
|
|
|
# explicitly build the player as it has EXCLUDE_FROM_ALL set
|
|
|
|
|
%make_build gme_player
|
|
|
|
|
%cmake_build --target gme_player
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
%cmake_install
|
|
|
|
|
# explicitly install the player as it has EXCLUDE_FROM_ALL set
|
|
|
|
|
cd player
|
|
|
|
|
%make_install
|
|
|
|
|
cd ..
|
|
|
|
|
pushd %{_vpath_builddir}/player
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc changes.txt readme.txt
|
|
|
|
|
%license license.txt
|
|
|
|
|
%doc changes.txt license.txt readme.txt
|
|
|
|
|
%{_libdir}/libgme.so.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
@ -85,6 +86,39 @@ cd ..
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 10 2022 Karel Volný <kvolny@redhat.com> 0.6.3-9
|
|
|
|
|
- Removed libubsan BuildRequires
|
|
|
|
|
|
|
|
|
|
* Wed Mar 16 2022 Karel Volný <kvolny@redhat.com> 0.6.3-8
|
|
|
|
|
- Disable UBSAN as per https://bugzilla.redhat.com/show_bug.cgi?id=2045404#c12
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Sep 08 2020 Karel Volný <kvolny@redhat.com> 0.6.3-4
|
|
|
|
|
- Adapted to F33 System-Wide Change: CMake to do out-of-source builds
|
|
|
|
|
(fixes rhbz#1863593)
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-3
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Mar 30 2020 Karel Volný <kvolny@redhat.com> 0.6.3-1
|
|
|
|
|
- New release 0.6.3 (rhbz#1806784)
|
|
|
|
|
- Fixes FTBFS (rhbz#1799384)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|