public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-text-editor] rawhide: Switch to gnome-srpm-macros macros
@ 2026-07-02 9:29 Milan Crha
0 siblings, 0 replies; only message in thread
From: Milan Crha @ 2026-07-02 9:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gnome-text-editor
Branch : rawhide
Commit : 84f47f59e40cdf967e9547944e1de2d43f24f1fa
Author : Milan Crha <mcrha@redhat.com>
Date : 2026-07-02T11:28:18+02:00
Stats : +5/-8 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gnome-text-editor/c/84f47f59e40cdf967e9547944e1de2d43f24f1fa?branch=rawhide
Log:
Switch to gnome-srpm-macros macros
[skip changelog]
---
diff --git a/.gitignore b/.gitignore
index 3dc5327..fae5c51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/gnome-text-editor-*.tar.xz
+/gnome-text-editor-*-build
diff --git a/gnome-text-editor.spec b/gnome-text-editor.spec
index f6a569f..908ceb0 100644
--- a/gnome-text-editor.spec
+++ b/gnome-text-editor.spec
@@ -5,9 +5,6 @@
%global libadwaita_version 1.6.0
%global libspelling_version 0.4.0
-%global tarball_version %%(echo %%{version} | tr '~' '.')
-%global major_version %%(echo %%{tarball_version} | cut -d "." -f 1)
-
Name: gnome-text-editor
Version: 50.1
Release: %autorelease
@@ -16,7 +13,9 @@ Summary: A simple text editor for the GNOME desktop
# Code is GPL-3.0-or-later and the Appdata is CC0-1.0
License: GPL-3.0-or-later AND CC-BY-SA-3.0 AND CC0-1.0
URL: https://gitlab.gnome.org/GNOME/gnome-text-editor
-Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{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: pkgconfig(editorconfig)
BuildRequires: pkgconfig(enchant-2) >= %{enchant_version}
@@ -46,10 +45,7 @@ You can come back to your work even if you've never saved it to a file.
%prep
-# check for human errors
-if [ `echo "%{version}" | grep -cE "\.alpha|\.beta|\.rc"` = "1" ]; then echo "Error: Use tilde in Version field in front of alpha/beta/rc; checked '%{version}'" 1>&2; exit 1; fi
-
-%autosetup -p1 -n %{name}-%{tarball_version}
+%autosetup -p1 -n %{name}-%{gnome_tarball_version}
%build
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-02 9:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 9:29 [rpms/gnome-text-editor] 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