public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/methane] rawhide: Move game data to a subpackage
@ 2026-07-15 18:04 Artur Frenszek-Iwicki
  0 siblings, 0 replies; only message in thread
From: Artur Frenszek-Iwicki @ 2026-07-15 18:04 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/methane
Branch : rawhide
Commit : b5ef9a237428c202094e9f936e8de6b9b4a1ac5d
Author : Artur Frenszek-Iwicki <fedora@svgames.pl>
Date   : 2026-07-05T14:49:21+02:00
Stats  : +16/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/methane/c/b5ef9a237428c202094e9f936e8de6b9b4a1ac5d?branch=rawhide

Log:
Move game data to a subpackage

---
diff --git a/methane.spec b/methane.spec
index 8247f75..c53058e 100644
--- a/methane.spec
+++ b/methane.spec
@@ -23,12 +23,22 @@ BuildRequires:  libXinerama-devel
 BuildRequires:  vulkan-devel
 
 Requires:       hicolor-icon-theme
+Requires:       %{name}-data = %{version}-%{release}
 
 %description
 Super Methane Brothers is a platform game converted from the Amiga by
 its original author.
 
 
+%package data
+Summary: Data files for Super Methane Brothers
+BuildArch: noarch
+
+%description data
+This package contains data files (graphics, sounds, et cetera)
+required to play Super Methane Brothers.
+
+
 %prep
 %autosetup -p1 -n Methane-%{version}
 %cmake
@@ -93,18 +103,20 @@ EOF
 
 %files
 %doc authors.txt docs history.txt README.md
-%license copying.txt
 %attr(2755,root,games) %{_bindir}/%{name}
-%{_datadir}/%{name}
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
 %verify(not md5 size mtime) %config(noreplace) %attr(664,root,games) %{_var}/games/%{name}.scores
 
+%files data
+%license copying.txt
+%{_datadir}/%{name}
+%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
 
 %changelog
-* Thu Jul 02 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 3.0.0-1
+* Sun Jul 05 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 3.0.0-1
 - Update to v3.0.0
+- Move game data to a subpackage
 
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-39
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-15 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 18:04 [rpms/methane] rawhide: Move game data to a subpackage Artur Frenszek-Iwicki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox