public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milan Crha <mcrha@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/five-or-more] rawhide: Switch to gnome-srpm-macros macros
Date: Wed, 01 Jul 2026 07:18:59 GMT [thread overview]
Message-ID: <178289033978.1.5004204697384406075.rpms-five-or-more-a1bfcc9b7830@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/five-or-more
Branch : rawhide
Commit : a1bfcc9b783023288e9f96c5cc6893b04e51d808
Author : Milan Crha <mcrha@redhat.com>
Date : 2026-07-01T09:17:30+02:00
Stats : +6/-65 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/five-or-more/c/a1bfcc9b783023288e9f96c5cc6893b04e51d808?branch=rawhide
Log:
Switch to gnome-srpm-macros macros
[skip changelog]
---
diff --git a/.gitignore b/.gitignore
index 3bc7ee0..0aac798 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,61 +1,2 @@
-/five-or-more-3.8.0.tar.xz
-/five-or-more-3.8.1.tar.xz
-/five-or-more-3.8.2.tar.xz
-/five-or-more-3.9.90.tar.xz
-/five-or-more-3.9.92.tar.xz
-/five-or-more-3.10.0.tar.xz
-/five-or-more-3.11.1.tar.xz
-/five-or-more-3.11.2.tar.xz
-/five-or-more-3.11.3.tar.xz
-/five-or-more-3.11.4.tar.xz
-/five-or-more-3.11.5.tar.xz
-/five-or-more-3.11.90.tar.xz
-/five-or-more-3.11.92.tar.xz
-/five-or-more-3.12.0.tar.xz
-/five-or-more-3.12.1.tar.xz
-/five-or-more-3.12.2.tar.xz
-/five-or-more-3.13.90.tar.xz
-/five-or-more-3.13.90.1.tar.xz
-/five-or-more-3.13.92.tar.xz
-/five-or-more-3.14.0.tar.xz
-/five-or-more-3.14.1.tar.xz
-/five-or-more-3.15.3.tar.xz
-/five-or-more-3.15.4.tar.xz
-/five-or-more-3.15.90.tar.xz
-/five-or-more-3.15.91.tar.xz
-/five-or-more-3.15.92.tar.xz
-/five-or-more-3.16.0.tar.xz
-/five-or-more-3.16.1.tar.xz
-/five-or-more-3.17.91.tar.xz
-/five-or-more-3.17.92.tar.xz
-/five-or-more-3.18.0.tar.xz
-/five-or-more-3.19.2.tar.xz
-/five-or-more-3.19.3.tar.xz
-/five-or-more-3.19.4.tar.xz
-/five-or-more-3.19.91.tar.xz
-/five-or-more-3.19.92.tar.xz
-/five-or-more-3.20.0.tar.xz
-/five-or-more-3.20.1.tar.xz
-/five-or-more-3.20.2.tar.xz
-/five-or-more-3.21.90.tar.xz
-/five-or-more-3.21.91.tar.xz
-/five-or-more-3.21.92.tar.xz
-/five-or-more-3.22.0.tar.xz
-/five-or-more-3.22.2.tar.xz
-/five-or-more-3.25.90.tar.xz
-/five-or-more-3.25.91.tar.xz
-/five-or-more-3.26.0.tar.xz
-/five-or-more-3.27.92.tar.xz
-/five-or-more-3.28.0.tar.xz
-/five-or-more-3.30.0.tar.xz
-/five-or-more-3.31.2.tar.xz
-/five-or-more-3.31.90.tar.xz
-/five-or-more-3.31.91.tar.xz
-/five-or-more-3.31.92.tar.xz
-/five-or-more-3.32.0.tar.xz
-/five-or-more-3.32.1.tar.xz
-/five-or-more-3.32.2.tar.xz
-/five-or-more-3.32.3.tar.xz
-/five-or-more-48.alpha.tar.xz
-/five-or-more-48.0.tar.xz
-/five-or-more-48.1.tar.xz
+/five-or-more-*.tar.xz
+/five-or-more-*-build
diff --git a/five-or-more.spec b/five-or-more.spec
index a1a4ebe..6c6f1c2 100644
--- a/five-or-more.spec
+++ b/five-or-more.spec
@@ -1,12 +1,12 @@
-%global tarball_version %%(echo %{version} | tr '~' '.')
-
Name: five-or-more
Version: 48.1
Release: %autorelease
Summary: GNOME "Five or More" game
License: GPL-2.0-or-later AND GFDL-1.1-or-later AND CC0-1.0
URL: https://wiki.gnome.org/Apps/Five%20or%20more
-Source0: https://download.gnome.org/sources/%{name}/48/%{name}-%{tarball_version}.tar.xz
+Source0: https://download.gnome.org/sources/%{name}/%{gnome_major_version}/%{name}-%{gnome_tarball_version}.tar.xz
+
+%gnome_check_version
BuildRequires: desktop-file-utils
BuildRequires: gcc
@@ -28,7 +28,7 @@ Move balls around the grid and try and form lines. Once you form five in a
row, the line disappears. Unfortunately more balls keep dropping in.
%prep
-%autosetup -n five-or-more-%{tarball_version} -p1
+%autosetup -n five-or-more-%{gnome_tarball_version} -p1
%build
reply other threads:[~2026-07-01 7:18 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=178289033978.1.5004204697384406075.rpms-five-or-more-a1bfcc9b7830@fedoraproject.org \
--to=mcrha@redhat.com \
--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