public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Artur Frenszek-Iwicki <fedora@svgames.pl>
To: git-commits@fedoraproject.org
Subject: [rpms/methane] rawhide: Move game data to a subpackage
Date: Wed, 15 Jul 2026 18:04:06 GMT	[thread overview]
Message-ID: <178413864617.1.10642591331214795914.rpms-methane-b5ef9a237428@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-15 18:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178413864617.1.10642591331214795914.rpms-methane-b5ef9a237428@fedoraproject.org \
    --to=fedora@svgames.pl \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox