## START: Set by rpmautospec ## (rpmautospec version 0.2.6) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 15; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec %global commit 7e02df60048db0898131ea365f387a026e4e648d %global date 20220822 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global corename gambatte Name: libretro-%{corename} Version: 0 Release: 0.9.%{date}git%{shortcommit}.%autorelease Summary: Libretro implementation of libgambatte License: GPLv2 URL: https://github.com/libretro/gambatte-libretro Source0: %{url}/archive/%{commit}/%{name}-%{version}.%{date}git%{shortcommit}.tar.gz Source1: https://raw.githubusercontent.com/flathub/org.gnome.Games/master/libretro-cores/%{corename}.libretro BuildRequires: gcc-c++ BuildRequires: make Supplements: gnome-games Supplements: retroarch %description Gambatte is an accuracy-focused, open-source, cross-platform Game Boy Color emulator written in C++. It is based on hundreds of corner case hardware tests, as well as previous documentation and reverse engineering efforts. The core emulation code is contained in a separate library back-end (libgambatte) written in platform-independent C++. There is currently a GUI front-end (gambatte_qt) using Trolltech's Qt4 toolkit, and a simple command-line SDL front-end (gambatte_sdl). The GUI front-end contains platform-specific extensions for video, sound and timers. It should work on MS Windows, Linux/BSD/UNIX-like OSes, and Mac OS X. The SDL front-end should be usable on all platforms with a working SDL port. It should also be quite trivial to create new (simple) front-ends (note that the library API should in no way be considered stable). %prep %autosetup -n %{corename}-libretro-%{commit} iconv -f iso8859-1 -t utf-8 README.md > README.md.conv && mv -f README.md.conv README.md %build %set_build_flags %make_build %install %make_install core_installdir=%{_libdir}/libretro install -Dp -m 0644 %{SOURCE1} %{buildroot}%{_libdir}/libretro/%{corename}.libretro %files %license COPYING %doc README.md %{_libdir}/libretro/ %changelog * Tue Oct 04 2022 Artem Polishchuk 0-15 - chore(update): Latest git snapshot * Thu Jul 21 2022 Fedora Release Engineering 0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Apr 26 2022 Artem Polishchuk 0-13 - chore(update): Latest git snapshot * Thu Jan 20 2022 Fedora Release Engineering - 0-0.9.20211004git1be593a - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Oct 05 2021 Artem Polishchuk - 0-0.8.20211004git1be593a - chore(update): Latest git snapshot * Thu Jul 22 2021 Fedora Release Engineering - 0-0.7.20210325gitd7adc32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon May 03 2021 Artem Polishchuk - 0-0.6.20210325gitd7adc32 - build(update): Latest git snapshot * Tue Jan 26 2021 Fedora Release Engineering - 0-0.5.20200207git132f36e - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering - 0-0.4.20200207git132f36e - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jun 24 2020 Artem Polishchuk - 0-0.3.20200207git132f36e - Update to latest git snapshot * Wed Jan 29 2020 Fedora Release Engineering - 0-0.2.20191129git708424d - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Dec 04 2019 Artem Polishchuk - 0-0.1.20191129git708424d - Update to latest git snapshot - Remove 'libretro-gtk-0_14-0' dependency * Mon Oct 07 2019 Artem Polishchuk - 0-0.1.20190823git4d9ad7b - Initial package