|
|
@ -1,10 +1,11 @@
|
|
|
|
Name: game-music-emu
|
|
|
|
Name: game-music-emu
|
|
|
|
Version: 0.5.5
|
|
|
|
Version: 0.6.0
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Video game music file emulation/playback library
|
|
|
|
Summary: Video game music file emulation/playback library
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://code.google.com/p/game-music-emu/
|
|
|
|
URL: http://code.google.com/p/game-music-emu/
|
|
|
|
Source0: http://game-music-emu.googlecode.com/files/%{name}-%{version}.tbz2
|
|
|
|
Source0: http://game-music-emu.googlecode.com/files/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
Patch0: gme-0.6.0-pc-lib-suffix.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: cmake
|
|
|
|
# needed to build the player
|
|
|
|
# needed to build the player
|
|
|
@ -13,6 +14,7 @@ BuildRequires: SDL-devel
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for Game_Music_Emu
|
|
|
|
Summary: Development files for Game_Music_Emu
|
|
|
|
Requires: %{name}%{?_isa} = %{version}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}
|
|
|
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
%package player
|
|
|
|
%package player
|
|
|
|
Summary: Demo player utilizing Game_Music_Emu
|
|
|
|
Summary: Demo player utilizing Game_Music_Emu
|
|
|
@ -42,8 +44,8 @@ This package contains the demo player for files supported by Game_Music_Emu.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
# fix install path on systems with lib64
|
|
|
|
# fix libgme.pc install path
|
|
|
|
sed -i -e "s/DESTINATION lib/DESTINATION %{_lib}/" gme/CMakeLists.txt
|
|
|
|
%patch0
|
|
|
|
# add install rule for the player
|
|
|
|
# add install rule for the player
|
|
|
|
echo -e "\ninstall(TARGETS gme_player RUNTIME DESTINATION %{_bindir})" >> player/CMakeLists.txt
|
|
|
|
echo -e "\ninstall(TARGETS gme_player RUNTIME DESTINATION %{_bindir})" >> player/CMakeLists.txt
|
|
|
|
|
|
|
|
|
|
|
@ -78,12 +80,18 @@ cd ..
|
|
|
|
%doc design.txt gme.txt
|
|
|
|
%doc design.txt gme.txt
|
|
|
|
%{_libdir}/libgme.so
|
|
|
|
%{_libdir}/libgme.so
|
|
|
|
%{_includedir}/gme/
|
|
|
|
%{_includedir}/gme/
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/libgme.pc
|
|
|
|
|
|
|
|
|
|
|
|
%files player
|
|
|
|
%files player
|
|
|
|
%{_bindir}/gme_player
|
|
|
|
%{_bindir}/gme_player
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Aug 22 2013 Karel Volný <kvolny@redhat.com> 0.6.0-1
|
|
|
|
|
|
|
|
- New release
|
|
|
|
|
|
|
|
- See changes.txt for list of upstream changes
|
|
|
|
|
|
|
|
- Adds pkgconfig file (+ patch to correct path)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.5-5
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.5-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|