public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/five-or-more] rawhide: Switch to gnome-srpm-macros macros
@ 2026-07-01 7:18 Milan Crha
0 siblings, 0 replies; only message in thread
From: Milan Crha @ 2026-07-01 7:18 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-01 7:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 7:18 [rpms/five-or-more] rawhide: Switch to gnome-srpm-macros macros Milan Crha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox