public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/eog-plugins] rawhide: Switch to gnome-srpm-macros macros
@ 2026-07-01  7:11 Milan Crha
  0 siblings, 0 replies; only message in thread
From: Milan Crha @ 2026-07-01  7:11 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/eog-plugins
            Branch : rawhide
            Commit : cc36cb421b2f83feb2ca1527f7e229a7638a49b5
            Author : Milan Crha <mcrha@redhat.com>
            Date   : 2026-07-01T09:09:40+02:00
            Stats  : +7/-64 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/eog-plugins/c/cc36cb421b2f83feb2ca1527f7e229a7638a49b5?branch=rawhide

            Log:
            Switch to gnome-srpm-macros macros

[skip changelog]

---
diff --git a/.gitignore b/.gitignore
index 92722c3..4135194 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,60 +1,3 @@
-eog-plugins-2.30.0.tar.bz2
-/eog-plugins-2.30.1.tar.bz2
-/eog-plugins-2.30.2.tar.bz2
-/eog-plugins-2.91.90.tar.bz2
-/eog-plugins-3.0.0.tar.bz2
-/eog-plugins-3.1.2.tar.xz
-/eog-plugins-3.2.2.tar.xz
-/eog-plugins-3.3.90.tar.xz
-/eog-plugins-3.3.91.tar.xz
-/eog-plugins-3.3.92.tar.xz
-/eog-plugins-3.4.0.tar.xz
-/eog-plugins-3.4.1.tar.xz
-/eog-plugins-3.5.5.tar.xz
-/eog-plugins-3.5.91.tar.xz
-/eog-plugins-3.5.92.tar.xz
-/eog-plugins-3.6.0.tar.xz
-/eog-plugins-3.6.1.tar.xz
-/eog-plugins-3.7.91.tar.xz
-/eog-plugins-3.7.92.tar.xz
-/eog-plugins-3.8.0.tar.xz
-/eog-plugins-3.8.1.tar.xz
-/eog-plugins-3.9.5.tar.xz
-/eog-plugins-3.10.0.tar.xz
-/eog-plugins-3.10.1.tar.xz
-/eog-plugins-3.11.4.tar.xz
-/eog-plugins-3.11.92.tar.xz
-/eog-plugins-3.12.0.tar.xz
-/eog-plugins-3.12.1.tar.xz
-/eog-plugins-3.13.1.tar.xz
-/eog-plugins-3.13.92.tar.xz
-/eog-plugins-3.14.0.tar.xz
-/eog-plugins-3.14.1.tar.xz
-/eog-plugins-3.15.90.tar.xz
-/eog-plugins-3.15.92.tar.xz
-/eog-plugins-3.16.0.tar.xz
-/eog-plugins-3.16.1.tar.xz
-/eog-plugins-3.16.2.tar.xz
-/eog-plugins-3.16.3.tar.xz
-/eog-plugins-3.16.4.tar.xz
-/eog-plugins-3.16.5.tar.xz
-/eog-plugins-3.16.6.tar.xz
-/eog-plugins-3.25.1.tar.xz
-/eog-plugins-3.25.92.tar.xz
-/eog-plugins-3.26.0.tar.xz
-/eog-plugins-3.26.1.tar.xz
-/eog-plugins-3.26.2.tar.xz
-/eog-plugins-3.26.3.tar.xz
-/eog-plugins-3.26.4.tar.xz
-/eog-plugins-3.26.5.tar.xz
-/eog-plugins-3.26.6.tar.xz
-/eog-plugins-3.26.7.tar.xz
-/eog-plugins-3.26.8.tar.xz
-/eog-plugins-42.alpha.tar.xz
-/eog-plugins-42.rc.tar.xz
-/eog-plugins-42.0.tar.xz
-/eog-plugins-42.1.tar.xz
-/eog-plugins-42.2.tar.xz
-/eog-plugins-42.3.tar.xz
-/eog-plugins-44.0.tar.xz
-/eog-plugins-44.1.tar.xz
+/eog-plugins-*.tar.bz2
+/eog-plugins-*.tar.xz
+/eog-plugins-*-build

diff --git a/eog-plugins.spec b/eog-plugins.spec
index 149602d..df2b17e 100644
--- a/eog-plugins.spec
+++ b/eog-plugins.spec
@@ -1,5 +1,3 @@
-%global tarball_version %%(echo %{version} | tr '~' '.')
-
 %global __provides_exclude_from ^%{_libdir}/eog/plugins/.*\\.so$
 
 Name:           eog-plugins
@@ -9,7 +7,9 @@ Summary:        A collection of plugins for the eog image viewer
 
 License:        GPL-2.0-or-later AND CC0-1.0
 URL:            https://wiki.gnome.org/Apps/EyeOfGnome/Plugins
-Source0:        https://download.gnome.org/sources/%{name}/44/%{name}-%{tarball_version}.tar.xz
+Source0:        https://download.gnome.org/sources/%{name}/%{gnome_major_version}/%{name}-%{gnome_tarball_version}.tar.xz
+
+%gnome_check_version
 
 Patch0:         eog-plugins-disable-postasa-plugin-by-default.patch
 
@@ -139,7 +139,7 @@ Requires:       libpeas-loader-python3%{?_isa}
 The eog slideshowshuffle plugin.
 
 %prep
-%autosetup -p1 -n %{name}-%{tarball_version}
+%autosetup -p1 -n %{name}-%{gnome_tarball_version}
 
 %build
 %meson

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

only message in thread, other threads:[~2026-07-01  7:11 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:11 [rpms/eog-plugins] 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