Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
Owen-sz
2026-06-27 19:45:31 -05:00
parent d6758ff2b8
commit 454745d96c
2 changed files with 11 additions and 11 deletions
@@ -1,12 +1,18 @@
%define debug_package %{nil}
Name: melonds-nightly
Version: 1.1
%global commit 10a173b5536fc75cd93f8a3868349dad963542ef
%global commit_date 20260607
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 1.1
Name: melonds
Version: %{ver}^%{commit_date}git.%{shortcommit}
Release: 1%{?dist}
Summary: DS emulator, sorta
License: GPL-3.0-or-later
URL: https://melonds.kuribo64.net/
Source0: https://github.com/melonDS-emu/melonDS/archive/refs/tags/%{version}.tar.gz
Source0: https://github.com/melonDS-emu/melonDS/archive/%{commit}/melonDS-%{commit}.tar.gz
Packager: Owen Zimmerman <owen@fyralabs.com>
BuildRequires: cmake
BuildRequires: extra-cmake-modules
+2 -8
View File
@@ -1,18 +1,12 @@
%define debug_package %{nil}
%global commit 10a173b5536fc75cd93f8a3868349dad963542ef
%global commit_date 20260607
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 1.1
Name: melonds
Version: %{ver}^%{commit_date}git.%{shortcommit}
Name: melonds-nightly
Version: 1.1
Release: 1%{?dist}
Summary: DS emulator, sorta
License: GPL-3.0-or-later
URL: https://melonds.kuribo64.net/
Source0: https://github.com/melonDS-emu/melonDS/archive/%commit/melonDS-%commit.tar.gz
Packager: Owen Zimmerman <owen@fyralabs.com>
BuildRequires: cmake
BuildRequires: extra-cmake-modules